/* =========================================================
   AIMETU PREMIUM NAVY BLUE THEME
========================================================= */

/* ========================================= */
/* SCROLL ITEMS */
/* ========================================= */

.scroll-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to top, #01115E, rgba(18, 58, 162, 0.35));
    color: #fff;
    padding: 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
}

.scroll-item a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.scroll-item i {
    font-size: 2rem;
}


/* ========================================= */
/* SCROLL CONTAINER */
/* ========================================= */

.scroll-container_custom {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 10px;
}

.scroll-container_custom::-webkit-scrollbar {
    height: 6px;
}

.scroll-container_custom::-webkit-scrollbar-thumb {
    background-color: #123AA2;
    border-radius: 4px;
}


/* ========================================= */
/* CUSTOM SCROLL ITEMS */
/* ========================================= */

.scroll-item_custom {
    background: linear-gradient(to top, #01115E, rgba(18, 58, 162, 0.35));
    color: #fff;
    padding: 20px;
    text-align: center;
    white-space: nowrap;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}


/* ========================================= */
/* SLIDER */
/* ========================================= */

.slider-container {
    width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}


/* ========================================= */
/* NAVIGATION BUTTONS */
/* ========================================= */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: rgba(1, 17, 94, 0.7);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: #01115E;
}


/* ========================================= */
/* MAIN SCROLL DIV */
/* ========================================= */

.scroll_main_div {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    padding: 15px;
    height: 680px;
    overflow: auto;
}

.child_scroll_main_div {
    border: 1px solid #123AA2;
    margin-top: 15px;
    border-radius: 10px;
}


/* ========================================= */
/* IMAGE */
/* ========================================= */

#mainimgcenterdiv img {
    max-width: 100%;
    max-height: 600px;
    padding: 10px;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}


/* ========================================= */
/* TEXT */
/* ========================================= */

.h4msg {
    color: black;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 18px;
}

@media only screen and (max-width:650px) {

    .h4msg {
        font-size: 14px;
        line-height: 16px;
        text-align: justify;
    }
}


/* ========================================= */
/* SCROLLBAR */
/* ========================================= */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #123AA2;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}

::-webkit-scrollbar-corner {
    background: #f0f0f0;
}

* {
    scrollbar-width: thin;
}


/* ========================================= */
/* TITLE TRACK */
/* ========================================= */

#titleTrack {
    border-bottom: 1px solid #123AA2;
    padding: 0px 12px;
    border-radius: 10px;
    font-size: 20px;
}


/* ========================================= */
/* SCROLL MAIN */
/* ========================================= */

.scrollMain {
    padding: 12px;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.scrollMain img {
    width: 160px;
    height: 200px;
    display: block;
    margin: auto;
}

.scrollMain .card {
    padding-top: 10px;
    background: linear-gradient(to top, #01115E, rgba(18, 58, 162, 0.35));
}


/* ========================================= */
/* MARQUEE */
/* ========================================= */

.styled-marquee {
    background: linear-gradient(to bottom, #f5f8ff, #dfe7ff);
    border: 1px solid #123AA2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
                inset 0 2px 4px rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    transform: rotateX(15deg);
}

.styled-marquee p {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #01115E;
    margin-bottom: 8px;
}

.styled-marquee:hover {
    background: linear-gradient(to bottom, #dfe7ff, #f5f8ff);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2),
                inset 0 2px 6px rgba(255, 255, 255, 0.6);
}


/* ========================================= */
/* DONATION */
/* ========================================= */

.donation {
    margin: auto;
    margin-top: 10px;
    padding: 25px 25px 25px 30px;
    box-shadow: 0px 0px 5px 2px lightgrey;
    border-radius: 10px;
    background: linear-gradient(176deg, #123AA2 0%, #01115E 100%);
}

.donation p {
    font-size: 20px;
    color: #fff;
}


/* ========================================= */
/* QR CODE */
/* ========================================= */

.qrcode {
    margin: auto;
    margin-top: 20px;
    width: 250px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 5px 2px lightgrey;
    border-radius: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ========================================= */
/* FORM SECTION */
/* ========================================= */

.comman_div {
    margin-bottom: 20px;
    margin-top: 10px;
    background: linear-gradient(145deg, #eef2ff, #ffffff);
    border-radius: 10px;
    padding: 15px;
}

.comman_div label {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    color: #01115E;
}

.comman_div input.form-control,
.comman_div select.form-control {
    padding: 10px;
    font-size: 18px;
    border: 1px solid #123AA2;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.comman_div input.form-control:focus,
.comman_div select.form-control:focus {
    border-color: #123AA2;
    box-shadow: 0 0 8px rgba(18, 58, 162, 0.5);
    outline: none;
}

.comman_div .col-md-3,
.comman_div .col-md-2,
.comman_div .col-md-6 {
    margin-top: 15px;
}


/* ========================================= */
/* RESPONSIVE */
/* ========================================= */

@media (max-width: 768px) {

    .comman_div {
        flex-direction: column;
        padding: 10px;
    }

    .col-md-3,
    .col-md-2,
    .col-md-6 {
        margin-bottom: 10px;
    }
}


/* ========================================= */
/* LOADER */
/* ========================================= */

.loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #123AA2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

.loader.is-active {
    display: block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* ========================================= */
/* MODAL */
/* ========================================= */

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #123AA2;
    width: 80%;
    position: relative;
    border-radius: 10px;
}

.modal-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #01115E;
}


/* ========================================= */
/* FORM TITLE */
/* ========================================= */

#h5formtitle {
    text-align: center;
    background: linear-gradient(to right, #01115E, #0A2472, #123AA2);
    color: white;
    padding: 10px;
    border-radius: 8px;
}

