/* Variables */
:root {
 --main-bg-color: #ebdee8;
 --primary-color: #7bb748;
 --secondary-color: #F6EFEC;
 --accent-color: #EDBE30;
 --footer-text: #000;
 --button-text: #000;
 --cities-hover:rgb(240 193 225 / 40%);
 --services-text-hover: #000;
}
body, html {
	scroll-behavior: smooth;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
	color: #666;
	font-weight: 400;
	width: 100%!important;
	height: 100%!important
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px
}
a {
	color: #7bb748;
	font-weight: 400
}
a:focus, a:hover {
	text-decoration: none;
	color: var(--accent-color)
}
ol, ul {
	list-style: none
}
ol, ul {
	padding: 0;
	padding-left: 20px
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #1e7a46;
	margin-bottom: 20px;
	border: 0
}
.clear {
	clear: both;
	margin: 0;
	padding: 0
}
#menu {
	transition: all .8s;/* min-height:90px; */
}
#menu.navbar-default {
	background-color: #fff;
	border-color: transparent;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
	padding: 1rem;
}
#menu a.navbar-brand {
	font-family: montserrat, sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #1f386e;
	text-transform: uppercase;
	letter-spacing: -1px;
	width: 100%;
	text-align: center
}
#menu.navbar-default .navbar-nav>li>a {
	font-family: montserrat, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	padding: 0;
	border-radius: 0;
	margin: 0 5px 0;
	text-align: center;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: var(--secondary-color)!important;
	background-color: transparent
}
#menu .phone {
	font-family: montserrat, sans-serif;
	float: right;
	font-size: 25px;
	font-weight: 400;
	color: var(--secondary-color);
}
#menu .phone a {
	color: var(--primary-color)
}
.navbar-toggle {
	border-radius: 0
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #fff;
	border-color: #fff
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #1b6d3f
}
#sitenav {
	z-index: 1100;
	min-height: 48px;
	text-align: left;
	padding-top: 5px
}
#sitenav a.text {
	font-size: 24px
}
#sitenavmenu {
	list-style-type: none;
	margin: 0;
	padding: 0 5px 0 5px;
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: center;
}
#navigation {
	margin-top: 30px;
	margin-bottom: 10px
}
#sitenavmenu>li {
	margin: 0!important;
	text-align: center
}
#sitenavmenu li:hover ul.submenu {
	display: flex;
	flex-wrap: wrap;
	min-width: 32dvw;
	animation: fadein .5s
}
.services-items {
	width: 50%;
}
.mobile-menu-level3 {
	color: #7fd388;
	font-size: 17px;
	padding: 0;
	margin: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: -30px
}
.sitenavmenu ul.submenu {
	display: none;
	padding-top: 20px;
	border-radius: 5px
}
.sitenavmenu li:hover ul.submenu {
	display: block;
	animation: fadein .5s
}
.submenu {
	display: none;
	border-radius: 5px;
	box-shadow: 0 0 9px -1px rgba(0, 0, 0, .5);
	border: 5px solid #fff;
	background-color: #337ab7;
	position: absolute;
	min-width: 300px;
	z-index: 2200;
	margin-left: -2px;
	margin-top: 150px;
}
.submenu li {
	border: none !important;/* width: 30% !important; */
}
.sitenavmenu li:hover ul.submenu {
	display: flex;
	animation: fadein .5s;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	min-width: 52dvw;
	padding: 1rem;
}
.sitenavmenu ul li:hover {
	outline: 1px solid #888888;
	border-radius: 20px;
	transform: scale(1.02);
	box-shadow: 0px 0px 10px #cccccc;
}
.nowrap {
	white-space: nowrap
}
.header-logo img {
	height: 100px
}
#subnav {
	box-shadow: 0 0 9px -1px rgba(0,0,0,.5);
	padding: 20px;
	border-radius: 5px;
	border: 5px solid #fff;
	background-color: #ebebeb
}
#navigation ul li ul li {
	clear: both;
	display: block;
	padding: 0;
	float: none;
	text-align: left;
}
#navigation ul li ul {
	height: auto;
	column-count: 3
}

@media (max-width:768px) {
#navigation ul li ul {
	column-count: 2;
}
.navbar.navbar-default {
	position: absolute;
	margin: 0;
}
#navigation ul li ul li a {
	padding: 4px !important;
	line-height: 20px !important;
	margin-bottom: 24px !important;
	display: block;
}
}

@media screen and (max-width:500px) {
#navigation ul li ul li {
	text-align: center;
}
}
#navigation ul li ul li a {
	color: #0f0f0f;
	font-size: 14px;
	padding: 5px;
	line-height: 40px;
	font-weight: 700
}
#navigation ul li a:hover, #navigation ul li ul li a:hover {
	color: var(--secondary-color);
}
#navigation ul li ul li a.nowrap:before {
	font-family: "font awesome\ 5 free";
	content: "\f04b";
	color: #8eb780;
	font-size: 8px;
	margin-right: 5px;
	padding-left: 15px
}
#navigation ul li a.active, #navigation ul li:hover {
	color: var(--secondary-color);
	outline: 1px solid var(--secondary-color);
}
#navigation ul li a {
	color: #000;
	text-decoration: none;
	font-size: 16px
}
#sitenavmenu>li {
	display: flex;
	align-items: center;
	transition: transform 0.3s ease;
	transform: scale(1);
}

@media (min-width:1600px) {
#sitenavmenu>li {
	padding: 1rem;
}
}
/* @media  (max-width:1200px) {
    #sitenavmenu>li{padding: 0.3rem;}
  
} */

