/* Universel CSS */
* h2,
.stepper h2 {
    font-weight: 600;
}

/* Scroll bar [width, Track, Handle, Handle on hover] + Select */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
    background: #dd6007;
}

::-webkit-scrollbar-thumb:hover {
    background: #d15f0e !important;
}

.modal ::-webkit-scrollbar {
    width: 10px;
}

.modal ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

.modal ::-webkit-scrollbar-thumb {
    background: var(--c-text-litePara-HG);
}

.modal ::-webkit-scrollbar-thumb:hover {
    background: #d15f0e;
}

::selection {
    color: #111111;
    background: #ffb57e;
}

/* Navigation bar CSS*/
header .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    text-transform: unset;
}

.navbar-area.nav-style-01 {
    background-color: white;
    margin-bottom: 0;
}

.navbar-area.nav-style-01 .nav-container {
    background-color: white;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    color: #29323D;
    margin-left: 35px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    transition: all 0.4s ease;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:not(.dropdown-menu .dropdown-item) {
    margin-left: 24px;
}

.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4%208H28ZM4%2016H28ZM4%2024H28Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M4%208H28M4%2016H28M4%2024H28%22%20stroke%3D%22%232E2D2D%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E);
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmaV8yNzMyNjU3Ij48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Im01LjAwMDczIDE3LjU4NjRjLS4zOTA1LjM5MDYtLjM5MDQ0IDEuMDIzNy4wMDAxMiAxLjQxNDJzMS4wMjM3Mi4zOTA1IDEuNDE0MjEtLjAwMDFsNS41ODUyNC01LjU4NjIgNS41ODU3IDUuNTg1N2MuMzkwNS4zOTA1IDEuMDIzNy4zOTA1IDEuNDE0MiAwcy4zOTA1LTEuMDIzNyAwLTEuNDE0MmwtNS41ODU4LTUuNTg1OCA1LjU4NTQtNS41ODYzOGMuMzkwNC0uMzkwNTYuMzkwNC0xLjAyMzcyLS4wMDAyLTEuNDE0MjEtLjM5MDUtLjM5MDUtMS4wMjM3LS4zOTA0NC0xLjQxNDIuMDAwMTJsLTUuNTg1MyA1LjU4NjI3LTUuNTg1NzItNS41ODU3OWMtLjM5MDUyLS4zOTA1Mi0xLjAyMzY5LS4zOTA1Mi0xLjQxNDIxIDAtLjM5MDUzLjM5MDUzLS4zOTA1MyAxLjAyMzY5IDAgMS40MTQyMmw1LjU4NTkzIDUuNTg1ODd6IiBmaWxsPSJyZ2IoMCwwLDApIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjwvcGF0aD48L3N2Zz4=); */
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 50px;
}

.dropdown-menu .dropdown-item {
    line-height: 50px;
    width: 100%;
    margin-left: unset;
    padding-left: 24px;
}

.dropdown-menu {
    min-width: 200px !important;
}

.req-cam-btn {
    padding: unset;
    font-size: 14px;
    color: #29323D !important;
}

#loginBtn {
    background-color: #FEF9F6;
    color: #FE6401;
    padding: 7px 10px;
    border-radius: 7px;
    font-weight: 700;
}

#callOn {
    background-color: #FEF9F6;
    color: #FE6401;
    padding: 7px 10px;
    border-radius: 7px;
    font-weight: 700;
}

#callOn img {
    height: 18px;
    margin-right: 10px;
    margin-bottom: 3px;
    mix-blend-mode: color-burn;
    filter: brightness(0.2);
}

.btn-resp li {
    list-style: none;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 3s ease !important;
}

@media only screen and (max-width:992px) {
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
        line-height: 40px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li a:not(.dropdown-menu .dropdown-item) {
        margin-left: 18px;
    }

    .logo-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .logo-wrapper ul {
        margin: unset;
    }

    .req-cam-btn {
        color: #29323D !important;
        font-size: 14px;
    }
}

@media only screen and (max-width:360px) {
    .logo-wrapper {
        flex-direction: column;
        align-items: start;
    }

    .logo-wrapper ul {
        margin-top: 20px;
    }
}


