/********** Template CSS **********/

:root {

    --primary: #115030;

    --secondary: #FB9F38;

    --light: #F5F8F2;

    --dark: #252C30;

}



.back-to-top {

    position: fixed;

    display: none;

    right: 30px;

    bottom: 30px;

    z-index: 99;

}



.fw-medium {

    font-weight: 600;

}



.fw-bold {

    font-weight: 700;

}



.fw-black {

    font-weight: 900;

}





/*** Spinner ***/

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .5s ease-out, visibility 0s linear .5s;

    z-index: 99999;

}



#spinner.show {

    transition: opacity .5s ease-out, visibility 0s linear 0s;

    visibility: visible;

    opacity: 1;

}





/*** Button ***/

.btn {

    transition: .5s;

    font-weight: 500;

}



.btn-primary,

.btn-outline-primary:hover {

    color: var(--light);

}



.btn-secondary,

.btn-outline-secondary:hover {

    color: var(--dark);

}



.btn-square {

    width: 38px;

    height: 38px;

}



.btn-sm-square {

    width: 32px;

    height: 32px;

}



.btn-lg-square {

    width: 48px;

    height: 48px;

}



.btn-square,

.btn-sm-square,

.btn-lg-square {

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: normal;

}





/*** Navbar ***/

.sticky-top {

    top: -150px;

    transition: .5s;

}



.navbar .navbar-brand {

    position: absolute;

    padding: 0;

    width: 170px;

    height: 135px;

    top: 0;

    left: 0;

}



.navbar .navbar-nav .nav-link {

    margin-right: 28px;

    padding: 25px 0;

    color: var(--dark);

    /* font-weight: 600; */

    text-transform: capitalize;

    outline: none;

    font-size: 16px;

    font-weight: 600;

}



.navbar .navbar-nav .nav-link:hover,

.navbar .navbar-nav .nav-link.active {

    color: var(--primary);

}



.navbar .dropdown-toggle::after {

    border: none;

    content: "\f107";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    vertical-align: middle;

    margin-left: 8px;

}



@media (max-width: 991.98px) {

    .navbar .navbar-brand {

        width: 126px;

        height: 100px;

    }



    .navbar .navbar-nav .nav-link {

        margin-right: 0;

        padding: 10px 0;

    }



    .navbar .navbar-nav {

        margin-top: 12px;

        border-top: 1px solid #EEEEEE;

    }

}



@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {

        display: block;

        border: none;

        margin-top: 0;

        top: 150%;

        opacity: 0;

        visibility: hidden;

        transition: .5s;

    }



    .navbar .nav-item:hover .dropdown-menu {

        top: 100%;

        visibility: visible;

        transition: .5s;

        opacity: 1;

    }

}





/*** Header ***/

/*** Header ***/

.carousel-caption {

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    display: flex;

    align-items: center;

    background: rgba(136, 180, 78, .7);

    z-index: 1;

}



.carousel-control-prev,

.carousel-control-next {

    width: 15%;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

    width: 3.5rem;

    height: 3.5rem;

    border-radius: 3.5rem;

    background-color: var(--dark);

    border: 15px solid var(--dark);

}



#header-carousel .carousel-item img {

    position: relative;


}

.product-main-carousel img {
    width: 100% !important;

    object-fit: cover !important;
}

@media (max-width: 768px) {

    #header-carousel .carousel-item {

        position: relative;

        min-height: 130px;

    }



    #header-carousel .carousel-item img {

        position: absolute;

        width: 100%;

        height: 100%;

        object-fit: contain;

    }

}



.page-header {

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../img/carousel-1.jpg) center center no-repeat;

    background-size: cover;

}



.page-header .breadcrumb-item+.breadcrumb-item::before {

    color: var(--light);

}



.page-header .breadcrumb-item,

.page-header .breadcrumb-item a {

    font-size: 18px;

    color: var(--light);

}





/*** Section Title ***/

.section-title {

    position: relative;

    margin-bottom: 3rem;

    padding-bottom: 2rem;

}



.section-title::before {

    position: absolute;

    content: "";

    width: 50%;

    height: 2px;

    bottom: 0;

    left: 0;

    background: var(--primary);

}