#sitenavmenu>li:last-child {
	text-align: right;
}
#navigation ul li a.up {
	text-transform: uppercase;
	padding: 0
}
#navigation ul li:hover div {
	display: inline-block;
	animation: fadein .5s
}
.pp_border {
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
	cursor: pointer;
	border-radius: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pp_border:hover {
	border: 1px solid var(--secondary-color);
	box-shadow: 0 0 10px #ccc;
	transition: box-shadow .3s ease-in-out
}
.section-title {
	margin-bottom: 20px
}
.section-title h2 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.09)
}
.section-title h2::after {
	position: absolute;
	content: "";
	background-color: var(--primary-color);
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0
}
.btn-custom {
	text-transform: uppercase;
	color: var(--secondary-color);
	background-color: #e52f3c;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	transition: all .3s
}
.btn-custom.active, .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover {
	color: #fff;
	background-color: #fff
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, a:focus {
	outline: 0;
	outline-offset: none
}
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../images/intro-bg.jpg) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover
}
.intro .overlay {
	background: rgba(0,0,0,.3)
}
.intro h1 {
	font-family: montserrat, sans-serif;
	color: #fff;
	font-size: 62px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 0 15px rgba(0,0,0,.5)
}
.intro p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	padding: 15px;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: rgba(0,0,0,.45)
}
header .intro-text {
	padding-top: 350px;
	padding-bottom: 150px;
	text-align: center
}
#get-touch {
	padding: 40px 0 30px;
	color: rgba(255,255,255,.7);
	background: #1f386e
}
#get-touch h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px
}
#get-touch .btn-custom {
	margin: 0;
	background: 0 0;
	border: 2px solid #fff
}
#get-touch .btn-custom:hover {
	color: #1f386e;
	background: #fff;
	border: 2px solid #fff
}
#about {
	padding:0 0 40px 0;
	background: #fff
}
.about-text-container {
	float: left;
	width: 31%;
	display: block;
	margin: 10px;
	padding: 2rem;
}
#about h3, #about h2, #about h4, #about h5 {
	clear: both;
}
#about h3 {
	font-size: 22px;
	margin: 0 0 20px
}
#about h1 {
	font-size: 34px;
	font-weight: 700;
	position: relative;
	margin-bottom: 16px;
	margin-top: 0;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0,0,0,.09)
}
#about h2 {
	font-size: 26px;
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 16px;
	margin-top: 0;
	border-bottom: 1px solid rgba(0,0,0,.09)
}
#about h3 {
	font-size: 23px;
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 16px;
	margin-top: 0;
	border-bottom: 1px solid rgba(0,0,0,.09)
}
#about h4 {
	font-size: 22px;
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 16px;
	margin-top: 0;
	border-bottom: 1px solid rgba(0,0,0,.09)
}
#about h5 {
	font-size: 20px;
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 16px;
	margin-top: 0;
	border-bottom: 1px solid rgba(0,0,0,.09)
}
#about h1::after {
	position: absolute;
	content: "";
	background-color: var(--primary-color);
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0
}
#about h2::after {
	position: absolute;
	content: "";
	background-color: var(--primary-color);
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0
}
#about h3::after {
	position: absolute;
	content: "";
	background-color: var(--primary-color);
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0
}
#about h4::after {
	position: absolute;
	content: "";
	background-color: var(--primary-color);
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0
}
#about h5::after {
	position: absolute;
	content: "";
	background-color: var(--primary-color);
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0
}
#about .about-text li {
	margin-bottom: 6px;
	margin-left: 6px;
	list-style: none;
	padding: 0
}
#about .about-text li:before {
	content: '\f00c';
	font-family: fontawesome;
	color: #1f386e;
	font-size: 11px;
	font-weight: 300;
	padding-right: 8px
}
/* #about img{padding:20px;margin-top:10px;background:#fff;border-right:0;box-shadow:0 0 50px rgba(0,0,0,.06);max-width:100%} */
#services {
	padding: 20px 0
}
#services .service-media {
	margin: 10px
}
#services .service-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto
}
#services .service-desc {
	margin: 10px 10px 20px
}
#services h3 {
	font-weight: 700;
	padding: 5px 0;
	text-align: center
}
.service-desc p {
	text-align: center;
	color: #000;
}
.top_right h3 {
	margin-bottom: 20px
}
#services .service-desc hr {
	margin-left: 0
}
#portfolio {
	padding: 90px 0 0;
	background: #fff
}
.portfolio-item {
	margin: 10px 0
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
#testimonials {
	margin-top: 20px;
	padding: 20px;
	background: #fff
}
#testimonials i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px
}
.testimonial {
	position: relative;
	padding: 20px
}
.testimonial-image {
	float: left;
	margin-right: 15px
}
.testimonial-image, .testimonial-image img {
	display: block;
	width: 64px;
	height: 64px
}
.testimonial-content {
	position: relative;
	overflow: hidden
}
.testimonial-content p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic
}
.testimonial-meta {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase
}
.slideshow-container {
	position: relative;
	background: #f1f1f1f1
}
.mySlides {
	display: none;
	padding: 20px 120px;
	text-align: center
}
.mySlides p {
	display: contents
}
.next, .prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -30px;
	padding: 16px;
	color: #888;
	font-weight: 700;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none
}
.next {
	position: absolute;
	right: 0;
	border-radius: 3px 0 0 3px
}
.next:hover, .prev:hover {
	background-color: rgba(0,0,0,.8);
	color: #fff
}
.dot-container {
	text-align: center;
	padding: 20px;
	background: #ddd
}
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color .6s ease
}
.active, .dot:hover {
	background-color: #717171
}
q {
	font-style: italic
}
.author {
	color: #000;
	font-weight: 700;
	display: block!important
}
q::after, q::before {
	font-size: 40px;
	color: var(--secondary-color);
	font-weight: 700
}
#contact {
	padding: 40px 0 40px;
	background: var(--secondary-color);
	color: var(--footer-text)
}
#contact .section-title {
	margin-bottom: 40px
}
#contact h2 {
	color: var(--footer-text);
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 15px
}
#contact h4 {
	color: var(--footer-text);
	margin-top: 22px;
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,.09)
}
#contact form {
	padding-top: 20px
}
#contact h3 {
	font-size: 17px;
	font-weight: 600
}
#contact .text-danger {
	color: #c03;
	text-align: left
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: open sans, sans-serif;
	float: left
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent
}
.form-control::-webkit-input-placeholder {
color:#777
}
.form-control:-moz-placeholder {
color:#777
}
.form-control::-moz-placeholder {
color:#777
}
.form-control:-ms-input-placeholder {
color:#777
}
#contact .contact-item {
	margin: 8px 0;
	display: inline-block
}
.bold {
	font-weight: bold;
}
#contact .contact-item span {
	color: var(--secondary-color);
	display: block
}
#contact .social {
	border-top: 1px solid rgba(0,0,0,.09);
	padding-top: 50px;
	margin-top: 50px;
	text-align: center
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px
}
#contact .social i.fa {
	font-size: 24px;
	padding: 10px;
	color: var(--secondary-color);
	transition: all .3s
}
#contact .social i.fa:hover {
	color: var(--secondary-color)
}
.messege-send-text {
	text-align: center
}
#footer {
	background: #f6f6f6;
	padding: 30px 0
}
#footer p {
	color: #888;
	font-size: 14px
}
#footer a {
	color: #1f386e
}
#footer a:hover {
	color: var(--secondary-color)
}
.siteBox {
	border: 1px solid var(--primary-color);
	padding: 1rem;
	border-radius: 20px;
}
.home-banner {
	border: none !important;
}
.home-banner img {
	border-radius: 20px;
}
.navbar-brand>img {
	display: block;
	margin: 0 auto;
	top: 0px;
	position: relative;
	max-height: 60px;
}
.product-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.img-responsive {
	max-height: 150px;
}
.siteBox {
	padding: 10px;
	flex-wrap: wrap;
}
.about-text-container {
	border: 1px solid var(--secondary-color);
	padding: 15px;
	border-radius: 20px;
}
.top_menu {
	margin: 0 auto;
	padding: 0;
	align-items: center;
	width: 100%;
	display: flex;
	text-align: center;
	text-transform: uppercase;
	justify-content: space-between;

	& a {
		text-decoration: none;
	}
}
.top_menu li:hover {
	background-color: #edbe30;
	color: white;
	border-radius: 100px;
}

