/*Navbar*/
body {
    background: url('../images/bg/mw14.png') no-repeat center center fixed;
    background-size: cover; /* Ensures the background image covers the whole body */
    color: white; /* Optional: adjust text color for readability */
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: agbalumo;
  src: url('../font/Agbalumo-Regular.ttf');
}
	.navbar{
		background-color:rgba(255,255,255,1);
	}
	.main-logo{
		width:100px;
		margin-left:120px;
	}
	#navbarNav{
		width:100%;
		margin:auto;

	}
	.nav-link,.buy-now{
		font-family:agbalumo;
	}
	a.nav-link{
		font-size:0.8em;
		Color:#000;
	}
	a.active-page{
		color:#6ae14c;
		border-bottom:2px solid #01573a;
	}
	a.nav-link:hover{
		color:#6ae14c;
		border-bottom:2px solid #01573a;
	}
	
	.top-social-icons{
		padding-right:10px;
		color:#000;
	}
	.top-social-icons:hover{
		color:#6ae14c
	}
	
	.navbar.fixed-top {
    transition: background-color 0.3s ease;
}

	.navbar.fixed-top.scrolled {
    background-color: #fff !important;  /* Black background when scrolled */
}
	@media (max-width: 768px){
	.navbar-nav {
    background-color:rgba(255,255,255,1);
}
}


/* Footer Section */
.footer {
    background-color: rgba(0,0,0,0.6);
    color: white;
    padding: 3rem 0;
}

/* Center text within grid */
.footer .text-center {
    text-align: center;
}