/*========== Nav bar fix CSS ==========*/
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a:hover,
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a.active {
    /* color: #FE6401; */
    text-decoration: none;
}

/* Responsive styles */
@media only screen and (max-width: 992px) {
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
        margin-left: 0px;
        font-weight: 600;
        font-size: 14px;
        line-height: 40px;
    }
}

/* Center-align navbar-nav text on web screens */
@media only screen and (min-width: 993px) {
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
        line-height: 80px;
        text-align: center;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
        margin-left: 0;
    }
}

/* Footer CSS */
.footer-area {
    margin: unset;
}

.footersec a.button {
    border-radius: 5px;
}

@media only screen and (max-width:991px) {
    .footer-area .row {
        gap: 30px;
    }

    .footersec li {
        padding: 5px 0px;
    }

    .footersec h3 {
        margin-bottom: 5px;
    }
}

/* Hero Banner CSS */
.carousel-item img:not(.gallery-img) {
    width: 100%;
    min-height: 500px;
    max-height: 80vh;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

.carousel {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.carousel-caption:not(#heroBannerCarousel) {
    background: rgba(248, 248, 246, 0.6);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
}

.carousel-caption h5 {
    color: #2b2a35;
    font-weight: 700;
}

.carousel-caption .donateBtn p {
    margin: unset;
    padding: unset;
    color: white;
    font-weight: 500;
}

.carousel-caption .donateBtn {
    background-color: #FE6401;
    border-radius: 7px;
    padding: 7px 25px;
    width: fit-content;
    margin-top: 5px;
}

@media only screen and (max-width:576px) {
    .carousel-caption {
        left: 5%;
        right: 5%;
    }

    #heroBannerCarousel .carousel-item {
        max-height: 45vh;
    }
}


/* About CSS */
.aboutsec {
    padding: 60px 0;
}

.abtbgimg {
    margin: unset;
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abtbgimg img {
    height: 100%;
}

@media only screen and (max-width:992px) {
    .abtbgimg {
        display: none;
    }
}

/* How It Works CSS */
.hiwbg {
    background-color: #0e4a16;
}

.listbdr {
    padding: 25px 0;
    border-left: 2px dashed #009f15;
}

#webView li {
    flex-direction: column;
}

#webView .hiwlist {
    margin-top: 20px;
}

/* About CEO CSS */
.aboutCeo img {
    width: 100%;
}

.aboutCeo-content {
    padding-left: 35px;
}

@media only screen and (max-width:992px) {
    .aboutCeo img {
        margin-top: 15px;
    }

    .aboutCeo-content {
        padding: unset;
    }
}

/* About Grouppal CSS */
.about-G-pal {
    background-color: #F7F7F9;
}

.about-G-pal h3,
.faqSec h3,
.testimoni-Sec h3 {
    color: #FFBC2E;
    font-family: 'Amatic SC', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

/* FAQ's CSS */
.faqSec .card-header {
    background-color: transparent;
    border: unset;
    padding-left: 0;
}

.faqSec .accordion :first-child {
    border: unset;
}

.faqSec .card-header a {
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.faqSec .btn {
    padding: .375rem 0;
}

.faqSec .btn:focus {
    box-shadow: unset;
}

.faqSec .card {
    border: unset;
    border-radius: 0;
    border-top: 1px solid lightgrey;
    background-color: transparent;
}

#faq .card-body {
    padding: 0;
    line-height: 190%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.faqSec .card:nth-child(6) {
    border-bottom: 1px solid lightgrey;

}

.faqSec .card :nth-child(2) {
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
}

.faqSec .accordion>.card>.card-header {
    margin: unset;
}

.accordion .card .show :active .accordion .card {
    background-color: #FFBC2E;
}


/* Testimonials CSS */

.testimoni-Sec {
    background-color: rgba(223, 156, 56, 4%);
}

.testimoni-Sec #demo {
    margin: auto
}

.testimoni-Sec .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 3rem 7rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-style: italic;
    line-height: 2rem;
    display: block !important;
}

@media(max-width:767px) {
    .testimoni-Sec .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-style: italic;
        line-height: 1.5rem
    }
}

.testimoni-Sec h4 {
    font-style: normal;
}

.testimoni-Sec .carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .testimoni-Sec .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