@media(max-width:1200px) {
#navigation {
	margin-top: 0;
	margin-left: 0
}
}

@media (max-width:768px) {
.product {
	width: 48%;
}
}

@media(max-width:600px) {
.product {
	width: 95%;
}
}

@media(max-width:991px) {
.bigimg {
	height: 170px;
	overflow: hidden
}
.bigimg img {
	margin-top: -50px
}
.bigimg .hover-text {
	margin-top: -80px
}
#navigation {
	margin-left: inherit
}
#navigation ul li {
	display: inherit
}
#sitenavmenu>li {
	border: 0
}
#sitenavmenu>li, #sitenavmenu>li:first-child, #sitenavmenu>li:last-child {
	text-align: center;
	width: 100%
}
#sitenavmenu>li {
	padding: 10px
}
#subnav {
	display: none!important
}
#menu .phone span {
	display: none
}
.navbar-toggle {
	margin-top: 0
}
.navbar-brand {
	padding-top: 5px
}
.about-text-container {
	float: left;
	width: 95%;
	display: block;
	margin: 10px
}
#sitenavmenu {
	flex-direction: column;
}
.contact-info {
	margin-top: 32px;
}
}
.img-responsive {
	border-radius: 20px;
}

@media (max-width:991px) {
.bigimg {
	height: 170px;
	overflow: hidden
}
.bigimg img {
	margin-top: -50px
}
.bigimg .hover-text {
	margin-top: -80px
}
#navigation {
	margin-left: inherit;
	background-color: #fff;
	padding: 0;
}
#navigation ul li {
	display: inherit!important
}
#sitenavmenu>li {
	border: 0
}
#sitenavmenu>li, #sitenavmenu>li:first-child, #sitenavmenu>li:last-child {
	text-align: center
}
#sitenavmenu>li {
	padding: 6px
}
#subnav {
	display: none!important
}
#menu .phone span {
	display: none
}
.navbar-toggle {
	margin-top: 0
}
.navbar-brand {
	padding-top: 5px
}
.about-text-container {
	float: left;
	width: 95%;
	display: block;
	margin: 10px
}
#navigation ul li {
	display: block!important
}
}

@media (max-width:1200px) {
#menu.navbar-default .navbar-nav>li>a {
	font-family: montserrat, sans-serif;
	color: #8a898e;
	font-size: 1rem;
	font-weight: 700;
	padding: 0;
	border-radius: 0;
	margin: 0 8px 0;
	text-align: center;
	transform: scale(1);
}
#sitenavmenu {
	margin: 15px 0 0 0;
}
}

@media (max-width: 991px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
.navbar-collapse.in {
	overflow-y: auto !important;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: fit-content;
}

.navbar-toggle {
	margin: 0;
}
.navbar-default .navbar-toggle {
	border-radius: 5px;
}
#sitenavmenu2 {
	flex-wrap: wrap;
}
#sitenavmenu2>li {
	flex: 108%;
	padding: 10px;
	justify-content: center;
}
#portfolio {
	padding: 100px 0 0;
}
.phone {
	display: none;
}
}
.mbr-section-btn {
	display: flex;
	margin-left: -0.6rem;
	margin-right: -0.6rem;
	justify-content: center;
}
.mbr-section-btn .btn {
	justify-content: space-between;
	border-radius: 100px !important;
	font-weight: 400 !important;
}
/* .mbr-section-btn {
	padding: 0 20px;
} */
.btn-secondary, .btn-secondary:active {
	background-color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
	color: #ffffff !important;
	box-shadow: none;
	font-size: 16px;
}
.product:hover .pp_border .service-desc {
	color: var(--secondary-color);
}
#searchform .search-btn:hover {
    background: #edbe30;
}
.product .pp_border:hover .mbr-section-btn .btn-secondary {
	background-color: var(--secondary-color) !important;
}
#services .service-desc h3 {
	margin-bottom: 10px;
}
#services .service-desc p {
	font-size: 16px;
}
a.btn {
	line-height: 20px;
	transform-style: preserve-3d !important;
	transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.btn {
	padding: 1rem 3rem;
}
.btn-warning, .btn-warning:active {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: #ffffff !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning.active {
	color: #000 !important;
	background-color: #fff !important;
	border-color: var(--primary-color) !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.cid-uhVdboOeFm .btn:hover, .cid-uhVdboOeFm .btn:focus {
	border-color: var(--accent-color) !important;
	background-color: var(--accent-color) !important;
}
a.btn:hover {
	transform: translate3d(0px, -4px, 0.01px) !important;
	transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
	transition-behavior: normal, normal, normal, normal, normal !important;
	transition-duration: 350ms, 300ms, 300ms, 300ms, 300ms !important;
	transition-timing-function: ease, ease, ease, ease, ease !important;
	transition-delay: 0s, 0s, 0s, 0s, 0s !important;
	transition-property: color, transform, border, background-color, -webkit-transform !important;
}
.display-4 {
	font-size: 1rem;
	line-height: 1.5;
}
.mt-4 {
	margin-top: 2rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
#sitenavmenu2 {
	list-style-type: none;
	margin: 0;
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: stretch;
}
#sitenavmenu2>li {
	border: 1px solid var(--secondary-color);
	border-radius: 20px;
	transition: transform 0.3s ease;
	transform: scale(1);
	width: calc(33% - 5px);
	padding: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.menu-item-wrapper>li>a:focus, .menu-item-wrapper>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
.menu-item-container ul li a.active, .menu-item-container ul li:hover {
	color: #788b3d;
	outline: 1px solid #788b3d;
	transform: scale(1.05);
}
.menu-items {
	margin: 3rem auto;
}
.phone-burger {
	position: sticky;
	top: 0;
	left: 0;
	background: white;
	z-index: 432;
	text-align: center;
}

@media screen and (min-width: 992px) {
#navigation {
	display: none !important;
}
}

.hero-area {
	/* padding: 200px 0; */
	display: flex;
	align-items: center;
	min-height: 300px;
	overflow: hidden;
	background-color: var(--main-bg-color);
}

.text_white {
	color: white !important;
}
.hero-text strong {
	color: white;
	font-size: 64px;
}
.introduction {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 30px;
	color: #ffffff;
}
.introduction p {
	font-size: 30px;
}
#contact #amzgf div span {
	color: var(--footer-text) !important;
	font-size: 16px;
}
.product {
	display: flex;
	width: 33%;
	gap: 12px;
}
#amzgf div .btn {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	border-radius: 20px;
	color: white;
	padding: 12px 30px;
	transition: all 0.5s;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	border: none !important;
	background: var(--primary-color);
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
#amzgf div .btn:hover, #amzgfephotos:hover button {
	color: #000 !important;
	background-color: #fff !important;
}
#amzgfephotos button {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem !important;
	border-radius: 20px;
	color: white !important;
	padding: 12px 30px;
	transition: all 0.5s;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	border: none !important;
	background: var(--primary-color) !important;
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
address a {
	color: var(--footer-text);
}
.cities-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 16px;
}
.city-element {
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	min-height: 200px;
}
.city-element:hover {
	/* transform: translateY(-5px); */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#sydney, #melbourne, #perth, #brisbane {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	min-height: 200px;
	width: 100%;
	filter: brightness(1.05);
}
#sydney {
	grid-area: 1 / 1 / 2 / 6;
	background-image: url(/assets/images/cities/sydney.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#melbourne {
	grid-area: 2 / 1 / 5 / 4;
	background-image: url(../images/cities/melbourne.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#perth {
	grid-area: 2 / 4 / 5 / 6;
	background-image: url(../images/cities/perth.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#brisbane {
	grid-area: 5 / 1 / 7 / 6;
	background-image: url(../images/cities/brisbane.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hover-bg {
	position: relative; /* Ensure that child elements are positioned relative to this */
	overflow: hidden; /* Clip overflow for smoother effects */
}
.hover-bg .hover-text {
	position: absolute;
	margin: 0 auto;
	color: #fff;
	height: 100%;
	width: 100%;
	transition: all .5s;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hover-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #ffffff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Poppins, sans-serif;
}
.hover-text h2 {
	font-size: 2.5rem;
	width: auto;
	margin: 0;
	padding: 0;
}

/* HOVER FUNCTIONALITY ON THE CITY CARDS */
@media screen and (min-width: 991px) {
.hover-text {
	z-index: 2;
	justify-content: flex-start;
	align-items: baseline;
}
.hover-bg .hover-text {
	position: absolute;
	margin: 0 auto;
	color: #fff;
	background: var(--cities-hover);
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .5s;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hover-text h2 {
	padding-left: 12px;
	padding-top: 8px;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all .3s;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	height: 100%;
	line-height: -moz-block-height;
	padding: 0;
	margin: 0;
	display: inline-flex;
	align-items: center
}
.hover-bg .hover-text>h4 a {
	color: #fff;
	font-weight: 700
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.cid-uhVdboOeFm .item:hover {
    transform: scale(1.01);
    box-shadow: 0px 0px 7px #7bb748;
    border: none;
}
.hover-bg:hover .hover-text {
	opacity: 1
}
.city-element::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
	z-index: 0;
	border-radius: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#sydney::before {
	background-image: url(../images/cities/sydney.webp);
}
#melbourne::before {
	background-image: url(../images/cities/melbourne.webp);
}
#perth::before {
	background-image: url(../images/cities/perth.webp);
}
#brisbane::before {
	background-image: url(../images/cities/brisbane.webp);
}
.city-element:hover::before {
	transform: scale(1.1); /* Zoom in effect */
	-webkit-transform: scale(1.1)
}
}
#cities-section {
	display: none;
}
#cities-section h1 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .09);
}
#cities-section h1::after {
	position: absolute;
	content: "";
	background-color: var(--secondary-color);
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}

