@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Code+Pro:wght@200..900&display=swap');
@media (max-width: 576px) {
  .modal-dialog {
    max-width: 100%;
  }
  .modal-img {
    max-height: 60vh;
  }
}
.row-gapp-10 {
  gap: 10px;
}
.row-gapp-16 {
  row-gap: 16px;
}
.row-gapp-20 {
  row-gap: 20px;
}
.col-gapp-12 {
  column-gap: 12px;
}
.col-gapp-20 {
  column-gap: 20px;
}
@media (min-width: 1200px) {
  .heading-container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .header-div {
    max-width: 100%;
  }
}
.font-13 {
  font-size: 13px;
}
.font-14{
  font-size: 14px;
}
.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: transparent;
  background-blend-mode: darken;
}
.carousel-item .caption {
  position: absolute;
  margin: 0;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.left-column,
.right-column {
  transform: skewX(-25deg);
}
.right-column {
  border-left: 10px solid aliceblue;
  border-bottom: 5px solid aliceblue;
}
.left-column{
  border-bottom: 5px solid aliceblue;
}
.header-div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 70px;
}

.header-div h2 {
  color: aliceblue;
  font-weight: bold;
  text-align: center;
}


@media screen and (max-width: 1200px) {
  .header-div {
    padding: 20px;
  }
}

@media screen and (max-width: 800px) {
  .header-div {
    font-size: 18px;
    padding: 16px;
  }

}
        .richtext-content h2, .richtext-content h3 {
            color: var(--pach-green);
            margin-top: 2rem;
            margin-bottom: 1rem;
            font-weight: 700;
        }
        .richtext-content p {
            margin-bottom: 1.5rem;
        }
        .featured-card {
            overflow: hidden;
            border: 5px solid #fff;
            border-radius: 1rem;
            transition: transform 0.3s ease;
        }
        .featured-card:hover {
            transform: translateY(-5px);
        }
        .wrappedimg {
            float: left;
            margin-right: 30px;
            margin-bottom: 20px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            max-width: 400px;
        }
    .page-standard-wrapper { min-height: 20vh; }
    .display-4 {
        color: #2d3748;
        letter-spacing: -1px;
    }
    .rich-text-content {
        font-size: 1.15rem;
        color: #4a5568 !important;
    }
    .rich-text-content p { margin-bottom: 1.6rem; }
    .rich-text-content h2, .rich-text-content h3 {
        color: #2d5a27;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: 700;
    }
    .rich-text-content img {
        max-width: 100%;
        height: auto !important;
        border-radius: 12px;
        margin: 20px 0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    @media (max-width: 768px) {
        .display-4 { font-size: 2.2rem; }
        .rich-text-content { font-size: 1.05rem; }
    }
    
    .bg-soft-success {
        background-color: rgba(2, 143, 69, 0.1);
    }
    
    .document-card {
        border: 1px solid rgba(0,0,0,0.05) !important;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .document-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.1) !important;
        border-color: #028F45 !important;
    }

    #pagination {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    #pagination a, #pagination span {
        padding: 8px 16px;
        border-radius: 8px;
        background: white;
        color: #028F45;
        text-decoration: none;
        border: 1px solid #dee2e6;
        font-weight: 600;
        transition: all 0.2s ease;
    }

    #pagination a:hover, #pagination a.active {
        background: #028F45;
        color: white;
        border-color: #028F45;
    } 

        .modal-backdrop {
            display: none !important;
        }
        .notice-overlay-container {
            position: fixed !important;
            top: 60px !important; 
            left: 50% !important;
            transform: translateX(-50%) !important;
            margin: 0 !important;
            z-index: 100000 !important;
            max-width: fit-content !important;
            pointer-events: none; 
        }

        .modal-content {
            pointer-events: auto; 
        }
        .notice-img-premium {
            display: block;
            max-width: 40vw; 
            max-height: 85vh;
            width: auto;
            height: auto;
            object-fit: contain;
            border-radius: 12px;
            box-shadow: 0 25px 50px rgba(0,0,0,0.5);
            border: 1px solid rgba(255,255,255,0.2);
        }
        .notice-cut-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 100001;
            background: #858686 !important; /* Your Brand Green */
            color: white !important;
            border: 2px solid white !important;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
            transition: all 0.2s ease;
        }
        .notice-cut-btn:hover {
            background-color: #dc3545 !important; /* Red on hover */
            transform: scale(1.1);
        }
        .notice-sequence {
            pointer-events: none;
        }
 