html {
 scroll-behavior: smooth;
 }
.headerMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 60px;
}
.headerMenu ul li a{
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #ffffff;
	font-family: "Outfit", sans-serif;
}
header.site-header  {
    position: fixed;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 999;
}

header.site-header.scrolled {
	background-color: #202A34;
	top: 0;
}

.site-footer {
    background-color: #202A34;
    padding: 40px 0 30px 0;
}
.flexFooter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    border-bottom: 1px solid #FFFFFF1F;
    padding-bottom: 24px;
}
.footerContent  , .fMenu ul li a , .copyright p{

	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 28px;
	vertical-align: middle;
	color: #cccccc;
}

/* 
.fMenu li.current-menu-item.menu-item-home a.active-link {
    color: #68FC96 !important; 
    font-weight: 600;
    transition: all 0.3s ease;
}


.fMenu li.current-menu-item.menu-item-home a{
	color: #cccccc;
}

.menu-item-home a.active-link {
    color: #68FC96;
}
.headerMenu ul li a:hover , .headerMenu ul li a:focus{
	color: #68FC96;
}

*/

 .fMenu .menu li a {
    color: #cccccc !important; 
    font-weight: normal;
    text-decoration: none;
}
#primary-menu li a:hover ,  .fMenu .menu li a:hover {
    color: #68FC96 !important; 
    }

.fMenu .menu li a.active-link {
    color: #4CAF50 !important;
    font-weight: bold !important;
}


.fMenu .menu li.current-menu-item a,
.fMenu .menu li.current_page_item a {
    color: inherit; 
}

.socialIcons a:hover {
    background: #ffffff;
}
/* 
 .fMenu li a.active-link,
.fMenu li.current-menu-item > a,
.fMenu li.current_page_item > a {
    color: #4CAF50 !important; 
    font-weight: bold;
}

.fMenu li a {
    color: #ffffff;
    transition: color 0.3s ease;
}

*/
.copyright p{
	padding-top: 20px;
	margin:0;
	text-align: center;
}
.footerContent {
	padding-top: 24px;
}
.fMenu ul li a {
	line-height: 1 !important;
}

.fMenu ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-top:0;
	margin-bottom:0;
}
.fMenu ul li {
	padding-bottom: 16px;
}

.footerTitle {
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #ffffff;
	margin:0;
	padding-bottom: 20px;
}
.socialIcons a {
    height: 36px;
    width: 36px;
    background: #68FC96;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socialIcons i {
    font-size: 18px;
}
.socialIcons{
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;

}
.socialIcons a img {
    width: 18px;
    object-fit: contain;
}
.logoFooter {
    flex: 0 0 35%;
    max-width: 35%;
}
.current-menu-item.current_page_item a {
	color: #68FC96;
}
.site-header.scrolled img.custom-logo {
    padding: 10px 0;
}

.error_content_wrap h1 {
    font-family: "Outfit", sans-serif;
    font-weight: 900;
    font-size: 60px;
    text-align: center;
    margin: 0 !important;
    line-height: 1;
    margin: 0 !important;
    padding-bottom: 0 !important;

}
.error404 header#masthead , .privacy-policy header#masthead {
	background-color: #202A34;
	top: 0;	
}
.error_content_wrap p {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
    	font-style: normal;
    	font-weight: 400;
    	line-height: 22px;
    	color: #808080;
    	padding-bottom: 24px;
   	 text-align: center;
    	padding-top: 24px;
    	margin:0 !important;
}
.btn_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-404 {
    padding: 80px 0;
}

.btn_wrap a {
	padding: 0.75rem 1.5rem;
	transition: all 0.3s ease;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	border-radius: 100px;
 	border: 1px solid #fff;
 	display: inline-flex;
 	background: #68FC96;
	border: 1px solid #68FC96;
}
.btn_wrap a:hover {
	  background: transparent;
	  border: 1px solid #000000;
	  color: #000000;
}
.btn_wrap .btn-error {
 	color:#202A34 !important;
 }
 .btn_wrap .btn-error i{
	 transform: rotate(-45deg);
	 transition: transform 0.3s ease;
	 margin-left: 7px;
}
.btn_wrap a:hover i {
  	transform: rotate(0deg);
}

