body
{
    
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; 
}

.img_con{padding: 30px;}
.banner{background: #a5d499; padding: 50px 0px; position: relative;}
.banner_heading{padding: 70px;}
.banner_heading h2{font-size: 65px;}
.img_con img{ animation: mover 2s infinite  alternate;}
@-webkit-keyframes mover 
{
   0% { transform: translateY(0); }
   100% { transform: translateY(-30px); }
}

.yog_section{padding: 80px 0px;}
.nav-link{font-size: 20px;}
.aboutsection{padding: 70px 0px; position: relative;}
.section{padding: 50px 0px;}
.heading h1{margin: 0px; padding: 0px; }

@media only screen and (max-width: 767px)
{
	.banner{padding: 30px 0px;}
	.banner_heading{padding: 20px;}
	.banner_heading h2{font-size: 35px; font-weight: bold;}
}

.mobile-menu 
{
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #0a6839;
    color: #fff;
    padding: 20px;
    transition: 0.4s ease;
    z-index: 9999;
 }

.mobile-menu.open 
{
     right: 0;
}

.close-btn 
{
    font-size: 28px;
    cursor: pointer;
    color: #fff;
 }

.grid-section {
    background: #f0f0f0;
    padding: 50px 0;
}

.grid-section {
transition: transform 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
-webkit-transition: transform 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
will-change: transform;
min-height: 140px; /* keeps items equal height */
display: flex;
background: #f2f2f2;
flex-direction: column;
align-items: center;
justify-content: center;
border: 1px solid rgba(0,0,0,0.04);
}

.grid-item
{
	position: relative;
}

.pricetag
{
	position: absolute;
	top: -5px;
	left: -5px;
	background: #ef3a4b;
	color: #fff;
	padding: 5px 10px;
	border-radius: 35px;
}



.grid-item:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 18px 40px rgba(19, 24, 32, 0.12);
background-color: #ffffff;
z-index: 2;
}



.grid-icon {
font-size: 34px;
line-height: 1;
display: inline-block;
margin-bottom: 12px;
color: #2d5136; 
}


/* Title / bottom text */
.grid-title {
font-size: 14px;
font-weight: 600;
color: #333;
margin: 0;
}


.icon-circle {
width: 68px;
height: 68px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(165,212,153,0.2);
margin-bottom: 10px;
}

.icon-circle img
{
	width: 45px;
	height: 45px;
}

.grid-item {
     background: #ffffff; 
    border-radius: 10px;
    padding: 28px 18px;
    margin: 10px 0;
    text-align: center;
    transition: transform 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
    -webkit-transition: transform 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
    will-change: transform;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.04);
}


/* Responsive spacing tweaks */
@media (max-width: 575.98px) {
.grid-item { padding: 20px 12px; min-height: 120px; }
.grid-icon { font-size: 28px; }
}

.brr
{
	border-radius: 100px;
	padding: 0px 40px;
}

.team-section {
    padding: 60px 0;
    background: #fff;
}

.team-card {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 25px;
    transition: 0.4s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.team-card img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 4px solid #e9ecef;
}

.team-card h4 {
    font-size: 20px;
    font-weight: 600;
}

.team-card p {
    color: #777;
    margin-bottom: 15px;
}

.social a {
    display: inline-block;
    margin: 0 8px;
    font-size: 18px;
    color: #555;
    transition: 0.3s;
}

.social a:hover {
    color: #28a745;
}

.cta-section {
background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('https://images.unsplash.com/photo-1552053831-71594a27632d?auto=format&fit=crop&w=1200&q=80');
background-size: cover;
background-position: center;
padding: 80px 0;
text-align: center;
color: #fff;
}


.cta-section h2 {
font-size: 36px;
font-weight: 700;
margin-bottom: 18px;
letter-spacing: 0.5px;
}


.cta-section p {
font-size: 17px;
margin-bottom: 25px;
opacity: 0.9;
}


.cta-btn {
background-color: #28a745;
border: none;
padding: 14px 34px;
font-size: 16px;
font-weight: 600;
border-radius: 50px;
transition: 0.3s;
color: #fff;
}


.cta-btn:hover {
background-color: #218838;
transform: translateY(-3px);
}


@media (max-width: 575.98px) {
.cta-section h2 {
font-size: 28px;
}
.cta-section p {
font-size: 15px;
}
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatex(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatex(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatex(0px);
	}
}
.banner_left_top_shape{
    position: absolute;
    top: 90px;
    left: 0;
}
.banner_left_bottom_shape{
    position: absolute;
    top: 170px;
    left: 0;
}
.left_shape img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.banner_right_top_shape{
    position: absolute;
    bottom: 200px;
    right: 0;
}
.banner_right_bottom_shape{
    position: absolute;
    bottom: 80px;
    right: 0;
}
.right_shape img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
	backdrop-filter: blur(0px);
      transition:
        transform var(--transition-duration) ease,
        background-color var(--transition-duration) ease,
        box-shadow var(--transition-duration) ease,
        backdrop-filter var(--transition-duration) ease;
      transform: translateY(0);
}



.testimonials {padding:60px 0}
.testimonial-card{background:#fff; border-radius:12px; padding:22px; box-shadow:0 6px 22px rgba(15,30,60,0.08); height:100%; display:flex; flex-direction:column}
.testimonial-quote{font-size:1.05rem; color:#243447; margin-bottom:16px; line-height:1.5}
.testimonial-meta{margin-top:auto; display:flex; align-items:center}
.avatar{width:56px; height:56px; border-radius:50%; overflow:hidden; flex:0 0 56px; margin-right:12px}
.avatar img{width:100%; height:100%; object-fit:cover}
.author{font-weight:700; margin-bottom:2px}
.role{font-size:.85rem; color:#6b7a86}
.rating{color:#f6b21a; margin-bottom:6px}


/* Carousel tweaks */
.carousel-control-prev, .carousel-control-next{width:44px; height:44px; top:50%; transform:translateY(-50%); background:rgba(0,0,0,0.06); border-radius:50%;}
.carousel-control-prev-icon, .carousel-control-next-icon{background-size:18px 18px}
.carousel-indicators { bottom:-30px }


/* Responsive layout: 3 columns desktop, 2 tablet, 1 mobile */
@media(min-width:992px){ .carousel .carousel-item > .row > .col-md-4{display:block} }
@media(max-width:991px){ .carousel .carousel-item > .row > .col-md-4{display:block} }

.form-group
{
	margin: 5px;
	font-weight: 300;
}



