@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Literata:ital,opsz,:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.nav-div {
    background-color: #046957;
}

a.nav-link.nav-menu {
    font-weight: bold;
    color: #000000;
}

.btn-login {
    font-weight: bold;
}

.download-btn {
    font-weight: bold;
    background-color: #ff9800;
}

.section-banner {
    background: url("https://swasthgramharmis.harmistechnology.com/public/assets/images/banner/top-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.banner-button {
    background-color: #ff9800;
    font-size: 15px;
}

a.banner-button:hover {
    background-color: #ff9800;
}

.download-btn:hover {
    font-weight: bold;
    background-color: #ff9800;
}

/* places section */
.place-name {
    position: absolute;
    top: 70%;
    color: white;
    left: 30px;
}

.menu-places-list {
    position: relative;
}

section.places-section {
    background-color: #f4f4f4;
}

/* mission section */
.missions-lists {
    gap: 40px;
    display: flex;
}

section.missions-section {
    background-color: #f4f4f4;
}

.menu-missions-list {
    background-color: #ffffff;
    padding: 14px;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    font-size: 15px;
}

.mission-button {
    font-size: 17px;
    font-weight: 500;
    padding: 5px;
    background-color: #ff9800;
}

.mission-button:hover {
    background-color: #ff9800;
}

/* product section */

.product-content {
    text-align: left;
    font-size: 13px;
}

.product-card {
    background-color: #f4f4f4;
    padding: 14px;
    border-radius: 20px;
    text-decoration: none;
    box-shadow: 0px 0px 10px rgb(18 16 16 / 22%);
    text-align: left;
    font-size: 15px;
}

.product-lists {
    gap: 40px;
}

/* footer Css */
.footer-section .footer {
    background-color: #122f2a;
    padding-top: 40px;
    padding-bottom: 20px;
    color: white;
}

.footer-ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
}

/* .login-section {
    height: calc(100vh - 1.5px);
    display: flex;
    align-items: center;
    justify-content: center;
} */

.login-background {
    background-color: #046957;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login-img img {
    width: 100%;
}

.login-form-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #fff;
}

.login-form {
    width: 100%;
    max-width: 400px;
}

.login-form-container .login-form h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #000;
}

.login-form-container .login-form p {
    font-family: "Inter", sans-serif;
    color: #515e68;
    font-weight: 500;
    margin-bottom: 40px;
}

.login-form-container .login-form .form-step .form-control {
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 1.5rem;
    border: 1px solid #9ba3a8;
}

.login-form-container .login-form .form-step .form-control::placeholder {
    color: #9ba3a8;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.login-form-container .login-form .form-step .eye-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    font-size: 20px;
    cursor: pointer;
}

.login-form-container .login-form .form-step .signup-btn {
    background-color: #4169e1;
    color: #fff;
    width: 100%;
    padding: 12px;
    font-weight: 600;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    margin-top: 8px;
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.forgot-password {
    display: block;
    text-align: right;
    margin-bottom: 1.5rem;
    color: #ff2600;
    text-decoration: none;
}

.forgot-password:hover {
    text-decoration: underline;
}

.login-divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

.login-divider::before,
.login-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000;
}

.login-divider span {
    padding: 0 10px;
    color: #6c757d;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

.signup-link {
    text-align: center;
    font-family: "Inter", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.signup-link span {
    color: #000;
}

.signup-link a {
    color: #24a879;
    text-decoration: none;
    font-weight: 700;
}

/* register page */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

/* location page */

.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 48%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #e1e7ec;
    content: "";
    z-index: 1;
}

.steps .step .step-icon-wrap::before {
    left: 0;
}

.steps .step .step-icon-wrap::after {
    right: 0;
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 38px;
    line-height: 81px;
    z-index: 5;
}

.steps .step .step-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.steps .step:first-child .step-icon-wrap::before {
    display: none;
}

.steps .step:last-child .step-icon-wrap::after {
    display: none;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #353535;
}

.steps .step.completed .step-icon {
    border-color: #353535;
    background-color: #353535;
    color: #fff;
    cursor: pointer;
}

.location-section {
    background-color: red;
}

@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .step .step-icon-wrap::before,
    .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .step .step-icon-wrap::before,
    .step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 1200px) {
    .step .step-icon-wrap::before,
    .step .step-icon-wrap::after {
        display: none;
    }
}

