
/*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}
.change{
    text-align: center;
    padding: 5px;
    background: #008418;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
}
.excert{
    margin: 10px 20px 0 0px;
}

/*** Button Start ***/
.btn{
    font-weight: 600;
    transition: .5s;
    border-radius: 25% 0 25% 0;
    
}
.btn2{
    background: #008418;
    padding: 20px;
    color: #fff;
    border-radius: 25% 25% 0 0;
}
.btn2:hover{
    color: #ff4a17;
    background: #fff;
}
.service-item .service-btn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}
.bread{
    text-align: center;
    color: #fff;
    
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}
.mybox1 {
    display: none;
}
.mybox2 {
    display: none;
}
.go{
    color: #e68000;
}
p{
    font-family: Sen;
}




.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: #008418;
    border: 1px solid #008418;
}

.btn.btn-secondary {
    color: var(--bs-white);
   
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}
/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 35px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
    font-family: "Sen";
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #008418;
}
.container-fluid{
font-family: "Sen";
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #008418;
}

.navbar-light .navbar-brand img {
    height: 80px;
    transition: .5s;
}
.list{
    list-style: none;
    padding: 10px;
    margin: 20px;
}
.list li a :hover{
    color: #008418;
    
}
   
.widget_title{
    color: #007942;
    text-transform: capitalize;
    margin-top: 20px;
}

.sticky-top.navbar-light .navbar-brand img {
    height: 80px;
}
.footer-logo{
    width: 150px;
    padding: 20px;
   
}
p{
    color: #006000;
}
.project-lists{
    list-style: none;
    
}
.footer-img{
    align-items: center;
    justify-content: center;
    display: flex;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
    }

    .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    .navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.carousel-header {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;

}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: #008418;
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
    background-size: cover;
}

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
    font-family: "Sen";
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: end;
}
.say{
    color: #008418;
    text-transform: capitalize;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
    background-size: cover;
    font-family: "Sen";
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start;
}


@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
        margin-top: -100px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        justify-content: center;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
    }

    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;
    }



    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}

.modal .modal-header {
    height: 100px;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6);
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.2), rgba(0, 20, 66, 0.5)), url(../img/7E2A6154.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 90px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}
/*** Single Page Hero Header End ***/


/*** Features Start ***/
.feature .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature .feature-item .feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon i {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
    transform: rotate(360deg);
}

.feature .feature-item a.btn {
    transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
    color: var(--bs-primary) !important;
}
/*** Features End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px; 
    margin-left: 30px;
}

.about .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: #008418;

}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: #008418;
}

.about .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 30px;
    font-weight: bold;
    background: #008418;
    color: var(--bs-white);
    border: 1px solid #008418;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}
/*** About End ***/

section, .section {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}




/*** Counter Start ***/
.counter {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../img/breadcrumb.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.counter .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter .counter-item .counter-item-icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #008418;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*** Counter End ***/


/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}

 
/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}


/* Media query for small devices */
@media (max-width: 576px) {
    .about .about-img .about-exp {
        font-size: 20px; /* Font size for small devices */
    }
    
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.container-xxl{
    font-family: "Sen";
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.galla {
    text-align: center;
    margin-top: 100px;
    position: relative;
    margin-top: 20px;
}
.vegan{
    text-align: center;
    color: #008418;
    font-size: 30px;

}


.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}





.blog .blog-item .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 2;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
 transform: scaleX(1.2);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid #008418;
    border-radius: 10px;
}


.team .team-item .team-inner {
    transition: 0.5s;
}
.team .team-item:hover .team-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}
.fee{
    text-transform: capitalize;
    font-family: sen;
    font-size: 30px;
}
.team .team-item .team-inner .team-img {
    position: relative;
    z-index: 2;
}
.carousel-inner {
    height: auto; /* Allow height to adjust based on content */
}