.testimoni-Sec #image-caption {
    font-style: normal;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    .testimoni-Sec #image-caption {
        font-style: normal;
        margin-top: 0.5rem
    }
}

.testimoni-Sec #image-caption p {
    color: #FE6401;
    font-weight: 600;
}

.testimoni-Sec i {
    background-color: rgba(223, 156, 56, 0.066);
    padding: 1.4rem;
    color: #FE6401;
}

@media(max-width:767px) {
    .testimoni-Sec i {
        padding: 0.8rem
    }
}

.testimoni-Sec .carousel-control-prev {
    justify-content: flex-start
}

.testimoni-Sec .carousel-control-next {
    justify-content: flex-end
}

.testimoni-Sec .carousel-control-prev,
.testimoni-Sec .carousel-control-next {
    transition: none;
    opacity: unset;
}

/* Campaigns CSS */
.Campaigns-sec {
    background-color: #fffaf7;
}

.nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.Campaigns-sec .caption .title {
    text-transform: capitalize;
    min-height: unset !important;
    width: 100%;
}

.thumbnail .caption {
    margin: unset;
}

.thumbnail .imgCover {
    max-height: 180px;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:768px) {
    .thumbnail .imgCover {
        max-height: 100%;
    }
}

.Campaigns-sec .thumbnail {
    transition: all 200ms ease-out;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}

.Campaigns-sec .thumbnail:hover {
    box-shadow: -4px 4px 10px 0px #e2dada78;
    transition: all 200ms ease-out;
}

.Campaigns-sec .thumbnail:hover .title {
    color: #2b2a35;
}

.caption {
    padding: 20px;
}

.btnS a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FE6401;
    padding: 10px 0;
    width: 48%;
    border-radius: 7px;
    transition: all 200ms ease-in-out;
}

.btnS a:last-child {
    border: 1px solid #6e6e6e;
}

.btnS a:last-child p {
    color: #29323D;
    margin-left: 10px;
}

.btnS a:first-child {
    background-color: #FE6401;
}

.btnS a p {
    margin: unset;
    color: white;
    font-weight: 500;
}

.shareBtn img {
    height: 20px;
}

.btnS a:first-child:hover .donateBtn {
    scale: 1.1;
    transition: all 200ms ease-in-out;
}


/* Stepper CSS */
.stepperSec {
    background-color: #fffaf7;
}

.stepper .nav-tabs {
    position: relative;
}

.stepper .nav-tabs>li {
    width: 33.3%;
    position: relative;
}

.stepper .nav-tabs>li:after {
    content: "";
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 5px;
    top: 30px;
    left: 50%;
    z-index: 1;
}

.stepper .nav-tabs>li.completed::after {
    background: #34bc9b;
}

.stepper .nav-tabs>li:last-child::after {
    background: transparent;
}

.stepper .nav-tabs>li.active:last-child .round-tab {
    background: #34bc9b;
    scale: 1.1;
}

.stepper .nav-tabs>li.active:last-child .round-tab::after {
    content: "✔";
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}

.stepper .nav-tabs [data-toggle="tab"] {
    width: 25px;
    height: 25px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #f1f1f1;
}

.stepper .nav-tabs [data-toggle="tab"]:hover {
    background: transparent;
    border: none;
}

.stepper .nav-tabs>.active>[data-toggle="tab"],
.stepper .nav-tabs>.active>[data-toggle="tab"]:hover,
.stepper .nav-tabs>.active>[data-toggle="tab"]:focus {
    color: #34bc9b;
    cursor: default;
    border: none;
}

.stepper .tab-pane {
    position: relative;
    padding: 20px;
}

.stepper .round-tab {
    width: 25px;
    height: 25px;
    line-height: 22px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #34bc9b;
    color: #34bc9b;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}

.stepper .completed .round-tab {
    background: #34bc9b;
}

.stepper .completed .round-tab::after {
    content: "✔";
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}

.stepper .active .round-tab {
    background: #fff;
    border: 2px solid #34bc9b;
}

.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid #34bc9b;
}

.stepper .active .round-tab::after {
    display: none;
}

.stepper .disabled .round-tab {
    background: #fff;
    color: #807d7d;
    border-color: #f1f1f1;
}

