.top-header{
    background:linear-gradient(90deg,#1f2937,#111827);
    color:#fff;
    font-size:14px;
}

.top-header i{
    color:#ffc107;
}

.top-link{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.top-link:hover{
    color:#ffc107;
}

.social-icon{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:34px;
    height:34px;
    margin-left:6px;
    background:rgba(255,255,255,.12);
    border-radius:50%;
    color:#fff;
    transition:.3s;
    text-decoration:none;
}

.social-icon:hover{
    background:#28a745;
    transform:translateY(-3px);
    color:#fff;
}

.whatsapp-btn{
    width:38px;
    height:38px;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    background:#25D366;
    border-radius:50%;
    color:#fff;
    margin-left:10px;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.whatsapp-btn:hover{
    transform:scale(1.08);
    color:#fff;
}

.offer-text{
    color:#ffc107;
    font-weight:600;
    letter-spacing:.5px;
}

@media(max-width:767px){

.top-header{
    text-align:center;
    font-size:13px;
}

.top-header span,
.top-link{
    display:block;
    margin-bottom:5px;
}
}


/**/

.custom-navbar{
    padding:18px 0;
    background:#fff;
    transition:.4s;
}

.logo-img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #198754;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.company-name{
    font-weight:700;
    color:#198754;
}

.navbar-nav .nav-link{
    font-size:16px;
    font-weight:600;
    color:#333;
    margin:0 12px;
    position:relative;
    transition:.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color:#198754;
}

.navbar-nav .nav-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:3px;
    background:#198754;
    border-radius:20px;
    transition:.4s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .active::after{
    width:100%;
}

.dropdown-menu{
    border-radius:15px;
    padding:10px;
}

.dropdown-item{
    padding:10px 15px;
    border-radius:8px;
}

.dropdown-item:hover{
    background:#198754;
    color:#fff;
}

.whatsapp{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    font-size:24px;
    text-decoration:none;
    transition:.3s;
}

.whatsapp:hover{
    transform:rotate(10deg) scale(1.08);
    color:#fff;
}

.quote-btn{
    background:#198754;
    color:#fff;
    padding:12px 28px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.quote-btn:hover{
    background:#146c43;
    color:#fff;
    transform:translateY(-2px);
}

@media(max-width:991px){

.logo-img{
    width:70px;
    height:70px;
}

.navbar-nav{
    margin-top:20px;
    text-align:center;
}

.quote-btn{
    margin-top:20px;
    display:inline-block;
}
}

/**/

#heroSlider{
    position:relative;
}

.slider-img{
    height:413px;
    object-fit:cover;
}

/* Dark Overlay */

.carousel-item::before{
    content:'';
    position:absolute;
    inset:0;
    
    z-index:1;
}



.btn{
    padding:14px 35px;
    border-radius:50px;
}

.carousel-control-next,
.carousel-control-prev{
    width:70px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon{
    background-color:#198754;
    padding:25px;
    border-radius:50%;
}

.carousel-indicators button{
    width:14px;
    height:14px;
    border-radius:50%;
    margin:6px;
}

.carousel-indicators .active{
    background:#198754;
}

/* Animation */

.carousel-item.active h1{
    animation:fadeDown .8s;
}

.carousel-item.active p{
    animation:fadeUp 1s;
}

.carousel-item.active .btn{
    animation:zoomIn 1.2s;
}

@keyframes fadeDown{

from{
opacity:0;
transform:translateY(-40px);
}

to{
opacity:1;
transform:translateY(0);
}

}

@keyframes fadeUp{

from{
opacity:0;
transform:translateY(40px);
}

to{
opacity:1;
transform:translateY(0);
}

}

@keyframes zoomIn{

from{
opacity:0;
transform:scale(.8);
}

to{
opacity:1;
transform:scale(1);
}

}

@media(max-width:991px){

.slider-img{
height:70vh;
}

.carousel-caption{
left:5%;
right:5%;
bottom:10%;
text-align:center;
}

.carousel-caption h1{
font-size:36px;
}

.carousel-caption p{
font-size:16px;
}

.btn{
margin-bottom:10px;
}

}

/**/

.about-section{
    background:#fff;
}

.about-image{
    position:relative;
    padding:40px;
}

.main-img{
    border-radius:20px;
    position:relative;
    z-index:2;
}

.shape{
    position:absolute;
    border-radius:15px;
}

.shape-one{
    width:280px;
    height:320px;
    background:#676867;
    left:0;
    top:0;
}

.shape-two{
    width:280px;
    height:320px;
    border:15px solid #fff;
    right:10px;
    bottom:10px;
    z-index:1;
}

.experience-box {
    position: absolute;
    right: 56px;
    bottom: 5px;
    background: #240f6d;
    color: #fff;
    padding: 12px;
    border-radius: 15px;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
.experience-box h2{
    margin:0;
    font-size:40px;
    font-weight:700;
}

.sub-title{
    color:#198754;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.main-title{
    font-size:25px;
    font-weight:700;
    margin:15px 0;
}

.title-border{
    width:90px;
    height:5px;
    background:#198754;
    border-radius:30px;
    margin-bottom:25px;
}

.about-text{
    color:#000;
    line-height:1.9;
    text-align:justify;
}

.feature-box{
    display:flex;
    align-items:center;
    padding:18px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.3s;
}

.feature-box:hover{
    transform:translateY(-5px);
}

.feature-box i{
    width:55px;
    height:55px;
    background:#198754;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-right:15px;
}

.btn-about{
    display:inline-block;
    padding:15px 40px;
    border-radius:50px;
    background:#198754;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-about:hover{
    background:#14532d;
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:991px){

.main-title{
    font-size:32px;
}

.about-image{
    padding:15px;
}

.shape-one,
.shape-two{
    display:none;
}

.experience-box{
    position:relative;
    right:0;
    bottom:0;
    margin-top:20px;
    display:inline-block;
}

}

/**/


.product-section{
    background:#f7f9f6;
}

.section-subtitle{
    color:#2e7d32;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-title{
    font-size:42px;
    font-weight:700;
}

.product-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.product-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.18);
}

.product-image{
    position:relative;
    overflow:hidden;
}

.product-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.6s;
}

.product-card:hover img{
    transform:scale(1.1);
}

.product-image::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.65),transparent);
    opacity:0;
    transition:.4s;
}