.bg-faded,
.bg-secondary {
    background-color: #f5f5f5 !important;
}

.steps .step.completed .step-icon.active {
    background-color: #046957;
    border: none;
}

.location-section {
    background-color: #666666;
    min-height: 100px;
    /* Adjust as needed */
}

.container,
.card {
    background-color: transparent !important;
}

.packages label {
    font-size: 19px;
}

button#continue-donate {
    padding: 8px 40px 8px 40px;
    font-size: 17px;
    font-weight: bolder;
}

.step-icon i.bi.bi-check {
    font-size: 30px;
}

/* Default step line color */
.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #353535;
}

/* Change line color to white when step2 is clicked */
.steps .step.completed .step-icon-wrap.step-line-active::after {
    background-color: white !important;
}

button#next-button {
    padding: 10px 80px 10px 80px;
}

.map-next.text-center {
    position: absolute;
    left: 45%;
    bottom: 25px;
}

.map-next.text-center {
    position: absolute;
}

div#map-container {
    position: relative;
}

/* user navbar */
ul.navbar-nav.mx-auto.user-navbar {
    background-color: #666666;
    display: flex;
    align-items: center;
    gap: 42px;
}

.user-navbar .nav-item a.nav-link {
    color: white;
}

ul.navbar-nav.user-navbar {
    padding: 3px 30px 3px 30px;
}

.login-user img.user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.user-navbar .nav-item a.nav-link:hover {
    color: #23f5d0;
}

.table-header-name tr th {
    color: #00bcd4;
}

.table-data td {
    padding: 12px 35px;
}

.donation-total {
    padding: 0 35px;
    display: flex;
    justify-content: space-between;
}

.search-box {
    position: relative;
}

.search-box input {
    border: 2px solid #acacac;
    border-radius: 8px;
    padding: 7px;
    width: 100%;
}

.search-box input::placeholder {
    color: #acacac;
}

.search-box input:focus-visible {
    border: 2px solid #acacac;
}

.donation-box {
    position: relative;
    display: flex;
    /*align-items: center;*/
    gap: 30px;
    background-color: #f4f4f4;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgb(18 16 16 / 22%);
    margin: 20px 0;
    padding: 20px 0;
}

.donation-box .share-icon {
    position: absolute;
    bottom: 15px;
    text-align: right;
    right: 25px;
    font-size: 22px;
    background: #6ea8a1;
    padding: 11px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    color: white;
    align-items: center;
    cursor: pointer;
}

.donation-box .content {
    width: 300px;
}

.donation-box .content h5 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.donation-box .content p {
    /*width: 400px;*/
    text-align: justify;
    margin: 0;
    margin-bottom: 25px;
    font-weight: 400;
}

.donation-box .content .btn {
    background-color: #ff9800;
    padding: 10px 25px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    font-size: 16px;
}

.donation-box .campaign-text h6 {
    font-weight: 700;
}

.donation-box .campaign-text span {
    font-weight: 600;
}

.certificate-section {
    position: relative;
    display: inline-block;
    width: 100%;
}

.certificate-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.certificate-content h2 {
    font-family: "Great Vibes", cursive;
    font-size: 80px;
    border-bottom: 3px solid #000;
    margin-bottom: 33px;
    color: #000;
}

.certificate-content h3 {
    font-family: "Lato", sans-serif;
    font-size: 25px;
    color: #000;
}

.certificate-content h1 {
    font-family: "Literata", serif;
    font-size: 70px;
    color: #000;
}

.certificate-content h5 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #000;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 24px;
}

.certificate-content h4 {
    font-family: "Great Vibes", cursive;
    color: #000;
    font-size: 55px;
}