.section-title::after {

    position: absolute;

    content: "";

    width: 28px;

    height: 28px;

    bottom: -13px;

    left: calc(25% - 13px);

    background: var(--dark);

    border: 10px solid #FFFFFF;

    border-radius: 28px;

}



.section-title.text-center::before {

    left: 25%;

}



.section-title.text-center::after {

    left: calc(50% - 13px);

}



.section-title2 {

    position: relative;

    margin-bottom: 3rem;

    padding-bottom: 2rem;

}



.section-title2::before {

    position: absolute;

    content: "";

    width: 50%;

    height: 2px;

    bottom: 0;

    left: 26%;

    background: var(--primary);

}



.section-title2::after {

    position: absolute;

    content: "";

    width: 28px;

    height: 28px;

    bottom: -13px;

    left: calc(50% - 13px);

    background: var(--dark);

    border: 10px solid #0a3d02;

    border-radius: 28px;

}



.section-title2.text-center::before {

    left: 25%;

}



.section-title2.text-center::after {

    left: calc(50% - 13px);

}



.font-size-custom {

    font-size: 18px;

    font-weight: 600;



}



/*** Products ***/

.product {

    background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1)), url(../img/product-bg.png) left bottom no-repeat;

    background-size: auto;

}



.product-carousel .owl-nav {

    display: flex;

    justify-content: center;

    margin-top: 30px;

}



.product-carousel .owl-nav .owl-prev,

.product-carousel .owl-nav .owl-next {

    margin: 0 10px;

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #FFFFFF;

    background: var(--primary);

    border-radius: 55px;

    box-shadow: 0 0 45px rgba(0, 0, 0, .15);

    font-size: 25px;

    transition: .5s;

}



.product-carousel .owl-nav .owl-prev:hover,

.product-carousel .owl-nav .owl-next:hover {

    background: #FFFFFF;

    color: var(--primary);

}





/* **********product main carousel start******* */

.product-main-carousel .owl-nav {

    display: flex;

    justify-content: center;

    margin-top: 30px;

}



.product-main-carousel .owl-nav .owl-prev,

.product-main-carousel .owl-nav .owl-next {

    margin: 0 10px;

    width: 55px;

    height: 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #FFFFFF;

    background: var(--primary);

    border-radius: 55px;

    box-shadow: 0 0 45px rgba(0, 0, 0, .15);

    font-size: 25px;

    transition: .5s;

}



.product-main-carousel .owl-nav .owl-prev:hover,

.product-main-carousel .owl-nav .owl-next:hover {

    background: #FFFFFF;

    color: var(--primary);

}



/* **********product main carousel end******* */



/*** About ***/

.video {

    background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/video-bg.jpg) center center no-repeat;

    background-size: cover;

}



.about-s-home p::first-letter {

    font-size: 2em;

    color: #0f4e02;

    font-weight: 700;

}



.about-us-page p::first-letter {

    font-size: 2em;

    color: #0f4e02;

    font-weight: 700;

}



.about-us-page::first-letter {

    font-size: 2em;

    color: #0f4e02;

    font-weight: 700;

}



.btn-play {

    position: relative;

    display: block;

    box-sizing: content-box;

    width: 65px;

    height: 75px;

    border-radius: 100%;

    border: none;

    outline: none !important;

    padding: 28px 30px 30px 38px;

    background: #FFFFFF;

}



.btn-play:before {

    content: "";

    position: absolute;

    z-index: 0;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 120px;

    height: 120px;

    background: #FFFFFF;

    border-radius: 100%;

    animation: pulse-border 1500ms ease-out infinite;

}



.btn-play:after {

    content: "";

    position: absolute;

    z-index: 1;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 120px;

    height: 120px;

    background: #FFFFFF;

    border-radius: 100%;

    transition: all 200ms;

}



.btn-play span {

    display: block;

    position: relative;

    z-index: 3;

    width: 0;

    height: 0;

    left: 13px;

    border-left: 40px solid var(--primary);

    border-top: 28px solid transparent;

    border-bottom: 28px solid transparent;

}



@keyframes pulse-border {

    0% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

        opacity: 1;

    }



    100% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);

        opacity: 0;

    }

}