.product-card:hover .product-image::before{
    opacity:1;
}

.category-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#2e7d32;
    color:#fff;
    padding:7px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
}

.product-content{
    padding:25px;
    text-align:center;
}

.product-content h5 {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 15px;
}

.product-content p{
    color:#666;
    font-size:15px;
    min-height:70px;
}

.btn-view {
    background: #3c3636;
    color: #fff;
    padding: 12px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px 0 0 10px;
    transition: .3s;
}

.btn-view:hover{
    background:#1b5e20;
    color:#fff;
}

.btn-call{
    background:#f2f2f2;
    color:#222;
    padding:12px;
    text-align:center;
    text-decoration:none;
    border-radius:0 10px 10px 0;
    font-size:20px;
    transition:.3s;
}

.btn-call:hover {
    background: #240f6da8;
    color: #fff;
}

/**/


.products{
background:#fff;
}

.section-tag {
    display: inline-block;
    padding: 8px 22px;
    background: #646564;
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

.section-title{

font-size:42px;
font-weight:700;

}

.product-tabs .nav-link{

border-radius:50px;
padding:14px 35px;
margin:6px;
font-weight:600;
background:#fff;
color:#333;
box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.product-tabs .nav-link.active{

background:#198754;
color:#fff;

}

.product-card{

background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;

}

.product-card:hover{

transform:translateY(-12px);

}

.product-image{

overflow:hidden;
position:relative;

}

.product-image img{

height:260px;
width:100%;
object-fit:cover;
transition:.6s;

}

.product-card:hover img{

transform:scale(1.1);

}

.badge-product{

position:absolute;
top:15px;
left:15px;
background:#ff9800;
color:#fff;
padding:7px 18px;
border-radius:30px;
font-size:13px;

}

.product-content{

padding:25px;

}

.product-content h5{

font-weight:700;
min-height:auto;

}

.price{

color:#198754;
font-weight:600;
margin-bottom:20px;

}

.buttons{

display:flex;

}

.btn-green{

flex:1;
padding:13px;
background:#198754;
color:#fff;
text-align:center;
text-decoration:none;
font-weight:600;
border-radius:10px 0 0 10px;

}

.btn-white{

width:70px;
display:flex;
align-items:center;
justify-content:center;
background:#f3f3f3;
color:#222;
font-size:22px;
text-decoration:none;
border-radius:0 10px 10px 0;

}

.btn-green:hover{

background:#146c43;
color:#fff;

}

.btn-white:hover{

background:#ff9800;
color:#fff;

}


/**/


.cta-section{
    position:relative;
    padding:90px 0;
    background:url('images/cta-bg.jpg') center center/cover no-repeat;
    overflow:hidden;
}

.cta-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(10,35,18,.92),rgba(27,94,32,.82));
}