.certificate-content h6 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #000;
}

.signature h3 {
    font-weight: 900;
    font-size: 24px;
    color: #000;
    font-family: "Literata", serif;
}

.signature h6 {
    font-size: 24px;
    color: #000;
    font-family: "Literata", serif;
    font-weight: 600;
}

.swasthgram-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.certificate2-section {
    padding: 50px;
    height: 100%;
    margin: 20px;
}

.certificate2-content {
    text-align: center;
    border: 3px solid #bf852e;
    position: relative;
    height: 100vh;
    padding: 80px;
}

.certificate2-content h2 {
    font-family: "Great Vibes", cursive;
    font-size: 80px;
    border-bottom: 3px solid #000;
    margin-bottom: 33px;
    color: #000;
}

.certificate2-content h3 {
    font-family: "Lato", sans-serif;
    font-size: 25px;
    color: #000;
}

.certificate2-content h1 {
    font-family: "Literata", serif;
    font-size: 70px;
    color: #000;
}

.certificate2-content h5 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #000;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 24px;
}

.certificate2-content h4 {
    font-family: "Great Vibes", cursive;
    color: #000;
    font-size: 55px;
}

.certificate2-content h6 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.certificate-2-images .image-1 {
    position: absolute;
    bottom: -104px;
    left: 35px;
}

.certificate-2-images .image-2 {
    position: absolute;
    top: 31px;
    right: 35px;
}

.certificate-2-images .image-3 {
    position: absolute;
    bottom: -10px;
    left: 130px;
}

.certificate-2-images .image-4 {
    position: absolute;
    top: 120px;
    right: 130px;
}

.top-header-contact ul,
.top-social-icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    color: #fff;
}

/* .top-social-icon ul {
    justify-content: end;
} */
/*
.top-social-icon ul li a {
    color: #fff;
} */

