@import url('')

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
/* Smooth Scroll */
html{
	scroll-behavior: smooth;
}
.showcase {
  position: relative;
            height: 100vh;
            min-height: 600px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
}

/* Background Video Styling */
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
}

/* Content on top of the video */
.showcase-content {
  position: relative;
  z-index: 2;
  padding: 100px 50px;
  
  color: white;
}

/* Optional overlay if needed for contrast */
.showcase::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Slight dark overlay */
  z-index: 1;
}



















/*utility classes*/
.text-secondary{
	color:#55BA53;
}
.text-center{
	text-align: center;
}
.gb-light{
	background: #cfcfcf;
}

.bg-secondary{
	background: #0A2940;
}

.py-0{padding:16px 0;}
.py-1{padding:24px 0;}
.py-2{padding: 32px 0;}
.py-3{padding: 48px 0;}


.py-0{padding:16px 0;}
.py-1{padding:24px 0;}
.py-2{padding: 32px 0;}
.py-3{padding: 48px 0;}
.py-4{padding: 1px;}
  

.wrapper{
	max-width: 1320px;
	padding: 0 50px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.btn{
	display: inline-block;
	padding: 15px 25px;
	margin-right: 30px;
	margin-top: 30px;
	text-decoration: none;
	border-radius: 25px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	transition: all 0.5s ease;
}

/*Top Navbar*/

/*showcase area*/

.showcase .navbar-top img{
	width: 30px;
	height: 30px;
}

.showcase .navbar-bottom img{
	width: 150px;
}
.showcase .navbar-top{
	position: relative;
  z-index: 2;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #0A2940;
	top: 0;
	left: 0;
	
}
.showcase .left{
	display: flex;
	list-style: none;

}
.showcase .left li a{
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	color: #95A2BB;
	padding: 5px 15px;
	transition: all 0.5s ease;
}
.showcase .left li a:hover{
	color: #55BA53;
}

.showcase .left li:first-child{
	font-weight: 700;
	border-right: 1px solid #536DAF;

}
.showcase .right{
	display: flex;
	list-style: none;
}

.showcase .right li a{
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
	color: #95A2BB;
}
.showcase .right li a:hover{
	color: #55BA53;
}
/*top navbar end*/

/*Bottom*/
.showcase .navbar-bottom{
	position: relative;
  z-index: 2;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 25px 0;
}

.showcase .navbar-bottom .naved{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.showcase .navbar-bottom .navs{
	padding: 0 100px;
	}

.navbar-bottom.sticky{
	top: 0;
	background: #fff;
	background: #cfcfcf;
	padding: 25px 0;
	align-items: center;
	border-bottom: 1px solid #0A2940;
	color: #0A2940;
	z-index: 999;

}
.imf{
	color: white;
}
.showcase .navbar-bottom .brand-left{
	color: white;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.5s ease;
}
	.showcase .navbar-bottom .brand-left:hover{
		color: #0A2940;
	
}
.showcase .navbar-bottom .menu-right{
	display: flex;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
}
.showcase .navbar-bottom.sticky .menu-right li:last-child{
	display: none;
}

.showcase .navbar-bottom .menu-right a{
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
color: #f1f1f1;
	transition:all 0.5s ease;
}
.showcase .navbar-bottom .menu-right a:hover{
color: #55BA53;
}

/*Navbar Bottom search form*/

.navbar-bottom .search-form{
	position: absolute;
	top: 22%;
	right: 10%;
	background: #f4f4f4;
	width: 350px;
	height: 28px;
	display: flex;
	align-items: center;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.5s ease;
}


.navbar-bottom .search-form.active{
	transform: scaleY(1);
}
  .navbar-bottom .search-form input{
	width: 100%;
	height: 100%;
	font-size: 20px;
	border:none;
	background: #f4f4f4;
	color: #1A1B1E;
	padding: 14px;
	text-transform: none;
	outline: none;
}
.navbar-bottom .search-form label{
	cursor: pointer;
	font-size: 30px;
	border: none;
	margin-right: 12px;

}

.navbar-bottom .search-form:hover{
	color: #55BA53;
}
 


/*Showcase-content section styling*/
.showcase .showcase-content{
	max-width: 850px;
	margin-top: 15px;
	padding: 0 95px;

}

.showcase .showcase-content h1{
	color: #55BA53;
	font-size: 60px;
	margin: 15px 0;

}
.showcase .showcase-content span{
	color: #fff;
	font-family: 'verdana',sans-serif;
	font-weight: 500;
}

.showcase .showcase-content p{
	color: #ceced4;
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: justify;
}

.showcase .showcase-content .btn-left{
	background: linear-gradient(to right, #0a3609,#55BA53);
}

.showcase .showcase-content .btn-right{
background: linear-gradient(to right, #55BA53,#0a3609);

}

/*services section styling*/

#services .items{
	display: flex;
	padding-bottom: 40px;
}
#services .items .item{
	text-align: center;
	padding: 10px;
	margin: 10px;
	background: #0A2940;
	border-radius: 5px;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5), -5px -5px 20px rgba(0, 0, 0, 0.3);
transition: all 0.5s ease;
}
#services .items .item h3{
	color: #55BA53;
	font-size: 16px;
	margin: 5px;
}
#services .items .item p{
	line-height: 1.4;
	color: #95A2BB;
}

