body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

:root {
    --main-color: #4A8217AA;
    --light-color: #73C12CAA;
    --secondary-color: #2CB2E8;
    --dark-color: #0A5F21;
}


/* navbar-start */

.navbar {
    background: white;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.8rem;
    color: black !important;
}

.navbar-nav .nav-link {
    font-weight: 400;
    color: #080808 !important;
    position: relative;
    padding: 0.5rem 1rem;
    margin-inline: 0.30rem;
    font-size: 0.88rem;
}

.nav-border::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: black;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.nav-border:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    flex-wrap: nowrap;
}

.animated-search {
    position: relative;
    height: 40px;
    width: 200px;
    transition: width 0.4s ease;
    overflow: hidden;
    border-radius: 20px;
    background: green;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.animated-search.active {
    width: 220px;
}

.animated-search .search-input {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0 40px 0 15px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: white;
}

::placeholder {
    color: white;
}

.animated-search .search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 18px;
    color: #28a745;
    cursor: pointer;
}


/* navbar-end */


/* Hero-start */

.owl-theme .owl-dots .owl-dot span {
    background-color: var(--secondary-color);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--dark-color);
}

.slider-area {
    position: relative;
}

.slider-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slider-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.slider-content {
    z-index: 2;
    color: white;
    padding: 40px;
    max-width: 600px;
    background: rgba(0, 50, 40, 0.6);
    border-radius: 12px;
    margin-left: 5%;
}

.slider-content h2 {
    font-size: 3rem;
    font-weight: 700;
}

.slider-content p {
    font-size: 1.2rem;
    margin-top: 15px;
}

.btn-slider {
    margin-top: 20px;
    background-color: #81c784;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    color: #003300;
    transition: 0.3s ease;
}

.btn-slider:hover {
    background-color: #4caf50;
    color: white;
}


/* Image zoom effect */

.slider-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: 120%;
    background-repeat: no-repeat;
    z-index: 0;
    transform: scale(1);
    transition: transform 10s ease;
}

.slider-item.active::before {
    transform: scale(1.1);
}

.owl-nav button {
    background: rgba(255, 255, 255, 0.2) !important;
    border: none !important;
    font-size: 2rem;
    padding: 10px;
    color: #fff !important;
    border-radius: 50%;
}

.owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav .owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #fff;
    display: block;
    border-radius: 50%;
}

.owl-dots .owl-dot.active span {
    background: #4caf50;
}


/* Hero-end */


/* about-start */

.about-img {
    background: url('../img/about.png') center/cover no-repeat;
    height: 475px;
}

.about-content {
    background-color: rgba(26, 84, 24, 0.85);
    color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.carousel-inner img {
    height: 100%;
    object-fit: contain;
    background-color: transparent;
    border-radius: 0;
}

.carousel,
.carousel-inner,
.carousel-item {
    height: 100%;
}


/* about-end */


/* current-page-start */

h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    padding: 20px;
}

