* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    color: #000;
}
.overflowXHidden {
    overflow-x: hidden;
}
.li-close {
    background-color: black !important;
    color: white !important;
}
/* @media (max-width: 768px){ */


.manage-grid-left-padding {
    padding-left: 5px !important;
    padding-right: 0px !important;
}

.manage-grid-right-padding {
    padding-left: 0px !important;
    padding-right: 5px !important;
}


img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    display: inline-block;
}
span {
    display: inline-block;
}
.back-btn {
    /* margin-top: 10%; */
    margin-bottom: 2%;
    padding: 0;
}
.back-btn a {
    background-color: #2978AF;
    font-size: 13px;
    font-family: "Sharp Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 20px;
    line-height: 1;
    border-radius: 10px;
    color: #fff;
}
.back-btn a span img {
    width: 20px;
}
.sec-title {
    position: relative;
    text-align: center !important;
}
.sec-title h2 {
    text-align: left;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    text-shadow: 0px 3px 6px #000;
}
/* _______Page-Loader______ */
/* HTML: <div class="loader"></div> */
.loader-parent {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(20px);
    background-color: #8bc34a24;
}
.loader {
    width: 60px;
    height: 25px;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 50%;
    display: grid;
    animation: l2 2s infinite linear;
    /* color: #fff; */
}
.loader:before,
.loader:after {
    content: "";
    grid-area: 1/1;
    border: inherit;
    border-radius: 50%;
    animation: inherit;
    animation-duration: 3s;
}
.loader:after {
    --s: -1;
}
@keyframes l2 {
    100% {
        transform: rotate(calc(var(--s, 1) * 1turn));
    }
}
/* ________Landing-page______ */
.header {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.header-actions-col {
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.header .header-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #2978af;
    font-size: 12px;
    font-family: "Sharp Sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    max-width: none;
    margin: 0;
    line-height: 1;
    flex-shrink: 0;
}
.header .header-back-link:hover {
    color: #fff;
    text-decoration: none;
}
.header .header-back-link__icon img {
    width: 16px;
    height: auto;
    display: block;
}
@media (min-width: 768px) {
    .header .header-back-link {
        font-size: 13px;
        padding: 12px 18px;
    }
    .header .header-back-link__icon img {
        width: 18px;
    }
}
@media (max-width: 767px) {
    .header-actions-col {
        padding: 8px 4px 8px 8px;
        gap: 8px;
    }
    .header .header-back-link {
        padding: 10px 18px;
    }
}
.header a {
    max-width: 250px;
    margin: 30px 0;
}
.header a.header-back-link {
    max-width: none;
    margin: 0;
}

/* Site-wide content alignment — matches listing page / header .container gutter */
:root {
    --site-gutter-x: 15px;
}

main.main-1 > section .container.p-0,
main.main-1 > section .container-fluid.p-0 {
    padding-left: var(--site-gutter-x) !important;
    padding-right: var(--site-gutter-x) !important;
}

main.main-1 .detail-form .back-btn {
    padding-left: 0;
    padding-right: 0;
}

.upload-banner-content .back-btn,
.upload-banner-content .uploader-detail-heading {
    padding-left: 0;
    padding-right: 0;
}

.home-banner {
    height: 100%;
    display: flex;
    align-items: center;
}
.video-banner {
    height: initial !important;
    padding: 60px 0;
}
.video-banner .back-btn {
    /* margin-top: 15%; */
}

main {
    background: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
    display: flex;
    flex-direction: column;
    /*height: 100vh;*/
}
main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgb(7 9 26 / 40%) 12.57%,
        rgb(0 0 0 / 40%) 103.55%
    );
}
.main-1 {
    min-height: 100vh;
}

/* .services-listing.main-1{
    height: auto;

} */

.banner-sec .Home-content {
    /* padding-top: 140px; */
    /* padding: 30px 0; */
    position: relative;
}
.banner-sec .Home-content h1 {
    color: #fff;
    font-size: 104px;
    font-weight: bold;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.3em;
    /*font-family: "Bebas Neue", sans-serif;*/
    text-transform: uppercase;
}
.banner-sec .Home-content h1 span {
    margin-top: -40px;
    font-size: 150px;
}
.banner-sec .Home-content p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 30px;
    font-family: "Samsung Sharp Sans", sans-serif;
}
.banner-sec .Home-content p a {
    color: #fff;
    text-decoration: underline;
}
.banner-sec .Home-content .banner-btns a {
    padding: 15px 0px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    font-family: "Samsung Sharp Sans", sans-serif;
    text-align: center;
    transition: ease-in-out 0.3s;
    width: 220px;
}
.banner-sec .Home-content .banner-btns p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    margin: 35px 0px;
    font-family: "Samsung Sharp Sans", sans-serif;

    display: none;
}
.banner-sec .Home-content .banner-btns p a {
    color: #fff;
    text-decoration: underline;
    padding: 0;
}
.banner-sec .Home-content .banner-btns a:hover {
    transform: scale(1.1);
}
.banner-sec .Home-content .banner-btns .login-btn {
    background-color: #bd1733;
    margin-right: 15px;
}
.banner-sec .Home-content .banner-btns .sign-up-btn {
    background-color: #2978AF;
}
.banner-sec .Home-content .banner-btns .sign-up-btn span {
    width: 27px;
    margin-right: 6px;
}

.find-loved-one-btn {
    display: inline-block;
    background-color: #2978AF;
    color: #fff;
    border: 1px solid #2978AF;
    border-radius: 5px;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.find-loved-one-btn:hover {
    color: #fff;
    text-decoration: none;
}

#scanner-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
}
#scanner-container #reader video {
    border-radius: 8px;
}
canvas.drawingBuffer {
    display: none;
}

/*__________________User-page-2-syling______________*/
.main-2 {
    height: 100vh;
    background-image: url(../images/album-background.png) !important;
}
.album {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 60px 0;
}
.civilian-main-b {
    background-image: url(../images/family-history.png) !important;
}
.civilian-p-bg {
    background-image: url(../images/civilian-p.jpg) !important;
}
.service-p-bg {
    background-image: url(../images/services-pictures/serv-4.jpg) !important;
}
.civilian-vids-bg {
    background-image: url(../images/videos-p.jpg) !important;
}

.user-page-2 {
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 60px 0;
}
.user-page-2 .back-btn {
    display: flex;
    justify-content: end;
    padding: 0;
}
.user-page-2 .back-btn a {
    background-color: #2978AF;
}
.main-3 {
    background-image: url(../images/album-background.png);
}
.album-parent {
    display: flex;
}
.album-parent .album-image {
    position: relative;
    display: flex;
    justify-content: center;
    width: max-content;
    transition: ease-in-out 0.2s;
    /* Make profile box match the size of the album-link tiles */
    height: 250px;
    width: 250px;
}
.album-parent .album-image:hover {
    transform: scale(1.2);
}
.album-parent .album-image figure {
    margin: 0;
    display: flex;
    justify-content: center;
}