.stepper .disabled .round-tab:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3;
}

.stepper .disabled .round-tab::after {
    display: none;
}

/* -------SepperBody------- */
.panel-body {
    padding: 0 !important;
}

.stepper .pull-right {
    margin-top: 0;
    margin-bottom: 20px;
}

.is-invalid {
    border-color: red;
}

.invalid-feedback {
    color: #dc3545;
    margin-top: -10px;
    margin-bottom: 10px;
}

.tab-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.tab-content .form-group input,
#contact_us_form .form-group input,
.login-form-wrapper .form-group input,
.register_form-wrapper .form-group input {
    margin-bottom: 15px;
}

.tab-content label,
#contact_us_form label {
    font-weight: 400;
    margin-bottom: 0;
}

.tab-content .form-control,
.tab-content .form-select,
#contact_us_form .form-control:not(textarea),
#contact_us_form .form-select,
.login-form-wrapper .form-control,
.register_form-wrapper .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 0 6px 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: unset !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#contact_us_form .form-control {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0 0 6px 0px;
    border-bottom: 1px solid #ccc;
}

#contact_us_form textarea:focus,
#contact_us_form input:focus {
    outline: none !important;
    box-shadow: none;
    border: unset;
    border-bottom: 1.5px solid #e85b03 !important;
    border-radius: 0px;
}

.tab-content input[type=text]:focus,
.tab-content input[type=email]:focus,
.tab-content input[type=url]:focus,
.tab-content input[type=password]:focus,
.tab-content input[type=search]:focus,
.tab-content input[type=tel]:focus,
.tab-content input[type=number]:focus,
.tab-content textarea:focus,
.tab-content input[type=button]:focus,
.tab-content input[type=reset]:focus,
.tab-content input[type=submit]:focus,
.tab-content select:focus,

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
    outline: none !important;
    box-shadow: none;
    border: unset;
    border-bottom: 1.5px solid #e85b03 !important;
    border-radius: 0px;
}

.tab-content .form-control[disabled],
.tab-content .tab-content .form-control[readonly],
fieldset[disabled] .form-control .tab-content .form-group label {
    padding: 5px;
    margin-bottom: 10px;
}

.tab-content .title {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #29323D;
}

.tab-content .support p {
    width: 100%;
}

.support .postedBy span {
    color: #FE6401;
}

.donateOptions {
    margin-bottom: 20px;
}

.donateOptions .button {
    float: left;
    margin: 0 5px 7px 0;
    width: 100px;
    height: 40px;
    position: relative;
}

@media only screen and (max-width:768px) {
    .donateOptions .button {
        width: 23.7%;
    }
}

.donateOptions .button label,
.donateOptions .button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.donateOptions .button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.donateOptions .button input[type="radio"]:checked+label {
    background: #ffcc8e;
    border-radius: 4px;
    border-color: #FE6401;
}

.donateOptions input[type="radio"]:checked+label {
    color: rgb(0, 0, 0);
    border-color: transparent;
    font-weight: 700;
}

.donateOptions .button label {
    cursor: pointer;
    z-index: 90;
    line-height: 2.0em;
    font-weight: 500;
}

.donateOptions #customAmountField {
    display: none;
}

.donateOptions #customAmountField .form-control {
    height: 42px;
}

.caField #amountError,
.caField #minAmountError {
    color: red;
    font-size: 13px;
    display: none;
    margin-top: 5px;
}

.donateOptions .caField {
    position: relative;
}

.donateOptions .caField::before {
    content: "₹";
    position: absolute;
    /* bottom: 18px; */
    top: 44px;
    left: 12px;
    transform: translateY(50%);
    font-size: 16px;
    color: #333;
    pointer-events: none;
}

@media only screen and (max-width:768px) {
    .donateOptions .caField::before {
        top: 43px !important;
    }
}

.donateOptions #customAmountField input {
    padding-left: 28px;
}

.totalAmount {
    display: none;
    width: 100%;
    background-color: rgb(250, 249, 247);
    padding: 15px;
    margin-top: 5px;
    text-align: center;
}

@media only screen and (min-width:768px) {
    .totalAmount {
        text-align: left;
    }
}