.box {
    border: 1px solid var(--dark-color);
    padding: 20px;
    border-radius: 2px 15px 2px 15px;
    /* height: 70vh; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.box h2 {
    font-size: 1rem;
    font-weight: 600;
}

.box p {
    font-size: 0.85rem;
}

.box span {
    float: right;
    font-size: 0.80rem;
    color: #0000006E;
    padding: 3px;
}

.service-box {
    background-color: #47A3C826;
    border-radius: 3px;
    padding: 20px;
    padding-top: 0px;
}

.service-box span {
    background-color: var(--dark-color);
    border-radius: 50%;
    padding: 15px;
    color: white;
}

.service-box p {
    font-size: 0.80rem;
    margin-top: -5px;
}

.team-section img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


/* Slide-in animation */

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated-slide {
    animation: slideInRight 1s ease forwards;
}


/* Button gradient and hover animation */

.animated-btn {
    background: linear-gradient(135deg, #3ecf8e, #0dbb82);
    border: none;
    color: white;
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.animated-btn:hover {
    background: linear-gradient(135deg, #0dbb82, #3ecf8e);
    transform: scale(1.05);
}


/* Image zoom effect */

.zoom-img {
    overflow: hidden;
    border-radius: 10px;
}

.zoom-img img {
    transition: transform 0.5s ease;
    width: 100%;
}

.zoom-img:hover img {
    transform: scale(1.1);
}


/* current-page-end */


/* Modal-page-start */

.custom-section {
    background: #f0fdf4;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-body img {
    animation: zoomIn 0.4s ease;
}

.visitor-counter {
    background-color: #e3f2fd;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.visitor-counter img {
    width: 300px;
    margin-top: 30px;
}

.visitor-counter h3 {
    font-size: 2rem;
    font-weight: bold;
}

.visitor-counter a {
    text-decoration: none;
    color: #0d6efd;
    font-weight: bold;
}

.pointer {
    width: 40px !important;
}


/* Modal-page-end */


/* testimonial-section-start */

.testimonial-section {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-container {
    display: flex;
    align-items: center;
    max-width: 700px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.testimonial-text {
    font-size: 18px;
    color: #555;
    flex: 1;
}

.client-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.client-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.quote-icon {
    font-size: 40px;
    color: #007bff;
}

.nav-buttons {
    position: absolute;
    left: -50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nav-buttons button {
    background: transparent;
    border: 2px solid #007bff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    font-size: 18px;
}

.carousel-indicators [data-bs-target] {
    background-color: #007bff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -45px;
    left: 0;
    z-index: 2;
}


/* testimonial-section-end */


/* footer-start */

footer {
    background-color: var(--dark-color);
}

.footer-link {
    color: #fff;
    text-decoration: none;
}

.input-icon {
    position: relative;
}

.input-icon input {
    padding-right: 45px;
}

.input-icon .send-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
    border: none;
    padding: 6px 10px;
    border-radius: 0.375rem;
    color: #fff;
}

.social-icon {
    background-color: var(--secondary-color);
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
}


/* footer-end */


/* breadcrumb-start */

.breadcrumb-section {
    background: url('../img/test.JPG') center center / cover no-repeat;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

.breadcrumb-glass {
    background: rgb(40 182 241);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 12px 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    animation: slideFadeIn 1s ease-out forwards;
    opacity: 0;
    transform: translateY(-20px);
}

@keyframes slideFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.breadcrumb-glass .breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    color: #fff;
}

.breadcrumb-glass .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.breadcrumb-glass .breadcrumb-item a:hover {
    color: #e0e0e0;
}

.breadcrumb-glass .breadcrumb-item.active {
    color: #f1f1f1;
}


/* breadcrumb-end */


/* membership-table-start */

.table-container {
    max-width: 100%;
    margin: auto;
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(46, 125, 50, 0.15);
}

.table-container h2 {
    text-align: center;
    color: #2e7d32;
    font-weight: 700;
    margin-bottom: 20px;
}

.table thead {
    background-color: #a5d6a7;
    color: #1b5e20;
}

.table tbody tr:hover {
    background-color: #f1f8e9;
}

.table th,
.table td {
    vertical-align: middle;
    text-align: center;
}

.vision,
.mission {
    border-radius: 10px;
    box-shadow: 0px 1px 7px 1px #80808047;
    text-align: center;
}

.vision p,
.mission p {
    font-size: 0.95rem;
    color: rgb(73, 73, 73);
}

.form-container {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    max-width: 100%;
    margin: auto;
    box-shadow: 0 0 25px rgba(34, 139, 34, 0.1);
}

.form-container h2 {
    color: #2e7d32;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.form-label {
    font-weight: 600;
    color: #1b5e20;
}

.form-control:focus,
.form-select:focus {
    border-color: #2e7d32;
    box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.25);
}

.btn-success {
    background-color: #2e7d32;
    border: none;
}

.btn-success:hover {
    background-color: #1b5e20;
}


/* membership-table-start */


/* Gallery-start */

.gallery-header {
    background: url('../img/hero-sect.png') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    color: white;
}

.gallery-header h1 {
    font-size: 48px;
    font-weight: bold;
}

.filter-buttons .btn {
    margin: 5px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.filter-buttons .btn.active {
    background-color: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
}

.gallery-image img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-image img:hover {
    transform: scale(1.05);
}

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-body img {
    animation: zoomIn 0.4s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


/* Gallery-end */


/* contact-section */

.contact section,
.info {
    background-color: var(--dark-color);
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.contact section,
.info-item+.info-item {
    padding-top: 20px;
    margin-top: 20px;
}

.contact section,
.info-item i {
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
}

.contact section,
.info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact section,
.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.php-email-form input[type=text],
.php-email-form input[type=number],
.php-email-form input[type=Email],
.php-email-form textarea {
    border-radius: 2px;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid rgb(69, 69, 69);
}

.contact section,
.php-email-form textarea {
    padding: 10px 12px;
    height: 245px;
}

.contact section,
.form-control:focus {
    background-color: #fff;
    border-color: var(--dark-color);
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25);
}


/* end-contact */


/* eco-friendly-section-start */

.container-box {
    /* background-color: #f1f3f6; */
    border-radius: 10px;
    padding: 30px;
    margin: 40px auto;
    max-width: 1400px;
}

.image-container img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}


/* eco-friendly-section-end */

.dropdown-hover:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}


/* OFRII-start */

.custom-card {
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-5px);
}

.card-header-gradient {
    background: linear-gradient(135deg, #a4508b, #5f0a87);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-header-gradient i {
    font-size: 48px;
    color: white;
}

.card-body a {
    text-decoration: none;
    font-weight: 500;
    color: #007bff;
}

.card-body a:hover {
    text-decoration: underline;
}

.card-footer {
    background-color: white;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #6c757d;
    border-top: none;
}


/* OFRII-End */


/* Team-Start */

.team-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.team-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -60px;
    border: 5px solid #fff;
}

.team-img1 {
    width: 100%;
    /* height: 120px; */
    object-fit: cover;
    /* border-radius: 50%; */
    margin-top: -60px;
    border: 5px solid #fff;
}

.card-body {
    text-align: center;
}

.team-name {
    font-size: 1.1rem;
    font-weight: 600;
}

.team-role {
    color: #888;
    font-size: 0.9rem;
}

.social-icons a {
    color: #555;
    margin: 0 6px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #007bff;
}


/* Team-End */

.section-title h2 {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    line-height: 27px;
    margin: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--dark-color), transparent 50%);
    position: relative;
}

.section-title h2::after {
    content: "";
    width: 55px;
    height: 2px;
    display: inline-block;
    background: var(--dark-color);
    margin: 4px 10px;
}


.modern-heading {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, var(--dark-color));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.modern-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 20%;
    background: linear-gradient(90deg, var(--dark-color));
    border-radius: 2px;
    animation: expandLine 3s ease-in-out infinite;
}

@keyframes expandLine {
    0% {
        width: 0%;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0%;
        left: 100%;
    }
}