@media (max-width: 991px) {
.cities-container {
	display: flex;
	flex-direction: column;
}
}

@media (max-width: 500px) {
.hero-text strong {
	font-size: 40px;
}
.introduction {
	font-size: 1rem;
}
}
.burger-wrapper {
	display: none;
}

@media screen and (max-width: 991px) {
.main-nav {
	display: none;
}
.burger-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
}
.services-nav.mobile-sub-nav.mobileNavList {
	display: flex;
	flex-direction: column;
}
/* Main Navigation Styles */
.nav-container {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
/* Logo Styles */
.navbar-header img {
	max-height: 80px;
	width: auto;
}
/* Main Navigation Menu */
.main-nav {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav li {
	position: relative;
	margin: 0 1rem;
}
.main-nav a {
	/* color: #333; */
	text-decoration: none;
	font-weight: 500;
	padding: 0.5rem 0;
	transition: color 0.3s ease;
}
/* Submenu Styles */
.submenu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	min-width: 200px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 100;
}
.main-nav li:hover .submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.submenu li {
	margin: 0;
}
.submenu a {
	padding: 0.75rem 1rem;
	display: block;
	width: 100%;
	height: 100%;
}
.submenu a:hover {
	background: #f8f9fa;
}
/* Phone Styles */
.phone a {
	font-weight: bold;
	text-decoration: none;
	display: flex;
	align-items: center;
}
/* Burger Menu */
.burger-wrapper {
	display: none;
}
.cid-sLnsANPSlm {
	padding-top: 200px;
	padding-bottom: 60px;
	background-image: url(https://www.flowershops.co.uk/pub/top_banner.jpg);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	min-height: 600px;
	position: relative;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.cid-sLnsANPSlm .row {
	align-items: center;
	justify-content: space-between;
}
.cid-sLnsANPSlm .mbr-section-title {
	width: 100%;
	text-align: left;
	margin-bottom: 24px;
	line-height: 1.171em;
}
.cid-sLnsANPSlm .mbr-section-subtitle {
	color: #4c4c4c;
	width: 100%;
	text-align: left;
}
.cid-sLnsANPSlm .mbr-text {
	color: #000;
	margin-bottom: 36px;
}
.cid-sLnsANPSlm .right-side {
	max-width: 554px;
}
.cid-sLnsANPSlm .rs {
	margin-right: 60px;
}
.cid-sLnsANPSlm .mbr-section-btn {
	width: auto;
	display: inline-block;
}
.cid-sLnsANPSlm .margin {
	margin-right: 14px;
}
.cid-sLnsANPSlm .gray {
	padding: 45px 0;
	background-color: #eff0f6;
}
.cid-sLnsANPSlm img {
	position: relative;
	right: 40px;
}
.search_flowers_right {
    float: left;
    display: flex;
    flex-direction: column;
    width: 34%;
}
.box_right_item {
	height: 100%;
	border-radius: 15px;
	padding: 1rem;
	color: #58636b;
	font-weight: bold;
	margin: 4px 4px 10px 4px;
	text-shadow: 1px 1px 1px #fff;
	-webkit-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 0px 35px -2px rgba(0,0,0,0.67);
	box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.4);
	z-index: 2;
}
.box_right_item span {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.icon1, .icon2, .icon3 {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
.icon1 {
	background-image: url(https://www.flowershops.co.uk/pub/icon1.jpg);
}
.icon2 {
	background-image: url(https://www.flowershops.co.uk/pub/icon2.jpg);
}
.icon3 {
	background-image: url(https://www.flowershops.co.uk/pub/icon3.jpg);
}
.mbr-overlay {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	pointer-events: none;
}

/* Mobile Navigation */
@media (max-width: 991px) {
.main-nav {
	display: none;
}
.burger-wrapper {
	display: block;
}
.navbar-toggle {
	border: none;
	background: transparent;
	padding: 10px;
}
.icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	background: #333;
	margin: 4px 0;
	transition: all 0.3s ease;
}
.navbar-collapse {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	padding: 1rem;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.mobile-services-menu {
	display: none;
	padding-left: 1rem;
}
.mobile-services-menu.active {
	display: block;
}
.mobile-dropdown-toggle.active + .mobile-services-menu {
	display: block;
}
}
.service-item {
	text-align: center;
	padding: 20px;
	background: #fff;
	position: relative;
	z-index: 1;
	transition: all .5s ease-in-out;
	border-radius: 20px;
	border: 1px solid var(--secondary-color);
}
.service-icon {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--secondary-color);
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	position: relative;
	transition: all .5s ease-in-out;
}
.service-icon-shadow {
	position: relative;
}
.service-arrow {
	margin-top: auto;
	padding: 16px;
}
.theme-btn {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	border-radius: 20px;
	color: var(--button-text);
	padding: 12px 30px;
	transition: all 0.5s;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	border: none;
	background: var(--secondary-color);
	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.service-item:hover {
	background: var(--primary-color);
	border-radius: 20px;
	color: var(--services-text-hover);
	border: 1px solid var(--primary-color);
}
.service-item:hover .service-title a {
	color: var(--services-text-hover);
}
.service-item:hover .service-icon img {
	filter: var(--icon-filter-hover);
}
.service-item:hover .service-icon {
	transform: translateY(-12px);
}
.theme-btn:hover {
	background-color: #ffffff;
	color: black;
}
.services-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.services-item-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.services-wrapper .service-item {
	margin: 8px;
	flex: 1 0 100%;
	display: flex;
	flex-direction: column;
}
.navbar-right li:hover .header-link {
	color: var(--secondary-color) !important;
}
.contact-form-container, .contact-form-container > div {
	padding: 0 12px;
}
#amzgMessage {
	text-align: center;
	font-weight: bold;
	margin: 8px;
	font-size: 1.2rem;
}
div#amzgForm {
	display: flex;
	flex-wrap: wrap;
}
#amzgForm div {
	width: 50%;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	padding: 4px 8px;
}
.c_input {
	float: left;
	width: 100%;
}
.amzgsinput input {
	padding: 8px;
	border: 1px solid #535555;
	border-radius: 8px;
}
div#amzgfemessage {
	width: 100%;
}
.amzgstextarea textarea {
	margin: 8px 0;
	padding: 8px 0 32px 8px;
	height: auto;
	width: 100%;
	border-radius: 8px;
}
#attachPhotosBtn {
	border: 0;
	padding: 12px 32px;
	/* font-weight: bold; */
	font-size: 14px;
	transition: background 0.3s ease;
	background-color: #BC4749;
	color: #fff;
	border-radius: 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}
.c_send {
	margin-top: 0px;
}
 #amzgForm input:focus-visible, #amzgffmessage:focus-visible {
 outline: var(--primary-color) auto 1px;
}

@media (max-width: 991px) {
.nav-container {
	justify-content: space-between;
}
.navbar-header {
	flex: 1;
}
}

/* Smaller screens: single column */
@media (max-width: 768px) {
#amzgForm div, .c_input {
	width: 100%;
}
#about {
	padding: 20px;
}
}
.border-main {
	border: 1px solid var(--primary-color);
	border-radius: 20px;
}
.phone-burger {
	display: none;
	font-size: 20px;
	padding: 12px;
	background-color: var(--primary-color);
	cursor: pointer;
}
.phone-burger span {
	color: #fff;
}
.phone-burger:hover span {
	color: #000;
	text-shadow: 3px 5px 2px var(--primary-color);
}