@media (max-width: 991px) {
    .menu-places-list,
    .product-section .product-card,
    .missions-section .menu-missions-list {
        margin-bottom: 20px;
    }

    .copy_text {
        text-align: center;
        margin-bottom: 10px !important;
    }

    .social-icons {
        text-align: center !important;
    }
    .donation-table-section .table {
        white-space: nowrap;
    }
    .donation-box {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        align-items: flex-start;
    }

    .donation-box .content p {
        width: auto;
    }

    .donation-drive-section {
        padding: 50px;
    }

    .product_main {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .social-icons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .donation-drive-section {
        padding: 20px 15px;
    }

    .top-header-contact ul,
    .top-social-icon ul {
        justify-content: center;
        font-size: 12px;
    }

    .product_main {
        grid-template-columns: 1fr !important;
    }
}

/* Forgot Password Section Styles */
.forgot-section {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

.forgot-section .forgot-details {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 4px 4px 50px #cccccc8c;
    padding: 30px;
}

.forgot-section .forgot-details img {
    margin-bottom: 50px;
    object-fit: cover;
    width: 200px;
}

.forgot-section .forgot-details span {
    font-family: "Inter", sans-serif;
    color: #272835;
    font-size: 18px;
}

.forgot-section .forgot-details .forgot-form .form-control {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #9ba3a8;
    margin: 50px 0;
}

.forgot-section .forgot-details .forgot-form .form-control::placeholder {
    color: #9ba3a8;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.forgot-section .forgot-details .forgot-form .forgot-btn {
    background-color: #4169e1;
    color: #fff;
    width: 100%;
    padding: 12px;
    font-weight: 600;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    margin-top: 8px;
}

/* Header Top Section Styles */
.header-top {
}

.header-top .header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    background-color: #046957;
    font-family: "Inter", sans-serif;
}

.header-top .header-top-content .content-left {
    display: flex;
    gap: 30px;
    color: #fff;
}

.header-top .header-top-content .content-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-button {
    display: flex;
    gap: 20px;
}

@media only screen and (max-width: 767px) {
    .header-top .header-top-content {
        display: grid;
        gap: 20px;
    }

    .header-top .header-top-content .content-left {
        display: grid;
        gap: 5px;
    }

    .login-background {
        display: none;
    }

    .header-button {
        display: grid;
        gap: 10px;
        justify-content: end;
        align-items: center;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        background-color: rgb(255, 255, 255);
        right: 0;
        text-align: end;
        margin-right: 20px;
        width: 100%;
    }

    .navbar-main .btn-login-nav {
        width: 100% !important;
    }
}

.navbar-main {
    background-color: #fff !important;
}

.navbar-main .navbar-nav .nav-item a {
    color: #000;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.navbar-main .btn-login-nav {
    border-radius: 8px;
    width: 130px;
    height: 40px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.navbar-main .btn-login-nav:hover {
    background-color: #ff9800;
    border: none;
    color: #fff;
}
.navbar-main .btn-login-nav {
    background-color: #ff9800;
    border: none;
    color: #fff;
}

.navbar-main .btn-download-nav {
    border-radius: 8px;
    width: 170px;
    height: 40px;
    background-color: #ff9800;
    color: #fff;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.navbar-main .btn-download-nav:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.product-content p {
    height: 80px;
    overflow: hidden;
}

.product_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
p.mession_descrition {
    height: 80px;
    overflow: hidden;
}
a.donate-btn {
    background-color: #ff9800;
}
a.donate-btn:hover {
    background-color: #ff9800 !important;
}

/* Profile Section Styles */

.profile-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-section .profile-section-bg {
    position: relative;
    height: 100vh;
}

.profile-info-box-main {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.profile-section .profile-section-bg .profile-info-box {
    border-radius: 10px;
    background-color: #fff;
    padding: 24px 22px;
    font-family: "Poppins", sans-serif;
    width: 350px;
    max-width: 400px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.profile-section .profile-section-bg .profile-image-info {
    margin-bottom: 40px;
    position: relative;
}

.profile-section .profile-section-bg .profile-image-info img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
    margin-bottom: 20px;
}

.profile-section .profile-section-bg .profile-image-info h5 {
    color: #fff;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

.profile-section .profile-section-bg .profile-image-info .profile-edit-icon {
    background-color: #3f3356;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 65%;
    left: 60%;
    transform: translate(-60%, -65%);
}

.profile-section
    .profile-section-bg
    .profile-image-info
    .profile-edit-icon
    img {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.profile-section .profile-section-bg .profile-info-box .profile-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.profile-section .profile-section-bg .profile-info-box .profile-info h5 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.profile-section .profile-section-bg .profile-info-box .profile-info .btn {
    background-color: #e9f8f9;
    border-radius: 4px;
    color: #23b7bf;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 24px;
}

.profile-section .profile-section-bg .profile-info-box h6 {
    color: #bab5c2;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.profile-section .profile-section-bg .profile-info-box span {
    font-family: "Poppins", sans-serif;
    color: #3f3356;
}

.profile-section .profile-section-bg .profile-info-box .profile-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 23px 0;
}

.profile-logout-btn .btn {
    background-color: #4169e1;
    border: none;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 13px 17px;
}

.profile-logout-btn .btn:hover {
    background-color: #4169e1;
    color: #fff;
}

.profile-logout-btn .btn:active {
    background-color: #4169e1 !important;
    color: #fff !important;
}

.profile-logout-btn .btn:focus-visible {
    background-color: #4169e1 !important;
    color: #fff !important;
}

a.show-more {
    text-align: right;
    cursor: pointer;
   
    font-size: 15px;
}
img.place-img {
    height: 151px;
    object-fit: cover;
}
.back-to-site.text-center {
    font-size: 20px;
}
.back-to-site a {
    color: black;
    font-weight: 500;
    cursor: pointer;
}
.back-to-site a:hover {
    color: #4154f1;
    font-weight: 500;
    cursor: pointer;
}
button.payment-btn {
    background-color: #0d6efd;
    border: 0;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    border-radius: 6px;
}

.donation-total .donation-amount, .donation-date {
    color: black;
    font-weight: 800;
}