        .main_slider_area {
            position: relative;
            /*margin-top: 9.7%;*/
        }
        .main-swiper {
            width: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        /* Optional: Style the navigation arrows */
        .swiper-button-prev,
        .swiper-button-next {
            color: #fff;
            background: none;
            padding: 10px;
            border-radius: 50%;
            transition: background 0.3s ease;
        }
        @media (max-width: 767px) {
            .main_slider_area {
                position: relative;
                margin-top: 28%;
            }
        }

	    .swiper {
          width: 100%;
          height: 600px;
          overflow: hidden;
        }
    	.swiper-slide {
            height: 100%;
        }
        .slideshow .img-fluid {
            max-width:100% !important;
            height: auto !important;
        }
        .swiper-slide img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .text-dark-01 {
            color:#000 !important;
        }
        .custom-section {
            background: #F8F3E9 !important;
            padding: 30px
        }
        @media (max-width: 768px) {
          .swiper {
            height: auto;
          }
        }

	    .sbox-10-txt ul.simple-list {
            margin-left: 0!important;
            margin-top: 20px;
        }
        .sbox-10-txt {
            padding: 22px 13px 0;
        }
	    .sbox-10-txt ul.simple-list li:before {
            position: relative!important;
            margin-left: 0px!important;
            margin-top: 0!important;
            margin-right: 10px;
        }
        
        .service-block {
            margin-bottom: 20px;
        }
        .service-block .sbox-10 {
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        
        .my_wrapper .row {
            display: flex;
            flex-wrap: wrap;
        }
        #about-1 {
            background-color: #F8F3E9;
        }
        .haritha-divider-section-by-deepak{
            background-color: #F8F3E9;
        }
        .haritha-divider-section-by-deepak .gap {
            margin: 35px 0;
            width: 100%;
            padding: 0 35px;
        }
        .haritha-divider-section-by-deepak h3 {
            color: #43882b;
            font-size: 25px!important;
            font-weight: 500;
        }
        
        @media (max-width: 767px) {
            .haritha-divider-section-by-deepak .gap {
                margin: 15px 0;
                width: 100%;
                padding: 0 5px;
            }
        }

        #accordionExample .card {
        	border: none;
        	border-bottom: 1px solid rgba(0, 0, 0, .125);
        	border-radius: .25rem;
        }
        #accordionExample .card-header {
        	background-color: #fff;
        	border: none;
        	font-weight: 600;
        	padding: 0.75rem 2.5rem 0.75rem 2.5rem;
        	border-bottom: 1px solid rgba(0, 0, 0, .125);
        }
        #accordionExample .card-header:hover {
        	cursor: pointer;
        }
        /* Default: show plus, hide minus */
        #accordionExample .card-header .show-when-expanded {
            display: none;
        }
        #accordionExample .card-header.collapsed .show-when-collapsed {
            display: inline-block;
        }
        #accordionExample .card-header.collapsed .show-when-expanded {
            display: none;
        }
        
        /* When expanded: show minus, hide plus */
        #accordionExample .card-header:not(.collapsed) .show-when-collapsed {
            display: none;
        }
        #accordionExample .card-header:not(.collapsed) .show-when-expanded {
            display: inline-block;
        }
        #accordionExample .card-header .btn {
           color: #212529;
            font-size: 16px;
            line-height: 1.3;
            text-align: left;
            font-weight: 600;
            padding: 0;
        }
        #accordionExample .card-header .btn:before {
            content: "";
            width: 1rem;
            height: 1rem;
            position: absolute;
            display: inline-block;
            align-items: center;
            margin-top: 2.5px;
            left: 1rem;
            background-image: url(/img/help.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        #accordionExample .card-header .btn.collapsed:after {
            content: '\002B';
        }
        #accordionExample .card-header .btn:after {
            content: "\2212";
            color: #777;
            font-weight: bold;
            float: right;
            padding: 0.75rem;
            margin-right: 0.75rem;
            border-radius: 10px;
            font-size: 1.5rem;
            line-height: 1;
            position: absolute;
            top: 0;
            right: 0;
        }
        .faq-item {
            transition: all 0.3s ease-in-out;
        }
        @media (max-width: 767px) {
            
         }

	    .count-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #507C24;
            border-radius: 10px;
            color: #fff;
            padding: 5px 0;
        }
        .count-icon {
            padding-right: 20px;
        }
        .count-icon .fa {
            color: #97BC17;
            font-size: 24px;
        }
        .count-txt p {
            margin-bottom: 0;
        }
        
        @media (max-width: 767px) {
            .count-wrap {
                margin-bottom: 15px;
                margin-top: 15px;
            }
        }

        .content-box {
            border: 5px solid #97BC17;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 15px;
        }
        .content-text {
            background-color: #507C24;
            border: 5px solid white;
            padding: 5%;
            color: #fff;
            text-align: center;
            cursor: pointer;
        }
        .content-text .card-title {
            color: #fff;
        }
   
        .activities-section .nav-tabs {
            border: none;
            flex-direction: column;
            padding: 20px 20px;
            position: relative;
            background: #fff;
            border-radius: 8px;
        }
        .activities-section .nav-tabs .nav-link {
            border: none;
            border-radius: 0;
            text-align: left;
            color: #1d1d1d;
            padding: 15px;
            font-weight: 500;
            border-bottom: 1px solid #ddd;
        }
        .activities-section .nav-tabs .nav-link.active {
            color: #507C24;
            font-weight: 600;
        }
        .activities-section .tab-content img {
            width: 100%;
            border-radius: 10px;
            margin-bottom: 15px;
        }
        .activities-section .tab-desc {
            font-size: 15px;
            color: #555;
        }
        .bx-img2 {
            width: 100%;
            max-width: 100%;
            margin-right: 18px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 16px;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
        }
        .activities-section .nav-link {
            width: 100%;
            font-size: 18px;
            display: flex;
            justify-content: space-between;
        }
        .activities-section .nav-item {
            padding-bottom: 25px;
        }
        @media(max-width:767px) {
            .activities-section .nav-item {
                padding-bottom: 25px;
                display: block;
                width: 100%;
            }
            .flex-md-row {
                flex-direction: column !important;
            }
            .activities-section .nav-tabs {
                flex-direction: row;
                overflow-x: auto;
                margin-bottom: 20px;
            }
            .activities-section .nav-tabs .nav-link {
                border-right: none;
            }
        }

	    .newsletter {
            padding: 0;
            margin: 0;
        }
        .book-box {
            margin: 0;
            box-shadow: 0 0 5px 0 #dedede;
            border-radius: 10px;
            overflow: hidden;
            border: 2px solid #507C24
        }
        .book-image-wrap {
            position: relative;
            overflow: hidden;
            z-index: 9;
        }
        .book-image {
            height: 380px;
            box-shadow: none;
            border-color: #507C24;
            width: 100%;
            object-fit: cover;
            object-position: center bottom;
        }
        .book-box .download {
            padding: 6px 15px;
            font-size: 14px;
            position: absolute;
            bottom: -40px;
            transition: 0.5s;
            left: 0;
            display: block;
            width: 100%;
            text-align: center;
            background-color: #97BC17;
            color: #fff;
            font-weight: 800;
        }
        .book-box .download i {
            margin-right: 8px;
        }
        .book-box:hover > .book-image-wrap .download {
            bottom: 0;
            transition: 0.5s;
        }
        .book-name {
            font-size: 16px;
            font-weight: 700;
            text-align: center;
            padding: 10px 15px;
            background-color: #fff;
            margin-bottom: 0;
            /*border: 2px solid #507C24;*/
            border-radius: 0 0 10px 10px;
            border-top: none;
        }
        @media (max-width: 992px) {
            .book-box {
                margin: 0 0 20px 0;
            }
            .book-image {
                height: auto;
            }
        }
        @media (max-width: 576px) {
            .book-image {
                height: 246px;
                object-fit: cover;
            }
            .book-name {
                height: 75px;
            }
        }
    