@media screen and (max-width: 991px) {
.phone-burger {
	display: block;
}
/* .content-wrapper {
	padding: 0 16px 16px 16px;
} */
#about {
	padding: 20px 15px;
}
}
.links-container {
	padding: 20px;
	background-color: var(--main-bg-color);
	border-radius: 8px;
	margin: 20px 0;
}
.area-links-outer {
	display: grid;
	flex-wrap: wrap;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	padding: 0;
	margin: 0;
	grid-gap: 12px;
}
.links-container li {
	padding: 8px;
	transition: all 0.3s ease-in-out;
	border: 1px solid var(--primary-color);
	text-align: center;
	word-break: break-word;
	border-radius: 10px;
}
.links-container li a {
	font-size: 14px;
	color: var(--button-text);
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.links-container li:hover {
	border: 1px solid var(--accent-color);
	background-color: #fff;
}
.links-container li:hover a {
	color: var(--primary-color);
}
.card-wrapper {
	padding: 20px;
}
.content-wrapper .divider {
	padding: 8px;

}
.content-wrapper article {
	padding: 20px;
	margin: 10px;
	border: 1px solid var(--primary-color);
	border-radius: 20px;
}
.content-wrapper article p, .content-wrapper article ul {
	margin: 16px 0;
}
.hero-img {
	background: url(/assets/images/header1.jpg);
	background-size: cover;
	height: 300px;
	background-position: center top;
}
.hero-text-container {
	display: block;
	z-index: 5;
	position: relative;
	top: 35%;
	text-shadow: 0px 0px 50px #000;
}

@media (max-width: 768px) {
.links-container li {
	flex: 0 0 48%;
}
}

@media (max-width: 600px) {
.links-container li {
	flex: 0 0 100%;
}
}

@media (max-width:420px) {
#about {
	padding: 20px 0;
}
.border-main {
	border: 0;
}
/* .content-wrapper {
	padding: 12px;
} */
#about h2 {
	font-size: 18px;
}
.content-wrapper article {
	padding: 16px;
}
}
/* Homepage Blog posts */
.blog-section {
	display: flex;
	flex-direction: column;
	min-height: 400px;
	margin-bottom: 32px;
}
.blog-container {
	overflow-x: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
	padding: 20px 0;
}
 .blog-container::-webkit-scrollbar {
 display: none;
}
.recent-blog {
	min-width: 300px;
	height: auto;
	background: #fff;
	margin: 20px;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}

