.common-footer-public-site{
    margin-top: auto !important;
    background-color: #01573C;
    padding: 11px;
}

#public-footer-container { /* Adjust this selector to target your footer */
    margin-top: auto !important; /* Pushes the footer to the bottom */
    width: 100%; /* Ensures the footer extends full width */
}
.col-md-public-site-1{
    flex:0 0 auto;
    width:11.1111111111%
}

.col-md-public-site-2{
    flex:0 0 auto;
    width:20%
}
.col-md-public-site-3{
    flex:0 0 auto;
    width:77.7777777778%;
}
.col-md-public-site-4{
    flex:0 0 auto;
    width: 33%;
}
.col-md-public-site-5{
    flex:0 0 auto;
    width: 50%;
}

.col-md-public-site-6{
    flex:0 0 auto;
    width:15%
}
.col-md-public-site-7{
    flex:0 0 auto;
    width:85%
}
.bg-tab-green {
    background-color:#01573C!important;
}
.icon-circle-div{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #01573C !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.bg-border-deep {
    background-color: #f0fcf4;
}
.border-deep{
    border: solid 1px rgba(185, 204, 199, 1)
}
.content-div-public-site {
    display: none;
    padding-left: 3rem;
}
.border-light-green{
    border: 1px solid #1EE196;
}
.fs-18-24-bold {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
.fs-16-24-400 {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.fs-16-20-600 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.fs-15-400-grey {
    font-size: 15px;
    font-weight: 400;
    color: #504b4b;
}
.fs-16-400-grey {
     font-size: 14px;
     font-weight: 400;
     color: #504b4b;
 }
.fs-22-30-bold-white {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: white;
}
.fs-18-300-white {
    font-size: 18px;
    font-weight: 300;
    color: white;
}
.d-common-font {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    text-align: center !important;
}
.d-btn {
    background-color: #01573C !important;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px!important;
}

.d-btn:hover {
    background-color: #fff !important;
    border: 1px solid #01573C;
    color:  #01573C !important;
}

.anti-d-plus-btn {
    background-color: #FFFFFF !important;
    color: #01573C;
    border: 1px solid #01573C;
    border-radius: 2px!important;
}

.anti-d-plus-btn:hover {
    background-color: #01573C !important;
    border: 1px solid #01573C;
    color:  white !important;
}


.border-right{
    border-right: 1px solid black;
}
.nav-item2 + .nav-item2 {
    border-left: solid 1px rgb(199, 203, 207);
    height: 37px;
    margin: 0;
}

.navbar-light .navbar-nav .nav-link{
    color: white !important;
    font-weight: 600;
}

.nav-item2.active .nav-link {
    color: #01573C !important; /* This will enforce the text color change */
}

.nav-item2.active {
    background-color: #ECFDF8;
}

.nav-link2.full-width-link {
    display: flex; /* Make the link fill the nav-item */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    height: 100%; /* Make the link take full height of its parent */
    width: 100%; /* Make the link take full width of its parent */
}


.content-wrapper, .main-content, .lighter-green-background{
    background-color: #ffffff !important;
    height: inherit !important;
}


/**/
.carousel-item {
    height: 100%; /* Full height of the carousel */
    position: relative;
    /*background: no-repeat scroll center;*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
}

.carousel-item img {
    width: 100%; /* Full width of the carousel */
    height: 400px; /* Fixed height, same as the carousel */
    object-fit: cover; /* Ensures no cropping, but might leave blank spaces */
    /*position: absolute; !* Aligns image properly within the container *!*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%); !* Centers the image *!*/
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0; /* Align to the left edge */
    transform: none; /* Remove centering transform */
    width: 100%; /* Full width */
    padding: 5px 20px; /* Reduced padding height, maintain horizontal padding */
    display: flex; /* Flexbox for layout */
    justify-content: space-between; /* Space between text block and button */
    align-items: center; /* Vertically center content */
    background-color: rgba(1, 87, 60, 1); /* Adjust transparency and color */
    color: white;
}

.carousel-caption p, .carousel-caption a {
    margin: 0; /* Remove any default margin */
}

.carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 87, 60, 1) 0%, rgba(2, 189, 130, 0) 30%);
    /*background: rgba(0, 0, 0, 0.7); !* Dark overlay to enhance text visibility *!*/
}



.carousel-indicators {
    position: absolute;
    top: 82%;
    z-index: 15; /* Ensures they are visible on top of the image */
    text-align: center;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px; /* change width */
    height: 10px; /* change height */
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    border: 1px rgba(30, 225, 150, 1) solid;
    border-radius: 50%; /* Fully rounded for dots */
    opacity: 0.5; /* Slightly transparent when inactive */
    transition: opacity .6s ease;
}
.carousel-indicators [data-bs-target].active {
    width: 30px; /* Wider to appear as a dash */
    height: 10px;
    border-radius:15px; /* Less rounded for a dash-like appearance */
    background-color: rgba(30, 225, 150, 1); /* Keeps the white color */
    opacity: 1; /* Fully opaque to stand out */
}