/* Footer Heading */
.footer-heading {
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Footer Links */
.footer-links a, .footer-contact div {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    transition: text-decoration 0.3s ease;
}



/* Footer Contact Icons */
.footer-contact .contact-icon {
    margin-right: 0.5rem;
    vertical-align: middle; /* Align icons and text horizontally */
}

/* Social Icons */
.footer .social-icons a {
    margin-right: 15px;
    font-size: 24px;
    color: white;
}

.footer .social-icons a:hover {
    color: #6ae14c;
}

/* Scroll to Top Button */
.footer .scroll-to-top h5 {
    font-size: 0.8rem;
    margin-bottom: 10px;
	color:#8e8e8e;
}

.footer .scroll-to-top a {
    font-size: 30px;
    color: white;
    transition: color 0.3s ease;
}

.footer .scroll-to-top a:hover {
    color: #6ae14c;
}

/* Horizontal Line Separator */
.footer .footer-line hr {
    border-color: white;
    margin-top: 30px;
}

/* Footer Bottom */
.footer-bottom {
    font-size: 0.8rem;
    margin-top: 20px;
}
.Footer_head_underline{
border-bottom: 2px solid #fff;	
}

.footer-links a:hover{
	/*color:#c0eb49;*/
	color:#6ae14c;
}



/* Smooth Scroll Effect */
html {
    scroll-behavior: smooth;
}

/* Fix the alignment of contact icons and text */
.footer-contact div {
    align-items: center; /* Align icon and text horizontally */
}

.footer-contact .contact-icon {
    margin-right: 10px; /* Add spacing between the icon and text */
}


.footer-discover a{
	font-family:agbalumo;
	font-size:1.4rem;
}



.text-right{
	float: right;
	padding-left:15px;
}

.footer-terms{
	Color:#fff;
	text-decoration: none;
}
.footer-terms:hover{
	Color:#6ae14c;
}




.whychooseus{
	background-image:url('../images/bg/A_dense_and_mysterious_forest_at_sunset.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:850px;
}
.why-neo{
	color:#fff;
	padding-top:700px;
	font-size:5em;
	font-weight:bold;
	text-transform :uppercase;
	padding-left:80px;
}

.aboutus-welcome{
	background-color:#000;
	margin:0px;
	padding:0px;
}
.aboutus-welcome-pone{
	Color:#fff;
	width:80%;
	text-align:left;
	margin:auto;
	padding-top:80px;
	font-size:1.2em;
	text-align:justify;
}

.projectpagelink{
	text-decoration:none;
	color:#6ae14c;
}

  /* Container Styles */
    .about-section {
    padding: 10px 0;
	background-image:url('../images/bg/unique_background_with_dark_colors_1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    }
	
	.about-overall-row{
		padding:50px;
		padding-top:120px;
	}
	
    .about-card {
      perspective: 1000px;
	  Color:#fff;
	  padding:25px;
	  height:auto;
	  
	  
background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 2.5px );
-webkit-backdrop-filter: blur( 2.5px );
border-radius: 10px;
border: 0px solid rgba( 255, 255, 255, 0.18 );
    }
	
.our-headline{
	font-size:2em;
	font-weight:bold;
}

.our-icon{
	width:25px;
}
.our-text{
	text-align:justify;
}

.about-section{
	padding:0px 25px;
}

.our-process{
	background-color:#000;
}

.ourprocess-headline{
	text-align:Center;
	color:#fff;
	padding:100px 0px;
	font-size:3em;
	font-family:agbalumo;
}

   /* Our Standards Section */
   .standard-section{
	    background-image:url('../images/banner/Dog_02.jpg');
	  color:#fff;
	  padding:150px 0px;
   }
   .underline{
	   border-bottom:1px solid #39B54A;
	   width:40%;
   }
   .our-standard{
	 width:100%;
	 margin:auto;	
   }


        h1.standard {
            font-size: 3em;
            font-weight: bold;
            text-align: left;
            margin:20px 30px 50px 30px;
			
			
        }

        .section {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
			width:60%;
			text-align:justify;
			padding:15px;
			margin-left:150px;
        }

        .number {
            font-size: 3em;
            font-weight: bold;
            color: #999999;
            margin-right: 20px;
            flex-shrink: 0;
            transform: rotate(270deg);
        }

        .content {
            max-width: calc(100% - 80px);
        }

        .content h2 {
            font-size: 1.25em;
            font-weight: bold;
            margin: 0 0 10px;
            text-align: left;
        }

        .content p {
			padding:0px;
            margin: 0;
            width: 90%;
        }
		
	


/*tab and laptop screen*/

@media (min-width: 769px) and (max-width: 1024px){
	.navbar{
		background:#fff;
	}
	#navbarNav{
		text-align:Center;
	}
	.navbar-toggler{
		border:0px;
		border-color: transparent !important;
		border-bottom: none !important;
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	


/* Social Icons */
.footer .social-icons a {
    margin-right: 10px;
    font-size: 16px;
    color: white;
}

.footer-discover a{
	font-size:1em;
}

.footer-links a{
	font-size:0.8em;
}
.footer-contact div{
	font-size:0.6em;
}


	/*why choose us*/
	.whychooseus{
	background-image:url('../images/bg/A_dense_and_mysterious_forest_at_sunset.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:350px;
}
.why-neo{
	color:#fff;
	padding:300px 0px 0px 30px;
	font-size:2em;
	font-weight:bold;
	text-transform :uppercase;
	margin-right:80px;
}

  /* Container Styles */
    .about-section {
    padding: 10px 0;
	background-image:url('../images/bg/unique_background_with_dark_colors_1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    }
	
	.about-overall-row{
		padding:0px;
		padding-top:120px;
	}
	
    .about-card {
	  Color:#fff;
	  padding:25px;
	  height:auto;
	  
	  
background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 2.5px );
-webkit-backdrop-filter: blur( 2.5px );
border-radius: 10px;
border: 0px solid rgba( 255, 255, 255, 0.18 );
    }
	



/*our process*/

.our-process{
	background-color:#000;
}

.ourprocess-headline{
	text-align:Center;
	color:#fff;
	padding:50px 0px;
	font-size:2em;
	font-family:agbalumo;
}



/*our standards*/

  /* Our Standards Section */
   .standard-section{
	  background:#000;
	  color:#fff;
	  padding:50px 0px;
   }
   .underline{
	   border-bottom:1px solid #39B54A;
	   width:60%;
   }
   .our-standard{
	 width:100%;
	 margin:auto;
	 
   }


        h1.standard {
        font-size: 2em;
        font-weight: bold;
        text-align: left;
        margin:20px 30px 50px 30px;
			
			
        }

        .section {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
			width:90%;
			text-align:justify;
			word-spacing:-2px;
			hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
			margin-left:25px;
			padding:0px;
        }

        .number {
            font-size: 3em;
            font-weight: bold;
            color: #999999;
            margin-right: 20px;
            flex-shrink: 0;
            transform: rotate(270deg);
        }

        .content {
            max-width: calc(100% - 80px);
        }

        .content h2 {
            font-size: 1.25em;
            font-weight: bold;
            margin: 0 0 10px;
            text-align: left;
        }

        .content p {
			padding:0px;
            margin: 0;
            width: 90%;
        }




}	
		
	








	
		
/*mobile screen*/
 @media(max-width: 768px){
	.navbar{
		background:#fff;
	}
	#navbarNav{
		text-align:Center;
	}
	.navbar-toggler{
		border:0px;
		border-color: transparent !important;
		border-bottom: none !important;
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	/*why choose us*/
	.whychooseus{
	background-image:url('../images/bg/A_dense_and_mysterious_forest_at_sunset.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:350px;
}
.why-neo{
	color:#fff;
	padding:300px 0px 0px 30px;
	font-size:2em;
	font-weight:bold;
	text-transform :uppercase;
	margin-right:80px;
}

  /* Container Styles */
    .about-section {
    padding: 10px 0;
	background-image:url('../images/bg/unique_background_with_dark_colors_1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    }
	
	.about-overall-row{
		padding:0px;
		padding-top:120px;
	}
	
    .about-card {
	  Color:#fff;
	  padding:25px;
	  height:auto;
	  
	  
background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 2.5px );
-webkit-backdrop-filter: blur( 2.5px );
border-radius: 10px;
border: 0px solid rgba( 255, 255, 255, 0.18 );
    }
	



/*our process*/

.our-process{
	background-color:#000;
}

.ourprocess-headline{
	text-align:Center;
	color:#fff;
	padding:50px 0px;
	font-size:2em;
	font-family:agbalumo;
}



/*our standards*/

  /* Our Standards Section */
   .standard-section{
	  background:#000;
	  color:#fff;
	  padding:50px 0px;
   }
   .underline{
	   border-bottom:1px solid #39B54A;
	   width:60%;
   }
   .our-standard{
	 width:100%;
	 margin:auto;
	 
   }


        h1.standard {
        font-size: 2em;
        font-weight: bold;
        text-align: left;
        margin:20px 30px 50px 30px;
			
			
        }

        .section {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
			width:90%;
			text-align:justify;
			word-spacing:-2px;
			hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
			margin-left:25px;
			padding:0px;
        }

        .number {
            font-size: 3em;
            font-weight: bold;
            color: #999999;
            margin-right: 20px;
            flex-shrink: 0;
            transform: rotate(270deg);
        }

        .content {
            max-width: calc(100% - 80px);
        }

        .content h2 {
            font-size: 1.25em;
            font-weight: bold;
            margin: 0 0 10px;
            text-align: left;
        }

        .content p {
			padding:0px;
            margin: 0;
            width: 90%;
        }
		
		

/*footer*/	
	.footer-links, .footer-contact{
		margin-bottom:50px;
	}

	.scroll-to-top{
		margin-top:20px;
	}
	.footer-bottom{
		text-align:Center;
		width:85%;
		margin:auto;
	}
	
		.text-right{
	float: left;
	padding-top:15px;
	padding-left:60px
}
}


@media (max-width:380px){
	.navbar-brand{
		margin:auto;
		width:50%;
	}
	.navbar-brand img{
		width:100px;
		margin-left:80px;
	}
	
	
		/*why choose us*/
	.whychooseus{
	background-image:url('../images/bg/A_dense_and_mysterious_forest_at_sunset.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:350px;
}
.why-neo{
	color:#fff;
	padding:250px 0px 0px 30px;
	font-size:2em;
	font-weight:bold;
	text-transform :uppercase;
	margin-right:80px;
}

  /* Container Styles */
    .about-section {
    padding: 10px 0;
	background-image:url('../images/bg/unique_background_with_dark_colors_1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    }
	
	.about-overall-row{
		padding:0px;
		padding-top:50px;
	}
	
    .about-card {

	  Color:#fff;
	  padding:25px;
	  height:auto;
	  
	  
background: rgba( 255, 255, 255, 0.15 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 2.5px );
-webkit-backdrop-filter: blur( 2.5px );
border-radius: 10px;
border: 0px solid rgba( 255, 255, 255, 0.18 );
    }
	
	
	
	
	
	
	
	/*footer terms*/
		.text-right{
	float: left;
	padding-top:15px;
	padding-left:44px
}

}