@media (min-width: 991px) {
.recent-blog:hover {
	transform: translateY(-10px);
}
}
.blog-content-page {
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	height: 100%;
}
.blog-content-page img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}
.blog-content-page div {
	padding: 8px 16px;
}
.blog-content-page a {
	color: #333;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 600;
}
.blog-content-page span {
	color: #666;
	font-size: 0.9rem;
}
.blog-content-page p {
	color: #555;
	font-size: 1rem;
	line-height: 1.6;
	margin: 10px 20px 20px;
}

@media (max-width: 420px) {
.recent-blog {
	margin: 10px 0;
}
}

@media (max-width: 768px) {
.recent-blog {
	min-width: 260px;
}
}
/* BLOG */
.blog_title {
	background-color: #f7f7f7;
	padding: 20px
}
.blog_txt {
	border: 1px solid #f7f7f7
}
.preview {
	border-top: 1px dashed #ccc;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px
}
.date {
	background-image: url("../img/blogdate.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #6d6d77!important;
	display: block;
	font-family: open_sanslight;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 20px;
	text-transform: uppercase
}
.maipage_blogitem_title {
	font-weight: 700;
	width: auto
}
.mainpage_blogitem {
	clear: both;
	margin-bottom: 20px!important;
	padding-right: 10px
}
.maipage_blogitem_img {
	float: left;
	margin-right: 10px
}
#blog-data {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}
.blogPost img {
	width: 100%;
	height: 200px;
	object-fit: cover
}
article.testimonialsList {
	border-bottom: 1px dashed #d1d1d1;
	margin: 0 0 30px;
	padding: 0 0 20px
}
article.testimonialsList ul {
	float: left;
	margin: 0;
	width: 100%
}
article.testimonialsList ul li {
	float: left;
	width: 50%
}
article.testimonialsList ul li.author {
	color: #fcb034;
	font-size: 16px;
	font-weight: 600
}
article.testimonialsList ul li.date {
	float: left;
	text-align: right
}
article.categoryList {
	float: left;
	margin: 0 15px 30px 0;
	min-height: 410px;
	width: 320px
}
article.categoryList h3 {
	color: #6d6d6d;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 15px;
	text-transform: uppercase
}
article.categoryList header a.boxLink {
	display: block;
	height: 219px;
	margin: 0 0 20px;
	overflow: hidden;
	position: relative;
	width: 320px
}
article.categoryList header a.boxLink span {
	background: url(../images/view-more.png) no-repeat scroll center center #000;
	bottom: -100%;
	display: block;
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	text-indent: -9999px;
	transition: bottom .4s ease-in-out 0;
	width: 100%
}
article.categoryList header a.boxLink:hover span {
	bottom: 0;
	transition: bottom .4s ease-in-out 0
}
article.categoryList header.boxLink img {
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%
}
article.categoryList p {
	color: #828282;
	font-size: 14px
}
article.categoryList a.readMore {
	background: url(../images/read-more.png) no-repeat scroll 0 0 rgba(0,0,0,0);
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 600;
	height: 38px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	transition: all .2s ease-in-out 0;
	width: 138px
}
article.categoryList a.readMore:hover {
	color: #415a68;
	text-decoration: none
}
article.blogList {
	border-bottom: 1px dashed #dadada;
	padding: 0 0 10px;
	width: 46%;
	border: none;
	border-radius: 0;
}
article.blogList header p {
	margin: 0 0 10px
}
article.blog img, article.blogList img {
	border: 1px solid #dadada;
	padding: 4px;
	width: 100%;
	height: 190px;
	object-fit: cover
}
article.blog h3, article.blogList h3 {
	margin: 0 0 5px
}
article.blogList h3 a {
	color: #415a68;
	font-size: 18px;
	font-weight: 600;
	transition: all .2s ease-in-out 0
}
article.blogList h3 a:hover {
	color: #fcb034;
	text-decoration: none
}
article time {
	color: #aeaeae;
	font-size: 11px;
	font-style: italic;
	font-weight: 300
}
.blog_preview {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 1px dashed #c9e0e6;
	clear: left;
	height: 200px;
	margin-bottom: 20px;
	padding-bottom: 20px
}
.blog_preview .date, .blogdate {
	color: #8c9195;
	display: block;
	font-size: 11px;
	margin: 12px 0
}
.blog_preview .text {
	color: #484e4e!important;
	display: block;
	font-size: 13px;
	text-decoration: none
}
.blog_preview .preview {
	float: left;
	margin-left: 16px;
	width: 70%
}
.blog_preview .img {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 12px;
	float: left;
	height: 200px;
	width: 200px
}
.blogtitle {
	background: #a1d784;
	color: #fff!important;
	display: block;
	font-size: 18px;
	margin-left: -80px;
	margin-top: 22px;
	padding: 8px 12px;
	position: absolute;
	text-decoration: none
}
.pagination a {
	display: inline-block;
	padding: 3px 8px
}
.pagination a.active {
	background: #ccc;
	font-weight: 700
}
.blogList a {
	display: block;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px
}
.blogList p {
	font-size: 12px;
	font-style: italic
}
.blogList img {
	width: 100%
}
.authorInfo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 30px
}
.authorInfo img {
	width: 80px;
	border-radius: 100%;
	margin-right: 20px
}

@media only screen and (max-width:767px) {
.blogList {
	width: 100%!important
}
.content-wrapper img {
	max-width: 100%;
}
}
.blogPost {
	padding: 40px;
	border: 1px solid var(--secondary-color);
	border-radius: 20px;
}
.content-wrapper img {
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	/* width: 50%; */
}
.service-icon img {
	max-width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
	margin: 0;
	float: none;
	filter: var(--icon-filter);
	border-radius: 0;
}
.siteBox-container {
	padding: 8px;
}
.panel-title img {
	width: unset !important;
}
/* .divider img {
	max-width: 250px;
} */
@media (min-width:680px) and (max-width:992px) {
.content-wrapper img {
	width: 50%;
	max-width: 100%;
}
}
.img-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
.hero-img {
	width: 100%;
}
}
.footer-links ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
.footer-links ul li {
	display: flex;
	align-items: center;
}
.footer-links ul li:not(:last-child):after {
	content: "|";
	margin: 0 10px;
	display: inline-block;
	line-height: 1;
}
.footer-links ul li a {
	padding: 4px;
	display: block;
	width: 100%;
	height: 100%;
}
.footer-links ul li a:hover {
	color: var(--accent-color);
	background-color: transparent;
}
#amzgf input, textarea {
	color: #000;
}

/* Testimonials */