#services .items .item i{
	color: #95A2BB;
}
#services .items .item:hover i{
	color: #55BA53;
}
#services .items .item:hover{
	background: #0A2940;
	transform: scale(1.05);
}
#services .items .item:hover h3{
	color:#f4f4f4;
}

/* Service Section Bottom*/

#goal{
	display: flex;
	padding-top: 20px;
}
#goal div{
	flex: 1;
}

#goal .goal-img{
	display: inline-block;
	position: relative;
	width: 600px;
	height: 500px;
	overflow: hidden;
}
#goal .goal-img img{
	width: auto;
	height: 100%;
	object-fit: cover;
}
#goal .goal-text{
	margin: 0 40px;
}

#goal .goal-text a{
	color: #f4f4f4;
	background: #55BA53;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #55BA53;
	border-radius: 3px 10px;
	transition: 0.5s;
}

#goal .goal-text a:hover{
	color: #55BA53;
	background: #0A2940;

}

#goal .goal-text h2{
	margin: 20px 0;
	color: #0A2940;
}

#goal .goal-text .contents{
	display: flex;

}

#goal .goal-text .contents .content{
	flex: none;
	padding: 2px;
}
#goal .goal-text .contents .content h3{
	font-size: 16px;
	padding-bottom: 5px;
	color: #55BA53;
}

#goal .goal-text .contents .content p{
	color: #1A1B1E;
}
#goal .goal-text .contents .content i{
color: #55BA53;
padding: 3px;
background: #0A2940;
align-self: flex-start;
border-radius: 5px;
margin-right: 5px;
margin-top: 10px;
}

/* Portfoloi Section styling */
#portfolio{
	background: #0A2940;
}
.portfolio h3{
	color: #95A2BB;
	font-size: 14px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.portfolio h2{
	font-size: 40px;
	font-weight: 600;
	color: #95A2BB;
	margin-bottom: 20px;
}
.portfolio h2 span{
	font-weight: 500;
}

.portfolio p{
	color: #95A2BB;
	line-height: 1.6;
	margin-bottom: 100px;
}
.owl-carousel .item img{
	display: block;
	width: 700px;
	height: 300px;
	border: 2px solid #95A2BB;
	object-fit: cover;
}
.owl-dots{
	text-align: center;
	margin-top: 20px;
}
.owl-dot{
	height: 13px;
	width:13px ;
	margin: 0 5px;
	outline: none !important;
	border-radius: 50%;
	border:2px solid #55BA53 !important;
}

.owl-dot.active,
.owl-dot:hover{
	background: #55BA53 !important;
}

/* Team Section Styling */
#teams h3{
	color: #0A2940;
	font-size: 14px;
	padding-bottom: 20px;
	text-transform: uppercase;
}
#teams h2{
	font-size: 40px;
	font-weight: 600;
	color: #0A2940;
	margin-bottom: 20px;
}

#teams h2 span{
	font-weight: 500;
}
#teams p{
	color: #0A2940;
	line-height: 1.6;
	margin-bottom: 100px;
}

#teams .wrapper .card-items{
	display: flex;
	margin-top: -50px;
	justify-content: space-evenly;
	overflow: hidden;
}
#teams .wrapper .card{
	margin: 20px;
display: flex;
flex-direction: column;
background-color: #f6f6f6;
border-radius: 5px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
overflow: hidden;
width: 280px;
z-index: 1;
transition: all 0.5s ease;

}
#teams .wrapper .card:hover{
background:#0A2940;
transform: scale(1.05);
cursor: pointer;
}

#teams .wrapper .card .card-header{
display: inline-block;
width: 180px;
height: 180px;
overflow: hidden;
border-radius: 50%;
margin: 30px auto;
transform:translateY(40px)  ;
}
#items .wrapper .card .card-header img{
	width: 100%;
	height: auto;
}

