
.accordion-button{
    color: #758232;
    background-color: #f5f9e0;  
}

.accordion-button:not(.collapsed) {
    color: #758232;
    background-color: #edf3cb;  
}

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 0;
    background-color: #526102;
    padding: 20px 0;
}

.marquee .marquee-group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0;
    min-width: 100%;
    animation: scroll var(--duration) linear infinite;
}

.marquee .text {
    padding: 0px 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
    color: #FFFFFF; /* Replace with actual value */
    font-family: 'Helvetica Neue', sans-serif; /* Replace with your font */
}

@media (prefers-reduced-motion: reduce) {
    .marquee .marquee-group {
        animation-play-state: paused;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.about .blockquote{
    font-size: 15px;
    line-height: 30px;
    font-style: italic;     
}

.about .blockquote span{
    font-style: normal;
    margin-top: 15px;
}

.about .icon-box i {
    font-size: 2rem;
    color: #0066cc;
}

.custom-timeline {
    position: relative;
    margin: 2rem 0;
    padding: 2rem 0;    
}

.custom-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #eaefd2;
    transform: translateX(-50%);
}

.timeline-block {
    position: relative;
    width: 50%;
    padding: 1rem 2rem;
    box-sizing: border-box;
}

.timeline-block .content {
    background: #eaefd2;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: left;
}

.timeline-block .content ul li{
    font-size: 14px;
}

.timeline-block.left {
    left: 0;
    text-align: right;
}

.timeline-block.right {
    left: 50%;
    text-align: left;
}

.timeline-block::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 15px;
    height: 15px;
    background: #198754;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 1;
}

.timeline-block.left::before {
    right: -8px;
}

.timeline-block.right::before {
    left: -8px;
}

@media screen and (max-width: 768px) {
    .custom-timeline::before {
        left: 10px;
    }

    .timeline-block {
        width: 100%;
        padding-left: 2rem;
        padding-right: 1rem;
    }

    .timeline-block.left,
    .timeline-block.right {
        left: 0;
        text-align: left;
    }

    .timeline-block::before {
        left: 0;
        transform: translateX(-50%);
    }
}

.info-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.info-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.info-card .icon {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    color: #0d6efd;
    transition: color 0.3s ease;
}

.info-card:hover .icon {
    color: #0056b3;
}

.info-card h5 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #222;
}