.testimonial-card {
	padding: 30px;
	margin: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
	border: 1px solid var(--secondary-color);
	cursor: grab;
	height: 100%;
	display: flex !important;
	flex-direction: column;
}
.testimonial-card:hover {
	transform: translateY(-5px);
}
.testimonial-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.testimonials_text {
	color: #666;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 20px;
	font-style: italic;
	flex-grow: 1;
}
.testimonials_names {
	color: #333;
	font-weight: 600;
	font-size: 1.1rem;
	text-align: right;
	margin-top: auto;
}
/* Slick Carousel Custom Styling */
.slick-track {
	display: flex !important;
}
.slick-slide {
	opacity: 0.5;
	transform: scale(0.9);
	transition: all 0.3s ease;
	height: auto !important;
}
.slick-current {
	opacity: 1;
	transform: scale(1);
}

@media (max-width: 768px) {
.testimonial-card {
	min-width: 260px;
}
}
/* TOP phone */
.navbar-fixed-top {
	position: relative;
}
.sticky {
	position: fixed;
	top: 0;
	z-index: 1001;
	border-bottom: none;
	opacity: 1;
	transition: all 0.3s ease-in;
}
.callusTop {
	display: block;
	float: right;
	margin-left: 10px;
	padding: 23px 15px 29px;
}
.callusTop p {
	float: right;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}
.callusTop.sticky {
	display: none;
}
.navbar {
	margin: 0;
}
.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}
.cid-sLnsANPSlm .mbr-section-title {
    width: 100%;
    text-align: left;
    margin-bottom: 24px;
    line-height: 1.171em;
}
.right-side h1 {
    color: #7bb748;
}
.cid-sLnsANPSlm .mbr-text {
    color: #000;
    margin-bottom: 36px;
}
.right-side p {
    font-style: oblique;
}
.display-4 {
    font-size: 1rem;
    line-height: 1.5;
}
.mbr-section-btn a.btn:not(.btn-form) {
    border-radius: 100px;
}
a.btn {
    line-height: 20px;
    transform-style: preserve-3d !important;
    transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.btn, .btn-lg {
    margin-top: 0;
    margin-bottom: 0;
}
.btn-primary, .btn-primary:active {
    background-color: #7bb748 !important;
    border-color: #7bb748 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn {
	margin-left: 4px;
	padding: 0.8rem 2rem;
    border-radius: 0px;
}
.btn {
    font-weight: 400;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-word;
}
.button-align {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cid-sLnsANPSlm .mbr-section-btn {
    width: auto;
    display: inline-block;
}
.button-align div {
    max-width: 50%;
}
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}
.form-control {
    border-radius: 20px 0 0 20px;
}
.form-control {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}
.form-control, form .btn {
    min-height: 48px;
}
.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #000000;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    -webkit-transition: border-color 0.25s ease 0s;
    transition: border-color 0.25s ease 0s;
    border: none !important;
	border-radius: 20px 0 0 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
form#searchform {
    display: flex;
    align-items: center;
}
#searchform .search-btn {
    line-height: 14px;
    border-radius: 0 20px 20px 0;
    font-size: 14px;
    min-height: 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
    background: #7bb748;
	border: 0;
    font-weight: bold;
}
.top_menu li {
	padding: 0.2rem 1rem;
	margin: 1rem 0;
}
.top_menu a {
	display: block;
	width: 100%;
	height: 100%;
}
.top_menu li:hover {
	background-color: #edbe30;
}
.top_menu li:hover a {
	color: white;
}
.lower-header {
	width: 100%;
}
.card-wrapper {
    /* display: flex;
    flex-wrap: wrap; */
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap:12px ;
	justify-items: center;
}
.cid-uhVdboOeFm .item {
    margin-bottom: 2rem;
    position: relative;
    border: 1px solid #7bb748;
    border-radius: 15px;
    text-align: center;
    margin: 5px;
    transition: transform 0.3s ease-in-out;
	/* flex: 1 0 30%; */
	/* flex-grow: 0; */
	transform: scale(1);
	overflow: hidden;
	width: 100% !important;
}
.card-wrapper, .item-wrapper {
    overflow: hidden;
}
.cid-uhVdboOeFm .item-wrapper {
    position: relative;
}
.cid-uhVdboOeFm .item-img {
    height: 100%;
}
.cid-uhVdboOeFm img, .cid-uhVdboOeFm .item-img {
    transition: all 0.5s;
    /* width: 100%; */
    /* height: 100%; */
}
.cid-uhVdboOeFm .price {
    font-size: 24px;
    font-weight: 600;
	line-height: 1.5;
}
.footer-links {
	margin-top: 20px;
} 
.cid-sLnsAC8JQx img {
    display: inline;
    padding-right: 10px;
    width: 80%;
}
.cid-sLnsAC8JQx a {
    display: inline;
}
nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}
#sitenavmenu > li:hover a {
	color: var(--accent-color) !important;
}
.h1 {
	color: var(--primary-color);
	font-size: 2rem;
}
@media screen and (min-width: 992px) {
	.desktop-logo {
		display: block;
	}
	.mobile-logo {
		display: none;
	}
}

@media screen and (max-width: 1018px) {
    .cid-sLnsANPSlm .right-side {
        max-width: none;
    }
	.card-wrapper {
        justify-content: center;
    }
}

@media only screen and (max-width: 992px) {
	.mobile-logo {
		display: block;
		text-align: center;
	}
	.desktop-logo {
		display: none;
	}
	#menu.navbar-default {
		padding: 0;
	}
	.header-elements {
        display: flex;
        flex-direction: column;
        gap: 5rem;
    }
	.search_flowers_right {
        flex-direction: row;
        width: 100%;
        height: 50%;
        justify-content: space-evenly;
    }
	.box_right_item {
        padding: 5px 20px;
        -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.67);
        box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.67);
    }
	/* #sitenavmenu {
		margin-top: 50px;
	} */
	.callusTop.sticky {
		display: block;
		position: absolute;
		top: 87px;
		border-top: 1px solid #000;
		width: 100%;
		margin: 0;
		padding: 10px 15px;
		text-align: center;
		float: none;
		z-index: 2000;
		transition: none;
	}
	.callusTop.sticky.sticked {
		margin-top: 0;
		position: fixed;
		top: 0;
	}
	.callusTop p {
		display: inline-block;
		float: none;
	}
	.callusTop .ctxt {
		display: none;
	}
	.hero-text-container {
		top: 50%;
	}
	.cid-sLnsAC8JQx img {
        width: unset;
    }
}