.totalAmount p {
    font-size: 18px;
    margin: unset;
}

.totalAmount p #currencyINR,
.totalAmount p #donationAmount-Get {
    font-weight: 700;
    color: #FE6401;
}

.tab-content ul li a {
    margin-top: 10px;
}

.tab-content ul li a:not(.prev-step) {
    background-color: #FE6401;
    color: white;
    border-color: transparent;
}

.tab-content ul li a:hover:not(.prev-step) {
    background-color: #e85b03;
    color: white;
    border-color: transparent;

}

.personalInfo p,
.currentAddress p {
    margin: unset;
}

.currentAddress .notes_M {
    width: 100%;
    padding: 10px 10px;
    margin-top: 10px;
    background-color: lightyellow;
}

.donation_in_p .form-check {
    padding: 0;
    margin-top: 5px;
}

.donation_in_p .form-check-label {
    padding-left: 1.8rem;
}

/* Toaster CSS */
#toast {
    display: flex;
    align-items: center;
    max-width: 500px;
    width: fit-content;
    padding: 10px 14px;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    top: 10%;
    right: 0;
}

#icon-wrapper {
    width: 30px;
    height: 30px;
    background: var(--secondary);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
}

#icon {
    background: var(--primary);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    position: relative;
}

#icon::before,
#icon::after {
    position: absolute;
    content: "";
    background: var(--secondary);
    border-radius: 5px;
    top: 50%;
    left: 50%;
}

#toast-message {
    padding: 5px 20px 5px 10px;
}

#toast-message h4,
#toast-message p {
    margin: 0;
    line-height: 1.2em;
}

#toast-message h4 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #E63435;
}

#toast-message p {
    font-size: 12px;
    color: #404040;
}

#toast-message p {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .05em;
    color: #606060;
}

#toast-close {
    position: relative;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    transition: background 0.2s ease-in-out;
}

#toast-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

#toast-close::before,
#toast-close::after {
    position: absolute;
    content: '';
    height: 12px;
    width: 1px;
    border-radius: 5px;
    background: #606060;
    top: 50%;
    left: 50%;
    transition: background 0.2s ease-in-out;
}

#toast-close:hover::before,
#toast-close:hover::after {
    background: #404040;
}

#toast-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#toast-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0px rgba(230, 52, 53, 0.6);
    }

    50% {
        box-shadow: 0 0 15px rgba(230, 52, 53, 0.9);
    }

    100% {
        box-shadow: 0 0 0px rgba(230, 52, 53, 0.6);
    }
}


@keyframes open {
    from {
        right: -100%;
        opacity: 0;
        transform: translateX(100%);
        visibility: hidden;
    }

    to {
        right: 10px;
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }
}

@keyframes close {
    from {
        right: 10px;
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
    }

    to {
        right: -100%;
        opacity: 0;
        transform: translateX(100%);
        visibility: hidden;
    }
}

#timer {
    width: 0%;
    height: 2.5px;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 5px;
    box-shadow: 0 0 8px var(--primary);
}

.timer-animation {
    animation: countdown 10s linear forwards;
}

@keyframes countdown {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

.error {
    --primary: #E63435;
    --secondary: #FFEAEC;
}

.error #icon::before {
    width: 3px;
    height: 3px;
    transform: translate(-50%, calc(-50% + 4px));
}

.error #icon::after {
    width: 3px;
    height: 7px;
    transform: translate(-50%, calc(-50% - 2px));
}


/* Payment message CSS  */
.downloadBtn {
    padding: 10px 15px;
    background-color: green;
    margin-top: 25px;
    color: white;
    border-radius: 4px;
    transition: all 50ms ease-in;
}

.downloadBtn:hover,
.downloadBtn:active,
.downloadBtn:focus {
    color: white;
    background-color: rgb(2, 98, 2);
    transition: all 50ms ease-in;
}

._success p {
    margin-bottom: 30px;
}

._success p span {
    font-weight: 400;
}

._success h6 a {
    text-decoration: underline;
}



/* Mission Detail page CSS */
.mission_banner_sec {
    padding: 20px;
    background-color: #f7f4ef;
}

.mission_banner_img {
    max-height: 65vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.mission_banner_img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(66, 56, 33, 0.125);
    position: absolute;
}