.info-card p {
    color: #555;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}

.info-grid2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.info-card2 {
    background: #fff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card2:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.info-card2 img {
    max-width: 48px;
    transition: color 0.3s ease;
}

.info-card2:hover .icon {
    color: #0056b3;
}

.info-card2 h5 {
    margin-bottom: 1rem;
    font-weight: 600;   
}

.info-card2 p {    
    font-size: 15px !important;
    line-height: 25px;
    text-align: justify;
}

.info-card2 ul{   
    font-size: 15px !important;
    line-height: 20px;
    text-align: justify;
    padding-left: 20px;
}

.info-card2 ul li{
    margin-left: 0px;
}

.about ul li{
    font-size: 15px;
    margin-bottom: 15px;
}

.about p{
    margin-bottom: 15px;
}
.about ul{
    margin-bottom: 5px;
}

.no-bullets{
    list-style-type: none;
    padding-left: 35px;    
}
.no-bullets li{
    font-size: 16px;    
}


.timeline {
    display: block !important;
    margin-left: 0;
    padding-left: 0;
}

.timeline-card {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #526102 !important;
    position: relative;
}

.timeline li:before {
    content: "";
    width: 0.2rem;
    height: 100%;
    background-color: rgb(169 169 169);
    position: absolute;
    left: 16px;
    z-index: -1;
}

.timeline li:first-child:before {
    top: 50%;
    height: 50%;
}

.timeline li:last-child:before {
    bottom: 50%;
    height: 50%;
}
.timeline-title {
    margin-bottom: 0.5rem;
    font-size: 20px !important;
}

.color-secondary{
    font-size: 13px;
    margin-bottom: 5px;   
}

.event_description p{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 8px;
}
.circle-custom {
    font-size: 1rem !important;
}

.subcard {
    padding: 1em 1.5em 1.5em 1.5em;
    background: #fdfdfd;
    color: black;
    width: -webkit-fill-available;
    min-height: 3.3rem;
    border-bottom: 1px dotted #526102;
}

.btn-primary {
    color: #fff;
    background-color: #526102;
    border-color: #526102;
}

.btn-primary:hover{
    color: #fff;
    background-color: #526102;
    border-color: #526102;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.form-text {
    color: #8480ae;
}

.form-control {
    color: #1f0757;
    border-color: #ebebeb;
}

.form-control::-webkit-input-placeholder {
    color: #8480ae;
}

.form-control::-moz-placeholder {
    color: #8480ae;
}

.form-control::-ms-input-placeholder {
    color: #8480ae;
}

.form-control:-ms-input-placeholder {
    color: #8480ae;
}

.form-control::placeholder {
    color: #8480ae;
}

.form-control-plaintext {
    color: #1f0757;
}

.form-select {
    color: #1f0757;
    border-color: #ebebeb;
}

.form-select:focus::-ms-value {
    color: #1f0757;
    background-color: #ffffff;
}

.form-select:disabled {
    color: #8480ae;
    background-color: #f1f2fb;
}

.form-check-input {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}

.form-check-input:checked {
    background-color: #001f79;
    border-color: #001f79;
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #001f79;
    border-color: #001f79;
}

.form-file-text {
    color: #1f0757;
    background-color: #ffffff;
}

.form-file-button {
    color: #1f0757;
    background-color: #f1f2fb;
}

.form-range::-webkit-slider-thumb {
    background-color: #001f79;
}

.form-range::-moz-range-thumb {
    background-color: #001f79;
}

.form-range::-ms-thumb {
    background-color: #001f79;
}

.input-group-text {
    color: #1f0757;
    background-color: #cff2ff;
    border-color: #cff2ff;
}

.valid-feedback {
    color: #2ecc4a;
}

.valid-tooltip {
    color: #ffffff;
    background-color: rgba(40, 167, 69, 0.9);
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #2ecc4a;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #2ecc4a;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #2ecc4a;
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #2ecc4a;
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #2ecc4a;
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #2ecc4a;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #2ecc4a;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #2ecc4a;
}

.was-validated .form-file-input:valid ~ .form-file-label,
.form-file-input.is-valid ~ .form-file-label {
    border-color: #2ecc4a;
}

.was-validated .form-file-input:valid:focus ~ .form-file-label,
.form-file-input.is-valid:focus ~ .form-file-label {
    border-color: #2ecc4a;
}

.invalid-feedback {
    color: #ea4c62;
}

.invalid-tooltip {
    color: #ffffff;
    background-color: rgba(220, 53, 69, 0.9);
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ea4c62;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #ea4c62;
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #ea4c62;
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #ea4c62;
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #ea4c62;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #ea4c62;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #ea4c62;
}

.was-validated .form-file-input:invalid ~ .form-file-label,
.form-file-input.is-invalid ~ .form-file-label {
    border-color: #ea4c62;
}

.was-validated .form-file-input:invalid:focus ~ .form-file-label,
.form-file-input.is-invalid:focus ~ .form-file-label {
    border-color: #ea4c62;
}

.terms-text{
    font-size: 12px !important;
    display: block;

}

.phone-number-field input::-webkit-outer-spin-button,
.phone-number-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.phone-number-field input[type=number] {
    -moz-appearance: textfield;
}

/* :: Form CSS */
.form-check-input[type=checkbox].indeterminate {
    background-color: #001f79;
    border-color: #001f79;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-label {
    font-size: 14px;
    color: #073984;
    vertical-align: bottom;
    line-height: 2.2em;
    margin-left: 10px;
}

.form-check-input.form-check-success:checked {
    background-color: #2ecc4a;
    border-color: #2ecc4a;
}

.form-check-input.form-check-danger:checked {
    background-color: #ea4c62;
    border-color: #ea4c62;
}

.form-check-input.form-check-warning:checked {
    background-color: #f1b10f;
    border-color: #f1b10f;
}

.form-check-input.form-check-info:checked {
    background-color: #1787b8;
    border-color: #1787b8;
}

.form-check-input.form-check-secondary:checked {
    background-color: #546474;
    border-color: #546474;
}

.form-check-input.form-check-light:checked {
    background-color: #f1f2fb;
    border-color: #f1f2fb;
}

.form-check-input.form-check-dark:checked {
    background-color: #061238;
    border-color: #061238;
}

.form-check-input-lg {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
}
.form-check-input-lg ~ .form-check-label {
    font-size: 1rem;
    margin-left: 0.5rem;
}

.form-group {
    line-height: 1;
    margin-bottom: 1.5rem;
}
select.input-group-text.form-select{
    text-align: left;
    max-width: 220px;  
    max-height: 40px;
}

.form-label {
    font-size: 14px;
    color: #8480ae;
    font-weight: 500;
}

.form-select {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 1px solid;
    padding: 0px 25px;
    min-height: 40px;
    font-size: 14px;
    color: #073984;
    background-color: #ffffff;
    border-color: #ebebeb;
}
.form-select option {
    padding: 0.2rem 0.5rem;
    outline: none;
}
.form-select.form-control-clicked {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
    color: #073984;
}
.form-select:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #cfe2ff;
    color: #073984;
    background-color: #ffffff;
}
.form-select.form-select-lg {
    min-height: 50px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}