.carousel-item {
    height: 70vh; /* Default height for larger screens */
}
.more{
    padding: 10px;
    margin: 20px 20px 20px 20px;
    background: #008418;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 25% 0 25% 0;
    float: right;
    text-align: center;
}
.more:hover{
    padding: 10px;
    margin: 20px 20px 20px 20px;
    background: #ff4a17;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 25% 0 25% 0;
    float: right;
    text-align: center;
}
.btn1{
    padding: 10px;
    background: #008418;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 25% 0 25% 0;
}
.btn1:hover{
    background: #fff;
    color: #008418;
    outline: none;
    border: 2px solid #008418;
    border-radius: 25% 0 25% 0;
    transition: .002s ease;
}

   

.carousel-item img {
    height: 100%; /* Make images fill the height of the carousel item */
    width: 100%; /* Make images fill the width of the carousel item */
    object-fit: cover; /* Maintain aspect ratio and cover the area */
}


.carousel-caption-1-content,
.carousel-caption-2-content {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust position */
    text-align: center; /* Center text */
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.zoom:hover{
    overflow: hidden;
    transform: scale(1.1);
    transition: .002 ease;
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>li>a:hover {
    background: #ff4a17;
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>li>a:hover {
    color: #fff;
    border: 1px solid transparent;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
   
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
}

/* Media query for mobile devices */
@media (max-width: 768px) { /* Adjust this breakpoint as needed */
    .carousel-item {
        height: 40vh; /* Reduced height for mobile devices */
    }
    
    .zoom:hover{
        overflow: hidden;
        transform: scale(1.5);
    }
}

.team .team-item .team-inner .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
    height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
    z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
    opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important; 
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon { 
    left: -25px; 
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}
.testimonial .owl-nav .owl-prev:hover {
    background: #008418;
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: #008418;
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid #008418;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: #008418 !important;
    transition: 0.5s;
}
.single-post-area {
    /* Layout */
    padding-top: 80px;
    padding-bottom: 80px;
}

.single-post-area .social-links {
    padding-top: 10px;
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px;
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear;
}

.single-post-area .social-links li a:hover {
    color: #333; /* Replace $dark with the actual color */
}

.single-post-area .blog_details {
    padding-top: 26px;
}

.single-post-area .blog_details p {
    margin-bottom: 10px;
}

.single-post-area .quotes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 24px 35px 24px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

.single-post-area .arrow {
    position: absolute;
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 60px;
}

.single-post-area .navigation-area p {
    margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #333; /* Replace $dark with the actual color */
    font-weight: 600;
}

.single-post-area .navigation-area .nav-left,
.single-post-area .navigation-area .nav-right {
    text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb,
.single-post-area .navigation-area .nav-right .thumb {
    margin-right: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img,
.single-post-area .navigation-area .nav-right .thumb img {
    transition: all 0.2s ease-in-out;
}

.single-post-area .navigation-area .nav-left .lnr,
.single-post-area .navigation-area .nav-right .lnr {
    margin-left: 20px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.single-post-area .navigation-area .nav-left:hover .lnr,
.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img,
.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left,
    .single-post-area .navigation-area .nav-right {
        margin-bottom: 30px;
    }
   
}

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0px;
    }
}

.footer-gallery {
    padding: 10px; /* Optional padding */
}

.gallery-title {
    font-size: 1.5em; /* Title size */
}

.gallery-grid {
    display: flex; /* Use flexbox for the gallery */
    justify-content: space-between; /* Space items evenly */
    flex-wrap: wrap; /* Allow items to wrap to the next line */
}
.copy{
    text-align: center;
    background: none;
    justify-content: center;
    align-items: center;
    color: #fff;

}

        /* Pop-up Window Styles */
        .overlay {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }

      

        .popup {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            padding: 20px;
            text-align: center;
            text-indent: 20px;
        }

        .close-button {
            background-color: #008418;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-family: 'Sen';
        }

        ul,
        li a {
            font-family: 'Sen';
        }
        .wrapper {
            padding: 20px;
            background-color: #f9f9f9; /* Optional background color */
            border-radius: 8px; /* Rounded corners */
        }
        
        .dbl-field {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .field {
            flex: 1 1 calc(50% - 10px); /* Two fields per row with space */
            margin-bottom: 15px;
            position: relative; /* Positioning context for icon */
        }
        
        .field i {
            position: absolute;
            left: 10px; /* Position icon inside input */
            top: 50%;
            transform: translateY(-50%); /* Center icon vertically */
            color: #008418; /* Icon color */
        }
        
        .field input,
        .message textarea {
            width: 100%;
            padding: 10px 10px 10px 40px; /* Add padding to accommodate icon */
            border: 1px solid #008418;
            border-radius: 4px;
        }
        
        .message {
            margin-bottom: 15px;
        }
        .field + .field{
            margin-left: 10px;
        }
        
        .button-area {
            text-align: right; /* Align button to the right */
        }
        
        .button-area button {
            padding: 10px 20px;
            background-color: #008418; /* Button color */
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .modal-content {
            background: #f5f5f5; /* Semi-transparent background */
            backdrop-filter: blur(15px); /* Frosted glass effect */
            -webkit-backdrop-filter: blur(15px);
            border-radius: 20px; /* Rounded corners */
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); /* Soft shadow */
        }
        .modal-header {
            border-bottom: none; /* Remove default border */
        }
        .modal-title {
            color: #008500; /* Vibrant color for title */
        }
        .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
            position: relative;
            min-height: 1px;
            padding-right: 15px;
            padding-left: 15px;
        }
        
        .button-area button:hover {
            background-color: #008418; /* Darker shade on hover */
        }
        
        /* Media Queries for Responsiveness */
        @media (max-width: 768px) {
            .dbl-field {
                flex-direction: column; /* Stack fields vertically on smaller screens */
            }
           
            
            .field {
                flex-basis: 100%; /* Full width for fields */
                margin-bottom: 15px; /* Space between fields */
            }
            .service-item .service-btn {
                width: 50px;
                height: 50px;
                border-radius: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: var(--bs-primary);
                transition: 0.5s;
            }
                    .field + .field{
                margin-left: 0px;
            }

        }
          
        

        .popup {
            background: #f9f9f9;
            border: 2px solid #008418;
            border-radius: 12px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 5);
            padding: 20px;
            text-align: left;
            max-height: 80vh;
            overflow-y: auto;
        }
        .overlay {
            display: none; /* Ensure the popup is hidden by default */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }
        
        /* ... (your CSS styles, including the glass effect and navbar styles) ... */
        .fixed-top-glass {
            /* ... (your existing glass and navbar styles) ... */
            transition: background-color 0.3s ease; /* Smooth transition for background */
        }
        .fixed-top-glass:hover {
            background-color: rgba(255, 252, 252, 0.7); /* Darker background on hover */

        }
   
        
        .popup-content {
            display: flex;
            flex-direction: row; /* Align children in a row */
        }
        
        .main-content {
            flex: 1; /* Take up more space */
            padding-right: 20px; /* Space between main content and aside */
        }
        
        .aside-content {
            flex: 1; /* Take up less space */
            background-color: #b5d5be; /* Light background for contrast */
            padding: 10px;
            border-left: 1px solid #008418; /* Left border for separation */
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .popup-content {
                flex-direction: column; /* Stack on smaller screens */
            }
        }

.gallery-item {
    width: calc(50% - 5px); /* Two images per row with space */
    margin-bottom: 10px; /* Space between rows */
    border-radius: 8px; /* Optional: rounded corners */
    transition: transform 0.3s; /* Animation effect */
}

.gallery-item:hover {
    transform: scale(1.01); /* Slight zoom effect on hover */
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .gallery-item {
        width: calc(50% - 10px); /* Full width on small screens */
    }
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}
/*** testimonial End ***/

/*** Footer Start ***/
.footer {
    background: #008418;
    color: #b0c9c6;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #fff;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/