.carousel-capsule-div {
    background-color: rgba(19, 61, 48, 1);
    color: rgba(233, 251, 25, 1); /* White text, change as needed */
    padding: 5px 10px; /* Vertical and horizontal padding */
    border-radius: 50px; /* Fully rounded ends */
    display: inline-block; /* Only as wide as necessary */
    text-align: center; /* Center text inside the div */
}
.capsule-div {
    background-color: #d8ece4;
    color: rgba(1, 87, 60, 1); /* White text, change as needed */
    padding: 5px 10px; /* Vertical and horizontal padding */
    border-radius: 50px; /* Fully rounded ends */
    display: inline-block; /* Only as wide as necessary */
    text-align: center; /* Center text inside the div */
}

.bg-light-green{
    background-color: #d8ece4;;
}
.bg-other-information{
 background-color: rgba(236, 249, 246, 1)
}
.bg-logo-footer{
    background-color: #e4fbdb;
    border-top: 2px solid rgba(30, 225, 150, 1);
}
.general-tab-row-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(185, 204, 199, 1);
    border-radius: 10px;
    color: rgba(33, 37, 41, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    transition: border-color 0.3s ease, color 0.3s ease;
    overflow-wrap: break-word;
    height: 80px;
}
.general-tab-row-item span {
    flex: 1; /* Allow the span to take available space */
    white-space: normal; /* Ensure text can wrap */
    word-wrap: break-word; /* Ensure long words break to the next line */
    text-align: left;
}
.general-tab-row-item i {
    margin-left: 10px; /* Space between text and icon */
}

.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-decoration: none;
}

.general-tab-row-item:hover, .general-tab-row-item.active {
    border-color: rgba(1, 87, 60, 1);
    color: rgba(1, 87, 60, 1);
}



.public-site-tab-text {
    color: rgba(33, 37, 41, 1); /* Default text color */
    font-weight: 600;
}

/*upper tab css*/
.container-tab {
    /* Removes whitespace nodes between inline-block elements */
    white-space: nowrap;
}
.tabs-wrapper {
    /*width: fit-content; !* Fits to the content size *!*/
    margin: 0 auto; /* Centers the wrapper horizontally */
}

.custom-tabs-container input[type="radio"] {
    display: none; /* Hide radio inputs */
}
.custom-tabs-container label {
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 15px;
    padding: 15px 10px 5px; /* Adjust top padding to lower the text start */
    width: 19%; /* Adjust based on the number of tabs */
    text-align: center;
    color: rgba(33, 37, 41, 1); /* Default text color */
    font-weight: 600;
    position: relative;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-right: 10px;
    box-sizing: border-box;
}
.custom-tabs-container label:hover, .custom-tabs-container input[type="radio"]:checked + label {
    background: #d8ece4; /* Background on hover and when selected */
}

.custom-tabs-container label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* Slightly offset to be visible below the tab */
    width: 100%; /* Full width of the label */
    height: 2px;
    background-color: #b2f4d9; /* Light grey color for the underline */
    opacity: 0.5; /* Make it less pronounced when not selected */
    transition: background-color 0.3s ease;
}

.custom-tabs-container input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; /* Full width of the label */
    border-bottom: 1px solid #01573C;
    background-color: #01573C;
    height: 2px; /* Maintain bold bottom border when selected */
    bottom: -2px; /* Maintain position just below the tab */
}

.custom-tabs-container input[type="radio"]:checked + label::before {
    content: "";
    position: absolute;
    left: calc(70% + 50px); /* Adjust this to control where the triangle points */
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(1, 87, 60, 1); /* Triangle color and flip */
}
.custom-tabs-container label:last-child {
    margin-right: 0; /* No margin for the last label to prevent extra space */
}

.custom-tabs-container .content-container {
    position: relative;
    min-height: 120px;
    /* Adjust based on content size */
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 70px;/* Space for the triangle */
}

.custom-tabs-container .content {
    position: absolute;
    padding: 10px;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: opacity 0.25s ease, top 0.25s ease;
    pointer-events: none;
}

.custom-tabs-container #tab1:checked ~ .content-container #c1,
.custom-tabs-container #tab2:checked ~ .content-container #c2,
.custom-tabs-container #tab3:checked ~ .content-container #c3,
.custom-tabs-container #tab4:checked ~ .content-container #c4,
.custom-tabs-container #tab5:checked ~ .content-container #c5 {
    opacity: 1; /* Show the content when tab is selected */
    pointer-events: auto;
}


/*New tab*/
.custom-tab-container {
    justify-content: space-around;
    padding: 10px 0;
}

.custom-tab-link {
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    transition: background-color 0.3s;
    font-weight: 600;
    font-size: 16px;
}