.cta-section .container{
    position:relative;
    z-index:2;
}

.cta-tag{
    display:inline-block;
    background:#ffc107;
    color:#222;
    padding:8px 22px;
    border-radius:40px;
    font-weight:600;
    margin-bottom:20px;
}

.cta-section h2{
    color:#fff;
    font-size:25px;
    font-weight:700;
    margin-bottom:20px;
}

.cta-section p{
    color:#e9e9e9;
    line-height:1.9;
}

.cta-features{
    margin-top:30px;
}

.cta-features span{
    display:inline-block;
    margin:10px 20px 10px 0;
    color:#fff;
    font-weight:600;
}

.cta-features i{
    color:#ffc107;
    margin-right:8px;
}

.cta-box{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.cta-box h4{
    font-weight:700;
    margin-bottom:15px;
}

.cta-box p{
    color:#666;
    margin-bottom:25px;
}

.cta-box .btn{
    border-radius:50px;
    font-weight:600;
    padding:14px;
}

@media(max-width:991px){

.cta-section{
    text-align:center;
}

.cta-section h2{
    font-size:34px;
}

.cta-box{
    margin-top:40px;
}

}

/**/

.testimonial-section{

background:#fff;
position:relative;
overflow:hidden;

}

.sub-heading{

background:#ffc107;
padding:8px 25px;
border-radius:40px;
display:inline-block;
font-weight:600;
color:#000;

}

.section-heading{

color:#fff;
font-size:42px;
font-weight:700;
margin:20px 0;

}

.testimonial-section p{

color:#000;

}

.testimonial-card{

background:#fff;
border-radius:20px;
padding:45px;
position:relative;
box-shadow:0 25px 50px rgba(0,0,0,.2);

}

.quote-icon {
    position: absolute;
    bottom: 3px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

.review{

font-size:20px;
line-height:1.8;
color:#555;
margin-bottom:30px;

}

.stars{

color:#ffc107;
font-size:22px;
margin-bottom:25px;

}

.customer{

display:flex;
align-items:center;

}

.customer img{

width:70px;
height:70px;
border-radius:50%;
margin-right:20px;
border:4px solid #198754;

}

.customer h5{

margin:0;
font-weight:700;

}

.customer span{

color:#777;

}

.carousel-control-prev,
.carousel-control-next{

width:55px;
height:55px;
background:#fff;
border-radius:50%;
top:50%;
transform:translateY(-50%);

}

.carousel-control-prev-icon,
.carousel-control-next-icon{

filter:invert(1);

}

@media(max-width:768px){

.section-heading{

font-size:30px;

}

.testimonial-card{

padding:30px;

}

.review{

font-size:17px;

}

.carousel-control-prev,
.carousel-control-next{

display:none;

}

}

/**/

.footer-section{

background:#3c3636;
color:#fff;
padding-top:70px;
position:relative;

}

.footer-logo{

width:100px;
margin-bottom:20px;

}

.footer-section h4{

font-weight:700;
margin-bottom:15px;
font-size: 18px;
}

.footer-section h5{

margin-bottom:40px;
font-weight:600;
position:relative;

}

.footer-section h5:after{

content:'';
position:absolute;
left:0;
bottom:-8px;
width:60px;
height:3px;
background:#ffc107;

}

.footer-section p{

color:#d7d7d7;
line-height:1.8;

}

.footer-section ul{

list-style:none;
padding:0;

}

.footer-section ul li{

margin-bottom:12px;

}

.footer-section ul li a{

color:#ddd;
text-decoration:none;
transition:.3s;

}

.footer-section ul li a:hover{

color:#ffc107;
padding-left:8px;

}

.contact-list li{

display:flex;
align-items:flex-start;
gap:12px;

}

.contact-list i{

color:#ffc107;
margin-top:4px;

}

.social-icons{

margin-top:25px;

}

.social-icons a{

width:42px;
height:42px;
display:inline-flex;
align-items:center;
justify-content:center;
background:rgba(255,255,255,.08);
border-radius:50%;
color:#fff;
margin-right:10px;
transition:.3s;

}

.social-icons a:hover{

background:#ffc107;
color:#222;
transform:translateY(-5px);

}

.map-btn{

display:inline-block;
margin-top:20px;
padding:12px 25px;
background:#ffc107;
color:#222;
border-radius:40px;
text-decoration:none;
font-weight:600;

}

.map-btn:hover{

background:#fff;
color:#198754;

}

.footer-bottom{

padding:25px 0;
color:#ddd;
font-size:15px;

}

.scroll-top{

position:fixed;
right:25px;
bottom:25px;
width:50px;
height:50px;
background:#ffc107;
color:#222;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
text-decoration:none;
box-shadow:0 10px 25px rgba(0,0,0,.3);
transition:.3s;
z-index:999;

}

.scroll-top:hover{

transform:translateY(-5px);
background:#fff;
color:#198754;

}

hr{

border-color:rgba(255,255,255,.15);

}

@media(max-width:768px){

.newsletter{

flex-direction:column;
border-radius:15px;

}

.newsletter button{

padding:15px;

}

.footer-bottom{

text-align:center;

}

}


/**/

.page-header{
    position:relative;
    background:linear-gradient(rgba(13,61,31,.85),rgba(25,135,84,.85)),
               url(images/page-header.jpg) center center/cover no-repeat;
    padding: 40px 0 65px;
    overflow:hidden;
}

.page-title{
    color:#fff;
    font-size:40px;
    font-weight:700;
    margin:20px 0;
}

.page-subtitle{
    display:inline-block;
    background:#ffc107;
    color:#222;
    padding:8px 22px;
    border-radius:50px;
    font-weight:600;
}

.page-description{
    color:#f8f9fa;
    font-size:18px;
    max-width:700px;
    margin:auto;
    margin-bottom:25px;
}

.breadcrumb{
    background:rgba(255,255,255,.12);
    display:inline-flex;
    padding:12px 25px;
    border-radius:50px;
    backdrop-filter:blur(6px);
}

.breadcrumb-item a{
    color:#fff;
    text-decoration:none;
}

.breadcrumb-item.active {
    color: #d5d2e0;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before{
    color:#fff;
}

.shape{
    position:absolute;
    border-radius:50%;
    background:rgba(255,255,255,.08);
}

.shape1{
    width:220px;
    height:220px;
    top:-80px;
    left:-60px;
}

.shape2{
    width:120px;
    height:120px;
    bottom:20px;
    right:15%;
}

.shape3{
    width:70px;
    height:70px;
    top:40%;
    right:5%;
}

@media(max-width:991px){

.page-header{
    padding:100px 0 70px;
}

.page-title{
    font-size:38px;
}

.page-description{
    font-size:16px;
}

}

/**/

.founder-section{
    background:#fff;
}

.section-tag{
    display:inline-block;
    background:#198754;
    color:#fff;
    padding:8px 22px;
    border-radius:40px;
    font-weight:600;
    margin-bottom:20px;
}

.section-title{
    font-size:45px;
    font-weight:700;
    color:#222;
}

.designation{
    color:#198754;
    margin-bottom:20px;
    font-weight:600;
}

.lead-text{
    font-size:22px;
    font-style:italic;
    color:#555;
    border-left:5px solid #198754;
    padding-left:20px;
    margin-bottom:25px;
}

.founder-image {
    position: relative;
    text-align: center;
    background: #ddd;
    padding: 2px;
    border-radius: 33px;
}

.founder-image img{
    border-radius:25px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.experience-box{
    position:absolute;
    right:-20px;
    bottom:30px;
    background:#198754;
    color:#fff;
    padding:20px;
    width:170px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.experience-box h2{
    margin:0;
    font-size:42px;
    font-weight:700;
}

.info-box{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:15px;
    padding:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.info-box:hover{
    transform:translateY(-5px);
}

.info-box i{
    width:55px;
    height:55px;
    background:#198754;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-right:15px;
}

.info-box h6{
    margin-bottom:4px;
    font-weight:700;
}

.info-box small{
    color:#666;
}

@media(max-width:991px){

.section-title{
    font-size:34px;
}

.experience-box{
    position:relative;
    right:auto;
    bottom:auto;
    margin:20px auto 0;
}

}

/**/


.contact-section{
background:#fff;
}

.section-tag{
display:inline-block;
background:#198754;
color:#fff;
padding:8px 22px;
border-radius:30px;
font-weight:600;
margin-bottom:15px;
}

.section-title{
font-size:42px;
font-weight:700;
margin-bottom:15px;
}

.contact-card,
.enquiry-card{
background:#fff;
border-radius:20px;
padding:35px;
box-shadow:0 20px 50px rgba(0,0,0,.08);
height:100%;
}

.contact-card h3,
.enquiry-card h3{
font-weight:700;
margin-bottom:30px;
}

.info-item{
display:flex;
margin-bottom:25px;
}

.icon{
width:60px;
height:60px;
background:#198754;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
margin-right:20px;
flex-shrink:0;
}

.info-item h6{
font-weight:700;
margin-bottom:5px;
}

.info-item p{
margin:0;
color:#666;
}

.map-box{
margin-top:25px;
border-radius:15px;
overflow:hidden;
}

.form-control,
.form-select{
height:55px;
border-radius:12px;
border:1px solid #ddd;
}

textarea.form-control{
height:auto;
}

.form-control:focus,
.form-select:focus{
border-color:#198754;
box-shadow:0 0 0 .2rem rgba(25,135,84,.15);
}

.btn-success{
padding:14px 35px;
font-weight:600;
}

@media(max-width:991px){

.section-title{
font-size:32px;
}

.contact-card{
margin-bottom:30px;
}

}


/**/


.gallery-section{
background:#f8f9fa;
}

.gallery-tag{
display:inline-block;
background:#198754;
color:#fff;
padding:8px 22px;
border-radius:50px;
font-weight:600;
margin-bottom:15px;
}

.gallery-title{
font-size:45px;
font-weight:700;
margin-bottom:15px;
}

.gallery-card{

position:relative;
overflow:hidden;
border-radius:20px;
box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.gallery-card img{

width:100%;
height:280px;
object-fit:cover;
transition:.5s;

}

.gallery-overlay{

position:absolute;
left:0;
top:0;
width:100%;
height:100%;

background:linear-gradient(transparent,rgba(0,0,0,.8));

display:flex;
flex-direction:column;
justify-content:flex-end;
align-items:center;

opacity:0;

transition:.4s;

padding-bottom:30px;

}

.gallery-overlay h5{

color:#fff;
font-weight:600;

}

.gallery-overlay i{

font-size:45px;
color:#ffc107;

margin-top:10px;

transform:scale(.5);

transition:.4s;

}

.gallery-card:hover img{

transform:scale(1.12);

}

.gallery-card:hover .gallery-overlay{

opacity:1;

}

.gallery-card:hover .gallery-overlay i{

transform:scale(1);

}

.gallery-card:hover{

transform:translateY(-8px);

transition:.3s;

}

.btn-outline-success:hover{

color:#fff;

}

@media(max-width:768px){

.gallery-title{

font-size:32px;

}

.gallery-card img{

height:220px;

}

}

/**/

.team-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
}

.team-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.team-img{
    position:relative;
    padding:1px;
}

.team-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .4s;
}

.team-card:hover .team-img img{
    transform:scale(1.05);
}

.team-social{
    position:absolute;
    bottom:15px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:10px;
    opacity:0;
    transition:.4s;
}

.team-card:hover .team-social{
    opacity:1;
}

.team-social a{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#198754;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.team-social a:hover{
    background:#ffc107;
    color:#222;
}

.team-content{
    padding:25px;
}

.designation{
    display:inline-block;
    background:#ffc107;
    color:#222;
    padding:6px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:12px;
}

.team-content h4 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 19px;
}
.team-content p{
    color:#666;
    font-size:15px;
    line-height:1.7;
}

@media(max-width:768px){

.section-title{
    font-size:32px;
}

.team-img img{
    width:150px;
    height:150px;
}

}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 12px;
    margin-bottom: .125rem;
    float: left;
}

#eprlist {
    display: inline-block;
    width: 210px;
}


/**/

.instrument-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.instrument-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 60px rgba(0,0,0,.15);

}

