/**
 * Style
 *
 * @auhor Shahzaib
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    background-color: #eff3f4;
}

.mt-36 {
    margin-top: 36px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

p {
    line-height: 28px;
    word-wrap: break-word;
}

/* Base table styling */
table {
    width: 100%;
    margin-bottom: 1rem;
    color: #333;
    border-collapse: collapse;
}

/* Table header styling */
table th {
    vertical-align: middle;
    border-bottom: 2px solid #bbb;
    background-color: #eaeaea;
    text-align: left;
    padding: 8px;
    font-weight: bold;
    color: #333;
}

/* Table body styling */
table td {
    padding: 8px;
    vertical-align: middle;
    border-top: 1px solid #bbb;
}

/* Table row hover effect */
tbody tr:hover {
    background-color: #f5f5f5;
}

/* Alternating row colors */
table tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}

/* Bordered table */
table {
    border: 1px solid #bbb;
}

table th,
table td {
    border: 1px solid #ddd;
}

/* Small table styling */
table.small th,
table.small td {
    padding: 4px;
}

/* Dark theme variant */
table.dark-theme th {
    background-color: #444;
    color: #fff;
    border-color: #555;
}

table.dark-theme td {
    background-color: #555;
    color: #fff;
    border-color: #666;
}

table.dark-theme tbody tr:hover {
    background-color: #333;
}

.form-control:focus {
    box-shadow: none;
}

.btn-boxed {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    padding: 8px 16px;
    border-radius: 6px;
}

.btn {
    font-size: inherit;
    padding: 12px 24px;
    font-weight: 500;
    border-width: 2px;
}

.btn:active {
    border-color: transparent !important;
}

.btn-outline-success:active,
.btn-outline-success:focus-visible,
.btn-outline-success:hover,
.btn-check:checked+.btn-outline-success,
.btn-success {
    background-color: #00c35a;
    border-color: #00c35a;
    color: #fff;
}

.btn-success:active,
.btn-success:hover,
.btn-success:focus {
    background-color: #00b051;
    border-color: #00b051;
    color: #fff;
}

.bg-warning {
    background-color: #ff8508 !important;
}

.text-warning {
    color: #ff8508 !important;
}

.btn-warning {
    background-color: #ff8508 !important;
    border-color: #ff8508 !important;
    color: #fff !important;
}

.btn-warning:active,
.btn-warning:focus-visible,
.btn-warning:hover,
.btn-warning:focus {
    background-color: #ff6f1b !important;
    border-color: #ff6f1b !important;
    color: #fff !important;
}

.btn-outline-danger:active,
.btn-outline-danger:focus-visible,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger:hover,
.btn-danger {
    background-color: #ff3030;
    border-color: #ff3030;
}

.btn-danger:active,
.btn-danger:hover,
.btn-danger:focus {
    background-color: #ff0f0f;
    border-color: #ff0f0f;
}

.text-danger {
    color: #ff0f0f !important;
}

.btn-secondary-light,
.btn-secondary-light:focus {
    color: #212529;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-secondary-light:hover {
    background-color: #d1d6da;
    border-color: #d1d6da;
    color: #212529;
}

.btn-outline-success {
    border-color: #00c35a;
    color: #00c35a;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #59d894;
}

.btn-outline-success:not(:hover) .ldio-icon-inner div {
    border-color: #00c35a;
}

.btn-outline-success:hover {
    color: #fff !important;
}

.btn-outline-danger {
    border-color: #ff3030;
    color: #ff3030;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ff7878;
}

.btn-outline-danger:not(:hover) .ldio-icon-inner div {
    border-color: #ff3030;
}

.btn-outline-danger:hover {
    color: #fff !important;
}

a {
    text-decoration: none;
}

.text-success {
    color: #00c35a !important;
}

.bg-success {
    background-color: #00c35a !important;
}

body .photoviewer-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .85);
    border: none;
}

body .photoviewer-header .photoviewer-toolbar {
    background-color: rgba(0, 0, 0, .5);
}

body .photoviewer-footer {
    bottom: 10px;
}

body .photoviewer-footer .photoviewer-toolbar {
    display: inline-block;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
}

body .photoviewer-header,
body .photoviewer-footer {
    pointer-events: none;
}

body .photoviewer-title {
    color: #ccc;
}

body .photoviewer-button {
    color: #ccc;
    pointer-events: auto;
}

body .photoviewer-footer .photoviewer-button:hover {
    color: white;
}