.custom-tab-link.active {
    color: rgba(1, 87, 60, 1);
    border-bottom: 2px solid rgba(1, 87, 60, 1);
}

.custom-tab-content .custom-content {
    display: none;
    border-top: none;
}

.custom-tab-content .custom-content.active {
    display: block;
}

.tutorial-card {
    border: 2px solid rgba(219, 235, 229, 1);
    border-radius: 10px;
}
.tutorial-card .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    height: 250px;
    filter: brightness(60%);
}
.video-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon {
    position: absolute;
    width: 50px; /* Adjust the size as needed */
    height: 50px; /* Adjust the size as needed */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; /* Ensure the icon does not interfere with the click */
}
.bg-lighter-green-capsule-div{
    background-color: rgba(209, 255, 241, 1);
}

.tutorial-card-capsule-div {
    color: rgba(1, 87, 60, 1); /* White text, change as needed */
    padding: 5px 20px !important; /* Vertical and horizontal padding */
    display: inline-block; /* Only as wide as necessary */
    text-align: center; /* Center text inside the div */
    font-size: 14px;
    border-radius: 5px;
}
.tutorial-card .card-text {
    color: rgba(1, 87, 60, 1);
    font-size: 18px;
    font-weight: 500;
}

/*Download Tab*/

.search-box-download-tab .btn {
    background-color: rgba(1, 87, 60, 1);
    color: white;
}
.search-box-download-tab input[type="text"] {
    border-right: none;
}
.search-box-download-tab .btn:hover {
    background-color: white !important;
    border: 1px solid rgba(1, 87, 60, 1);
    color: rgba(1, 87, 60, 1);
}
#downloadTable {
    border: 1px solid rgba(185, 204, 199, 1);
    border-collapse: collapse;
    width: 100%; /* Ensures the table stretches to the container if not already set */

}
#downloadTable th, #downloadTable td {
    border-right: 1px solid rgba(185, 204, 199, 1);
}

#downloadTable th:first-child, #downloadTable td:first-child {
    border-left: 1px solid rgba(185, 204, 199, 1);
}

#downloadTable th:last-child, #downloadTable td:last-child {
    border-right: none;
}

.table-header-public-site {
    background-color: rgba(219, 235, 229, 1);
    color: rgba(33, 37, 41, 1);
    font-weight: 600;
}

.table-row-public-site:nth-child(even) {
    background-color: rgba(236, 249, 246, 1);
}

.table-row-public-site:nth-child(odd) {
    background-color: #FFFFFF;
}

.table-row-public-site .details-column:not(:last-child) {
    border-bottom: 2px solid #000;
}

.table-row-public-site:last-child .details-column {
    border-bottom: none;
}
.sub-row {
    display: flex;              /* Establishes a flex container */
    justify-content: space-between; /* Positions children at either end */
    align-items: center;        /* Aligns items vertically in the center */
}

.sub-row:not(:last-child) {
    border-bottom: 1px solid rgba(222, 226, 230, 1);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.header-content {
    display: flex;
    justify-content: space-between; /* Aligns children (text and icon) to either end */
    align-items: center;
    width: 100%; /* Ensures the div takes full width of the th */
}
.header-content i {
    margin-left: auto; /* Pushes the icon to the far right */
    padding-top: 1px; /* Align vertically if needed */
    color: rgb(133, 147, 143);
}

/*feetab css*/
#feeTable{
    width: 100%; /* Adjust the table width as needed */
    border-collapse: collapse; /* Ensures borders are merged */
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#feeTable td {
    padding: 10px; /* Adds padding for text within cells */
    border: none;
}

#feeTable tr:nth-child(odd) {
    background-color: #FFFFFF; /* White background for odd rows */
}

#feeTable tr:nth-child(even) {
    background-color: rgba(245, 245, 245, 1); /* Grey background for even rows */
}
.stampTable {
    width: 100%;
    border-color: #ccc !important;
}
.stampTable,
.stampTable th,
.stampTable td{
    border-color: #ccc !important;
}
.bg-fee-table-head{
    background-color: rgba(226, 237, 233, 1);
}
.table-row-stamp-table:nth-child(even) {
    background-color: rgba(245, 245, 245, 1);
}

.table-row-stamp-table:nth-child(odd) {
    background-color: #FFFFFF;
}
.bg-capsule-div-grey{
    background-color: rgba(245, 245, 245, 1);
}

/*faqTab*/
.accordion-faq .accordion-faq-item.expanded {
    border-color: rgba(1, 87, 60, 1); /* Border color when expanded */
}

.accordion-faq .accordion-faq-item {
    border: 1px solid #ccc; /* Default light gray border when collapsed */
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-faq .faq-toggle {
    display: flex;
    color: rgba(33, 37, 41, 1);
    padding: 10px;
    width: 100%;
    text-align: left !important;
    border: none;
    outline: none;
    justify-content: space-between !important;
}

.accordion-faq .faq-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 10px;
    text-align: left!important;
}