#teams .wrapper .card-body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	min-height: 200px;
} 
#teams .wrapper .card h3{
	font-size: 16px;
	color: #95A2BB;
	padding-top: 30px;
}
#teams .wrapper .card .card-body h4{
	font-size: 14px;
	font-weight: 600;
	color: #55BA53;
	margin-top: 0px;
}
#teams .wrapper .card .card-body ul{
	display:flex ;
	list-style: none;
	padding-top: 50px;
}
#teams .wrapper .card .card-body ul li{
	padding: 5px;
	margin: 0 7px;
	border: 1px solid #95A2BB;
	border-radius: 50%;
	background: #0A2940;
	color: #55BA53;
	transition: all 0.3s ease;
}
#teams .wrapper .card .card-body ul li:hover{
	background: #55BA53;
	color: #0A2940;
}
/* Blog Section Styling */

#blog{
	background: #0A2940;
}
#blog .wrapper .header{
display: flex;
align-items: center;
margin-bottom: 20px;
}
#blog .wrapper .header span{
	height: 1px;
	width: 4%;
	background: #95A2BB;
}
#blog .wrapper .header h4{
	color: #95A2BB;
	padding-left: 15px;
	text-transform: uppercase;
}
#blog .wrapper .blog-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

#blog .wrapper .blog-info h2{
	font-size: 40px;
	color: #95A2BB;
	font-weight: 600;
}
#blog .wrapper .blog-info h2 span{
	font-weight: 500;
}

#blog .wrapper .blog-info a{
	text-decoration: none;
	padding: 10px 20px;
	background: #55BA53;
	color: #0A2940;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #55BA53;
	border-radius: 5px;
}

#blog .wrapper .blog-info a:hover{
	background: none;
	color: #95A2BB;
}

#blog .wrapper .blog-card{
display: flex;
margin-top: 50px;
justify-content: space-between;
flex-wrap: wrap;
}
#blog .wrapper .card{
	margin: 70px 5px;
	background-color: #cfcfcf;
	border-radius: 5px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
	width: 370px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.5s ease;

}
#blog .wrapper .card:hover{
	transform: scale(1.05);
}

#blog .wrapper .card .card-header img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	margin-bottom: 10px;
}
#blog .wrapper .card .card-body .tag{
	background: #ccc;
	border-radius: 50px;
	font-size: 12px;
	margin: 30px;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	cursor: pointer;
}
#blog .wrapper .card .card-body .tag-yellow{
	background-color:darkred;
}

#blog .wrapper .card .card-body .tag-purple{
	background-color: #5C768F;
}

#blog .wrapper .card .card-body .tag-pink{
	background-color: #CD5B9F;
}
#blog .wrapper .card .card-body h4{
	margin: 10px 30px;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #0A2940;
}

#blog .wrapper .card .card-body .footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 10px 2px 30px;
	border-top: 1px solid #536DAF;
	padding: 5px 0;

}
#blog .wrapper.card .card-body .footer small{
	color: #1A1B1E;
	font-weight: 600;
}

#blog .wrapper .card .card-body .footer a{
	padding:5px 10px;
	background: #55BA53;
	border-radius: 4px;
	color: #0A2940;
}
/* Contact Section styling */
#contact h2{
	font-size: 40px;
	font-weight: 600; 
	color: #fff;
	margin-bottom: 10px;
}
#contact p{
	color: #fff;
	inline-height:1.6;
	margin-bottom: 50px;
}

#contact .wrapper form{
	display: flex;
	flex-direction: column;
	max-width: 550px;
	margin: 0 auto;
}
#contact .wrapper form input{
	padding: 8px;
	border: #ddd 1px solid;
	outline: none;
	border-radius: 5px;
	margin: 15px 0;
}
#contact .wrapper form .button{
	padding: 8px;
	margin-bottom: 100px;
	background: #0A2940;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	transition: all 0.3s ease ;
}

#contact .wrapper form .button:hover{
	background: #1A1B1E;
	color: #fff;
	cursor: pointer;
}


/* Footer Section Styling */
.footer-bottom{
	background: #1A1B1E;
	color: #536DAF;
}
.footer-bottom p{
	font-size: 14px;
	font-weight: 600;
}


/* Scroll up Styling */
.scroll-up-btn{
	position: fixed;
	height: 45px;
	width: 42px;
	border:1px solid #fff;
	background: #0A2940;
	right: 30px;
	bottom: 10px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	z-index: 9999;
	font-size: 30px;
	border-radius: 6px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
}
.scroll-up-btn.show{
	opacity: 1;
	pointer-events: auto;
	bottom: 30px;
}

.but{
	top: 0;
	position: relative;
}

/* Menu btn*/
#menu-btn{
	float: right;
	height: 30px;
	align-items: center;
	font-size: 50px;
margin-top: -5px;
display:none;
}