.mission_title {
    text-transform: capitalize;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    display: none;
}

.mission_title h3 {
    padding: 45px 0 5px;
    color: white;
    background: linear-gradient(0deg, rgba(41, 50, 61, 1) 0%, rgba(67, 75, 81, .9) 60%, rgba(212, 212, 193, 0) 100%);
    margin: 0;
}

.mission_content .m_dNs {
    display: flex;
}

.mission_content .m_donate {
    margin-right: 12px;
}

.mission_content .m_donate,
.mission_content .m_share {
    width: 150px;
}

.mission_content .donateBtn p,
.mission_content .shareBtn p {
    margin: unset;
    color: white;
    text-align: center;
    font-weight: 500;
}

.mission_content .shareBtn p {
    color: #2b2a35;
    margin-left: 10px;
}

.mission_content .donateBtn,
.mission_content .shareBtn {
    background-color: #FE6401;
    border-radius: 7px;
    padding: 10px 0;
}

.mission_content .shareBtn {
    background-color: transparent;
    border: 1px solid #b9b8b8;
}

.supporter-container div:last-child {
    margin: unset;
}

/* Gallery CSS */
.modal-fullscreen .modal-content {
    height: 100vh !important;
}

.gallery-img {
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

.modal-img {
    max-height: 90vh;
    max-width: 100%;
    height: auto;
    width: auto;
    transition: transform 0.3s ease;
    touch-action: none;
    cursor: grab;
}

.modal-nav-btn {
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    border-radius: 50%;
    padding: 0.75rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1056;
}

.thumb-bar {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 0.5rem 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1055;
}

.thumb-bar img {
    height: 60px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
}

.thumb-bar img.active-thumb {
    opacity: 1;
    border-color: #fff;
}

#imageModal.modal.show .modal-dialog {
    top: 0;
}


/* Mission listing CSS */
.small_banner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.small_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(52, 33, 1, 0.655);
    z-index: 2;
}

.small_banner>* {
    position: relative;
    z-index: 3;
}


.small_banner h1 {
    font-weight: 700;
}

.small_banner h1,
.small_banner p {
    color: white;
}

.missionList .row {
    border-bottom: 1px solid rgb(241, 236, 236);
    padding-bottom: 50px;
    transition: all 200ms ease-in;
}

.missionList .row:not(:first-child) {
    margin-top: 50px;
}

.missionList .row:last-child {
    border-bottom: 1px solid transparent;
}

.missionList .row:hover h5 {

    transition: all 200ms ease-in;
    text-decoration: underline;
}

.mission_listing_img img {
    height: 300px;
}

.mission_listing_img {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 450px;
}

@media only screen and (max-width:992px) {
    .mission_listing_img img {
        height: unset;
        width: 100%;
    }
}

.donation_count {
    padding: 10px;
    width: 100%;
    background-color: rgb(255, 253, 206);
}

.donation_count_zero {
    background-color: #daffee;
}

.donation_count_zero img {
    position: relative;
    z-index: 0;
}

.donation_count_zero img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(237, 155, 14);
    z-index: 2;
}

@media screen and (max-width:992px) {
    .mission_content h2 {
        margin-top: 20px;
    }
}

.mission_content h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2b2a35;
    margin-top: 20px;
}

/* Contact Us CSS */
.contact_fields {
    display: flex;
    align-items: start;
}

.contact_fields img {
    width: 45px;
    height: 45px;
}

.contact_title {
    margin-left: 20px;
}

.contact_title h6 {
    font-size: 20px;
}

.contact_title p {
    margin: unset;
    font-size: 18px;
}

.contact_mapNfield .container {
    background-color: #f8f7f7;
    border-radius: 30px;
}

.contact_mapNfield .contactbg {
    padding: 30px 20px 30px 0;
    border-radius: unset;
    border: unset;
    margin: unset;
}

.contact_mapNfield .contactbg h2 {
    margin-bottom: 20px;
}

.contact_lhs {
    padding: 30px 18px 30px 30px;
    width: 100%;
    height: 100%;
}

.contact_lhs iframe {
    border-radius: 12px;
    border: 1.2px solid #CBCBCB;
}

#contact_us_form {
    margin-bottom: unset !important;
}

