* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary-color: #37236B;
    /*--border-color: red;   #C35D17; */
    --border-color:  #F5844D; /* #016795;   #0E92B5; /* #F24630; */ 
    --hdr-height: 60px;
    --fdr-height: 40px;

    --box-shadow:
        rgba(0, 0, 0, 0.16) 0px -3px 6px,
        /* Top shadow */
        rgba(0, 0, 0, 0.23) 0px -3px 6px,
        /* Top shadow (stronger) */
        rgba(0, 0, 0, 0.16) 0px 3px 6px,
        /* Bottom shadow */
        rgba(0, 0, 0, 0.23) 0px 3px 6px;
    /* Bottom shadow (stronger) */
    --font-size: 16px;
    --bs-pagination-active-color: black !important;
    --bs-pagination-active-bg: #37236B !important;
}

html,
body {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    font-size: var(--font-size);
}

/* Page structure */
.page {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* Header */
.header {
    min-height: 60px !important;
    position: sticky;
    top: 0;
    background: #fff;
    color: white;
    z-index: 1000;
    color: var(--primary-color);
}
/* Footer */
.footer {
    height: var(--fdr-height);
    position: sticky;
    bottom: 0;
    background-color: var(--primary-color);
    color: white;
}

/* Main fills remaining space */
.main {
    flex: 1;
    display: flex;
}

.wrapper {
    flex: 1;
    display: flex;
    box-shadow: var(--box-shadow);

}



.hero {
    flex: 1;
    background-image: url("../img/home_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 320px;
}

@media (orientation: landscape) and (max-height: 500px) {

    .hero,
    .aboutus,
    .privacy,
    .contactus {
        background-position: left top;
    }
}

.aboutus {
    flex: 1;
    background-image: url("../img/aboutus.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 320px;
}

.subscribe {
    flex: 1;
    background-image: url("../img/subscribe.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 320px;
}


.contactus {
    flex: 1;
    background-image: url("../img/contactus.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 320px;
}


.privacy {
    flex: 1;
    background-image: url("../img/privacy.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 300px;
    min-width: 600px;
}



.login-wrapper {
    max-width: 700px;
    width: 100%;
    min-height: 310px;
    /* maintains form + image height */
    margin: auto;
}

.login-image {
    background-image: url("/static/img/lock.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    min-height: 310px;
    /* same as wrapper */
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .login-wrapper {
        min-height: auto;
    }

    .login-image {
        min-height: 220px;
    }
}


.boxshadow {
    box-shadow: var(--box-shadow);
}

.borderClr {
    border-color: var(--border-color);
}

.backgroundClr {
    background-color: var(--border-color);
}


/*
Source - https://stackoverflow.com/a
Posted by Aren, modified by community. See post 'Timeline' for change history
Retrieved 2026-01-26, License - CC BY-SA 4.0
*/

.cursorPointer { cursor: pointer; }



h1 {
    font-size: clamp(1.6rem, 4.5vw, 2.75rem);
    line-height: 1.2;
}

h2 {
    font-size: clamp(1.35rem, 3.5vw, 2.2rem);
    line-height: 1.25;
}

h3 {
    font-size: clamp(1.15rem, 3vw, 1.75rem);
    line-height: 1.3;
}

h4 {
    font-size: clamp(1.05rem, 2.5vw, 1.4rem);
    line-height: 1.35;
}

h5 {
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    line-height: 1.4;
}

p {
    font-size: clamp(1rem, 2.6vw, 1.125rem);
    line-height: 1.6;
}

@media (orientation: landscape) and (max-height: 500px) {
    .hero {
        background-position: left top;
    }
}

.row>* {
    padding-left: unset !important;
    padding-right: unset !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: unset !important;
    padding-right: unset !important;
}

.text-muted {
    color: white !important;

}

.bttn {
    color: white;
    background-color: var(--primary-color);
}

.basecolor {
    color: var(--primary-color);
}

.nav-link {
    color: var(--primary-color) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-weight: bold;
    ;

}


.socialMedia {
    color: white !important;
}


.nav-link:hover {
    background: var(--primary-color);
    color: white !important;
    border-radius: 5px;

}

.navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: baseline;

}

.navbar {
    padding: unset !important;
}



.nav-item {
    padding-left: 15px !important;
    white-space: nowrap;

}


.show,
.bcrump {
    background-color: lightskyblue;
    /* background-color: var(--border-color); */
}


@media (min-width:769px) {
    .show {
        background-color: unset;
    }
}

.dropdown-item {
    color: white;
    padding-left: 25px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: bold;

}

.dropdown .dropdown-menu {
    display: none;
    background: var(--primary-color);
    color: white;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: .01em;
    margin-left: .01em;
}


@media screen and (min-width:769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: .1em;
        color: white;
    }
}

.dropdown-menu,
.dropdown-divider {
    /*border-color: lightskyblue;*/
    border-color: var(--border-color);
}

.gt_switcher_wrapper {
    position: unset !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
}

/* optional styling */
.right-row {
    border-bottom: 1px solid #ddd;
}

/* remove last border if you want */
.right-row:last-child {
    border-bottom: none;
}

.cicon {
    font-size: 3rem;
    color: var(--primary-color);
}

.nicon {
    font-size: 1.25rem;
    margin-right: .25rem;
}

.activeMenu {

    border-bottom: 3px solid var(--border-color);
    ;
    padding-bottom: 6px;
    margin-bottom: 6px;
    list-style-position: inside;
    /* optional */


}

.nav-tabs {
    border-color: black !important;
}

.nav-link.active {
    border-top-color: black !important;
    border-right-color: black !important;
    border-bottom-color: var(--border-color) !important;
    ;
    border-bottom-width: medium;
    border-left-color: black !important;
    color: white !important;
    background-color: var(--primary-color) !important;

}

label {
    font-weight: bold;
    padding-bottom: 6px;
}

.bi-folder-fill::before {
    content: "\f3d1" !important;
}


.card-header,
.tblHeader {
    color: white !important;
    background-color: var(--primary-color) !important;
    font-weight: bold;
}


.toast-body {
    font-size: var(--font-size) !important;
}

.form-label {
    margin-bottom: unset !important;
}

.active>.page-link {
    color: white !important;
    background-color: var(--primary-color) !important;
}

.accordion-item {
    border-color: gray;
}

.table {
    border-color: darkgray;
}

th {
    color: white !important;
    background-color: var(--primary-color) !important;


}

/*.border-dark */
.form-control, .form-select {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.text-outline-wb {
    color: #fff; /* or any color you want */
    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}

.text-outline-bw {
        color: var(--primary-color);
    text-shadow:
        -1px -1px 0 white,
         1px -1px 0  white,
        -1px  1px 0  white,
         1px  1px 0  white;

}