.modal-video .modal-dialog {

    position: relative;

    max-width: 800px;

    margin: 60px auto 0 auto;

}



.modal-video .modal-body {

    position: relative;

    padding: 0px;

}



.modal-video .close {

    position: absolute;

    width: 30px;

    height: 30px;

    right: 0px;

    top: -30px;

    z-index: 999;

    font-size: 30px;

    font-weight: normal;

    color: #FFFFFF;

    background: #000000;

    opacity: 1;

}





/*** Store ***/

.store-item .store-overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background: rgba(138, 180, 78, .3);

    opacity: 0;

    transition: .5s;

}



.store-item:hover .store-overlay {

    opacity: 1;

}





/*** Contact ***/

.contact .btn-square {

    width: 100px;

    height: 100px;

    border: 20px solid var(--light);

    background: var(--primary);

    border-radius: 50px;

}





/*** Testimonial ***/

.clients {

    background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/testimonial-bg.jpg) center center no-repeat;

    background-size: cover;

}



.testimonial-item {

    margin: 0 auto;

    max-width: 600px;

    border-radius: 116px;

    text-align: center;

    background: #FFFFFF;

    border: 10px solid var(--primary);

}



.testimonial-item img {

    width: 60px !important;

    height: 60px !important;

    border-radius: 60px;

}



.testimonial-carousel .owl-dots {

    margin-top: 35px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}



.testimonial-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    background: var(--primary);

    border-radius: 25px;

    transition: .5s;



}



.testimonial-carousel .owl-dot.active {

    width: 30px;

    background: var(--dark);

}





.client-carousel .owl-dots {

    margin-top: 35px;

    display: flex;

    align-items: flex-end;

    justify-content: center;

}



.client-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 15px;

    height: 15px;

    background: var(--primary);

    border-radius: 25px;

    transition: .5s;



}



.client-carousel .owl-dot.active {

    width: 30px;

    background: var(--dark);

}



.client-img {

    background: white;

    border-radius: 40px;

    padding: 10px;

}



.client-img img {

    padding: 10px;

    height: 80px;

    border-radius: 30px;

    width: 100%;

    aspect-ratio: 1/1;

    object-fit: contain;

    border: 2px solid var(--primary);

}



/*** Footer ***/

/* .footer {

    color: #B0B9AE;

}



.footer .btn.btn-link {

    display: block;

    margin-bottom: 5px;

    padding: 0;

    text-align: left;

    color: #B0B9AE;

    font-weight: normal;

    text-transform: capitalize;

    transition: .3s;

}



.footer .btn.btn-link::before {

    position: relative;

    content: "\f105";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    color: var(--primary);

    margin-right: 10px;

}



.footer .btn.btn-link:hover {

    color: var(--light);

    letter-spacing: 1px;

    box-shadow: none;

}



.copyright {

    color: #B0B9AE;

}



.copyright {

    background: #252525;

}



.copyright a:hover {

    color: #FFFFFF !important;

} */



/* top bar section start */



.top-sec {

    width: 100%;

    background: var(--primary);

}



.contact-info {

    margin: 0 20px;

    /* Add some margin for better spacing */

}



.contact-info a {

    text-decoration: none;

    color: #fff;



}



.contact-info a i {

    border: 2px solid #fff;

    padding: 8px;

    font-size: 15px;

    margin-right: 5px;

    color: #fff;

    border-radius: 50%;

}



.contact-info p {

    margin-top: 13px;

}



.contact-info .icon {

    vertical-align: middle;

    margin-right: 5px;



}



/* topbar section end */



/* footer section start */

footer {

    background: url(../img/footer_pattern.png);

}



.footer-main {

    background-color: #0a3d02;

    color: white;

}



.newsletter-section {

    padding: 20px 10px;

    text-align: center;

}



.newsletter-section h2 {

    margin-bottom: 20px;

    color: white;

    letter-spacing: 4px;

}



.newsletter-section input[type="email"] {

    border-radius: 20px;

    padding: 12px;

    width: 60%;

    margin-left: 10px;

    background: rgba(255, 255, 255, 0.5);

    /* Add a semi-transparent background */

    backdrop-filter: blur(10px);

    /* Add a blur effect to the background */

    border: none;

    /* Remove the default border */

    color: #fff;

    font-size: 16px;

}