/* Privacy Policy */
.privacy-policy header.site-header , .error404 header.site-header  {
	position: relative;
}
.privacy-policy .site-header.scrolled , .error404 .site-header.scrolled {
    position: fixed;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 999;
}
section.main-wrapper {
    padding: 80px 0;
}
.main-wrapper .page-title h1 {  
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: clamp(28px, 2.77778vw, 40px);
	line-height: 100%;
	letter-spacing: 0%;
	color: #232D39;
	text-align: center;
	position: relative;
	margin: 0;
	padding-bottom: 20px;

}
.main-wrapper .page-title h1::after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background-color: #68FC96;
	margin: 16px auto 0;
	border-radius: 2px;
}

h2.wp-block-heading {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #232D39;
    padding-top: 25px;
    padding-bottom: 5px;
    margin: 0;
}
.defualt-content p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #808080;
    margin: 0 !important;
    padding-top: 5px;
}

.menu-toggle.active .line {
    background-color: #000 !important;
}

img.custom-logo {
    width: 75px;
    height: 82px;
}


.fa-angle-up:before , .fa-angle-down:before {
    font-size: 15px;
}

.wpcf7-not-valid-tip {
  display: block;
}

.wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none;
}
.testDesc p {
	margin: 0 !important;
}

i.fa-solid.fa-arrow-right {
    font-size: 24px;
    font-weight: 100;
    font-family: FontAwesome;
}
.text-buttons a {
	display: flex;
	align-items: center;
}
.stickybg {
    overflow: hidden;
}
.paragraph_content p a {
    color: #808080 !important;
    text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1024px) { 

.logoFooter {
    flex: 0 0 30%;
    max-width: 30%;
}
.quickMenu, .followus, .serviceMenu {
    flex: 0 0 20%;
    max-width: 20%;
}
.flexFooter{
	gap: 15px !important;
}

}
@media (max-width: 1024px) {
	.socialIcons{
		justify-content: start !important;
	}
	.defualt-content p {
	    word-break: break-word;
	    overflow-wrap: break-word;
	}
	.site-branding.menu-active {
	    z-index: -1;
	}
	header.site-header {
		top: 15px;
	}
	.flexFooter {
		gap: 25px;
	}
	.site-header.scrolled .menu-toggle .line {
		background-color: #ffffff;
	}

	.site-header.scrolled  .menu-toggle.active .line:nth-child(1) ,.site-header.scrolled  .menu-toggle.active .line:nth-child(3) {
	background-color: #000000;
	}

	/* Hide menu by default */
	#primary-menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 280px;
		height: 100vh;
		background: #fff;
		padding: 120px 30px 30px;
		transform: translateX(100%);
		transition: transform 0.4s ease;
		z-index: -1;
	}

	#primary-menu.open,
	#primary-menu.parent-open {
		transform: translateX(0);
	}

	.menu-toggle + div.open #primary-menu {
		transform: translateX(0);
		box-shadow: -4px 0 20px rgba(0,0,0,0.15);
	}

	.menu-toggle {
		cursor: pointer;
		z-index: 999;
	}

	.menu-toggle .icon {
		width: 24px;
	}

	.menu-toggle .line {
		display: block;
		height: 2px;
		width: 100%;
		background: #ffffff;
		margin: 6px 0;
		transition: all 0.3s ease;
	}

	.menu-toggle.active .line:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}

	.menu-toggle.active .line:nth-child(2) {
		opacity: 0;
	}

	.menu-toggle.active .line:nth-child(3) {
		transform: rotate(-45deg) translate(6px, -6px);
	}
	
	.headerMenu ul {
	    flex-direction: column;
	    gap: 15px;
	}
	.headerMenu ul li a{
		color: #232D39;
	}	
	
}


@media (max-width: 767px) {
	.socialIcons{
		justify-content: start !important;
	}
	h2.wp-block-heading:first-child {
	    padding-top: 0;
	}
	section.main-wrapper {
	    padding: 50px 0 !important;
	}
	.Page_title::after {
		margin: 8px auto 0 !important;
	}
	.Page_title {

		line-height: 1.2 !important;
	}
	.error-404 {
		padding: 50px 0;
	}	

	.error_content_wrap h1 {
		font-size: 60px;
	}
	.flexBanner {
		padding-top: 130px !important;
	}
	.fMenu ul li:last-child {
		padding-bottom: 0 !important;
	}
	.logoFooter {
		flex: 0 0 100%;
	    max-width: 100%;
	}
	.flexFooter{
		flex-direction: column;
		row-gap: 25px;
	}
}

@media (max-width: 385px) {
	.banner_title  {
		font-size: 24px !important;
	}
}

@media (max-width: 340px) {
	.text-buttons a , .hero-buttons a{
		font-size: 14px !important;
	}
}