@media screen and (max-width: 575px) {
    .p-responsive {
        padding-left: 16px;
        padding-right: 16px;
    }

    .p-responsive.book-listing,
    .p-responsive.article-content,
    .p-responsive.page-content {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.pt-custom-1 {
    padding-top: 132px;
}

.fw-500 {
    font-weight: 500;
}

b,
strong {
    font-weight: 700;
}

.cover,
.main-cover {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.main-cover::before,
.cover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cover::before {
    background-color: rgba(0, 0, 0, .60);
}

.height-adjuster-1 {
    min-height: calc(100vh - 457px);
}

.height-adjuster-2 {
    min-height: calc(100vh - 579px);
}

.response-message .alert p:last-of-type {
    margin-bottom: 0;
}

.main-cover .alert {
    position: relative;
    top: 100px;
    border-radius: 0;
}

.alert.alert-success {
    background-color: #1bca66;
    border-color: #1bca66;
    color: #fff;
}

.alert.alert-danger {
    background-color: #ff2e2e;
    border-color: #ff2e2e;
    color: #fff;
}

.faqs-content .accordion-button {
    box-shadow: none;
    /* Remove the default box-shadow */
    border-bottom: 1px solid #dee2e6;
    /* Add a border at the bottom */
    transition: background-color 0.2s ease, color 0.2s ease;
    /* Smooth transition for color changes */
}

.faqs-content .accordion-button:focus {
    box-shadow: none;
    /* Ensure no box-shadow on focus */
}

.faqs-content .accordion-button:not(.collapsed) {
    color: #000;
    /* Adjust color when the accordion is open */
    background-color: #e9ecef;
    /* Adjust background when the accordion is open */
    border-bottom-left-radius: 0;
    /* Remove rounded corners for a flat bottom */
    border-bottom-right-radius: 0;
    /* Remove rounded corners for a flat bottom */

    background-color: transparent;
    box-shadow: none;
}

.faqs-content .accordion-item {
    border: none;
    /* Remove the default border */
    border-bottom: 1px solid #dee2e6;
    /* Add a border at the bottom of each accordion item */
}

.faqs-content .accordion-body {
    background-color: inherit;
}

.faqs-content .accordion-body p {
    margin-bottom: 0;
}


/* Style for blockquote */
blockquote {
    border-left: 5px solid #b11116;
    /* Left border */
    padding: 0.5rem 1rem;
    /* Padding inside blockquote */
    margin: 1rem 0;
    /* Margin around blockquote */
    font-style: italic;
    /* Italicize text */
    background-color: #f8f9fa;
    /* Light background color */
    border-radius: 0.25rem;
    /* Rounded corners */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Style for citation inside blockquote */
blockquote footer {
    display: block;
    font-size: 0.875rem;
    /* Smaller font size for citation */
    margin-top: 0.5rem;
    /* Space above citation */
    color: #6c757d;
    /* Muted color */
}

/* Style for preformatted text */
pre {
    background-color: #f8f9fa;
    /* Light background color */
    padding: 1rem;
    /* Padding inside pre block */
    border-radius: 0.25rem;
    /* Rounded corners */
    border: 1px solid #e9ecef;
    /* Light border */
    margin-bottom: 1rem;
    /* Margin below pre block */
    overflow-x: auto;
    /* Enable horizontal scrolling */
    white-space: pre-wrap;
    /* Wrap lines */
}


/* Pagination: */
.pagination-wrapper .pagination {
    margin-bottom: 16px !important;
    margin-right: 0 !important;
}

.page-link:hover {
    border-color: #1a1a18;
    color: #1a1a18;
}

.page-link:focus {
    box-shadow: none;
    color: #1a1a18;
}

.page-item.active .page-link {
    background-color: #1a1a18;
    border-color: #1a1a18 !important;
    color: #fff !important;
}

.page-link {
    border: 1px solid #1a1a18;
    color: #1a1a18 !important;
}

@media screen and (min-width: 992px) {
    .pagination-sm .page-link {
        padding-left: 1em;
        padding-right: 1em;
    }
}


.navbar {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #fff;
}

.homepage .navbar {
    position: absolute;
    background-color: transparent;
    top: 0;
    z-index: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .navbar-nav .nav-link {
        font-size: 13px;
    }
}


.navbar .navbar-brand,
.navbar .nav-link {
    font-weight: 500;
}

.homepage .navbar-brand,
.homepage .nav-link {
    color: #fff !important;
}

.navbar-toggler {
    background-color: #fff;
    box-shadow: none !important;
}

.homepage .navbar-toggler {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

@media screen and (max-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
    }
}

.welcome-cover {
    height: 100vh;
}

.welcome-cover::before {
    height: 100vh;
}

.welcome-cover .drag-bottom {
    width: 100%;
    position: absolute;
    bottom: 74px;
}

.welcome-cover .scroll-down {
    color: white;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    animation: blink 1s infinite;
    font-size: 24px;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}



.slide-link {
    cursor: pointer;
}

.btn-circle {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 8px;
}

.w-1 {
    width: 98px;
    display: inline-block;
}

@media screen and (max-width: 992px) {
    .w-1 {
        width: 92px;
    }
}

@media screen and (max-width: 320px) {
    .w-1 {
        width: 82px;
    }

    .gradient-card>div {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.fs-18 {
    font-size: 18px;
}

.blog-post-title {
    line-height: 1.4;
}

.blog-listing .blog-post-inner {
    position: relative;

}

.blog-listing .blog-post-inner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    cursor: pointer;
}

.blog-listing .blog-post img {
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media screen and (min-width: 992px) {
    .blog-listing .blog-post img {
        height: 330px;
    }
}

@media screen and (max-width: 992px) {

    .blog-listing.with-none .blog-post:nth-child(7),
    .blog-listing.with-none .blog-post:nth-child(8),
    .blog-listing.with-none .blog-post:nth-child(9) {
        display: none;
    }
}

.blog-listing .blog-post-details {
    position: absolute;
    bottom: 0;
    color: #fff;
}

.blog-listing a {
    color: #fff;
}


.book-big-cover {
    height: auto;
}

.book-big-cover img {
    position: relative;
    top: 48px;
    width: 600px;
    max-height: 820px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media screen and (max-width: 768px) {
    .book-big-cover img {
        width: 100%;
    }
}

.book-listing .book-img {
    width: 100%;
    height: 567px;
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media screen and (max-width: 1399px) {
    .book-listing .book-img {
        height: 498px;
    }
}

@media screen and (max-width: 1199px) {
    .book-listing .book-img {
        height: 568px;
    }
}

@media screen and (max-width: 992px) {
    .book-listing .book-img {
        height: 470px;
    }
}

@media screen and (max-width: 768px) {
    .book-listing .book-img {
        height: auto;
    }
}


.book-detail {
    padding: 4rem 0;
}

.book-detail-cover {
    height: auto;
}

.book-detail .book-cover {
    width: 95%;
    max-height: 875px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 992px) {

    .book-detail .book-cover,
    .book-detail-cover img {
        width: 100%;
    }

    .book-detail-cover img {
        position: relative;
        top: 34px;
        /* max-height: 820px; */
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    .book-detail-cover .container {
        z-index: 5 !important;
    }
}

.gradient-paper {
    background: rgb(151, 67, 83);
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
}

@media screen and (max-width: 992px) {
    .gradient-paper {
        width: 100%;
    }

    .gradient-paper.gradient-paper-lg {
        display: none;
    }
}


.article-big-cover {
    height: auto;
}

.posted-by-profile,
.posted-by-profile img {
    width: 60px;
    height: 60px;
}

.posted-by-profile img {
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
}

.article-content img {
    max-width: 100%;
    height: auto;
}

.article-content p {
    margin-bottom: 0;
}

.article-content video,
.page-content video {
    width: 100%;
}

.article-content p:first-of-type {
    margin-top: 0;
}

.article-big-cover-btn {
    position: absolute;
    bottom: -24px;
    right: 16px;
}

.social-imgs {
    display: flex;
    /* flex-wrap: wrap; */
}

.social-imgs a {
    padding: 8px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.social-imgs a:hover {
    background-color: #e4ecee;
}

.social-imgs img {
    width: 24px;
}

.social-imgs.social-imgs-lg img {
    width: 50px;
}

@media screen and (max-width: 768px) {

    .social-imgs img,
    .social-imgs.social-imgs-lg img {
        width: 22px;
    }
}

.my-mission-cover {
    height: 745px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .my-mission-cover {
        height: 485px;
    }
}


.cover-parent {
    height: 745px;
}

.season-cover,
.petitions-cover,
.initiatives-cover,
.closed-section-cover {
    height: 745px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .cover-parent {
        height: 485px;
    }

    .season-cover,
    .petitions-cover,
    .initiatives-cover,
    .closed-section-cover {
        height: 485px;
    }
}

.center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 76px;
    color: #fff;
}

.p-box {
    color: #1a1a18;
    padding: 16px;
    font-size: 14px;
    line-height: inherit;
    margin: 0 24px;
    border-radius: 8px;
    text-align: left;
    text-align: center;
}

.custom-row {
    margin-right: -8px;
    margin-left: -8px;
}

.custom-col {
    padding-right: 8px;
    padding-left: 8px;
}


.page-cover {
    height: auto;
}

.page-content img {
    width: 100%;
    height: auto;
}

.page-content p:last-of-type {
    margin-bottom: 0;
}


.newsletter-subscribe {
    color: #313437;
    background-color: #fff;
    padding: 50px 0;
}

.newsletter-subscribe p,
.newsletter-subscribe a {
    /* color: #7d8285; */
    line-height: 1.5;
}

.newsletter-subscribe a {
    text-decoration: underline;
}

.newsletter-subscribe [type="checkbox"] {
    vertical-align: middle;
}

.newsletter-subscribe h3 {
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
}

.newsletter-subscribe .intro,
.p-card {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 25px;
}

.newsletter-subscribe .intro p {
    margin-bottom: 24px;
}

.newsletter-subscribe form {
    justify-content: center;
}

.newsletter-subscribe form .form-control {
    background: #eff1f4;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 9px;
    height: 45px;
    margin-right: 10px;
    min-width: 250px;
}

.newsletter-subscribe form .btn {
    padding: 16px 32px;
    border: none;
    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
}

.newsletter-subscribe form .btn:hover {
    opacity: 1;
}

.newsletter-subscribe form .btn:active {
    transform: translateY(1px);
}

.newsletter-subscribe form .btn-primary {
    background-color: #055ada !important;
    color: #fff;
    outline: none !important;
}

.terms-wrapper label {
    word-wrap: break-word;
}

.terms-wrapper [type="checkbox"] {
    vertical-align: middle;
}

.terms-wrapper a {
    color: #00c35a;
}


.faqs-content img {
    max-width: 100%;
}

img.no-records {
    max-width: 300px;
    margin: auto;
}


/* Search Modal */
.search-modal-opener {
    cursor: pointer;
}

.h-sf {
    height: 48.06px;
}

#search-modal {
    top: -233.5px;
    z-index: 5;
    transition: .2s;
}

#search-modal.open {
    top: 0;
}

#search-modal.close {
    top: -233.5px;
}

@media screen and (max-width: 992px) {

    #search-modal,
    #search-modal.close {
        top: -211px;
    }
}


.participant-img {
    width: 100%;
    max-height: 660px;
    object-fit: cover;
}

.gradient-card {
    width: 100%;
    min-height: 192px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .gradient-card {
        min-height: 208px;
    }
}

@media screen and (max-width: 992px) {
    .gradient-card {
        min-height: 198px;
    }
}

@media screen and (max-width: 552px) {
    .gradient-card {
        min-height: 216px;
    }
}

.gradient-card>div {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.season-title {
    font-size: 32px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.countdown .number {
    font-size: 34px;
}

.countdown .label {
    font-size: 12px;
}

@media screen and (max-width: 1199px) {
    .countdown .label {
        font-size: 10px;
    }
}


.footer {
    /* Fallback for very old browsers */
    background-color: #020617;

    /* Old WebKit (Safari 5.1–6, older Android) */
    background: -webkit-radial-gradient(top left,
            circle,
            #020617 0%,
            #020617 40%,
            #022c22 100%);

    /* Old Firefox */
    background: -moz-radial-gradient(top left,
            circle,
            #020617 0%,
            #020617 40%,
            #022c22 100%);

    /* Standard syntax (modern browsers) */
    background: radial-gradient(circle at top left,
            #020617 0%,
            #020617 40%,
            #022c22 100%);

    color: #fff;
}

.footer .brand-img {
    max-width: 140px;
    max-height: 30px;
}

.footer .list-unstyled li:not(:last-of-type) {
    margin-bottom: 16px;
}

.footer .dropdown>span {
    cursor: pointer;
}

.footer .dropdown-item {
    color: #212529 !important;
}

.footer .dropdown-item.active,
.footer .dropdown-item:active {
    background-color: #f8f9fa;
}

.footer p,
.footer .social a,
.footer .menu a,
.footer .a,
.footer ul a {
    color: #bbbabd;
}

.footer a:hover {
    color: #fff;
}

.footer .social a:not(:last-of-type),
.footer .menu a:not(:last-of-type) {
    margin-right: 16px;
}

.footer.social a i {
    font-size: 20px;
}

.move-up-1 {
    position: relative;
    top: -36px;
}

.btn-close:focus {
    box-shadow: none;
}

.steps-btns {
    position: absolute;
    right: 16px;
    bottom: 16px;

}

.steps-btns .btn {
    border-radius: 50px;
    padding: 0;
    width: 52px;
    height: 52px;
}

.social-icons {
    display: flex;
}

.social-icons a {
    margin-bottom: 16px;
    margin-right: 8px;
    display: inline-block;
}

.social-icons img {
    width: 52px;
    height: 52px;
}

@media screen and (max-width: 768px) {
    .social-icons img {
        width: 40px;
        height: 40px;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.step-content .i {
    font-size: 80px;
}

.z-posts {
    word-break: break-word;
}

@media screen and (min-width: 1200px) {
    .z-posts .row-main>div:nth-child(n + 4) {
        margin-top: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .z-posts .row-main>div:nth-child(n + 3) {
        margin-top: 24px;
    }
}

@media screen and (max-width: 991px) {
    .z-posts .row-main>div:not(:first-of-type) {
        margin-top: 24px;
    }
}

.z-posts .row-main>div>div {
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
}

@media (max-width: 480px) {
  .captcha-wrapper {
    transform: scale(0.85);
    transform-origin: center;
    display: flex;
    justify-content: center;
  }
}

.z-posts .search-form.posts {
    position: relative;
    top: 4px;
}

.z-posts .post {
    margin-bottom: 16px;
}

.z-posts .post a i {
    position: relative;
    top: 1px;
}

.category-separator {
    font-size: 9px;
    top: -1px;
    margin: 0 1.625px;
    position: relative;
}

.z-posts .content-holder a:hover {
    text-decoration: underline;
}

.z-posts .content {
    margin-top: 14px;
    padding-top: 11px;
}

.z-posts .content iframe {
    width: 100%;
    margin-bottom: 11px;
}

.z-posts .content li {
    margin-bottom: 4px;
}

.z-posts .content img {
    max-width: 100%;
    max-height: 500px;
    display: block;
    margin: auto;
    margin-bottom: 16px;
    object-fit: cover;
}

.z-posts .content blockquote a:hover {
    text-decoration: underline;
}

.z-posts .content pre {
    background-color: #1a1a18;
    padding: 16px 20px;
    color: #fff;
}

.z-posts .content .social-share a {
    margin-right: 3.25px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

@media screen and (max-width: 1199px) {
    .z-posts .content iframe {
        height: 324px;
    }
}

@media screen and (max-width: 767px) {
    .z-posts .content iframe {
        height: 236px;
    }
}

.z-content>.row-main:not(:last-of-type) {
    margin-bottom: 16px;
}

.z-content .row-main>div>div {
    padding: 20px;
    background-color: #fff;
}

.z-content {
    word-break: break-word;
}

.content-card .img-wrapper,
.content-card img {
    width: 100%;
    height: 216px;
    object-fit: cover;
}

.content-card.blurred-content .blur-container {
    min-height: 398px;
}

@media (max-width: 768px) {

    .content-card .img-wrapper,
    .content-card img {
        height: 316px;
    }

    .content-card.blurred-content .blur-container,
    .content-card.blurred-content .blur-container {
        height: 498px !important;
    }
}

.p-20 {
    padding: 20px;
}

.social-share img {
    margin-right: 12px;
    margin-bottom: 16px;
    width: 52px;
}

@media (max-width: 768px) {
    .social-share img {
        width: 36px;
    }
}

.pinned-post {
    position: absolute;
    top: 8px;
    left: 8px
}

a {
    text-decoration: none;
    color: #1a1a18;
}

a:hover {
    color: #00c35a;
}

.public-paging .pagination {
    margin: 0 !important;
}

/* PAVEL */
.pavel-card {
    margin: auto;
    max-width: 50%;
    min-width: 320px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
}

.pavel-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.pavel-card h2 {
    font-size: 22px;
    color: #333333;
    margin: 0 0 12px;
    text-align: left;
}

.pavel-card p {
    font-size: 15px;
    color: #555555;
    margin: 0 0 20px;
    line-height: 1.6;
}

.pavel-card .instructions {
    font-size: 15px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.pavel-card .instructions p {
    margin: 8px 0;
}

.pavel-card .participants {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #666666;
    margin-top: auto;
}

.pavel-card .participants-count {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pavel-card .participants-header {
    display: flex;
    align-items: baseline;
}

.pavel-card .participants-header span {
    font-weight: bold;
    font-size: 24px;
    color: #28a745;
    /* Зеленый цвет */
    margin-right: 6px;
}

.pavel-card .participants-header div {
    font-size: 16px;
    color: #666666;
}

.pavel-card .participants-count small {
    font-size: 12px;
    color: #666666;
    text-align: left;
    margin-top: 6px;
    /* Отступ перед кнопкой */
}

.pavel-card .button-container {
    display: flex;
    justify-content: flex-end;
    /* width: 100%; */
}

@media (max-width: 1199px) {

    .pavel-card .participants,
    .pavel-card .button-container {
        display: block;
    }

    .pavel-card .button-container .btn {
        margin-top: 16px;
        width: 100%;
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .pavel-card {
        max-width: 100%;
    }

    .pavel-card h2 {
        font-size: 20px;
    }

    .pavel-card .participants-header span {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {

    .pavel-card .participants,
    .pavel-card .button-container {
        display: block;
    }

    .pavel-card .button-container button {
        margin-top: 16px;
        width: 100%;
    }
}

.alert-mb-0-mt-3 .alert {
    margin-bottom: 0;
    margin-top: 16px;
}

.alert-mb-0 .alert {
    margin-bottom: 0;
}

.no-radius .alert {
    border-radius: 0;
}

.initiative-card-participants {
    max-width: 100%;
    min-width: auto;
}

.initiative-card-participants .participants,
.initiative-card-participants .button-container {
    display: block;
}

.initiative-card-participants .button-container button {
    margin-top: 16px;
    width: 100%;
}

.h-search {
    height: 52px;
}

.z-faqs {
    word-break: break-word;
}

.z-faqs .accordion-button:not(.collapsed) {
    background-color: transparent;
    font-weight: 700;
}

.z-faqs .accordion-button:not(.collapsed) {
    color: #00c35a;
}

.z-faqs .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300c35a'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.z-faqs .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(6 214 102 / 22%);
}

.links .link-wrapper .link {
    font-size: 14px;
    margin-bottom: 16px;
}

.links .link-wrapper .link:hover {
    text-decoration: none !important;
}

.links .link-wrapper:last-child .link {
    margin-bottom: 0;
}

.two-row-title {
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.accordion-body p:last-of-type {
    margin-bottom: 0;
}


.rotated-badge {
    position: absolute;

    padding: 10px 40px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(45deg);
    transform-origin: top right;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.rotated-badge span {
    display: block;
    text-align: center;
    transform: rotate(0deg);
}

.rotate-russian {
    top: 96px;
    right: -28px;
}

.rotate-english {
    top: 69px;
    right: -28px;
}


/* Reset and Customization for Custom Tabs */
.custom-tabs {
    border: 1px solid #dee2e6;
}

.custom-tabs .nav-tabs {
    border: none;
    justify-content: center;
}

.custom-tabs .nav-tabs .nav-link {
    background-color: #eeeeee;
    border-radius: 0;
    padding: 16px 4px;
    color: #666666;
    text-align: center;
    transition: all 0.3s ease;
    border: 0;
    font-size: 14px;
}

.custom-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}

.custom-tabs .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #fe852c;
    font-weight: bold;
}

.custom-tabs .nav-tabs .nav-link:hover:not(.active) {
    background-color: transparent;
    color: #fe852c;
}

.custom-tabs .nav-tabs .nav-link .icon {
    font-size: 2rem;
    display: block;
}

.custom-tabs .tab-content {
    background-color: #fff;
    padding: 16px;
}

.custom-tabs .tab-content p:last-child {
    margin-bottom: 0
}

.fs-22 {
    font-size: 22px;
}


@media screen and (max-width: 768px) {
    .signature-image {
        width: 200px;
    }
}

.slide-fixed {
    position: relative;
    padding: 240px 24px;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.slide-fixed.mini {
    padding: 120px 24px;
}

.slide-fixed.cover-height {
    height: 100vh;
    padding: 0;
    position: relative;
}

.slide-fixed.cover-height .box-title {
    margin-bottom: 42px;
}

.slide-fixed.cover-height .text,
.slide-fixed.cover-height .box-title {
    font-weight: 700;
    line-height: 56px;
}

.slide-fixed.cover-height .text {
    font-size: 40px;
}

.slide-fixed.cover-height .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-fixed .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .60);
}

.slide-fixed .non-blur {
    position: relative;
    z-index: 1;
    margin-top: 16px;
}

.slide-fixed h1,
.slide-fixed.cover-height .box-title {
    font-size: 120px;
    text-transform: uppercase;
    /* word-wrap: break-word; */
}

.slide-fixed.mini h1 {
    font-size: 54px;
}

.slide-fixed.cover-height .text {
    word-wrap: break-word;
}

.slide-fixed.cover-height .text {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {

    .slide-fixed h1 {
        font-size: 72px;
    }

    .slide-fixed.cover-height .text,
    .slide-fixed.mini h1 {
        font-size: 36px;
    }

    .slide-fixed.cover-height .box-title {
        font-size: 66px;
        margin-bottom: 22px;
    }

    .box-description {
        font-size: 16px !important;
        line-height: inherit !important;
    }
}

@media screen and (max-width: 567px) {

    .slide-fixed.mini {
        padding: 90px 24px;
    }

    .slide-fixed.cover-height .text,
    .slide-fixed.mini h1 {
        font-size: 24px;
    }

    .slide-fixed h1,
    .slide-fixed.cover-height .box-title {
        font-size: 46px;
    }

    .slide-fixed.cover-height .box-title {
        margin-bottom: 16px;
    }

    .slide-fixed.cover-height .text {
        font-size: 18px;
        line-height: inherit;
    }

    .slide-fixed {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 420px) {
    .slide-fixed.cover-height .box-title {
        font-size: 36px;
        margin-bottom: 8px;
    }
}


.blur {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.blur-deep {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    z-index: 1;
}

.fs-120 {
    font-size: 120px;
}

.page-up {
    position: relative;
    z-index: 2;
}

.big-text,
.box-description {
    font-size: 1.25rem;
    line-height: 38px;
}

.content-card {
    border: 1px solid;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 32px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
}

#articles-list .article-item .content-card {
    margin-bottom: 16px;
}

#articles-list .article-item:last-of-type .content-card {
    margin-bottom: 0;
}

.initiative-card-global {
    border-color: #0d6efd !important;
}

.content-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.content-card p {
    margin-bottom: 0;
}

.centered-image {
    display: flex;
    justify-content: end;
    align-items: center;
}

@media screen and (min-width: 992px) {
    .centered-image-lg {
        display: flex;
        justify-content: end;
        align-items: center;
    }
}


.buttons-wrapper div:not(:last-child) {
    margin-bottom: 8px;
}

/* Custom Purple Button */
.btn-purple {
    background-color: #3a5d90;
    color: #fff;
    border: none;
    border-radius: 0.375rem;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
    background-color: #334e73 !important;
    color: #fff;
}

.btn-brownish {
    background-color: #af2626;
    color: #fff;
    border: none;
    border-radius: 0.375rem;
}

.btn-brownish:hover,
.btn-brownish:focus,
.btn-brownish:active {
    background-color: #911f1f !important;
    color: #fff;
}

.btn-orangish {
    background-color: #00C35B;
    color: #fff;
    border: none;
    border-radius: 0.375rem;
}

.btn-orangish:hover,
.btn-orangish:focus,
.btn-orangish:active {
    background-color: #00c35a !important;
    color: #fff;
}

/*  */
.btn-small {
    font-size: 14px;
    padding: 4px 12px;
}

.text-success-light {
    color: #5bff40;
}

.dark-gradient {
    background: #0F2027;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0d6efd, #0b5ed7, #094db0);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0d6efd, #0b5ed7, #094db0);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.pb-gradient {
    background: #6a11cb;
    background: -webkit-linear-gradient(135deg, #6a11cb, #2575fc);
    background: linear-gradient(135deg, #6a11cb, #2575fc);
}

.po-gradient {
    background: #ff0080;
    background: -webkit-linear-gradient(135deg, #ff0080, #ff8c00);
    background: linear-gradient(135deg, #ff0080, #ff8c00);
}

.blg-gradient {
    background: #009efd;
    background: -webkit-linear-gradient(135deg, #009efd, #2af598);
    background: linear-gradient(135deg, #009efd, #2af598);
}

@media screen and (min-width: 1280px) {
    .btn-container {
        /* text-align: right; */
    }
}

@media screen and (min-width: 967px) {
    .btn-container {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 4px;
        justify-content: flex-end;
    }

    .card-left-content-box {
        width: calc(100% - 486px);
    }
}


.card-body {
    padding: 24px;
}

.card-body.card-text p:last-of-type,
.modal-body.modal-text p:last-of-type {
    margin-bottom: 0;
}

.initiatives-list-item:not(:last-of-type) {
    margin-bottom: 24px;
}

.text-light-success {
    color: #74f994;
}

.text-light-danger {
    color: #ff8787;
}


.table-items {
    border-radius: 10px;
    border: 0;
    overflow: hidden;
}

.table-items td {
    padding: 12px 24px;
}

.table-items td:first-of-type {
    width: 48px;
}

.table-items tr:first-child td {
    border-top: none;
}

.table-items td {
    border-left: none;
}

.table-items td:last-of-type {
    border-right: none;
}

.table-items tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {

    .table-items tbody,
    .table-items tr {
        display: block;
        width: 100%;
    }

    .table-items td {
        display: block;
        width: 100%;
        text-align: left;
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-wrap: wrap;
    }

    .table-items td:first-of-type {
        width: 100%;
        padding-top: 16px;
    }

    .table-items td:last-of-type {
        padding-bottom: 16px;
    }

    .table-items tr:not(:last-child) {
        border-bottom: 1px solid #dddddd;
    }
}

.bg-grey {
    background-color: #607D8B;
}

.card .btn {
    white-space: nowrap;
    min-width: auto;
}

/* Cookie Consent */
.cookie-popup {
    margin-bottom: 0;
    bottom: 0;
    z-index: 400;
    display: none;
}

.cookie-popup .small {
    font-size: .80em !important;
    line-height: normal;
}

.cookie-popup div {
    background-color: #b11116;
}

.cookie-popup .i-big {
    font-size: 36px;
}

.cookie-popup .btn-accept {
    font-size: 22px;
    opacity: 0.5;
}

@media screen and (min-width: 767px) {
    .cookie-popup {
        width: 745px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .cookie-popup {
        width: 100%;
    }
}

.bg-faqs {
    background-color: #f77f76;
}

.m-card-lg {
    margin-left: 36px;
    margin-bottom: 16px;
}

.card-lg {
    border-radius: 24px;
}

.card-lg .card-body {
    padding: 36px;
}

#participants-count {
    font-size: 64px;
    position: relative;
    font-weight: bold;
}

#participants-count i {
    position: absolute;
    font-size: 18px;
    top: 12px;
    display: inline-block;
    margin: 0 4px;
    color: #0d6efd;
}

@media screen and (max-width: 575px) {
    #participants-count {
        font-size: 36px;
    }

    #participants-count i {
        top: 6px;
        font-size: 16px;
        margin: 0 6px;
    }

    .big-text {
        line-height: inherit;
    }
}


figure.table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Table Styling */
figure.table table {
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

figure.table th,
figure.table td {
    padding: 0.75rem;
    text-align: left;
    border: 1px solid #dee2e6;
    white-space: nowrap;
}

figure.table thead {
    background-color: #f8f9fa;
    font-weight: bold;
}

/* Scrollbar Styling */
figure.table::-webkit-scrollbar {
    -webkit-appearance: none;
}

figure.table::-webkit-scrollbar:vertical {
    width: 12px;
}

figure.table::-webkit-scrollbar:horizontal {
    height: 12px;
}

figure.table::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

figure.table::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.timeline {
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 24px;
    /* horizontally centers with 48px dot */
    width: 2px;
    background-color: #D4D6D8;
    z-index: 0;
}

.timeline-item {
    display: flex;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.timeline-item:last-of-type {
    margin-bottom: 0;
}

.timeline-dot {
    margin-right: 16px;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    background-color: #fff;
    position: relative;
    top: 4px;
    z-index: 2;
}

.timeline-content a {
    color: #0d6efd;
    text-decoration: none;
}


.border-warning {
    border-color: #ff8508 !important;
}

.border-success {
    border-color: #00b051 !important;
}

.border-danger {
    border-color: #ff3030 !important;
}


.pdf-canvas {
    width: 100%;
    height: auto;
}

#pdfModal .modal-body {
    position: relative;
    padding: 0;
    overflow: hidden;
}

#pdfViewerWrapper {
    height: 80vh;
    overflow-y: auto;
    background: #f9f9f9;
}

.spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    #pdfModal .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

    #pdfModal .modal-content {
        height: 100vh;
        border-radius: 0;
    }

    #pdfViewerWrapper {
        height: calc(100vh - 56px);
    }
}

.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
}

#label-left,
#label-right {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
}

#label-left.active,
#label-right.active {
    opacity: 1;
    font-weight: bold;
}

/* Toggle switch style */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #00c35a;
}

input:checked+.slider::before {
    transform: translateX(26px);
}

.gap-3-0 {
    gap: 24px 0;
}

.custom-btn {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    border: 2px solid #212529;
    transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
    display: block;

}

.custom-btn:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.custom-btn img {
    width: 140px;
    height: 45px;
    object-fit: cover;
}

.btn-label {
    font-weight: 500;
    color: #212529;
}

/* ----------------------
   Pill Tabs
---------------------- */
.pill-tabs {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.pill-tabs .btn {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    border-radius: 50px;
    /* transition: background 0.3s ease, color 0.3s ease; */
}

.pill-tabs .btn:hover {
    background: #f0f2f5;
}

.pill-tabs .btn.active {
    background: #00c35a;
    color: #fff;
}

/* ----------------------
   Border Tabs
---------------------- */
.border-tabs {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    border-bottom: 2px solid #ddd;
}

.border-tabs .tab-btn {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    background: none;
    border: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.border-tabs .tab-btn:hover,
.border-tabs .tab-btn.active {
    color: #3f51b5;
}

.border-tabs .tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: #3f51b5;
    border-radius: 2px;
}

/* ----------------------
   Support Section
---------------------- */
.support-section {
    display: flex;
    flex-direction: column;
    padding: 48px;
    margin-bottom: 24px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}

.support-section:last-of-type {
    margin-bottom: 0;
}

.support-section:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.support-section .form-control {
    border-width: 2px;
    border-radius: 12px;
}

.support-section .btn {
    border-radius: 12px;
}

/* ----------------------
   QR Image
---------------------- */
.qr-img {
    width: 220px;
    height: 220px;
    padding: 16px;
    margin-bottom: 36px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* ----------------------
   Modern Button
---------------------- */
.modern-btn {
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #3f51b5;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.modern-btn:hover {
    box-shadow: 0 4px 12px rgba(45, 107, 138, 0.35);
}

.highlight-marker {
    background: url('../images/highlight.png?v=2') no-repeat center;
    background-size: 100% 100%;
    padding: 0.2em;
}


/* Success Message - Bootstrap Alert Style */
.success-banner {
    background-color: #00c35a;
    /* Fallback for old browsers */
    background-image: -webkit-linear-gradient(135deg, #00c35a, #00994a);
    background-image: -moz-linear-gradient(135deg, #00c35a, #00994a);
    background-image: -o-linear-gradient(135deg, #00c35a, #00994a);
    background-image: linear-gradient(135deg, #00c35a, #00994a);
    animation: slideDown 0.6s ease-out;
    -webkit-animation: slideDown 0.6s ease-out;
    will-change: transform, opacity;
}

/* Slide down animation (with vendor prefixes) */
@-webkit-keyframes slideDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.success-banner .success-icon {
    font-size: 42px;
    margin-bottom: 16px;
    animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    will-change: transform;
}

/* Bounce animation */
@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

/* Progress bar styling */
.progress-bar {
    overflow: hidden;
    position: relative;
    background-color: #00c35a;
    /* Fallback */
    background-image: -webkit-linear-gradient(135deg, #00c35a, #00994a);
    background-image: -moz-linear-gradient(135deg, #00c35a, #00994a);
    background-image: -o-linear-gradient(135deg, #00c35a, #00994a);
    background-image: linear-gradient(135deg, #00c35a, #00994a);
}

.progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
    -webkit-animation: shimmer 2s infinite;
    will-change: left;
}

/* Shimmer animation */
@-webkit-keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.token-box {
    text-align: center;
    border: 1px dashed #bbb;
    border-radius: 6px;
    padding: 8px 10px;
    background: #fafafa;
}


.form-check-input {
    border-color: #198754 !important;

    /* green border */
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #198754 !important;
    border-color: #198754 !important;
}

/* Modern Card */
.card-moden {
    border: 0;
    background: -webkit-radial-gradient(circle at top left, #1e40af 0, #0f172a 40%, #020617 100%);
    background: -moz-radial-gradient(circle at top left, #1e40af 0, #0f172a 40%, #020617 100%);
    background: radial-gradient(circle at top left, #1e40af 0, #0f172a 40%, #020617 100%);
    color: #e5f0ff;
    border-radius: 24px;
    padding: 36px;
}

.card-label {
    display: inline-flex;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1px solid rgba(191, 219, 254, 0.45);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #bfdbfe;
    margin-bottom: 10px;
}

.btn-modern {
    border-radius: 50px;
    border: none;
    color: #020617 !important;
    background: -webkit-linear-gradient(135deg, #f9fafb, #bfdbfe);
    background: -moz-linear-gradient(135deg, #f9fafb, #bfdbfe);
    background: linear-gradient(135deg, #f9fafb, #bfdbfe);
    -webkit-box-shadow: 0 12px 28px rgba(15, 23, 42, 0.5);
    -moz-box-shadow: 0 12px 28px rgba(15, 23, 42, 0.5);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-modern:hover {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 16px 40px rgba(15, 23, 42, 0.6);
    -moz-box-shadow: 0 16px 40px rgba(15, 23, 42, 0.6);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.6);
    background: -webkit-linear-gradient(135deg, #f9fafb, #dbeafe);
    background: -moz-linear-gradient(135deg, #f9fafb, #dbeafe);
    background: linear-gradient(135deg, #f9fafb, #dbeafe);
}

.btn-modern:active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 10px 24px rgba(15, 23, 42, 0.55);
    -moz-box-shadow: 0 10px 24px rgba(15, 23, 42, 0.55);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.55);
}