.newsletter-section input[type="email"]::placeholder {

    color: #fff;

    font-weight: 700;

}



/* Add some box shadow for extra depth */

.newsletter-section input[type="email"]:focus {

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}



.newsletter-section button {

    border-radius: 20px;

    padding: 10px 30px;

}



.footer-links {

    padding: 40px 0;

    text-align: left;

}



.footer-links h5 {

    margin-bottom: 20px;

}



.footer-links ul {

    list-style: none;

    padding: 0;

}



.footer-links ul li {

    margin-bottom: 10px;

}



.footer-links ul li a {

    color: white;

    text-decoration: none;

}



.footer-links ul li a:hover {

    text-decoration: underline;

}



.navbar-brandd {

    display: inline-block;

    background-color: #fff;

    padding: 5px;

    border-radius: 10px;

}



.contact-text {

    border-bottom: 2px solid #fff;

    display: inline-block;

    margin-bottom: 5px;

    color: #fff;

}



.text-justify {

    text-align: justify;

    word-break: break-all;

}



.text-white span {

    text-align: center;

}



.below-footer-section {

    background: var(--primary);

    display: flex;

    align-items: center;

    padding: 10px;

}



.social-icons .fa-brands {



    margin-right: 15px;

    font-size: 21px;

    color: white;

}



/* footer section end */



.machine-img {

    width: 100%;

    height: 350px;

    object-fit: cover;

}



@media(max-width:767px) {

    .testimonial-item {



        border-radius: 23px;



    }

}



/* **********Objectives******* */

.main-obj ul {

    display: flex;

    width: 100%;

}



.main-obj ul li {

    display: inline-block;

    float: none !important;

    vertical-align: top;

    width: 33%;

}



.main-obj ul li:nth-child(1) {

    text-align: center;

    display: flex;

    justify-content: center;

}



.main-obj ul li:nth-child(2) {

    text-align: center;

    display: flex;

    justify-content: center;

}



.main-obj ul li:nth-child(3) {

    text-align: center;

    display: flex;

    justify-content: center;

}



.main-obj ul li .tstImgView {

    width: 220px;

    height: 308px !important;

    position: relative;



}



.main-obj ul li:nth-child(1) .tstImgView {

    background: #f44236;

}



.main-obj ul li:nth-child(1) .tstImgView::before {

    border-right-color: #f44236;

}



.main-obj ul li:nth-child(1) .tstImgView::after {

    border-left-color: #f44236;

}



.main-obj ul li:nth-child(2) .tstImgView {

    background: #43a047;

}



.main-obj ul li:nth-child(2) .tstImgView::before {

    border-right-color: #43a047;

}



.main-obj ul li:nth-child(2) .tstImgView::after {

    border-left-color: #43a047;

}



.main-obj ul li:nth-child(3) .tstImgView {

    background: #ff9f00;

}



.main-obj ul li:nth-child(3) .tstImgView::before {

    border-right-color: #ff9f00;

}



.main-obj ul li:nth-child(3) .tstImgView::after {

    border-left-color: #ff9f00;

}



.main-obj ul li .tstImgView::before {

    position: absolute;

    content: '';

    left: -87px;

    top: 0px;

    width: 0;

    height: 0;

    border-top: 155px solid transparent;

    border-bottom: 154px solid transparent;

    border-right-width: 87px;

    border-right-style: solid;

}



.main-obj ul li .tstImgView::after {

    position: absolute;

    content: '';

    right: -87px;

    top: 0px;

    height: 0;

    width: 0;

    border-right: 0px solid transparent;

    border-bottom: 155px solid transparent;

    border-top: 154px solid transparent;

    border-left-width: 87px;

    border-left-style: solid;

}



.tstCont {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    min-width: 300px;

    color: #ffffff;

    z-index: 1;

}



.tstImgView .tstImg {



    text-align: center;

}



.tstImgView .tstImg img {

    width: 80px;

    margin-top: 10px;

}



.large {

    font-size: 1.1em;

}



.lh15em {

    line-height: 1.5em;

}