.form-select.form-select-sm {
    min-height: 2rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.375rem;
}

.form-control {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-style: solid;
    padding: 0.5rem 1rem;
    height: 40px;
    max-height: 40px;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    border-width: 1px;
    border-color: #ebebeb;
    border-radius: 5px;
}
.form-control.form-control-clicked {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
    color: #073984;
}
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #cfe2ff;
    color: #073984;
    background-color: #ffffff;
}
.form-control.form-control-lg {
    height: 50px;
    min-height: 50px;
    padding: 0.625rem 1rem;
    font-size: 16px;
}
.form-control.form-control-sm {
    height: 32px;
    padding: 0.375rem 0.5rem;
    font-size: 12px;
    border-radius: 0.375rem;
}

textarea.form-control {
    min-height: 80px;
}

.form-control-plaintext {
    font-size: 14px;
}

.form-file-label {
    border-color: #ebebeb;
    font-weight: 500;
}

.form-file-input:focus,
.form-file:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.file-upload-card {
    position: relative;
    z-index: 1;
    border: 1px solid #DCDCE9;
    border-radius: 10px;
    text-align: center;
    padding: 2rem;
    border-radius: 0.5rem;
    background-color: rgba(220, 220, 233, 0.2);
}
.file-upload-card i{
    font-size: 42px;
}

.single-plan-check {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0.5rem;
    border: 1px solid #ebebeb;
    padding: 1rem;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-plan-check:last-child {
    margin-bottom: 0;
}
.single-plan-check.active {
    border-color: #001f79;
}

.autocomplete-items {
    margin-top: 0.25rem;
}
.autocomplete-items > div {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0.5rem 0.75rem;
    background-color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    color: #1f0757;
    border-radius: 0.25rem;
}
.autocomplete-items > div:hover {
    background-color: #f1f2fb;
}
.autocomplete-items > div strong {
    color: #001f79;
}

.form-control-color {
    min-width: 4rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ebebeb;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #cfe2ff;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #001f79;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #001f79;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

input[type=color].form-control.is-valid, input[type=color].form-control:valid {
    background-image: none;
}

.valid-feedback,
.invalid-feedback {
    margin-left: 0.25rem;
    font-size: 12px;
}

.input-group-text {
    font-size: 14px;
}

.dropdown-menu {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.dropdown-menu li a {
    font-size: 14px;
}

.goto-page-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
}
.goto-page-form label {
    font-size: 12px;
}
.goto-page-form .form-control {
    max-width: 40px;
    text-align: center;
}

#password-visibility {
    top: 8.5px;
    right: 0.625rem;
    z-index: 10;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
}
#password-visibility i {
    line-height: 1.5rem;
}
#password-visibility i.bi-eye-slash {
    display: none;
}
#password-visibility.active i.bi-eye-slash {
    display: block;
}
#password-visibility.active i.bi-eye {
    display: none;
}
.form-error{
    color: rgb(185, 74, 72);
    font-size: 13px;
}
.help-block{
    margin: 5px 0px 15px 0px !important;
}
.btn-primary {
    color: #fff;
    background-color: #526102;
    border-color: #526102;
}
.btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #526102;
    border-color: #526102;
}
.login-meta-data p{
    font-size: 13px;
}
.login-wrapper {
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    box-shadow: 0 2px 53px rgba(0,0,0,0.1)
}
.red{
    color: #cc0000;
    font-size: 12px;
}

label {
    margin-bottom: 10px;   
    display: block;
    color: var(--theme-color); 
    font-size: 14px;
}

.label-info{
    font-size: 12px;
    font-style: italic;
}

.account-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    border: 1px solid #dee2e6; /* Fine border line */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Small shadow */
    margin: 10px;
    min-width: 130px;
    min-height: 80px;
    text-align: center;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.account-icon-wrapper:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
    border-color: #ccc; /* Optional: slightly darker border on hover */
}
.account-icon-wrapper i { 
    padding-top: 15px;
    font-size: 32px;
    color: #526102;
    margin-bottom: 5px;
}

.account-icon-wrapper p {
    font-size: 14px;
    color: #000;
    font-weight: 600;    
}

/* Responsive Flex Container */
.account-icon-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.about .title-area {
    display: flex;
    flex-direction: column;
    align-items: center; /* Horizontal centering */
    justify-content: center; /* Optional: vertical centering if needed */
    text-align: center; /* Ensure text inside elements is centered */
    margin-bottom: 20px; /* Add spacing below */
}