@media only screen and (max-width:992px) {
    .contact_mapNfield .contactbg {
        padding: 40px;
    }

    .mob_map iframe {
        height: 40bh;
    }

    .contact_mapNfield .container {
        background-color: #ffffff;
    }
}

@media only screen and (max-width:567px) {
    .contact_mapNfield .contactbg {
        padding: 20px;
    }
}

@media only screen and (max-width:762px) {
    .contact_mapNfield .contactbg h2 {
        font-size: 28px;
    }

    .contact_mapNfield {
        padding: 10px 0;
    }
}

#contact_us_form .submit {
    margin-top: 20px;
    width: 100%;
    background-color: #FE6401;
    color: white;
    border-color: transparent;
    padding: 10px;
    font-weight: 500;
}


/* ////////// Table ///////// */

.rwd-table {
    margin: auto;
    width: 100%;
    border-collapse: collapse;
}

tbody tr:last-child {
    border-bottom: 1px solid transparent;
}

.rwd-table tr:first-child {
    border-top: none;
    background: transparent;
    color: #2b2a35;
}

.rwd-table tr {
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}

.rwo-title :nth-child(1) {
    font-size: 22px;
    margin-bottom: .5rem;
    border-bottom: 1px solid transparent;
}

.rwo-title :nth-child(1),
.rwo-title :nth-child(2),
.rwo-title :nth-child(3),
.rwo-title :nth-child(4) {
    border-bottom: 1px solid transparent;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: transparent;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:first-child {
    margin-top: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    display: inline-block;
    color: #000;
}

.rwd-table tr {
    position: relative;
}

.rwd-table .amount_donated {
    position: relative;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 24px;
    color: green;
    margin: unset;
}

.rwd-table .supporter_profile {
    display: flex;
    align-items: center;
    margin: unset;
}

.supporter_profile_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-transform: capitalize;
    margin: unset;
    font-weight: 700;
    font-size: 20px;
    color: #d4a003;
    background-color: #edcb6637;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recent_donors_sec .supporter_profile_img {
    color: #72d403;
    background-color: #8ced6637;
}

.supporter_profile_name {
    margin-left: 10px;
    margin-bottom: unset;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .rwd-table .supporter_profile {
        /*  margin: 10px 0px; */
        padding: 10px 0;
    }

    .rwd-table .amount_donated {
        position: absolute;
        top: 22px;
    }

    .rwd-table .supporter_profile:before,
    .rwd-table .amount_donated:before {
        content: "hi ";
        display: none;
    }

    .rwd-table .supporter_profile_mail {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width:310px) {
    .rwd-table .supporter_profile_mail {
        margin-bottom: 5px;
    }

    .rwd-table .amount_donated {
        position: relative;
        top: 0;
    }
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

.rwd-table th,
.rwd-table td {
    padding: .5em 1em;
}

@media screen and (max-width: 768px) {
    table {
        margin-top: 25px !important;
    }

    .rwd-table tr:nth-child(2) {
        border-top: none;
    }

    .rwo-title :nth-child(1) {
        color: #2b2a35;
        background: transparent;
        margin: unset !important;
        padding-top: 0;
        padding-left: 0;
    }

    .rwo-title :nth-child(2),
    .rwo-title :nth-child(3),
    .rwo-title :nth-child(4) {
        display: none;
    }

    .rwo-title td::before {
        display: none !important;
    }

    .rwd-table th,
    .rwd-table td {
        padding-left: 0;
        padding-top: 0;
    }
}

@media screen and (min-width: 767px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 12px 0 !important;
    }
}

.recent_donors_sec {
    border-top: 1px solid rgb(255, 240, 209);
    background-color: rgba(207, 248, 192, 0.083);
}

/* /////// Table End //////// */

/* //////////// Login CSS ///////////// */
.login-page-wrapper {
    background: url(/static/web/assets/frontend/img/others/login-bg.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: repeat-x;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
}

.login-form-wrapper {
    background-color: rgba(255, 250, 240, 0.79);
    border: 1px solid rgba(255, 250, 240, 0.81);
    backdrop-filter: blur(5px);
    border-radius: 14px;
    overflow: hidden;
}

.login-form-wrapper:focus {
    outline: none;
    box-shadow: none;
    border: unset;
    border-bottom: 1.5px solid #e85b03;
    border-radius: 0px;
}

.login-form-wrapper .submit-btn p,
.register_form-wrapper .submit-btn p {
    margin: unset;
    color: white;
}

.login-form-wrapper .submit-btn,
.register_form-wrapper .submit-btn {
    background-color: #FE6401;
}

.login-form-wrapper .submit-btn:hover,
.register_form-wrapper .submit-btn:hover {
    background-color: #eb5e07;
}

.login-form-wrapper .submit-btn:hover p,
.register_form-wrapper .submit-btn:hover p {
    scale: 1.1;
    transition: all 200ms ease-in-out;
}

.login-form-wrapper .eye-icon {
    position: absolute;
    right: 10px;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}

@media only screen and (max-width:992px) {
    .login-page-wrapper {
        height: fit-content;
    }

    .login-form-wrapper {
        margin: 14px 0;
        background-color: rgba(251, 247, 240, 0.9);
    }
}

@media only screen and (max-width:576px) {
    .login-form-wrapper {
        padding: 30px;
    }
}

#password-error,
#mobile-error,
#primary_mobile-error,
#password_confirmation-error {
    margin-top: -10px;
    margin-bottom: 7px;
    font-size: 12px;
}

.forget-pass {
    width: 100%;
    display: flex;
    justify-content: end;
}

.forget-pass p {
    width: fit-content;
}

#login_form_order_page a,
.register_form-wrapper a {
    color: rgb(72, 47, 1);
    text-decoration: underline;
    font-weight: 500;
}

#login_form_order_page a:hover,
#login_form_order_page a:hover p,
.register_form-wrapper a:hover,
.register_form-wrapper a:hover p {
    color: rgb(37, 25, 1);
}

#fp-step-2 .btn-link {
    font-size: 1rem;
    font-weight: 500;
    color: #fe6401;
    text-decoration: underline;
}