@media(max-width:767px) {

    .main-obj ul {

        display: flex;

        flex-direction: column;

        width: 100%;

    }



    .main-obj ul li {

        display: inline-block;

        float: none !important;

        vertical-align: top;

        width: 100%;

    }



    .main-obj ul li .tstImgView {

        width: 169px;

        height: 308px !important;

        position: relative;

    }



    .tstCont {

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

        min-width: 280px;

        color: #ffffff;

        z-index: 1;

    }



    .mob-dis-none {

        display: none;

    }



    .font-size-custom {

        font-size: 15px;

        font-weight: 600;

    }

}



/*! Gallery  style section start */



.img-wrapper {

    position: relative;

    /* display: inline-block; */

}



.img-wrapper img {

    /* display: block; */

    width: 100%;

    height: 250px;

    object-fit: cover;

    margin-bottom: 15px;

}



.mask {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 97%;

    background-color: rgba(61, 250, 77, 0.6);

    display: flex;

    justify-content: center;

    align-items: center;

    opacity: 0;

    transition: opacity 1s ease;

}



.mask i {

    color: white;

    font-size: 2rem;

}



.img-wrapper:hover .mask {

    opacity: 1;

}



/*! Gallery section style end */

/* social  static button */



.social-buttons {

    display: flex;

    gap: 20px;

}



.social-btn {

    width: 66px;

    height: 66px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    color: white;

    font-size: 17px;

    text-decoration: none;

    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);

    position: relative;

    animation: float 3s ease-in-out infinite;

}



.social-buttons {

    position: fixed;

    bottom: 15%;

    left: 3%;

    display: flex;

    flex-direction: column;

    z-index: 999;

}





.social-btn.call {

    background-color: #fc0101;

}



.social-btn.call,
.social-btn.whatsapp i {

    font-size: 30px;

}

.social-btn.whatsapp {

    background-color: #25d366;

}



@keyframes float {



    0%,

    100% {

        transform: translateY(0);

    }



    50% {

        transform: translateY(-15px);

    }

}



.social-btn:hover {

    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);

    transform: scale(1.1);

}



/* social static button end */







/* **************Bio Bags specs start********** */



.card-custom {

    width: 100%;

    height: 300px;

    perspective: 1000px;

}



.card-custom .card-inner {

    width: 100%;

    height: 100%;

    position: relative;

    transform-style: preserve-3d;

    transition: transform 0.999s;

}



.image-bio-bag img {

    height: 165px;

    width: 100%;

    object-fit: cover;

}



.card-custom:hover .card-inner {

    transform: rotateY(180deg);

}



.card-custom .card-front,

.card-back {

    position: absolute;

    width: 100%;

    height: 100%;

    backface-visibility: hidden;

}



.card-custom .card-front {

    background-color: #0a3d02;

    color: #fff;

    display: flex;

    align-items: center;

    border: 10px solid #0a3d02;

    border-radius: 10px;

    justify-content: center;

    font-size: 24px;

    transform: rotateY(0deg);

    display: flex;

    text-transform: uppercase;

    flex-direction: column;

}



.card-custom .card-back {

    background-color: #fff;

    color: #000;

    display: flex;

    align-items: center;

    border: 4px solid #0a3d02;

    border-radius: 10px;

    justify-content: center;

    font-size: 17px;

    text-align: center;

    padding: 10px;

    transform: rotateY(180deg);

}



/* **************Bio Bags specs end********** */





.video-box {

    margin-bottom: 20px;

}







/* ************Blogs start******* */



.blog-card {

    background-color: #ffffff;

    border-radius: 8px;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    overflow: hidden;

    max-width: 100%;

    margin: 20px;

    transition: transform 0.3s ease;

}



.blog-card:hover {

    transform: translateY(-5px);

}



.blog-image img {

    width: 100%;

    height: auto;

    object-fit: cover;

}



.blog-content {

    padding: 20px;

}