.about .icon-box { 
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 2px rgba(82, 97, 2, 0.2); /* Larger shadow on hover */
    padding: 20px;    
}

.about .icon-box:hover {    
    box-shadow: 0 10px 20px rgba(82, 97, 2, 0.2); /* Larger shadow on hover */
    padding: 20px;    
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Optional styling for visuals */
.title-area .sub-title {
    font-size: 15px;   
}

.title-area .text-theme {
    font-size: 16px;
    color: #333;
}

.title-area .box-light-green {
    background-color: #eaefd2;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    color: #2e7d32;
    font-size: 13px;
}

.box-light-green {
    background-color: #eaefd2;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    color: #2e7d32;
    font-size: 13px;
}

.text-justify{
    text-align: justify;
}

.text-left{
    text-align: left;
}

.account .title-area i{
    display: block;
}

.account .sub-title{
    display: block;
}

@media (max-width: 575.98px) {
    .disable-flex-mobile {
        display: block !important;
    }
}


/* Container */
.gallery-wrapper {
    max-width: 1200px;
    width: 100%;
}

/* Tabs container */
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

/* Tab buttons */
.tab-btn {
    cursor: pointer;
    padding: 0.5rem 1rem;
    border: 1px solid #526102;
    background: white;
    color: #526102;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
    user-select: none;
    margin-right: 15px;
    padding: 5px 15px;
}
.tab-btn.active,
.tab-btn:hover {
    background-color: #EAEFD2;
    color: #526102;
}

/* Masonry Gallery using CSS Grid */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: 0px; /* base row height */
    gap: 10px 15px ;
    justify-items: center;
}

/* Masonry item spans based on image height */
.gallery-item {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer; 
}


/* This makes the item span rows based on image height */
.gallery-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.notice{
    padding: 20px;
    border: 1px solid #dee2e6;
}

.notice .btn-sm{
    font-size: 13px;
}

.table td, .table th {
    vertical-align: middle;
}

.badge {
    font-size: 12px;
}

.btn-sm {
    font-size: 0.75rem;
}

.transactions tbody tr td{
    font-size: 14px;
}
.membership p{
    color: #000;
}
.membership img{
    max-width: 300px;
    margin: 0px;
}
.payment-wrapper{
    align-items: center;        /* vertical centering */
    justify-content: center; 
    width: 100%;
}
.payment-form{
    margin: 0px auto;
    max-width: 430px;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    box-shadow: 0 2px 53px rgba(0, 0, 0, 0.1);
}

.statement-card {
    transition: transform 0.2s, box-shadow 0.2s;
}

.statement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.card-icon {
    font-size: 2.5rem;
    color: #0d6efd;
}

.download-btn {
    text-decoration: none;
}
/* Container for the viewer */
.pdf-container {
    width: 100%;
    height: 100vh; /* Full screen height */
    display: flex;
    flex-direction: column;
}

/* Responsive embed viewer */
.pdf-viewer {
    flex: 1;
    width: 100%;
    height: 100%;
    border: none;
}


@media (max-width: 768px) {
    .header {
        font-size: 1rem;
        padding: 8px;
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
    display: inline-block !important;
    color: #ccc !important;
}

.otp-form {
    position: relative;
    z-index: 1;
}
.otp-form select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
    text-align: left;
}

.otp-verify-form {
    position: relative;
    z-index: 1;
    text-align: center;
}
.otp-verify-form .form-control {
    font-weight: 700;
    text-align: center;
}

.otp-sec {
    color: #1f0757;
    font-weight: 700;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1rem 1rem;
    font-size: 18px;
    font-weight: 600;
}
.fs-12{
    font-size: 12px;
}

.text-black{
    color:#000;
}
.notice h6{
    font-size: 16px;
    font-weight: 500;
}
.btn-outline-primary{
    border-color: #526102;
    color: #526102;
}

.btn-outline-primary:hover{
    border-color: #526102;
    color: #fff;
    background-color: #526102;
}
.Approved{
    background-color: #198754!important;
}

.Refund{
    background-color: #e42525!important;
}

.Pending{
    background-color: #f8a900!important;
}

.Not{
    background-color: #e42525!important;
}

.intro {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    text-align: center;
}

.phase {
    background: #fff;
    border-left: 5px solid #526102;
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.phase h2 {
    margin-top: 0;
    color: #007BFF;
}

.phase ul {
    padding-left: 1.2rem;
}

.icon {
    font-size: 1.4rem;
    margin-right: 0.5rem;
}

.description h1, .description h2, .description h3, .description h4, .description h5, .description h6 {
    font-size: 16px;
}