#fp-step-2 .btn-link:hover {
    color: #eb5e07;
}

.otp-box {
    width: 40px;
    height: 45px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s ease;
}

.otp-box:focus {
    border-radius: 6px !important;
    border: 1px solid #fe6401 !important;
    box-shadow: 0 0 0 2px rgba(254, 100, 1, 0.2);
}

#resend-otp-btn {
    color: #fe6401;
    font-weight: 500;
    text-decoration: underline;
    font-size: 0.95rem;
}

#resend-otp-btn:hover {
    color: #eb5e07;
}

/* Step Transition */
.step-wrapper {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.4s ease;
    pointer-events: none;
}

.step-wrapper.active {
    opacity: 1;
    max-height: 1000px;
    transform: translateY(0);
    pointer-events: auto;
}

/* Fade transition on whole card (optional) */
#forgot-password-wrapper {
    opacity: 0;
    transition: opacity 0.4s ease;
    display: none;
}

#forgot-password-wrapper.show {
    display: block;
    opacity: 1;
}




/* ////////////// Registeration CSS /////////// */
.register_page-wrapper {
    background: url(/static/web/assets/frontend/img/others/login-bg.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: repeat-x;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    padding: unset;
}

.register_form-wrapper {
    background-color: rgba(255, 250, 240, 0.79);
    border: 1px solid rgba(255, 250, 240, 0.81);
    backdrop-filter: blur(5px);
    border-radius: 14px;
    overflow: hidden;
    padding: 50px;
}


@media only screen and (max-width:992px) {
    .register_page-wrapper {
        height: fit-content;
    }

    .register_form-wrapper {
        margin: 14px 0;
        background-color: rgba(251, 247, 240, 0.9);
    }
}

@media only screen and (max-width:576px) {
    .register_form-wrapper {
        padding: 30px;
    }
}

.register_form-wrapper .eye-icon {
    position: absolute;
    right: 25px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}

.register_form-wrapper .form-check a {
    color: rgb(3, 88, 122);
    text-decoration: underline;
}

.fade-in {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.toast-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #28a745;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 9999;
}

.toast-message.show {
    opacity: 1;
    transform: translateY(10px);
}

.toast-message.error {
    background-color: #dc3545;
}