.album-parent .album-image .designation {
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    background: linear-gradient(1deg, #202129 20.14%, rgb(0 0 0 / 0%) 95.28%);
}
.album-parent .album-image .designation h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 600;
    line-height: 1;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.54);
}
.album-parent .album-image .designation span {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 600;
    line-height: 1;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.54);
}
.album-parent .album-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* QR / civilian profile home: four tiles in a 2×2 grid */
.album-parent .album-boxs-parent:not(.Civilian-boxs-parent) ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.album-parent .album-boxs-parent:not(.Civilian-boxs-parent) ul li {
    color: #fff;
    width: 100%;
    min-width: 0;
}
/* __POPUP__Styling___ */
.popup-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.popup-vid-link {
    /* height: 230px!important; */
}
.popup-vid-link .popup-bg {
    /* min-height: 210px; */
}
.popup-vid-link .popup-bg .popup-overlay {
    margin: 0 auto;
}
.popup-vid-link .popup-bg .popup-overlay img {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 30%;
    width: 80px;
}
.popup-vid-link .popup-bg .popup-overlay span {
    top: 70%;
    font-size: 18px;
}
.popup-vid-link .popup-bg .vid-thumbnail {
    height: 100%;
    margin: 0;
}
.popup-vid-link .popup-bg .vid-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.popup-video-container .popup-content {
    /* top: 10%; */
    width: 20%;
}
.popup-video-container .popup-content .close {
    z-index: 2;
}
.popup-video-container .popup-content video {
    width: 100%;
}
.popup-video-container .videos-popup-btns {
    top: -55px;
    right: 0;
}
.popup-link a {
    background-image: url(../images/civi-1.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: contain;

    background-position: center;
    /* padding: 100px 119px; */
    min-height: 176px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 3px #fff;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}
.main-popup-link {
    box-shadow: 0px 0px 5px 3px #fff !important;
    border-radius: 10px;
    border: 3px solid #fff;
}
.main-popup-link a {
    min-height: 195px;
    border-radius: 10px;
}
.popup-link a .popup-overlay::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgb(128, 128, 128);
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}
.popup-link a span {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.856);
    top: 70px;
    text-transform: capitalize;
}

.popup-link a:hover span,
.popup-link a:focus span {
    color: #2978AF !important;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 9990;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
    pointer-events: none;
}
.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 12%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
}
.popup-content span {
    background-color: #000;
    color: #fff;
    padding: 5px 20px;
    border: solid 2px;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    margin-top: 40px;
}