/*

@media (max-width: 600px) {
  .navbar-bottom .menu-right {
    flex-direction: column;
  }

  .showcase-content h1 {
    font-size: 2rem;
  }

  .showcase-content p {
    font-size: 14px;
  }

  .card {
    width: 200%;
  }

  .blog-card {
    flex-direction: column;
  }

  
.card-items{
	flex-direction: column;
	
}  
#goal{
	flex-direction: column;
	width: 100%;
}


.showcase{
	height: 100vh;
	max-width: 100%;
}
.portfolio {
	width: 200%;
}

.items{
	flex-direction: column;
}
#blog .wrapper{
	width: 200%;
}
}
*/




/* Responsive Styles */
        @media (max-width: 992px) {

 .showcase .navbar-bottom .naved{
  width: 100%;
	margin: 0 auto;
	display: block;
	align-items: center;
	padding: 25px 0;
}

.showcase .navbar-bottom .navs .menu-right a{
	text-decoration: none;
	display: block;
	color: #1A1B1E;
	padding-top: 10px;
	font-size: 20px;
	opacity: ;
}

.showcase .navbar-bottom .menu-right a:hover{
color: #55BA53;
}
	
	.navbar-bottom .menu-right {
    flex-direction: column;
    position: absolute;
    display: none;

  }

.navbar-bottom .navs{
	display: none;
}


.navbar-bottom #menu-btn{
	align-items: center;
	font-size: 50px;
margin-top: -30px;
display: inline-block;
width: 100%;
color: darkred;
font-size: 50px;
margin-left: 150px;
}

.navbar-bottom .navs.active{
	display: block;
	align-items: center;
	position: absolute;
	width: 100%;
	opacity: 0.99;
}

.navbar-bottom .navs .menu-right{
	background-color: #f6f6f6;
border-radius: 5px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 1);
overflow: hidden;
padding: 5px;
text-align: center;
margin: 0;
float: left;
width: 50%;
margin-left: -50px;
}
.showcase-content {
  position: relative;
  z-index: 1;
  padding: 100px 50px;
  max-width: 850px;
  color: white;
}
.menu-right a{
	text-align: center;
}























            .section-title {
                font-size: 2rem;
            }

            .showcase-content h1 {
                font-size: 1rem;
            }

            .showcase-content p {
                font-size: 1rem;
            }
            .showcase .navbar-top{
            	display: none;
            }
            .background-video{
            	width: 100%;
            	height: 100vh;
            }
            .showcase{
            	height: 100vh;
            }

#teams .wrapper .card-items{
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}


        }

        @media (max-width: 768px) {
        	.background-video{
            	width: 100%;
            	height: 100vh;
            }
           .showcase .navbar-top{
                display: none;
            }
 .showcase-content p {
                font-size:12px;
            }
             .showcase-content span{
                font-size: 12px;
            }
            .menu-toggle {
                display: block;
            }

            .nav-menu {
                position: fixed;
                top: 80px;
                left: -100%;
                width: 100%;
                height: calc(100vh - 80px);
                background-color: white;
                flex-direction: column;
                align-items: center;
                padding: 2rem 0;
                transition: var(--transition);
                box-shadow: var(--shadow-lg);
                z-index: 99;
            }

            .nav-menu.active {
                left: 0;
            }

            .search-form {
                margin: 1rem auto 0;
            }

            .showcase-content {
                text-align: center;
                align-items: center;
            }

            .showcase-content h1 {
                font-size:2px;
                
            }

            .showcase-buttons {
                flex-direction: column;
                width: 100%;
            }

            .btn {
                width: 50px;
                text-align: center;
                padding: 15px 15px;
	margin-right: 30px;
	margin-top: 15px;
	font-size: 15px;
	font-weight: bold;
            }

            .newsletter-form {
                flex-direction: column;
            }

            .newsletter-input {
                border-radius: 50px;
                margin-bottom: 1rem;
            }

            .newsletter-btn {
                border-radius: 50px;
            }
        }

        @media (max-width: 576px) {
        	.btn {
                width:80px;
                text-align: center;
                padding: 15px 15px;
	margin-right: 20px;
	margin-top: 2px;
	margin-top: -3px;
	font-size: 15px;
	font-weight: bold;
            }
        	.showcase-content h1 {
                font-size: 12px;
            }

            .section {
                padding: 3rem 0;
            }

            .section-title {
                font-size: 1.75rem;
            }

            .goal-section {
                grid-template-columns: 1fr;
            }

            .goal-text {
                padding: 0;
            }
            .items{
	flex-direction: column;
}

#goal{
	flex-direction: column;
	width: 100%;
}
        }

        /* Animation Classes */
        .fade-in {
            animation: fadeIn 1s ease-in;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .slide-up {
            animation: slideUp 1s ease-out;
        }

        @keyframes slideUp {
            from { 
                opacity: 0;
                transform: translateY(50px);
            }
            to { 
                opacity: 1;
                transform: translateY(0);
            }
        }