@media (max-width: 768px) {
.hero-text-container {
	top: 60%;
}
.hero-img {
	height: 400px;
	background-position: center;
}
.display-2 {
	font-size: 2.4rem;
	font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
	line-height: calc(1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
}
.display-4 {
	font-size: 0.8rem;
	font-size: calc(1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
	line-height: calc(1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
}
.top_menu a {
	font-size: 12px;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold !important;
}
}
@media (max-width: 768px) {
	.right-side-container {
        width: 100%;
    }
    .search_flowers_right {
        flex-direction: column;
        width: 92%;
        height: 50%;
        justify-content: space-evenly;
    }
	.top_menu {
        margin-top: 1rem;
        display: inline-table;
    }
	.top_menu li {
        width: 45%;
        text-align: center;
        border: 1px solid #7bb748;
        border-radius: 100px;
        margin: 0 5px 5px 0px;
        display: inline-block;
        float: none;
		padding: 8px;
    }
}
@media screen and (max-width: 600px) {
	.panel-title img {
		display: none;
	}
}


/* Payment logos */

.footer-payment-icons {
    margin:20px 0;
}
.footer-payment-icons a {
    display: inline-block;
}
.footer-payment-icons img {
    margin-top:8px;
	max-width: 100%;
}
@media (max-width: 767px) {
    .footer-payment-icons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;

    }
    
    .footer-payment-icons a{
        margin: 5px auto;
    }


}


/* Social Icons Styles */
.social-icons-container {
    margin: 0;
}

.social-icons {
    display: flex;
	flex-wrap: wrap;
    padding: 0;
    list-style: none;
    gap: 15px;
    margin: 0;
}

.social-icons li {
    margin: 0;
}

.social-icons a {
	text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: white;
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.social-icons i {
    font-size: 18px;
}

@media (max-width: 768px) {
    .social-icons {
        justify-content: center;
    }
    
    .social-icons-container h3 {
        text-align: center;
    }
}

/* FAQ Section Styles */

#faqAccordion {
	margin-top: 12px;
	margin-bottom: 30px;
	padding: 20px;
  }
  .accordion-item {
	background-color: #ffffff;
	border: 1px solid var(--secondary-color) !important;
	border-radius: 8px !important;
	margin-bottom: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	overflow: hidden;
  }
  .accordion-item:first-of-type {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
  }
  .accordion-item:last-of-type {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-bottom: 0;
  }
  .accordion-header {
	margin-bottom: 0 !important;
	padding: 0 !important;
	&::after {
	  display: none;
	}
	border: 0 !important;
  }
  .accordion-button {
	font-weight: 600;
	color: var(--primary-color);
	background-color: #ffffff;
	padding: 1.25rem 1.5rem;
	box-shadow: none !important;
	border-radius: 0;
	transition: background-color 0.15s ease-in-out;
  }
  /* Style when open */
  .accordion-button:not(.collapsed) {
	color: var(--primary-color);
	background-color: var(--main-bg-color);
  }
  /* Remove default focus outline/shadow */
  .accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none !important;
  }
  /* Hover effect */
  .accordion-button:hover {
	background-color: var(--main-bg-color);
	z-index: 2;
  }
  
  /* Remove the default Bootstrap arrow */
  .accordion-button::after {
	display: none !important;
  }
  
  .accordion-button {
	position: relative;
	padding-right: 3rem !important;
  }
  
  .accordion-button::before {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 50%;
	width: 12px;
	height: 12px;
	border-right: 3px solid var(--primary-color); /* Thickness */
	border-bottom: 3px solid var(--primary-color); /* Thickness */
	border-bottom-right-radius: 3px;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.2s ease;
	margin-top: -2px;
  }
  
  .accordion-button:not(.collapsed)::before {
	transform: translateY(-30%) rotate(-135deg);
  }
  
  .accordion-body {
	padding: 1rem 1.5rem 1.5rem;
	background-color: #ffffff;
	line-height: 1.6;
	color: #666;
  }
  
  /* Add the separator line above the answer text */
  .accordion-body::before {
	content: "";
	display: block;
	height: 1px;
	background-color: #e0e0e0;
	margin-bottom: 1rem;
  }
      /* Dropdown styling */
    .dropdown-container {
        position: relative;
    }

    .dropdown-menu {
        display: none;
        position: absolute;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        opacity: 0;
        pointer-events: none;
        column-count: 2;
        min-width: 400px;
        z-index: 1000;
        top: 100%;
        left: 0;
        transition: opacity 0.3s ease;
    }

    .dropdown-menu>li>a {
        padding: 8px 16px;
        display: block;
        color: #333;
        transition: all 0.3s ease;
    }

    .dropdown-menu>li>a:hover {
        color: var(--secondary-color);
        background-color: rgba(0, 0, 0, 0.05);
    }

    .dropdown-container:hover .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    /* Mobile dropdown styling */
    @media (max-width: 991px) {
        .dropdown-menu {
            display: none;
            position: static;
            box-shadow: none;
            column-count: 1;
            background-color: transparent;
            min-width: 100%;
            opacity: 1;
            pointer-events: auto;
            padding-left: 15px;
        }

        .dropdown-menu>li>a {
            color: #222;
            padding: 8px 0;
        }

        .dropdown-menu.show {
            display: block;
        }

        .dropdown-container:hover .dropdown-menu {
            display: none;
            /* Disable hover on mobile */
        }

        .dropdown-container .nav-link[aria-expanded="true"]+.dropdown-menu {
            display: block;
        }

        /* Fix for Bootstrap 5 toggle */
        .dropdown-toggle::after {
            display: inline-block;
            margin-left: 0.255em;
            vertical-align: 0.255em;
            content: "";
        }

        .dropdown-toggle[aria-expanded="true"]::after {
            transform: rotate(180deg);
        }
    }

    /* Services dropdown specific styling */
    .services-dropdown-toggle+.services-menu {
        display: none;
    }

    .dropdown-container:hover .services-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    @media (max-width: 991px) {
        .mobile-dropdown-toggle {
            position: relative;
            display: block;
            width: 100%;
        }

        .mobile-dropdown-toggle.active::after {
            content: "-";
        }

        .mobile-services-menu {
            display: none;
            padding-left: 15px;
        }

        .mobile-services-menu.active {
            display: block;
        }
    }

    /* Bootstrap Dropdown Fixes */
    @media (max-width: 991px) {
        /* Fix for flickering dropdowns */
        .navbar-collapse {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            padding: 15px;
            transition: none !important;
        }

        /* Use Bootstrap's default dropdown behaviors */
        .dropdown-menu {
            display: none;
            position: static;
            float: none;
            width: 100%;
            margin-top: 0;
            background-color: transparent;
            border: none;
            box-shadow: none;
            padding-left: 15px;
        }

        .dropdown-menu.show {
            display: block;
        }

        /* Fix for smooth dropdown transition */
        .navbar-collapse.collapsing {
            height: auto !important;
            overflow: hidden;
            transition: height 0.35s ease !important;
        }

        .navbar-collapse.show {
            height: auto !important;
            overflow-y: auto;
        }

        /* Prevent immediate collapse */
        #navigation.show {
            display: block !important;
        }

        /* Nav item spacing */
        .navbar-nav .nav-item {
            padding: 5px 0;
        }
    }