/* Keep video descriptions visible and readable in responsive popups */
.popup-video-container .popup-content > span,
.popup-video-container .popup-content .custom_class {
    width: 100%;
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    text-align: center;
    line-height: 1.4;
    white-space: normal;
    word-break: break-word;
    position: static;
    top: 0;
    height: auto;
}
.popup-btns {
    display: flex;
    height: 0;
    position: absolute;
    right: 5%;
    top: 18%;
    height: auto;
}
.popup-btns a {
    background: initial;
    color: #000;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-family: "Sharp Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    min-height: initial;
    font-size: 19px;
    width: 150px;
    text-decoration: none;

    display: flex;
    justify-content: center;
    box-shadow: none;
}
.popup-btns .album-btn {
    background-color: #2978AF;
}
.popup-btns .save-btn {
    background-color: #2978AF;
    margin-left: 20px;
    box-shadow: none;
    border: none;
}
.popup-content p {
    font-size: 14px;
    font-family: "Sharp Sans", sans-serif;
    color: #707070;
    font-weight: 500;
    padding: 10px;
    line-height: 20px;
    color: #000;
    width: 100%;
    height: 50vh;
    /* overflow: scroll; */
    overflow-x: hidden;
}
.popup-content a.close {
    color: #aaaaaa;
    float: right;
    min-height: 0;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    justify-content: end;
    width: initial;
    background: black;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px 3px #fff; */
}
.popup-content a.close:hover {
    color: #333;
}
/* .popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
} */
.popup-container:target,
.popup-container.is-open {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.popup-container.is-closed {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.popup-container h1 {
    color: #000;
    font-size: 40px;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.popup-container h3 {
    color: #000;
    font-size: 25px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

/* __POPUP__END___ */

.album-link {
    min-height: 200px;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
    border: 3px solid #fff;
    position: relative;
    box-shadow: 0px 0px 5px 3px #fff;
    position: relative;
}
.album-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(128, 128, 128);
    opacity: 0.7;
}
.album-link-bg {
    background-image: url(../images/civilian-pic.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.album-link-bg span {
    color: #fff;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    position: relative;
    z-index: 20;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.856);
    z-index: 0;
    text-transform: capitalize;
}

.album-link:hover span,
.album-link:focus span,
.album-link-bg:hover span,
.album-link-bg:focus span {
    color: #2978AF !important;
}

.album-vid {
    min-height: 176.46px !important;
}
.album-vid a {
    box-shadow: none;
}

/*____Civilian-pictures-page-styling_____*/
.Civilian-boxs-parent ul {
    justify-content: start !important;
}
.Civilian-boxs-parent ul li {
    width: 20% !important;
    padding: 10px;
    position: relative;
}
.Civilian-boxs-parent ul li a {
    display: flex;
    align-items: end;
    justify-content: center;
    /* height: 100%; */
}
.Civilian-boxs-parent ul li .Civilian-img-1 {
    background-image: url(../images/civilian-pictures/civil-1.jpg);
}
.Civilian-boxs-parent ul li p {
    /* position: absolute;
    bottom: 0px; */
    text-transform: capitalize;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin-top: 7px;
    background: #000;
    border-radius: 4px;
    border: solid 2px;
    padding: 5px 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    color: #fff;
}
.Civilian-boxs-parent ul li .Civilian-img-2 {
    background-image: url(../images/civilian-pictures/civil-2.jpg);
}
.Civilian-boxs-parent ul li .Civilian-img-3 {
    background-image: url(../images/civilian-pictures/civil-3.jpg);
}
.Civilian-boxs-parent ul li .Civilian-img-4 {
    background-image: url(../images/civilian-pictures/civil-4.jpg);
}
.Civilian-boxs-parent ul li .Civilian-img-5 {
    background-image: url(../images/civilian-pictures/civil-5.jpg);
}
.Civilian-boxs-parent ul li .Civilian-img-6 {
    background-image: url(../images/civilian-pictures/civil-6.jpg);
}
.Civilian-boxs-parent ul li .Civilian-img-7 {
    background-image: url(../images/civilian-pictures/civil-7.jpg);
}
.Civilian-boxs-parent ul li .Civilian-img-8 {
    background-image: url(../images/civilian-pictures/civil-8.jpg);
}
.Civilian-boxs-parent ul li .Civilian-img-9 {
    background-image: url(../images/civilian-pictures/civil-9.jpg);
}
/* servies images */
/* .Civilian-boxs-parent ul li .service-img-1 {
    background-image: url(../images/services-pictures/serv-1.jpg);
} */

.album-popup-img {
    max-width: 100%;
    width: auto;
    height: auto;
    /* object-fit: cover; */
    object-fit: contain;

    border-radius: 6px;
    box-shadow: 0px 0px 5px 3px #fff;
    border: solid 2px;
}
.save-btn:hover {
    color: white !important;
    text-decoration: none !important;
    background-color: #205f8f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.popup-img-content {
    /* top: initial; */
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-auto-rows: auto;
    align-items: start;
    column-gap: 10px;
    row-gap: 12px;
    background-color: initial;
    border: none;
    /* top: 20%; */
    padding: 12px 16px 20px;
    width: 35%;
    max-width: min(965px, 96vw);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    position: relative;
}
.popup-img-content .album-close {
    grid-column: 3;
    grid-row: 1;
    position: sticky;
    top: 0;
    justify-self: end;
    z-index: 12;
    margin: 0;
    box-shadow: none;
    color: white !important;
    opacity: 1;
}
.popup-img-content > .album-popup-img,
.popup-img-content > img.album-popup-img {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
}
.popup-img-content > video {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    width: 100%;
    max-width: 100%;
}
.popup-img-content > span {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-self: center;
}
.image-popup-btns {
    top: -54px;
    right: 0;
}

/*
 * Image lightbox: save + close share row 1, top-right (save left of ×).
 * Sticky top so controls stay visible while scrolling a tall image.
 */
.popup-img-content > .popup-btns.image-popup-btns {
    grid-column: 2;
    grid-row: 1;
    position: sticky;
    top: 0;
    justify-self: end;
    align-self: start;
    margin: 0;
    z-index: 11;
    padding: 2px 0;
}

/*_____Services-Page_____*/

.Civilian-boxs-parent ul li .service-img-1 {
    background-image: url(../images/services-pictures/serv-1.jpg);
}
.Civilian-boxs-parent ul li .service-img-2 {
    background-image: url(../images/services-pictures/serv-2.jpg);
}
.Civilian-boxs-parent ul li .service-img-3 {
    background-image: url(../images/services-pictures/serv-3.jpg);
}
.Civilian-boxs-parent ul li .service-img-4 {
    background-image: url(../images/services-pictures/serv-4.jpg);
}
.Civilian-boxs-parent ul li .service-img-5 {
    background-image: url(../images/services-pictures/serv-5.jpg);
}
.Civilian-boxs-parent ul li .service-img-6 {
    background-image: url(../images/services-pictures/serv-6.jpg);
}
.Civilian-boxs-parent ul li .service-img-7 {
    background-image: url(../images/services-pictures/serv-7.jpg);
}
.Civilian-boxs-parent ul li .service-img-8 {
    background-image: url(../images/services-pictures/serv-8.jpg);
}
.Civilian-boxs-parent ul li .service-img-9 {
    background-image: url(../images/services-pictures/serv-9.jpg);
}
.Civilian-boxs-parent ul li .service-img-10 {
    background-image: url(../images/services-pictures/serv-10.jpg);
}

/*_____Login-form_____*/
.login-main {
    height: 100vh;
}
.form-sec {
    height: 100%;
    display: flex;
    align-items: center;
}
.login-form-parent {
    display: flex;
    justify-content: end;
    align-items: center;
    /* padding: 60px 0; */
}
.form-parent {
    height: 100%;
    display: flex;
    align-items: center;
}
.login-form-parent form .form-heading h2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 70px;
}
.login-form-parent form {
    backdrop-filter: blur(8px);
    background-color: #0000007a;
    padding: 24px 40px;
    border-radius: 10px;
    width: 603px;
    position: relative;
}
.login-form-parent form .form-group {
    margin-bottom: 10px;
}
.login-form-parent form .form-group label {
    width: 100%;
}
.login-form-parent form .form-group label input {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    background-color: transparent;
    border: 2px solid #fff;
    /* margin-bottom: 30px; */
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    outline: none;
}
.login-form-parent form .form-group label input::placeholder {
    color: #fff;
}
.login-form-parent form p {
    text-align: center;
    color: #fff;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px 0;
}
.login-form-parent form p a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.login-form-parent form button {
    width: 100%;
    background-color: #bd1733;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Samsung Sharp Sans", sans-serif;
    border-radius: 15px;
    border: none;
    /* margin-top: 30px; */
    outline: none;
}
.login-form-parent form .login-bt-a {
    width: 100%;
    background-color: #bd1733;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "Samsung Sharp Sans", sans-serif;
    border-radius: 15px;
    border: none;
    margin-top: 10px;
    outline: none;
    text-align: center;
    text-transform: uppercase;
}
/*_____signup-form_____*/

.signUp-form-parent form .form-group {
    display: flex;
    margin: 0;
}
.signUp-form-parent form .form-group label {
    margin: 7px;
}

/*_____upload-detail-page_____*/
.upload-detail-banner {
    padding: 60px 0;
}
.upload-video-banner {
    height: 100% !important;
}
.upload-banner-content {
    height: initial !important;
    position: relative;
}

.uploader-detail-heading h2 {
    color: #fff;
    /* font-size: 80px; */
    font-size: 45px;
    font-weight: bold;
    margin: 10px 0;
    font-family: "Bebas Neue", sans-serif;
    text-shadow: 0px 3px 6px #000;
    text-transform: capitalize;
}

.upload-detail-box-parent {
    overflow-x: hidden;
    
}
.upload-detail-box-parent ul {
    display: flex;
    flex-wrap: wrap;
    /* padding: 15px; */
    
}
@media (max-width: 767px){
    .upload-detail-box-parent ul {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        padding-right: 0;
    } 
}
.upload-detail-box-parent ul li {
    /* Show 3 cards per row (matches civilian layout screenshot) */
    width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.upload-detail-box-parent ul li a {
    text-decoration: none;
    width: 100%;
    padding: 10px;
}

.upload-detail-box-parent ul li a .upload-detail-box {
    background-color: #2978AF90;;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;

 
 max-height: 190px; /* Default for md and larger */
}

@media (max-width: 767px) {
    .upload-detail-box-parent ul li a .upload-detail-box {
        height: 122px;
        min-height: unset;
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center; 
        align-items: center;
        gap: 0; 
    }

    .upload-detail-box-parent ul li a .upload-detail-box h4 {
        font-size: 16px !important;
        margin: 0;
        white-space: nowrap;
        text-align: center; 
        line-height: 1.2;
    }

    .upload-detail-box-parent ul li a .upload-detail-box span {
        font-size: 14px !important;
        margin: 0;
        white-space: nowrap;
        text-align: center; 
        line-height: 1;
    }
}

.upload-detail-box-parent ul li a .upload-detail-box h4 {
    color: #d2d2d2;
    font-size: 28px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-transform: capitalize;

    margin-bottom: 20px;
}
.upload-detail-box-parent ul li a .upload-detail-box span {
    color: #d2d2d2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

/*_____detail-form____ */

.detail-form {
    padding: 60px 0;
}
.detail-form form {
    width: 600px;
    position: relative;
}
.detail-form form h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    text-transform: capitalize;
}
.detail-form form label {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
}
.detail-form form input,
textarea {
    width: 100%;
    border: none;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    outline: none;
}
.detail-form form textarea {
    height: 137px;
}
.detail-form form button {
    background-color: #2978AF;
    padding: 20px 80px;
    font-family: "Samsung Sharp Sans", sans-serif;
    text-align: center;
    border-radius: 5px;
    width: 40%;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
/* .militaryRank-group {
    margin-bottom: 10px;
}
.militaryRank-group select {
    width: 100%;
    border: none;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    outline: none;
    position: relative;
}
.militaryRank-group select:after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
.militaryRank-group label,
                    select {
    margin-bottom: 10!important;
} */
/* ___services-desciption-form__ */
.services-description-form form {
    width: 100% !important;
}
.services-description-form form h2 {
    text-align: center;
}
.services-description-form form textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border: none;
    border-radius: 5px;
    height: 100%;
    color: #000000c7;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: normal;
}
.services-description-form form button {
    width: initial;
    margin: 0 auto;
    display: flex;
}
.family-history-form .detail-form-grp {
    margin-bottom: 0;
}
.family-history-form .family-history-field {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.family-history-form .family-history-textarea-wrap {
    display: block;
}
.family-history-form form textarea {
    height: 220px !important;
    min-height: 220px;
    max-height: 220px;
    margin-bottom: 0 !important;
    padding-bottom: 20px;
    display: block;
    resize: none;
    box-sizing: border-box;
}
.family-history-form #descriptionCounter {
    margin: 6px 0 0;
    padding: 0;
    text-align: right;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}
.family-history-form .family-history-validation-error {
    color: #ff4b69;
    font-size: 18px;
    margin: 6px 0 0;
    padding: 0;
    line-height: 1.3;
}
.family-history-form .family-history-validation-error[hidden] {
    display: none !important;
    margin: 0;
    padding: 0;
}
.family-history-form form button {
    margin-top: 14px;
}
@media (max-width: 767px) {
    .family-history-form form textarea {
        height: 150px !important;
        min-height: 150px;
        max-height: 150px;
    }
}
.form-sec.overflowXHidden {
    align-items: flex-start;
    height: auto;
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .form-sec.overflowXHidden {
        padding-top: 12px;
    }
    .form-sec.overflowXHidden .upload-file-form .back-btn {
        margin-top: 12px;
        padding-bottom: 16px;
    }
}
@media (max-width: 480px) {
    .form-1 {
        margin-top: -50px;
    }
    .form-sec {
        margin-top: -50px;
    }
    .form-sec.overflowXHidden {
        margin-top: 0 !important;
        padding-top: 16px;
    }
    .form-sec.overflowXHidden .upload-file-form .back-btn {
        margin-top: 14px;
        padding-bottom: 14px;
    }
}
.description-fixed {
    background-color: #c3c3c3 !important;
}
.description-fixed p {
    color: #00000087 !important;
}

/*_____upload-file-form_____*/
.upload-file-banner {
    height: initial !important;
    padding: 60px 0;
}

.upload-file-form {
    position: relative;
    /* padding: 60px 0; */
}
.upload-file-form .back-btn {
    margin-top: 8px;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
    width: 100%;
    text-align: left;
}
.upload-file-form .back-btn a {
    margin-left: 0 !important;
    margin-right: auto;
}
.upload-file-form .uploader-detail-heading,
.upload-file-form .upload-file-heading {
    padding-left: 0;
    padding-right: 0;
}
.upload-file-form > .row > .col-12 {
    padding-left: 0;
    padding-right: 0;
}
.upload-file-form > .row {
    margin-left: 0;
    margin-right: 0;
}
.upload-file-form form {
    max-width: 635px;
}
.upload-file-form > form {
    padding-left: 0;
    padding-right: 0;
}
.upload-file-form > form .submit-button {
    margin-bottom: 24px;
}
.upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-image-wrap.popup-link {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 2px solid #fff;
    background: #000;
}
.upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-image-wrap .popup-bg {
    width: 100%;
    min-height: 220px;
    height: 220px;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    display: block !important;
    margin: 0;
    padding: 0;
}
.upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-title-wrap {
    width: 100%;
    background: #000;
    border-radius: 4px;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-title-wrap p {
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    text-align: center;
    padding: 5px;
}
.upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-image-wrap.popup-vid-link .popup-bg {
    width: 100%;
    min-height: 220px;
    height: 220px;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    display: block !important;
    margin: 0;
    padding: 0;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
.upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-image-wrap.popup-vid-link .vid-thumbnail {
    height: 100%;
    width: 100%;
    margin: 0;
}
.upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-image-wrap.popup-vid-link .vid-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-image-wrap.popup-vid-link .popup-overlay {
    position: absolute;
    inset: 0;
    margin: 0;
}
.upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-image-wrap.popup-vid-link .popup-overlay img {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 30%;
    width: 80px;
    z-index: 1;
}
@media (max-width: 767px) {
    .upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-image-wrap .popup-bg,
    .upload-file-form .album-boxs-parent.Civilian-boxs-parent .picture-image-wrap.popup-vid-link .popup-bg {
        min-height: 150px;
        height: 150px;
    }
}
.head-upload {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    text-transform: capitalize;
}
.head-upload h4 {
    color: #555a6b;
    font-weight: normal;
    font-size: 1.25rem;
    margin-bottom: 0;
}
.head-upload label {
    background-color: #2978AF;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border: none;
    margin: 0;
    cursor: pointer;
}
.file-drop-wrapper {
    padding: 20px 15px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 5px;
}
.file-drop-wrapper .drop-zone label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.file-drop-wrapper .drop-zone label h3 {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 30px;
    color: #2978AF;
    font-weight: bold;
    margin-top: 10px;
}
.file-drop-wrapper .drop-zone label h5 {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 13px;
    color: #555a6b;
    margin-top: 10px;
    text-transform: capitalize;
}
.file-drop-wrapper .drop-zone label h6 {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 13px;
    color: #555a6b;
    margin-top: 10px;
    text-transform: capitalize;
}
.file-drop-wrapper .drop-zone label .vid-btn {
    font-size: 13px;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-weight: 600;
    color: #181818;
    background-color: #2978AF;
    color: #fff !important;
    padding: 10px 35px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    width: 35%;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.file-drop-wrapper .drop-zone label .vid-btn span {
    padding: 0;
}
.file-drop-wrapper .drop-zone label span {
    font-size: 13px;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-weight: 600;
    color: #181818;
    background-color: #2978AF;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 0;
    padding: 10px 20px;
    text-transform: capitalize;
}
.file-drop-wrapper .drop-zone label p span img {
    width: 35px;
}
.file-drop-wrapper .drop-zone input {
    display: none;
}
.file-drop-wrapper .drop-zone p {
    color: #555a6b !important;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 13px;
    text-transform: lowercase;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
}
.upload-container {
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 5px;
}
.upload-container .download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.download-2 {
    border-top: 1px solid #e1e1e1;
}
.upload-container .download .name-con {
    width: 200px;
}
.upload-container .download .name {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.upload-container .download .name h3 {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}
.upload-container .download .name h4 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}
.upload-container .download .img-check {
    display: flex;
    align-items: center;
}
.upload-container .download .img-check a {
}
.upload-container .download .img-check a img {
}
.upload-container .download .graph {
    display: flex;
    align-items: center;
    width: 250px;
}
.upload-container .download .img-check {
    display: flex;
    gap: 10px;
    align-items: center;
}
.upload-container .download .img-check h6 {
    margin-bottom: 0;
}
.upload-container .download .img-check a {
}
.upload-container .download .img-check a img {
}
.upload-file-form form .description {
    background-color: #fff;
    margin-top: 10px;
    padding: 15px;
    border-radius: 5px;
}
.upload-file-form form .description p {
    /* text-transform: capitalize; */
    margin: 0;
    color: #000000ab;
    font-weight: 500;
}
.upload-file-form form .description input {
    outline: none;
    color: #000;
    font-weight: 500;
}
.upload-file-form form .btn-submit {
    background-color: #2978AF;
    padding: 15px 60px;
    margin-top: 14px;
    font-family: "Samsung Sharp Sans", sans-serif;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    /* border: none; */
    border: 5px;
}

/* Mobile: civilian / upload video first screen — less vertical gap, tighter form */
@media (max-width: 767px) {
    .header > .container .row > .col-6:first-child > a {
        margin: 12px 0;
    }
    .upload-video-page.form-sec {
        display: block;
        height: auto;
        min-height: 0;
        align-items: stretch;
    }
    .upload-video-page-inner {
        padding-top: 0.35rem !important;
        padding-bottom: 0.35rem !important;
    }
    .upload-file-form .back-btn,
    .upload-file-form .back-btn.col-12 {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 16px;
        margin-top: 12px;
    }
    .upload-file-form .back-btn a {
        margin: 0 !important;
    }
    .upload-file-form .uploader-detail-heading,
    .upload-file-form .upload-file-heading {
        padding-left: 0;
        padding-right: 0;
    }
    .upload-file-form > .row > .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .upload-file-form > form {
        padding-left: 0;
        padding-right: 0;
    }
    .upload-video-page .upload-file-heading h2,
    .upload-video-mobile-compact .upload-file-heading h2 {
        font-size: 26px;
        margin: 10px 0;
        line-height: 1.2;
        white-space: nowrap;
    }
    .upload-video-page .head-upload {
        margin-top: 4px;
        padding: 8px 10px;
    }
    .upload-video-page .head-upload h4 {
        font-size: 0.9rem;
        margin-bottom: 0;
    }
    .upload-video-page .head-upload label {
        padding: 8px 14px;
        font-size: 13px;
    }
    .upload-video-page .description textarea {
        min-height: 48px;
        padding: 8px 10px;
    }
    .upload-video-page .submit-button {
        margin-top: 10px;
        padding: 10px 18px !important;
        font-size: 15px !important;
    }
    .upload-video-page .album-parent {
        margin-top: 10px !important;
    }
    .upload-video-mobile-compact {
        padding: 12px 0 20px !important;
    }
    .upload-video-mobile-compact .file-drop-wrapper {
        padding: 10px 12px;
        margin-top: 6px;
    }
    .upload-video-mobile-compact .file-drop-wrapper .drop-zone label h3 {
        font-size: 22px;
        margin-top: 4px;
    }
    .upload-video-mobile-compact .file-drop-wrapper .drop-zone label h5 {
        margin-top: 6px;
        font-size: 11px;
    }
    .upload-video-mobile-compact .file-drop-wrapper .drop-zone label .vid-btn {
        margin-top: 12px;
        padding: 8px 12px;
        width: auto;
        max-width: 100%;
    }
    .upload-video-mobile-compact .upload-container {
        margin-top: 6px;
    }
    .upload-video-mobile-compact .upload-container .download {
        padding: 8px 12px;
    }
    .upload-video-mobile-compact .upload-file-form form .description {
        margin-top: 6px;
        padding: 10px 12px;
    }
    .upload-video-mobile-compact .upload-file-form form .btn-submit {
        margin-top: 10px;
        padding: 12px 24px;
    }
}

/*_____album-slider_____*/
.album-slider-sec {
    padding-bottom: 60px;
    overflow: hidden;
}
.album-slider-sec .back-btn {
    margin-top: 5%;
}
.album-slider-sec .slider-heading h1 {
    color: #2978AF;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.gallery .slick-initialized .slick-slide {
    margin: 24px;
}
.gallery .slick-initialized .slick-slide img {
    height: 500px;
}
.album-slider .slick-dots li.slick-active button:before {
    color: #2978AF;
    font-size: 60px;
}
.album-slider .slick-dots li button:before {
    font-size: 60px;
}
.videos-sec {
    padding: 30px 0;
}
.videos-sec .videos-heading h2 {
    color: #2978AF;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.video-box {
    margin-bottom: 30px;
}
.video-box button {
    width: 100%;
    min-height: 250px;
    background-image: url(../images/background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}
.video-box .modal .modal-dialog .modal-content video {
    width: 100%;
    height: 100%;
}
/* ______QR-Album_____ */
.main-4 {
    height: initial;
    background-image: url(../images/us.m-bg.jpg) !important;
}
.main-4::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000040;
}
.RememberQR-banner {
    padding: 60px 0;
    position: relative;
}

.QR-Album-heading h2 {
    text-align: center;
    font-size: 50px;
}
.RememberQR-parent ul {
    display: flex;
    flex-wrap: wrap;
}
.RememberQR-parent ul li {
    width: 25%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.RememberQR-parent ul li p {
    margin-bottom: 0;
    background: #000;
    color: #fff;
    padding: 5px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 4px;
    border: solid 1px;
}
.RememberQR-parent ul li a {
    position: relative;
    box-shadow: 0px 0px 30px 0px rgb(255, 255, 255);
    border-radius: 4px;
    border: 3px solid #fff;
    transition: all ease-in-out 0.2s;
}
.RememberQR-parent ul li a:hover {
    transform: scale(1.03);
}
.RememberQR-parent ul li a img {
    width: 265px;
}
.RememberQR-parent ul li a span {
    font-size: 30px;
    font-family: "Bebas Neue", sans-serif;
    margin-top: 10px;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.54);
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: linear-gradient(1deg, #202129 20.14%, rgb(0 0 0 / 0%) 95.28%);
    padding-bottom: 10px;
    text-transform: capitalize;
}

/* ___RememberQR-inner-parent___ */
.RememberQR-inner-parent {
    overflow: hidden;
}

.RememberQR-inner-parent .row {
    display: flex;
    align-items: center;
    padding: 60px 0;
    
}
.QR-inner-img-box {
}
.QR-inner-img-box figure img {
    width: 100%;
}
.QR-inner-detail {
    backdrop-filter: blur(10px);
    background-color: rgb(28 49 28 / 50%);
    padding: 20px;
    border-radius: 8px;
}

.QR-inner-detail h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.54);
}
.QR-inner-detail h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.54);
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.QR-inner-detail p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: "Sharp Sans", sans-serif;
    font-weight: 500;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_info {
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    #datatable_wrapper div.dataTables_length,
    #datatable_wrapper div.dataTables_length label {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center !important;
        gap: 6px;
        white-space: normal;
    }

    #datatable_wrapper div.dataTables_info,
    #datatable_wrapper div.dataTables_paginate {
        width: 100%;
        text-align: center !important;
    }

    #datatable_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }

    #datatable td.dataTables_empty {
        display: table-cell !important;
        text-align: center !important;
        justify-content: center !important;
    }
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    color: #fff !important;
}

#datatable_wrapper {
    backdrop-filter: blur(8px);
    background-color: #0000007a;
    padding: 24px 40px;
    border-radius: 10px;
    height: 500px;
    overflow-y: scroll;
}

.page-item.active .page-link {
    background-color: #bd1733 !important;
    border: #bd1733;
    color: #fff !important;
    box-shadow: none !important;
}

.page-link {
    color: #fff !important;
    backdrop-filter: blur(8px);
    background-color: #0000007a !important;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-style: solid;
    border-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px;
}

div.dataTables_wrapper div.dataTables_filter input {
    background: none;
    color: #fff;
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_length select {
    box-shadow: none;
}

table .even {
    backdrop-filter: blur(8px);
}

.btn-primary {
    border-color: #2978AF !important;
    background-color: #2978AF !important;
}

.btn-danger {
    border-color: #bd1733 !important;
    background-color: #bd1733 !important;
    color: #fff !important;
}

.logout_btn {
    padding: 10px 0px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: "Samsung Sharp Sans", sans-serif;
    text-align: center;
    transition: ease-in-out 0.3s;
    width: 150px;
    background-color: #2978AF;
}
.logout_btn:hover {
    color: #fff;
    text-decoration: none;
}

.user_heading {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Samsung Sharp Sans", sans-serif;
}

.heading-area .title {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Samsung Sharp Sans", sans-serif;
}

.animated-modal:hover a {
    color: #d2d2d2;
    text-decoration: none;
}

.add-new {
    padding: 11px 30px !important;
    color: #fff !important;
    background-color: #2978AF !important;
    border-color: #2978AF !important;
}

.edit-box .upload-detail-box {
    background-color: #bd1733;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 200px;
    height: 150px;
    padding: 20px;
    margin-bottom: 15px;
}

.edit-box .upload-detail-box h4 {
    color: #d2d2d2;
    font-size: 22px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.edit-box .upload-detail-box span {
    color: #d2d2d2;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-transform: capitalize;
}

/* ===================================
   Get Quote Model Popup
====================================== */

.quote-content {
    text-align: center !important;
    max-width: 900px;
    padding: 100px 40px !important;
    overflow: visible !important;
    transition: transform 0.3s ease-out;
    /* transform: translateX(55.6%);
    height: 100vh;
    margin: 0!important; */
    background: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

/* .quote-content.show {
    transform: translateX(0%);
} */

.quote-content .contact-form .form-control {
    border: none;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0;
    padding: 0;
}

.quote-content #quote_submit_btn {
    margin-bottom: -90px;
}

/*CheckBox*/

.quote-content .form-check {
    padding: 0;
    padding-top: 50px;
    text-align: center;
    margin-bottom: -15px;
}

.fancybox-bg {
    background: #ffffffb8;
}

.checkbox-lable {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #d4d4d4;
}

.checkbox-lable:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-lable input:checked ~ .checkmark {
    background-color: #bd1733;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-lable input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-lable .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quote-content .fancybox-close-small {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #bd1733;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.quote-content .fancybox-close-small:hover,
.quote-content .fancybox-close-small:focus {
    background: #2978AF;
}

.quote-content .fancybox-close-small:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -1px;
    font: initial;
    font-size: 35px;
    color: #fff;
}

.fancybox-close-small:focus:after {
    outline: none;
}

.quote-content .fancybox-close-small:hover:after,
.quote-content .fancybox-close-small:focus:after {
    background-color: transparent;
}
.fancybox-close-small:hover:after {
    color: #fff !important;
}

.contact-form textarea.form-control {
    min-height: 150px;
    resize: none;
}

.quote-content .contact-form .form-control {
    box-shadow: none;
}

.form-group select {
    border: none;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 10px;
}

.form-switch {
    text-align: left;
    margin-left: 20px;
    height: calc(1.5em + 0.75rem + 2px);
}

.hidden {
    display: none;
}

@media (max-width: 1366px) and (min-width: 1281px) {
    /* .services-listing.main-1{
        height: auto;
    } */
}
@media (max-width: 1599px) and (min-width: 1367px) {
    /* .services-listing.main-1{
        height: auto;
    } */
}

@media (max-width: 1450px) and (min-width: 1400px) {
    /* .services-listing.main-1{
        height: auto;
    } */
}

@media (max-width: 1280px) and (min-width: 1201px) {
    /* .services-listing.main-1{
        height: auto;
    } */
}

@media only screen and (max-width: 1200px) {
    .popup-link a {
        font-size: 23px;
    }
    .album-link-bg span {
        font-size: 23px;
    }
    .popup-link a span {
        top: 77px;
    }
    .album-parent .album-boxs-parent ul li {
        margin-left: 10px;
    }
    .Civilian-boxs-parent ul li {
        width: 20% !important;
        margin-left: 0px !important;
    }
    .upload-detail-box-parent ul li a .upload-detail-box {
        padding: 15px;
    }
    /* .upload-detail-box-parent ul li a .upload-detail-box h4 {
        font-size: 26px;
    } */
    .popup-img-content {
        width: 965px;
        max-width: min(965px, 96vw);
    }
    .image-popup-btns {
        top: -59px;
    }
    .popup-video-container .videos-popup-btns {
        top: -60px;
    }
    /* .services-listing.main-1{
        height: auto;
    } */
    .user_heading {
        font-size: 48px;
    }
    .popup-video-container .popup-content {
        width: 35%;
    }
    .popup-img-content {
        width: 42%;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 992px) {
    .main-3 {
        height: 100%;
    }
    /* .banner-sec {
        height: initial;
    } */
    .album-banner {
        height: 100%;
    }
    .video-banner {
        height: 100%;
    }
    .upload-detail-banner {
        height: 100%;
    }
    .banner-sec .Home-content h1 {
        font-size: 73px;
    }
    .banner-sec .Home-content h1 span {
        font-size: 105px;
    }
    .banner-sec .Home-content p {
        font-size: 29px;
    }
    .album-parent {
        flex-direction: column;
        margin-top: 0%;
    }
    .album-parent .album-boxs-parent ul {
        /* margin-top: 30px; */
    }
    .album-parent .album-boxs-parent ul li {
        margin-left: 0;
    }

    /* QR View Profile tiles: 2×2 grid (cells fill column width) */
    .album-parent .album-boxs-parent:not(.Civilian-boxs-parent) ul li {
        width: 100% !important;
        flex: none !important;
        max-width: none !important;
        margin-bottom: 20px;
    }
    .album-parent .album-image {
        margin: 20px auto;
    }
    .album-link {
        min-height: 140px;
    }
    .popup-link a {
        min-height: 140px;
    }
    .popup-link a span {
        top: 48px;
    }
    .popup-btns a {
        min-height: initial !important;
    }
    .Civilian-boxs-parent ul li {
        width: 33% !important;
    }
    .uploader-detail-heading h2 {
        font-size: 41px;
    }
    .upload-detail-box-parent ul li {
        width: calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
    .RememberQR-parent ul li {
        width: 33%;
        padding: 10px;
    }
    .RememberQR-banner .back-btn {
        margin-top: 10%;
    }
    .QR-inner-img-box figure {
        display: flex;
        justify-content: center;
    }
    .QR-inner-img-box figure img {
        width: 300px;
    }
    .QR-inner-detail {
        text-align: center;
        padding: 20px;
    }
    .popup-video-container .popup-content {
        width: 45%;
    }
    .popup-video-container .videos-popup-btns {
        right: 2%;
    }
    .popup-img-content {
        width: 35%;
        padding: 0 20px;
    }
    .image-popup-btns {
        top: -59px;
        right: 20px;
    }
    .form-banner {
        height: 100%;
    }
    .login-main {
        align-items: center;
    }
    /* .login-form-parent form {
        width: 100%;
    } */
    .login-form-parent {
        justify-content: center;
    }
    .popup-img-content .album-close {
        top: 4px;
    }
}

@media only screen and (max-width: 768px) {
    /* Dedicated portrait asset for phones/tablets — avoids over-cropping desktop-wide art */
    main {
        background-image: url(../images/background-mobile.png);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: #151820;
    }

    .banner-sec .Home-content h1 {
        font-size: 52px;
        line-height: 1.3em;
    }

    .space-between-new {
        justify-content: space-between !important;
    }

    .popup-img-content {
        width: 40%;
        padding: 0 20px;
    }
    .banner-sec .Home-content h1 span {
        font-size: 75px;
    }
    .banner-sec .Home-content p {
        font-size: 21px;
    }
    /* .banner-sec .Home-content .banner-btns a {
        padding: 15px 60px
    } */
    .album-parent .album-image .designation h3 {
        font-size: 33px;
    }
    .album-parent .album-image .designation span {
        font-size: 20px;
    }
    .album-parent .album-image figure img {
        width: 260px;
    }
    .Civilian-boxs-parent ul li {
        width: 33% !important;
    }
    .detail-form form {
        width: 100%;
        padding: 10px;
    }
    .upload-detail-banner {
        height: initial;
    }
    .upload-detail-box-parent ul li {
        width: calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
    .popup-btns {
        /* top: 14%; */
    }
    .popup-content {
        top: 12%;
    }
    .RememberQR-parent ul li {
        width: 50%;
    }

    /* QR View Profile tiles: 2×2 grid */
    .album-parent .album-boxs-parent:not(.Civilian-boxs-parent) ul li {
        width: 100% !important;
        flex: none !important;
        max-width: none !important;
        margin-bottom: 20px;
    }
    .popup-btns {
        /* top: 13%; */
    }
    .popup-video-container .videos-popup-btns {
        right: 2.5%;
    }
    #scanner-container #reader video {
        width: 540px;
    }

    table.table-bordered.dataTable th,
    table.table-bordered.dataTable td {
        font-size: 14px;
    }
    div.dataTables_wrapper {
        overflow: scroll;
    }
    .table th,
    .table td {
        padding: 0.45rem;
    }
    #datatable_wrapper {
        padding: 16px 16px;
    }
    table.table-bordered.dataTable td:last-child,
    table.table-bordered.dataTable td:last-child {
        display: flex;
    }
    .btn-sm,
    .btn-group-sm > .btn,
    .add-new {
        margin: 0.1rem;
    }
    .quote-content {
        text-align: center !important;
        max-width: 700px;
    }
    .logout_btn {
        font-size: 14px;
        width: 140px;
        padding: 10px 0px;
    }
    .upload-detail-box-parent {
        height: 400px;
        overflow-y: scroll;
    }
    #datatable_wrapper {
        height: 500px;
        overflow-y: scroll;
    }
}

@media only screen and (width: 820px) {
    table.table-bordered.dataTable td:last-child,
    table.table-bordered.dataTable td:last-child {
        display: flex;
    }
    .services-listing.main-1 {
        height: 100vh;
    }
}

@media only screen and (max-width: 600px) {
    .header {
        padding: 8px 12px;
    }
    .header-actions-col {
        padding: 6px 2px 6px 6px;
    }
    .logout_btn {
        font-size: 12px;
        width: auto;
        min-width: 100px;
        padding: 10px 14px;
    }
    .header figure {
        max-width: 235px;
        margin: 10px 0;
    }
    /* .banner-sec {
        padding-top: 100px;
    } */

    #datatable_wrapper {
        height: 500px;
        overflow-y: scroll;
    }
    .banner-sec .Home-content {
        padding: 20px;
        /* height: 660px; */
        height: 400px;
        width: 440px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* padding-bottom: 60px; */
        margin: 0 auto;
    }
    .banner-sec .Home-content h1 span {
        font-size: 68px;
    }
    .banner-sec .Home-content p {
        display: none;
    }
    .banner-sec .Home-content .banner-btns {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .banner-sec .Home-content .banner-btns p {
        display: block;
        font-size: 18px;
    }
    .banner-sec .Home-content .banner-btns p a {
        font-size: 18px;
        display: inline;
    }
    .banner-sec .Home-content .banner-btns .login-btn {
        margin-right: 0;
        width: 100%;
    }
    .banner-sec .Home-content .banner-btns .sign-up-btn {
        /*background-color: transparent;*/
        /*border: solid 1px;*/
        width: 100%;
        margin: 0 auto;
        background-color: #2978AF;
    }
    .album-parent .album-boxs-parent ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .album-parent {
        margin-top: 10%;
    }
    .album-link {
        margin-bottom: 0;
    }
    .popup-content {
        /* top: 22%; */
    }
    .album-parent {
        margin-top: 0;
    }
    .Civilian-boxs-parent ul li {
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        width: 33% !important;
    }
    .back-btn {
        /* margin-top: 10%; */
    }
    .back-btn a {
        /* margin: 40px 10px; */
        padding: 10px 20px;
    }
    /* .login-form-parent form {
        padding: 60px 20px;
    } */
    .login-form-parent form .form-heading h2 {
        font-size: 60px;
    }
    .login-form-parent form {
        margin: 0 20px;
        padding: 24px 20px;
        width: 100%;
    }
    .login-form-parent form .form-group label input {
        /* margin-bottom: 10px; */
    }
    .upload-detail-banner {
        height: initial !important;
    }
    .uploader-detail-heading {
        padding: 0 10px;
    }
    .upload-detail-box-parent ul li {
        width: calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
    .uploader-detail-heading h2 {
        font-size: 34px;
    }
    /* .upload-detail-box-parent ul li a .upload-detail-box h4 {
        font-size: 23px;
    } */
    .upload-file-heading {
        margin-top: 0;
    }
    .upload-file-banner {
        /* padding-bottom: 40px; */
    }
    .upload-file-form .back-btn {
        padding-bottom: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 14px;
    }
    .upload-file-form .back-btn a {
        margin: 0 !important;
    }
    .upload-file-form .uploader-detail-heading h2 {
        margin: 10px 0;
    }
    .upload-file-form {
        height: initial !important;
    }
    .popup-link a {
        font-size: 16px;
    }
    .popup-btns a {
        width: 100px;
        font-size: 16px;
    }
    .popup-btns .save-btn {
        margin-left: 5px;
    }
    .album-banner .back-btn {
        margin-top: 25%;
    }
    .sec-title h2 {
        font-size: 40px;
    }
    .uder-page-2-banner .back-btn {
        margin-top: 35%;
    }
    .main-popup-link a {
        font-size: 23px;
    }
    .upload-file-form form {
        padding: 0;
    }
    .image-popup-btns {
        top: -50px;
    }
    .album {
        padding: 30px 0;
    }
    .back-btn a {
        margin: 0px 10px;
    }
    .popup-video-container .videos-popup-btns {
        top: -53px;
        right: 3%;
    }
    .detail-form form h2 {
        font-size: 45px;
    }
    #scanner-container #reader video {
        width: 410px;
    }
    table.table-bordered.dataTable th,
    table.table-bordered.dataTable td {
        font-size: 14px;
    }
    div.dataTables_wrapper {
        overflow: scroll;
    }
    .table th,
    .table td {
        padding: 0.45rem;
    }
    #datatable_wrapper {
        padding: 16px 16px;
    }
    table.table-bordered.dataTable td:last-child,
    table.table-bordered.dataTable td:last-child {
        display: flex;
    }
    .btn-sm,
    .btn-group-sm > .btn,
    .add-new {
        margin: 0.1rem;
    }
    /* .services-listing.main-1{
        height: auto;
    } */
    .user_heading,
    .heading-area .title {
        font-size: 38px;
    }
    .quote-content {
        padding: 50px 0px !important;
    }
    div.dataTables_wrapper div.dataTables_paginate {
        display: flex;
        justify-content: center;
    }
    table.dataTable {
        width: max-content;
    }
    .contact-form textarea.form-control {
        min-height: 120px;
    }
    .quote-content #quote_submit_btn {
        margin-bottom: -30px;
    }
    .iti__country-list {
        width: 250px;
    }
    .edit-box .upload-detail-box h4 {
        font-size: 20px;
    }
    .edit-box .upload-detail-box {
        width: 175px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-sec .Home-content h1 span {
        font-size: 53px;
    }
    .popup-img-content {
        width: 100%;
        padding: 0 20px;
    }
    .popup-video-container .popup-content {
        width: 100% !important;
        height: auto !important;
    }
    .popup-video-container .popup-content > span,
    .popup-video-container .popup-content .custom_class {
        font-size: 14px;
        padding: 8px 10px;
        margin-top: 8px;
    }
    .popup-content {
        top: 20%;
    }
    .banner-sec .Home-content {
        width: 351px;
    }
    .banner-sec .Home-content .banner-btns p {
        margin: 10px 0px;
    }
    .banner-sec .Home-content h1 {
        font-size: 42px;
        line-height: 1.3em;
    }
    .banner-sec .Home-content .banner-btns p {
        display: block;
        font-size: 15px;
    }
    .Civilian-boxs-parent ul li {
        width: 50% !important;
    }
    .uploader-detail-heading h2 {
        font-size: 27px;
    }
    .upload-detail-box-parent ul li {
        /* Keep 2 cards per row on small mobile screens */
        width: calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
    .upload-detail-box-parent ul li a {
        padding: 5px;
    }
    /* .upload-detail-box-parent ul li a .upload-detail-box h4 {
        font-size: 24px;
    } */
    .popup-container h3 {
        font-size: 19px;
    }
    .QR-Album-heading h2 {
        font-size: 35px;
    }
    .RememberQR-parent ul li {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .album-banner {
        height: initial;
    }
    /* .album-banner .back-btn {
        margin-top: 35%;
    } */
    .video-banner {
        height: initial;
    }
    .signUp-form-parent form .form-group {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .file-drop-wrapper .drop-zone label .vid-btn {
        width: 50%;
    }
    .popup-video-container .videos-popup-btns {
        top: -53px;
    }
    #scanner-container #reader video {
        width: 320px;
    }
    .detail-form form h2 {
        font-size: 37px;
    }
}
@media only screen and (max-width: 380px) {
    .banner-sec .Home-content h1 {
        font-size: 32px;
    }
    .banner-sec .Home-content h1 span {
        font-size: 46px;
    }
    .banner-sec .Home-content .banner-btns a {
        padding: 15px 20px;
    }
    .banner-sec .Home-content .banner-btns p a {
        font-size: 14px;
    }
    .banner-sec .Home-content {
        width: 100%;
        padding: 0px 30px 60px 30px;
    }
    #scanner-container #reader video {
        width: 260px;
    }
    .edit-box .upload-detail-box {
        width: 150px;
    }
    .edit-box .upload-detail-box h4 {
        font-size: 17px;
    }
    .quote-content {
        text-align: center !important;
        max-width: 360px;
    }
}

/* Responsive header CTA button (FIND A LOVED ONE) */
@media only screen and (max-width: 450px) {
    #find_veteran_button {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-top: 10px;
        padding-right: 10px;
    }

    .find-loved-one-btn {
        max-width: 90vw;
        padding: 8px 12px;
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
    }
}

@media only screen and (max-width: 350px) {
    .find-loved-one-btn {
        padding: 7px 10px;
        font-size: 11px;
    }
}

/* Mobile (<=480px): QR View Profile tiles stay 2×2 with tighter gap */
@media only screen and (max-width: 480px) {
    .album-parent .album-boxs-parent:not(.Civilian-boxs-parent) ul {
        gap: 12px !important;
    }

    .album-parent .album-boxs-parent:not(.Civilian-boxs-parent) ul li {
        width: 100% !important;
        flex: none !important;
        max-width: none !important;
        margin-bottom: 16px !important;
    }

    .popup-link a {
        min-height: 150px;
        font-size: 28px;
    }

    .popup-link a span {
        top: 58px;
        font-size: 28px;
    }
}

/* Global Submit Button Color */
/* Covers both <input type="submit"> and <button type="submit">, plus your custom classes.
   Excludes .btn-danger so Delete/Destructive actions keep their intended red styling. */
button[type="submit"]:not(.btn-danger),
input[type="submit"]:not(.btn-danger),
.submit-button,
.btn-submit {
    background-color: #2978AF !important;
    border-color: #2978AF !important;
    color: #fff !important;
}

/* Session flash alerts — plain text, regular-weight punctuation */
.alert.flash-message,
.alert.flash-message *,
.alertMessage,
.alertMessage * {
    font-weight: 400 !important;
}