.instrument-image{

position:relative;

overflow:hidden;

}

.instrument-image img{

width:100%;

height:240px;

object-fit:cover;

transition:.5s;

}

.instrument-card:hover img{

transform:scale(1.1);

}

.product-badge{

position:absolute;

top:15px;

left:15px;

background:#198754;

color:#fff;

padding:6px 14px;

border-radius:30px;

font-size:13px;

font-weight:600;

}

.instrument-body{

padding:25px;

text-align:center;

}

.instrument-body h5{

font-weight:700;

margin-bottom:10px;

}

.instrument-body p{

color:#666;

font-size:15px;

min-height:50px;

}

.instrument-body .btn{

border-radius:50px;

font-weight:600;

padding:10px;

}

/**/

.instrument-card{
    transition:.4s;
}

.instrument-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.15)!important;
}

.instrument-img{
    height:220px;
    object-fit:cover;
    transition:.4s;
}

.instrument-card:hover .instrument-img{
    /*transform:scale(1.08);*/
}

.badge {
	border-radius: 30px;
	padding: 7px 15px;
	float: right;
	margin-top: -3rem;
}
.card-body h5{
    color:#2c3e50;
    margin-bottom:10px;
}

.card-body p{
    font-size:14px;
    line-height:24px;
}
.fw-bold.mt-3 {
    font-size: 22px;
}

.badge-tag {
    position: relative;
    top: 15px;
    background: #ff9800;
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    float: right;
}

.btn.btn-success.w-50.rounded-0 {
    background: #856a1a;
}

/**/

.category-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.category-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.category-icon{
    height:220px;
    overflow:hidden;
    background:#f8f9fa;
}

.category-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.category-card:hover img{
    transform:scale(1.08);
}

.category-body{
    padding:25px;
}

.category-body h5{
    font-weight:700;
    margin-bottom:20px;
    color:#2c3e50;
}

.btn-category{
    background:#55714F;
    color:#fff;
    border-radius:50px;
    padding:10px 25px;
    font-weight:600;
    transition:.3s;
}

.btn-category:hover{
    background:#2d7a37;
    color:#fff;
}

.btn-category {
    background: #55714F;
    color: #fff;
    border-radius: 10px;
    padding: 3px;
    font-weight: 600;
    transition: .3s;
    width: 44px;
    margin-left: auto;
}