.blog-main {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.blog-title {

    font-size: 1.5em;

    margin-bottom: 10px;

    color: #0a3d02;

    transition: 0.4s all linear;

}

.blog-title:hover {

    letter-spacing: 0.4px;

}

.blog-date {

    font-size: 0.9em;

    color: #888;

    margin-bottom: 15px;

}



.blog-excerpt {

    font-size: 1em;

    color: #555;

    margin-bottom: 20px;

}



.read-more {

    position: relative;

    display: inline-block;

    padding: 10px 20px;

    width: 100%;

    background-color: #0a3d02;

    color: white;

    text-decoration: none;

    border-radius: 4px;

    transition: background-color 0.3s ease;

    z-index: 99;

    text-align: center;

}



.read-more:hover {

    background-color: #0056b3;

}



/* Responsive design */

@media (max-width: 768px) {

    .blog-card {

        max-width: 90%;

        margin: 10px;

    }

}



/* ************Blogs end******* */



.img-size {

    width: 200px;

    height: 200px;

    max-width: fit-content;

}







/* ******blog search starts***** */



.group {

    display: flex;

    line-height: 28px;

    align-items: center;

    position: relative;

    width: 100%;

}



.input {

    height: 40px;

    line-height: 28px;

    padding: 0 1rem;

    width: 100%;

    padding-left: 2.5rem;

    border: 2px solid transparent;

    border-radius: 8px;

    outline: none;

    /* background-color: #D9E8D8; */

    color: #0d0c22;

    box-shadow: 0 0 5px #C1D9BF, 0 0 0 10px #f5f5f5eb;

    transition: .3s ease;

}



.input::placeholder {

    color: #777;

}



.icon {

    position: absolute;

    left: 1rem;

    fill: #777;

    width: 1rem;

    height: 1rem;

}





.recent-card {

    position: relative;

    display: flex;

    width: 100%;

    background-color: #fff;

    /* padding: 10px; */

    border-radius: 6px;

    gap: 0.5rem;

    height: max-content;



    padding: 10px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}

.bar {

    width: 3px;

    border-radius: 5px;

    background-color: #0a3d02;

    transition: all 0.5s ease-in-out;

}

.card:hover .bar {

    margin-right: 5px;

}

.card_form img {

    height: 100px;

    width: 100px;

    object-fit: cover;

    transition: 0.5s ease-in-out;

    overflow: hidden;

    border-radius: 10px;

}

.card_form img:hover {

    scale: 1.1;

}

.recent-card .title h3 {

    font-size: 20px;

    width: 200px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.archievs-main {

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

    padding: 10px;

    border-radius: 10px;

}

.archievs-main .cat {

    border: 0.5px solid #0a3d02;

    padding: 10px;

    border-radius: 20px;

    text-align: center;

    transition: 0.4s all;

    margin-top: 10px;

}

.archievs-main .cat:hover {

    background-color: #0a3d02;

    color: white;

    border: none;

}

.category-main {

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

    padding: 10px;

    border-radius: 10px;

}

.category-main .cate-main ul {

    list-style: none;

    font-weight: 600;

}

.category-main .cate-main ul a li span {

    background-color: #0f4e02;

    padding: 5px;

    color: white;

    border-radius: 50%;

}

/* ******blog search ends***** */



.normal-green-background {

    background-color: #115030;

}



.product-card {
    display: block;
    text-decoration: none;
}

.product-wrapper {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.product-wrapper img {
    width: 100%;
    object-fit: cover !important;
    transition: transform 0.4s ease;
}

/* Hover Effects */
.product-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
}

.product-wrapper:hover img {
    transform: scale(1.02);
}

/* Optional soft gradient overlay on hover */
.product-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
    opacity: 0;
    transition: 0.4s;
    border-radius: 18px;
}

.product-wrapper:hover::after {
    opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .product-wrapper img {
        height: auto;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 2.5rem;
        background-color: var(--dark);
        border: 15px solid var(--dark);
    }
}

@media (max-width: 480px) {
    .product-wrapper img {
        height: auto;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 2.5rem;
        background-color: var(--dark);
        border: 15px solid var(--dark);
    }
}



.banner-section {
    width: 100%;
}

.banner-img {
    width: 100%;
    height: auto;
    display: block;
}


.cert-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.cert-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.cert-card h5{
   display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
}
.cert-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.modal-xl {
    max-width: 900px;
}

@media(max-width:576px) {
    .cert-img {
        height: 200px;
    }
}