:root {
    --primary: #0f766e !important;
    --white: #fff !important;
    --gradient: linear-gradient(#063b36, #123047) !important;
    --shadow: 0 0 16px -11px #063b36;
    --profile_bg: #eef7f4;
    --btn_primary: #0f766e;
    --btn_secondary: #c44536;
    --secondary: #c44536;
    --info: rgb(15 118 110 / 16%);
    --danger: rgba(180, 35, 24, 0.86);
    --header_menu_font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
    --header_menu_size: 14px;
    --header_menu_weight: 500;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #063b36;
}

body {
    font-family: 'Rubik', sans-serif;
    scroll-behavior: smooth;
    position: relative;
}

main {
    min-height: 75vh;
}

.h-120 {
    min-height: 120px !important;
}

/* header top */
.header_top {
    background: #063b36;
    padding: 8px 0;
    text-align: center;
    position: relative;
    z-index: 123;
}

.header_top.shadow {
    box-shadow: 0 10px 28px rgba(6, 59, 54, 0.18) !important;
}

.header_top h1 {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}

.header_top p {
    color: var(--white);
    margin: 0;
    font-size: 13px;
    font-style: italic;
    opacity: .86;
}

/* header */
.header {
    background-color: var(--white) !important;
    box-shadow: var(--shadow);
    padding: 8px;
}

.logo img {
    height: 50px;
    object-fit: contain;
}

.kwara-logo img {
    height: 60px;
    object-fit: contain;
}

.nav_link {
    padding: 0 1rem !important;
    font-family: var(--header_menu_font);
    font-size: var(--header_menu_size);
    font-weight: var(--header_menu_weight);
    line-height: 1.35;
    letter-spacing: 0;
    color: #000 !important;
}

.header .navbar-nav .nav-link,
.header .navbar-nav .btn,
.header .dropdown-menu .dropdown-item {
    font-family: var(--header_menu_font);
    font-size: var(--header_menu_size);
    font-weight: var(--header_menu_weight);
    line-height: 1.35;
    letter-spacing: 0;
}

.header .navbar-nav .nav-link:not(.btn) {
    color: #000 !important;
}

.header .navbar-nav .btn {
    color: var(--white) !important;
}

#offcanvasExample {
    width: min(390px, calc(100vw - 18px));
    border-left: 0;
    border-radius: 18px 0 0 18px;
    background: linear-gradient(145deg, rgba(238, 247, 244, 0.96), rgba(255, 255, 255, 0.98)),
    radial-gradient(circle at 12% 8%, rgba(242, 183, 5, 0.16), transparent 34%),
    radial-gradient(circle at 95% 22%, rgba(15, 118, 110, 0.16), transparent 30%);
    box-shadow: -24px 0 60px rgba(18, 48, 71, 0.16);
    overflow: hidden;
}

#offcanvasExample:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 118, 110, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 118, 110, 0.06) 1px, transparent 1px);
    background-size: 36px 36px;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 58%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 58%);
    pointer-events: none;
}

#offcanvasExample .offcanvas-header {
    position: relative;
    z-index: 1;
    padding: 24px 24px 18px;
    border-bottom: 1px solid rgba(15, 118, 110, 0.12);
}

#offcanvasExample .offcanvas-body {
    position: relative;
    z-index: 1;
    padding: 14px 22px 24px;
}

#offcanvasExample .btn[data-bs-dismiss="offcanvas"] {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 24px rgba(18, 48, 71, 0.08);
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

#offcanvasExample .btn[data-bs-dismiss="offcanvas"]:hover {
    background: #fff;
    transform: rotate(90deg);
    box-shadow: 0 14px 28px rgba(18, 48, 71, 0.12);
}

.side_menu_logo img {
    width: 132px;
    max-height: 58px;
    object-fit: contain;
}

.close_img {
    width: 16px;
    vertical-align: baseline;
}

.sidebar_profile {
    background-color: var(--profile_bg);
    padding: 10px;
    border-radius: 12px;
}

.profile_pic img {
    width: 80px;
}

.site_btn,
.btn_primary,
.btn_secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 11px 18px !important;
    border: 0;
    border-radius: 999px;
    font-family: var(--header_menu_font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}

.site_btn:hover,
.btn_primary:hover,
.btn_secondary:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.site_btn i,
.btn_primary i,
.btn_secondary i {
    font-size: 12px;
    transition: transform .25s ease;
}

.site_btn:hover i,
.btn_primary:hover i,
.btn_secondary:hover i {
    transform: translateX(3px);
}

.btn_primary,
.site_btn_primary {
    background-color: var(--btn_primary);
    color: var(--white);
    box-shadow: 0 12px 26px rgba(15, 118, 110, 0.18);
}

.btn_primary:hover,
.site_btn_primary:hover {
    background-color: #063b36;
    color: var(--white);
    box-shadow: 0 16px 32px rgba(15, 118, 110, 0.24);
}

.btn_secondary,
.site_btn_secondary {
    background-color: var(--btn_secondary);
    color: var(--white);
    box-shadow: 0 12px 26px rgba(196, 69, 54, 0.18);
}

.btn_secondary:hover,
.site_btn_secondary:hover {
    background-color: var(--primary);
    color: var(--white);
    box-shadow: 0 16px 32px rgba(15, 118, 110, 0.2);
}

.site_btn_gold {
    background: #f2b705;
    color: #123047;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.site_btn_gold:hover {
    background: #d99a00;
    color: #123047;
    box-shadow: 0 18px 38px rgba(242, 183, 5, 0.3);
}

.site_btn_light {
    background: var(--white);
    color: var(--primary);
    box-shadow: 0 12px 26px rgba(6, 59, 54, 0.12);
}

.site_btn_light:hover {
    background: #effaf6;
    color: var(--primary);
    box-shadow: 0 16px 32px rgba(6, 59, 54, 0.16);
}

.site_btn_outline_light {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    box-shadow: none;
}

.site_btn_outline_light:hover {
    border-color: var(--white);
    background: var(--white);
    color: var(--primary);
}

.site_btn_icon {
    min-width: 52px;
    padding-left: 14px;
    padding-right: 14px;
}

.site_btn_input_append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.site_btn_input_append:hover {
    transform: none;
}

.site_btn_glow {
    animation: homeButtonGlow 3.6s ease-in-out infinite;
}

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

.sidemenu {
    height: 35px;
}

.sidemenu_links {
    display: grid;
    gap: 6px;
    margin-top: 8px !important;
}

.sidemenu_links li {
    margin: 0;
    overflow: hidden;
}

.side_link {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #123047;
    font-family: var(--header_menu_font);
    font-size: var(--header_menu_size);
    font-weight: var(--header_menu_weight);
    line-height: 1.35;
    letter-spacing: 0;
    background: rgba(255, 255, 255, 0.38);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.side_link:before {
    content: "";
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(15, 118, 110, 0.32);
    transition: background-color .2s ease, transform .2s ease;
}

.side_link:hover {
    color: var(--primary);
    border-color: rgba(15, 118, 110, 0.13);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 26px rgba(18, 48, 71, 0.08);
    transform: translateX(-3px);
}

.side_link:hover:before {
    background: #f2b705;
    transform: scale(1.35);
}

#offcanvasExample.show .side_link {
    animation: sideMenuRise .34s ease both;
}

#offcanvasExample.show .sidemenu_links li:nth-child(2) .side_link {
    animation-delay: .03s;
}

#offcanvasExample.show .sidemenu_links li:nth-child(3) .side_link {
    animation-delay: .06s;
}

#offcanvasExample.show .sidemenu_links li:nth-child(4) .side_link {
    animation-delay: .09s;
}

#offcanvasExample.show .sidemenu_links li:nth-child(5) .side_link {
    animation-delay: .12s;
}

#offcanvasExample.show .sidemenu_links li:nth-child(6) .side_link {
    animation-delay: .15s;
}

#offcanvasExample.show .sidemenu_links li:nth-child(7) .side_link {
    animation-delay: .18s;
}

#offcanvasExample.show .sidemenu_links li:nth-child(8) .side_link {
    animation-delay: .21s;
}

@keyframes sideMenuRise {
    from {
        opacity: 0;
        transform: translateX(14px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* home hero */
.home_hero {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: var(--white);
}

.home_hero_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_page .home_hero_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 59, 54, 0.94) 0%, rgba(15, 118, 110, 0.76) 48%, rgba(18, 48, 71, 0.32) 100%),
    linear-gradient(0deg, rgba(18, 48, 71, 0.46), rgba(6, 59, 54, 0.08));
}

.home_hero_content {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 70px;
}

.home_hero_label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border: 1px solid rgba(242, 183, 5, 0.38);
    border-radius: 8px;
    background: rgba(6, 59, 54, 0.34);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 22px;
}

.home_hero_label i {
    color: #f2b705;
}

.home_hero h1 {
    max-width: 760px;
    font-size: 56px;
    line-height: 1.06;
    font-weight: 700;
    margin-bottom: 18px;
}

.home_hero p {
    max-width: 735px;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.home_hero_actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.urgency_strip {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbf9 48%, #eef7f4 100%);
    border-bottom: 1px solid #d7ebe5;
    color: #123047;
}

.urgency_strip .container {
    position: relative;
    z-index: 1;
}

.urgency_panel {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border: 1px solid rgba(15, 118, 110, 0.13);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 58px rgba(6, 59, 54, 0.1);
}

.urgency_panel:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(242, 183, 5, 0.12), transparent 34%),
        radial-gradient(circle at 94% 16%, rgba(15, 118, 110, 0.1), transparent 24%);
    pointer-events: none;
}

.urgency_panel > * {
    position: relative;
    z-index: 1;
}

.urgency_strip_head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 22px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(15, 118, 110, 0.12);
}

.urgency_strip_head span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f2b705;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.urgency_strip_head span:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #f2b705;
    box-shadow: 0 0 0 6px rgba(242, 183, 5, 0.14);
}

.urgency_strip_head h2 {
    margin: 0;
    color: #123047;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.22;
    text-align: right;
}

.urgency_stats_grid {
    display: grid;
    grid-template-columns: 1fr 1.24fr 1fr 1fr;
    gap: 14px;
    align-items: stretch;
}

.urgency_stat {
    position: relative;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: center;
    height: 100%;
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(6, 59, 54, 0.07);
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.urgency_stat:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 118, 110, 0.06), transparent 36%, rgba(242, 183, 5, 0.13));
    opacity: 1;
    pointer-events: none;
}

.urgency_stat > * {
    position: relative;
    z-index: 1;
}

.urgency_stat:hover {
    transform: translateY(-5px);
    border-color: rgba(15, 118, 110, 0.3);
    background: #fff;
    box-shadow: 0 24px 54px rgba(6, 59, 54, 0.12);
}

.urgency_stat_icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: rgba(15, 118, 110, 0.08);
    color: #f2b705;
    font-size: 18px;
}

.urgency_stat strong {
    display: block;
    color: var(--primary);
    font-size: 31px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
}

.urgency_stat span {
    display: block;
    color: #123047;
    font-weight: 500;
    margin-bottom: 3px;
}

.urgency_stat small {
    display: block;
    color: #60756f;
    font-size: 13px;
}

.urgency_stat_alert {
    border-color: rgba(196, 69, 54, 0.26);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 244, 242, 0.96));
    box-shadow: 0 18px 42px rgba(196, 69, 54, 0.12);
}

.urgency_stat_alert strong {
    font-size: 38px;
}

.urgency_stat_alert .urgency_stat_icon {
    background: rgba(196, 69, 54, 0.12);
    color: #c44536;
}

.urgency_stat_alert strong {
    color: #c44536;
}

@media only screen and (max-width: 991px) {
    .urgency_stats_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* crisp home page */
.home_page {
    background: #f7fbf9;
    color: #123047;
    overflow-x: hidden;

}

@keyframes homeRise {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes homeImageDrift {
    0%, 100% {
        transform: scale(1.03) translate3d(0, 0, 0);
    }
    50% {
        transform: scale(1.08) translate3d(-12px, 8px, 0);
    }
}

@keyframes homeGridMove {
    from {
        background-position: 0 0, 0 0;
    }
    to {
        background-position: 64px 64px, -64px 0;
    }
}

@keyframes homeRadarPulse {
    0% {
        opacity: .78;
        transform: scale(.58);
    }
    100% {
        opacity: 0;
        transform: scale(1.25);
    }
}

@keyframes homeRadarSweep {
    to {
        transform: rotate(360deg);
    }
}

@keyframes homeBoardFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@keyframes homeTraceRun {
    from {
        transform: translateX(-120%);
    }
    to {
        transform: translateX(180%);
    }
}

@keyframes homeButtonGlow {
    0%, 100% {
        box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
    }
    50% {
        box-shadow: 0 18px 42px rgba(242, 183, 5, 0.34);
    }
}

.header {
    padding: 10px 0;
    border-bottom: 1px solid #d7ebe5;
    box-shadow: 0 10px 30px rgba(6, 59, 54, 0.08);
    background: rgba(255, 255, 255, 0.96) !important;
}

.logo img {
    height: 44px;
}

.kwara-logo img {
    height: 50px;
}

.nav_link {
    color: #123047 !important;
}

.nav_link:hover {
    color: var(--primary) !important;
}

.home_hero {
    min-height: 560px;
    border-bottom: 1px solid #d7ebe5;
    isolation: isolate;
}

.home_hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .85), transparent 75%);
    animation: homeGridMove 18s linear infinite;
}

.home_hero_img {
    z-index: 0;
    animation: homeImageDrift 18s ease-in-out infinite;
}

.home_page .home_hero_overlay {
    z-index: 1;
    background: linear-gradient(90deg, rgba(6, 59, 54, 0.96) 0%, rgba(15, 118, 110, 0.78) 46%, rgba(18, 48, 71, 0.28) 100%),
    linear-gradient(0deg, rgba(18, 48, 71, 0.5), rgba(6, 59, 54, 0.05));
}

.home_hero_content {
    z-index: 3;
    padding-top: 58px;
    padding-bottom: 58px;
}

.home_hero_label {
    border-radius: 6px;
    font-size: 13px;
    letter-spacing: 0;
    animation: homeRise .7s ease both;
}

.home_hero h1 {
    font-size: 52px;
    font-weight: 500;
    letter-spacing: 0;
    animation: homeRise .7s .12s ease both;
}

.home_hero p {
    font-size: 18px;
    max-width: 690px;
    animation: homeRise .7s .22s ease both;
}

.home_hero_actions {
    animation: homeRise .7s .32s ease both;
}

.home_signal_board {
    position: relative;
    min-height: 390px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1)),
    rgba(6, 59, 54, 0.18);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.16);
    animation: homeBoardFloat 8s ease-in-out infinite, homeRise .8s .28s ease both;
    overflow: hidden;
}

.home_signal_board:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0 28%, rgba(255, 255, 255, 0.14) 42%, transparent 56%),
    linear-gradient(180deg, rgba(242, 183, 5, 0.08), transparent 42%);
    transform: translateX(-120%);
    animation: homeTraceRun 4.5s ease-in-out infinite;
    pointer-events: none;
}

.home_signal_board > * {
    position: relative;
    z-index: 1;
}

.home_signal_radar {
    position: relative;
    width: 154px;
    height: 154px;
    margin: 0 auto 20px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle, rgba(242, 183, 5, 0.28) 0 3px, transparent 4px),
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 34px),
    radial-gradient(circle, rgba(15, 118, 110, 0.22), rgba(255, 255, 255, 0.06) 64%, transparent 65%);
    box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.08);
}

.home_signal_radar:before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(242, 183, 5, 0.68), transparent 26%, transparent);
    animation: homeRadarSweep 4.6s linear infinite;
}

.home_signal_radar span {
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    animation: homeRadarPulse 3.4s ease-out infinite;
}

.home_signal_radar span:nth-child(2) {
    animation-delay: .75s;
}

.home_signal_radar span:nth-child(3) {
    animation-delay: 1.5s;
}

.home_signal_radar i {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f2b705;
    color: #123047;
    font-size: 20px;
    box-shadow: 0 10px 26px rgba(242, 183, 5, 0.24);
}

.home_signal_list {
    display: grid;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.home_signal_item {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home_signal_item:hover,
.home_signal_item.active {
    transform: translateX(-4px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(242, 183, 5, 0.46);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.home_signal_item span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 500;
}

.home_signal_item strong {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
}

.home_signal_item small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.home_signal_trace {
    position: absolute;
    right: -26px;
    bottom: 22px;
    width: 130px;
    display: grid;
    gap: 8px;
    opacity: .7;
    transform: rotate(-14deg);
}

.home_signal_trace span {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(242, 183, 5, 0.9), transparent);
    animation: homeTraceRun 2.4s linear infinite;
}

.home_signal_trace span:nth-child(2) {
    animation-delay: .4s;
}

.home_signal_trace span:nth-child(3) {
    animation-delay: .8s;
}

.urgency_strip {
    margin-top: -1px;
}

.urgency_strip_head h2 {
    font-size: 26px;
}

.safestate_banner {
    position: relative;
    overflow: hidden;
    padding: 54px 10px;
    background:
        linear-gradient(135deg, rgba(6, 59, 54, 0.96), rgba(18, 48, 71, 0.96)),
        linear-gradient(90deg, rgba(242, 183, 5, 0.12), transparent);
}

.safestate_banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 44px 44px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 78%);
    mask-image: linear-gradient(90deg, #000, transparent 78%);
    pointer-events: none;
}

.safestate_banner_panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: flex-start;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.16);
    animation: homeRise .75s ease both;
}

.safestate_banner_icon {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    border-radius: 18px;
    background: rgba(242, 183, 5, 0.16);
    color: #f2b705;
    font-size: 30px;
    box-shadow: inset 0 0 0 1px rgba(242, 183, 5, 0.2), 0 14px 30px rgba(0, 0, 0, 0.12);
}

.safestate_banner_content > span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #f2b705;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.safestate_banner_content h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.28;
}

.safestate_banner_content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.75;
}

.safestate_banner_link {
    margin-top: 20px;
}

.home_search {
    height: auto;
    min-height: 330px;
    background-size: cover;
    background-position: center;
    background-color: #eef7f4;
}

.home_search .overlay {
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(238, 247, 244, 0.88)),
        linear-gradient(180deg, rgba(15, 118, 110, 0.14), rgba(242, 183, 5, 0.08));
}

.home_search .search_content {
    z-index: 1;
    color: #123047;
}

.home_search form {
    position: relative;
    overflow: hidden;
    max-width: 860px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 58px rgba(6, 59, 54, 0.1);
    animation: homeRise .7s ease both;
}

.home_search form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f2b705, #c44536, #0f766e, #f2b705);
    background-size: 220% 100%;
    animation: homeTraceRun 4s linear infinite;
}

.home_search h2 {
    position: relative;
    z-index: 1;
    color: #123047 !important;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.35;
}

.home_search h2 span {
    color: var(--primary);
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.home_search .search_bar {
    position: relative;
    z-index: 1;
    width: 100% !important;
    max-width: 760px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: stretch;
    padding: 7px;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(6, 59, 54, 0.1);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home_search .search_bar:before {
    display: none;
}

.home_search .search_bar:after {
    display: none;
}

.home_search .search_bar:focus-within {
    transform: translateY(-3px);
    border-color: rgba(15, 118, 110, 0.28);
    box-shadow: 0 22px 44px rgba(6, 59, 54, 0.15), 0 0 0 5px rgba(15, 118, 110, 0.08);
}

.home_search .search_input {
    width: 100%;
    min-height: 56px;
    padding-left: 18px;
    padding-right: 18px;
    border: 0;
    border-radius: 10px 0 0 10px;
    background: #fff;
    color: #0b1f1d;
    font-size: 15px;
    font-weight: 500;
    transition: background-color .2s ease, box-shadow .2s ease;
}

.home_search .search_bar:focus-within .search_input {
    background: #fff;
}

.home_search .search_input::placeholder {
    color: #40524f;
    opacity: 1;
}

.home_search .site_btn_input_append {
    min-width: 118px;
    min-height: 56px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.2);
}

.home_search .site_btn_input_append:hover {
    background: #063b36;
    color: #fff;
}

.home_signup_section {
    padding: 56px 10px;
    background: #f7fbf9;
}

.home_signup_card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, rgba(6, 59, 54, 0.96), rgba(15, 118, 110, 0.92)),
    url(../images/lines.png);
    background-size: cover;
    box-shadow: 0 18px 42px rgba(6, 59, 54, 0.18) !important;
    animation: homeRise .8s ease both;
}

.home_signup_card:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: .34;
    pointer-events: none;
    animation: homeGridMove 12s linear infinite;
}

.home_signup_card > * {
    position: relative;
    z-index: 1;
}

.home_signup_card .heading {
    text-align: left;
    margin-bottom: 20px;
}

.home_signup_card .heading h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
}

.home_signup_card .heading p {
    opacity: .88;
}

.home_how_it_works {
    position: relative;
    overflow: hidden;
    padding: 50px 10px;
    background: linear-gradient(180deg, #fff 0%, #f7fbf9 100%);
}

.home_how_it_works:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 56%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(15, 118, 110, 0.32), rgba(242, 183, 5, 0.48), transparent);
}

.home_section_head {
    position: relative;
    z-index: 1;
    margin: 0 auto 34px;
    text-align: center;
}

.home_section_head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #c44536;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.home_section_head h2 {
    margin: 0;
    color: #123047;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
}

.home_step_card {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 285px;
    padding: 30px;
    border: 1px solid #d7ebe5;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 244, 0.88));
    box-shadow: 0 20px 46px rgba(6, 59, 54, 0.08);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    animation: homeRise .75s ease both;
    overflow: hidden;
}

.home_step_card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0 32%, rgba(242, 183, 5, 0.16) 38%, transparent 48%);
    transform: translateX(-120%);
    transition: transform .7s ease;
}

.home_step_card:hover {
    transform: translateY(-8px);
    border-color: rgba(15, 118, 110, 0.34);
    box-shadow: 0 28px 60px rgba(6, 59, 54, 0.14);
}

.home_step_card:hover:before {
    transform: translateX(120%);
}

.home_step_icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    border-radius: 18px;
    background: #063b36;
    color: #f2b705;
    font-size: 24px;
    box-shadow: 0 16px 30px rgba(6, 59, 54, 0.18);
    transition: transform .3s ease, background .3s ease, color .3s ease;
}

.home_step_card:hover .home_step_icon {
    transform: rotate(-5deg) scale(1.06);
    background: #f2b705;
    color: #123047;
}

.home_step_number {
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(15, 118, 110, 0.14);
    font-size: 58px;
    font-weight: 500;
    line-height: 1;
}

.home_step_card h3 {
    position: relative;
    z-index: 1;
    color: #123047;
    font-size: 24px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 12px;
}

.home_step_card p {
    position: relative;
    z-index: 1;
    color: #40524f;
    font-size: 15px;
    line-height: 1.72;
    margin-bottom: 0;
}

.home_options {
    position: relative;
    overflow: hidden;
    padding: 50px 10px;
    background: linear-gradient(180deg, #f7fbf9 0%, #fff 46%, #eef7f4 100%);
}

.home_options:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 118, 110, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 118, 110, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 78%, transparent);
    pointer-events: none;
}

.home_options .container {
    position: relative;
    z-index: 1;
}

.home_options_head {
    margin-bottom: 38px;
}

.home_options_grid {
    align-items: stretch;
}

.option_card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    min-height: 330px;
    padding: 28px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 244, 0.86));
    box-shadow: 0 18px 44px rgba(6, 59, 54, 0.08);
    text-align: left;
    cursor: pointer;
    animation: homeRise .7s ease both;
    transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease, background-color .32s ease;
}

.option_card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0 34%, rgba(242, 183, 5, 0.16) 43%, transparent 54%),
    linear-gradient(180deg, rgba(15, 118, 110, 0.08), transparent 38%);
    transform: translateX(-120%);
    transition: transform .75s ease;
    pointer-events: none;
}

.option_card:after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--primary), #f2b705, var(--secondary));
    transform: scaleX(.36);
    transform-origin: left;
    transition: transform .32s ease;
}

.option_card:hover {
    transform: translateY(-8px);
    border-color: rgba(15, 118, 110, 0.28);
    box-shadow: 0 28px 64px rgba(6, 59, 54, 0.14);
}

.option_card:hover:before {
    transform: translateX(120%);
}

.option_card:hover:after {
    transform: scaleX(1);
}

.option_icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    margin-bottom: 24px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(15, 118, 110, 0.12), rgba(255, 255, 255, 0.9));
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.1), 0 14px 28px rgba(6, 59, 54, 0.08);
    transition: transform .32s ease, background .32s ease;
}

.option_icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin: 0;
    display: block;
    transition: transform .32s ease, filter .32s ease;
}

.option_card:hover .option_icon {
    transform: translateY(-3px) rotate(-3deg);
    background: #063b36;
}

.option_card:hover .option_icon img {
    transform: scale(1.08);

}

.home_option_index {
    position: absolute;
    top: 28px;
    right: 28px;
    color: rgba(15, 118, 110, 0.13);
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
}

.option_body {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
}

.option_body h3,
.option_body p {
    text-align: left;
}

.option_body h3 {
    color: #123047;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 12px;
    text-transform: none;
}

.option_body p {
    color: #40524f;
    font-size: 15px;
    line-height: 1.72;
    margin-bottom: 22px;
}

.option_body a {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.08);
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.option_body a i {
    font-size: 12px;
    transition: transform .25s ease;
}

.option_card:hover .option_body a {
    background: var(--primary);
    color: #fff;
    transform: translateY(-2px);
}

.option_card:hover .option_body a i {
    transform: translateX(3px);
}

.home_support {
    position: relative;
    overflow: hidden;
    padding: 82px 10px;
    background: linear-gradient(135deg, #063b36 0%, #0f766e 48%, #eef7f4 48%, #fff 100%);
}

.home_support:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 24%, rgba(242, 183, 5, 0.24), transparent 26%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: auto, 46px 46px, 46px 46px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 68%);
    mask-image: linear-gradient(90deg, #000, transparent 68%);
    pointer-events: none;
}

.home_support_panel {
    position: relative;
    z-index: 1;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0 28px 70px rgba(6, 59, 54, 0.16);
    overflow: hidden;
}

.home_support_panel:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(242, 183, 5, 0.12), transparent 35%, rgba(15, 118, 110, 0.08));
    pointer-events: none;
}

.home_support_panel > * {
    position: relative;
    z-index: 1;
}

.home_support_visual {
    position: relative;
    margin: 0;
    padding: 18px;
    border-radius: 16px;
    background: #063b36;
    box-shadow: 18px 18px 0 rgba(15, 118, 110, 0.16);
    transition: transform .35s ease, box-shadow .35s ease;
}

.psychologically_ing img {
    width: 100%;
    max-width: none;
    border-radius: 12px;
    box-shadow: none;
    object-fit: cover;
}

.home_support_visual:hover {
    transform: translate(-6px, -6px);
    box-shadow: 26px 26px 0 rgba(15, 118, 110, 0.16);
}

.home_support_badge {
    position: absolute;
    left: 34px;
    bottom: 34px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(6, 59, 54, 0.84);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.home_support_badge i {
    color: #f2b705;
}

.home_support_content {
    padding: 10px 12px 10px 6px;
}

.home_support_label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: #c44536;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.psychologically_content h3 {
    color: #123047;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.22;
    margin-bottom: 18px;
}

.psychologically_content p {
    color: #40524f;
    font-size: 15px;
    line-height: 1.72;
    margin-bottom: 12px;
}

.home_support_copy {
    margin-bottom: 20px;
}

.home_get_involved {
    height: auto;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    padding: 84px 10px;
    background-size: cover;
    background-position: center;
}

.home_get_involved:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(6, 59, 54, 0.94), rgba(15, 118, 110, 0.78) 52%, rgba(18, 48, 71, 0.58)),
    radial-gradient(circle at 82% 30%, rgba(242, 183, 5, 0.22), transparent 28%);
}

.home_get_involved:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 42%, rgba(242, 183, 5, 0.18) 45%, transparent 48%);
    background-size: 44px 44px, 44px 44px, 180% 100%;
    animation: homeTraceRun 9s ease-in-out infinite;
    opacity: .82;
    pointer-events: none;
}

.home_get_involved .get_involved_content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    z-index: 1;
    text-align: left;
    color: #fff;
}

.home_involved_panel {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0 28px 74px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.home_involved_panel:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 36%),
    radial-gradient(circle at 92% 18%, rgba(242, 183, 5, 0.22), transparent 28%);
    pointer-events: none;
}

.home_involved_panel > * {
    position: relative;
    z-index: 1;
}

.home_involved_label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: #f2b705;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home_get_involved h3 {
    max-width: 680px;
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.18;
    margin-bottom: 18px;
}

.home_get_involved p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 10px;
}

.home_involved_copy {
    margin-bottom: 24px;
}

.home_involved_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home_involved_cards {
    display: grid;
    gap: 12px;
}

.home_involved_card {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 72px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
    animation: homeRise .75s ease both;
    transition: transform .28s ease, background-color .28s ease, border-color .28s ease;
}

.home_involved_card:nth-child(2) {
    animation-delay: .08s;
    transform: translateX(16px);
}

.home_involved_card:nth-child(3) {
    animation-delay: .16s;
}

.home_involved_card:hover {
    transform: translateX(-6px);
    border-color: rgba(242, 183, 5, 0.44);
    background: rgba(255, 255, 255, 0.2);
}

.home_involved_card:nth-child(2):hover {
    transform: translateX(10px);
}

.home_involved_card i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f2b705;
    color: #123047;
    font-size: 15px;
}

.home_partnership {
    position: relative;
    overflow: hidden;
    padding: 72px 10px;
    background:
        linear-gradient(180deg, #fff 0%, #eef7f4 100%);
}

.home_partnership:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 118, 110, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(15, 118, 110, 0.04) 1px, transparent 1px),
        radial-gradient(circle at 16% 20%, rgba(242, 183, 5, 0.16), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(196, 69, 54, 0.1), transparent 24%);
    background-size: 46px 46px, 46px 46px, auto, auto;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
    pointer-events: none;
}

.home_partnership .container {
    position: relative;
    z-index: 1;
}

.patner_heading h3 {
    position: relative;
    max-width: 720px;
    margin: 0 auto 34px;
    color: #123047;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.24;
    text-align: center;
}

.patner_heading h3:after {
    content: "";
    display: block;
    width: 86px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), #f2b705, var(--secondary));
}

.home_partnership .col-md-10 {
    width: 100%;
    max-width: 1040px;
}

.patnership_logos {
    row-gap: 18px;
}

.patnership_logos > [class*="col-"] {
    display: flex;
}

.patnership_logos img {
    width: 100%;
    height: 118px;
    margin: 0;
    padding: 22px;
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 14px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 249, 0.92));
    box-shadow: 0 18px 44px rgba(6, 59, 54, 0.08);
    object-fit: contain;
    filter: saturate(.88);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, filter .28s ease;
}

.patnership_logos img:hover {
    transform: translateY(-6px);
    border-color: rgba(15, 118, 110, 0.3);
    box-shadow: 0 28px 62px rgba(6, 59, 54, 0.14);
    filter: saturate(1);
}

.info_page_hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #063b36;
    isolation: isolate;
}

.info_page_hero_img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info_page_hero_overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(6, 59, 54, 0.96), rgba(15, 118, 110, 0.82) 48%, rgba(18, 48, 71, 0.62)),
        linear-gradient(180deg, rgba(18, 48, 71, 0.34), rgba(6, 59, 54, 0.18));
}

.info_page_hero:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

.info_page_hero .container {
    position: relative;
    z-index: 3;
}

.info_page_hero_content {
    max-width: 780px;
    padding: 74px 0;
    color: #fff;
}

.info_page_hero_content span,
.info_page_label,
.info_statement_band span {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: #f2b705;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.info_page_hero_content h1 {
    margin: 0 0 18px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.14;
    letter-spacing: 0;
}

.info_page_hero_content p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.72;
}

.info_page_body {
    padding: 76px 10px;
    background:
        linear-gradient(180deg, #f7fbf9 0%, #fff 56%, #eef7f4 100%);
}

.info_page_panel,
.info_page_image_card,
.info_feature_card,
.safestate_pillar {
    border: 1px solid rgba(15, 118, 110, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 48px rgba(6, 59, 54, 0.08);
}

.info_page_panel {
    height: 100%;
    padding: 34px;
}

.info_page_label {
    color: #c44536;
}

.info_page_panel h2,
.info_statement_band h2 {
    margin: 0 0 16px;
    color: #123047;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.22;
}

.info_page_panel p {
    color: #40524f;
    font-size: 15px;
    line-height: 1.76;
}

.info_page_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.info_page_image_card {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.info_page_image_card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.info_page_image_card div {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
    background: rgba(6, 59, 54, 0.88);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.info_page_image_card i {
    color: #f2b705;
}

.info_feature_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.info_problem_panel,
.info_page_split {
    margin-top: 34px;
}

.info_problem_panel p strong {
    color: #123047;
    font-weight: 500;
}

.info_page_section_head {
    max-width: 760px;
    margin: 44px auto 0;
    text-align: center;
}

.info_page_section_head span {
    display: inline-flex;
    margin-bottom: 10px;
    color: #c44536;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.info_page_section_head h2 {
    margin: 0;
    color: #123047;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.24;
}

.info_feature_card {
    min-height: 232px;
    padding: 24px;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.info_feature_card:hover,
.safestate_pillar:hover {
    transform: translateY(-5px);
    border-color: rgba(15, 118, 110, 0.28);
    box-shadow: 0 28px 62px rgba(6, 59, 54, 0.13);
}

.info_feature_card i,
.safestate_pillar i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #063b36;
    color: #f2b705;
}

.info_feature_card h3,
.safestate_pillar h3 {
    margin: 0 0 10px;
    color: #123047;
    font-size: 20px;
    font-weight: 500;
}

.info_feature_card p,
.safestate_pillar p {
    margin: 0;
    color: #40524f;
    font-size: 14px;
    line-height: 1.65;
}

.info_check_list {
    display: grid;
    gap: 12px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.info_check_list li {
    position: relative;
    padding-left: 30px;
    color: #40524f;
    font-size: 15px;
    line-height: 1.65;
}

.info_check_list li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(15, 118, 110, 0.12);
    color: var(--primary);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
}

.info_pillar_list {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.info_pillar_list div {
    padding: 16px;
    border: 1px solid rgba(15, 118, 110, 0.12);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(238, 247, 244, 0.82), rgba(255, 255, 255, 0.94));
}

.info_pillar_list strong {
    display: block;
    margin-bottom: 6px;
    color: #123047;
    font-size: 16px;
    font-weight: 500;
}

.info_pillar_list p {
    margin: 0;
}

.safestate_page_hero {
    background:
        linear-gradient(135deg, #063b36 0%, #0f766e 52%, #123047 100%);
}

.info_page_hero_mark {
    position: absolute;
    right: 10%;
    bottom: -34px;
    z-index: 0;
    width: min(360px, 48vw);
    opacity: .12;
    filter: grayscale(1) brightness(2);
}

.safestate_pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: 100%;
}

.safestate_pillar {
    padding: 22px;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.safestate_pillar i {
    margin-bottom: 16px;
}

.info_statement_band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 34px;
    padding: 30px;
    border-radius: 16px;
    background: linear-gradient(135deg, #063b36, #123047);
    box-shadow: 0 24px 58px rgba(6, 59, 54, 0.16);
}

.info_statement_band h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
}

.about_platform_hero {
    min-height: 430px;
    padding: 62px 10px;
    background:
        linear-gradient(135deg, #f7fbf9 0%, #fff 48%, #eef7f4 100%);
    border-bottom: 1px solid rgba(15, 118, 110, 0.1);
}

.about_platform_hero_media {
    position: relative;
    z-index: 3;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(6, 59, 54, 0.14);
}

.about_platform_hero_media img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.about_platform_hero .info_page_hero_overlay {
    background:
        radial-gradient(circle at 12% 22%, rgba(242, 183, 5, 0.16), transparent 28%),
        radial-gradient(circle at 88% 72%, rgba(15, 118, 110, 0.12), transparent 30%);
}

.about_platform_hero:after {
    background-image:
        linear-gradient(rgba(15, 118, 110, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 118, 110, 0.04) 1px, transparent 1px);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 72%);
    mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 72%);
}

.about_platform_hero .info_page_hero_content {
    max-width: 540px;
    color: #123047;
}

.about_platform_hero .info_page_hero_content h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    color: #123047;
}

.about_platform_hero .info_page_hero_content h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 112px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), #f2b705, var(--secondary));
}

.about_platform_body {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #fff 0%, #f7fbf9 42%, #fff 100%);
}

.about_platform_body:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 18%, rgba(242, 183, 5, 0.1), transparent 24%),
        radial-gradient(circle at 92% 44%, rgba(15, 118, 110, 0.08), transparent 26%);
    pointer-events: none;
}

.about_platform_body .container {
    position: relative;
    z-index: 1;
}

.about_platform_body .info_page_panel,
.about_platform_body .info_feature_card,
.about_platform_body .info_page_image_card {
    border-color: rgba(15, 118, 110, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 52px rgba(18, 48, 71, 0.07);
}

.about_platform_body .info_page_panel {
    padding: 38px;
}

.about_platform_body .info_page_panel h2,
.about_platform_body .info_page_section_head h2 {
    color: #123047;
}

.about_platform_body .info_page_panel h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 18px;
}

.about_platform_body .info_page_panel h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62px;
    height: 3px;
    border-radius: 999px;
    background: #f2b705;
}

.about_platform_body .info_page_panel p,
.about_platform_body .info_check_list li,
.about_platform_body .info_feature_card p {
    color: #3f5550;
}

.about_platform_body .info_page_image_card {
    padding: 12px;
    background: linear-gradient(145deg, #fff, #eef7f4);
}

.about_platform_body .info_page_image_card img {
    border-radius: 14px;
    min-height: 330px;
}

.about_platform_body .info_problem_panel {
    border-left: 5px solid var(--primary);
}

.about_platform_body .info_page_section_head {
    margin-top: 54px;
}

.about_platform_body .info_page_section_head h2 {
    display: inline-flex;
    position: relative;
    padding-bottom: 16px;
}

.about_platform_body .info_page_section_head h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 78px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), #f2b705);
    transform: translateX(-50%);
}

.about_platform_body .info_feature_grid {
    gap: 20px;
}

.about_platform_body .info_feature_card {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about_platform_body .info_feature_card i {
    background: rgba(15, 118, 110, 0.1);
    color: var(--primary);
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.08);
}

.about_platform_body .info_feature_card:hover {
    transform: translateY(-6px);
    border-color: rgba(15, 118, 110, 0.22);
    box-shadow: 0 28px 64px rgba(18, 48, 71, 0.11);
}

.about_platform_body .info_page_split .info_page_panel {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 244, 0.78));
}

.about_platform_body .info_check_list li:before {
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 118, 110, 0.1);
}

.about_platform_body .info_pillar_list div {
    border-color: rgba(15, 118, 110, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 48, 71, 0.05);
}

.safestate_light_hero .about_platform_hero_media {
    display: grid;
    place-items: center;
    min-height: 320px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 244, 0.86));
}

.safestate_light_hero .about_platform_hero_media img {
    width: min(260px, 70%);
    min-height: 0;
    object-fit: contain;
}

.safestate_light_hero .info_page_hero_content p {
    max-width: 560px;
    color: #40524f;
    font-size: 18px;
    line-height: 1.7;
}

.safestate_light_body .info_feature_grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.safestate_light_body .info_feature_card {
    grid-column: span 2;
}

.safestate_light_body .info_feature_card:nth-child(4) {
    grid-column: 2 / span 2;
}

.safestate_light_body .info_feature_card:nth-child(5) {
    grid-column: 4 / span 2;
}

.safestate_light_body .info_page_panel a {
    color: var(--primary);
    font-weight: 500;
    text-decoration: none;
}

.safestate_light_body .info_page_panel a:hover {
    color: #063b36;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    .home_page *,
    .home_page *:before,
    .home_page *:after,
    #offcanvasExample *,
    #offcanvasExample *:before,
    #offcanvasExample *:after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;

        transition-duration: .001ms !important;
    }
}

/* search */
.search {
    background-image: url('../images/gmap.jpg');
    height: 490px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* z-index: -9; */
}

.overlay {
    background: var(--gradient);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -9;
}

.search_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.search_content h2 {
    text-align: center;
    color: var(--white);
}

.search_content h2 span {
    text-decoration: underline;
}

.search_bar {
    box-shadow: var(--shadow);
    border-radius: 25px;
}

.search_input {
    border: 0;
    padding: 12px 20px;
    caret-color: var(--primary);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.btn_search {
    background-color: var(--white);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    line-height: 1;
    padding-right: 17px;
}

.btn_search {
    font-size: 22px;
    color: var(--primary);
}

/* options */
.options {
    padding: 40px 10px;
}

.option_card {
    box-shadow: var(--shadow);
    padding: 1.5rem 1rem;
    border-radius: 20px;
    border: 0;
    text-align: center;
    transition: .3s;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 1.5rem;
    position: relative;
}

.option_card:hover {
    transform: scale(1.03);
}

.option_icon img {
    width: 100px;
    margin: 0 auto;
    display: block;
}

.option_body {
    margin-top: 1rem;
    min-height: 188px;
}

.option_body h3 {
    color: var(--primary);
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.option_body p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 1rem;
}

.option_body a {
    color: var(--primary);
}

.option_body img {
    padding-left: 5px;
    width: 30px;
}

/* statistics */
.statistics {
    padding: 40px 0;
    background: var(--gray);
    /* color: var(--white); */
    text-align: center;
}

.statistics h3 {
    margin-bottom: 4rem;
    color: var(--primary);
    font-weight: 600;
}

.statistics_card h4 {
    font-size: 30px;
    margin-bottom: 2rem;
}

.statistics_card h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: .8;
}

.statistics_card {
    padding: 0 14px;
    border-right: 1px solid var(--primary);
}

.statistics_bg {
    color: var(--primary);
    padding: 25px 8px;
    border-radius: 20px;
    margin-bottom: 2rem;
    background-color: #fbfbfb;
    box-shadow: 0 0 20px -13px #000;
}

.toast_custom {
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    width: 60%;
    z-index: 12345;
    margin: auto;
}

/* psychologically */
.psychologically {
    padding: 60px 10px;
}

.psychologically_content h3 {
    color: var(--primary);
    margin-bottom: 2rem;
    font-weight: 600;
}

.psychologically_ing img {
    width: 450px;
}

/* get involved */
.get_involved {
    background-image: url(../images/get_involved.jpg);
    height: 500px;
    position: relative;
}

.get_involved_content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--white);
}

.get_involved_content h3 {
    font-size: 50px;
    margin-bottom: 1rem;
}

.get_involved_content p {
    font-size: 20px;
}

.learn_btn {
    background-color: var(--white);
    color: var(--primary);
}

footer {
    background-color: #06211f;
    padding: 30px 20px 24px;
}

.footer_logo img {
    width: 160px;
}

.footer_logo p {
    color: var(--white);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
}

.footer_title {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.footer_link a {
    font-size: 15px;
    color: var(--white);
    padding: 5px;
    overflow-wrap: anywhere;
    display: flex;
}

.footer_link {
    line-height: 2;
}

.footer_text_list {
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}

.footer_legal {
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.7;
}

.footer_legal a {
    color: var(--white);
}

.site-footer .social_links {
    margin-bottom: 0;
}

.status {
    padding: 40px 10px;
}

.stauts_head h3 {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 2rem;
    color: var(--primary);
}

.summary_card {
    padding: 1rem;
    background-color: var(--primary);
    border-radius: 12px;
}

.summary_filter {
    color: var(--white);
}

.summary_details {
    margin-top: 2rem;
    padding: 0 2rem;
    color: var(--white);
}

.summary_detail h4 {
    font-size: 22px;
    text-align: left;
    color: var(--white);
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.summary_numbers {
    border-bottom: 1px solid;
    border-left: 1px solid;
    padding: 1rem;
    border-color: rgba(242, 183, 5, 0.42);
}

.summary_numbers:last-child {
    border-bottom: 0;
}

.summary_numbers p {
    margin: 0;
    font-size: 14px;
}

.my_account {
    width: 35px;
}

.nav_link::after {
    display: none;
}

.my_account_drop {
    border-radius: 0;
    border: 0;
}

.signup_form_card {
    padding: 1rem;
    border-radius: 12px;
    color: var(--white);
    background-color: var(--secondary);
    background-image: url(../images/lines.png);
    background-size: cover;
}

.heading {
    text-align: center;
    color: #fff;
    margin-bottom: 2rem;
}

.signup_form_card .form-floating > .form-select {
    color: var(--white);
}

.signup_form_card .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    background: transparent;
}

.effect-18 {
    border: 0;
    /* padding: 4px 0; */
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    border-radius: 0;
}

.effect-18 ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 99;
}

.effect-18 ~ .focus-border:before,
.effect-18 ~ .focus-border:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--primary);
    transition: 0.4s;
}

.effect-18 ~ .focus-border:after {
    left: auto;
    right: 0;
}

.effect-18:focus ~ .focus-border:before,
.effect-18:focus ~ .focus-border:after,
.has-content.effect-18 ~ .focus-border:before,
.has-content.effect-18 ~ .focus-border:after {
    width: 50%;
    transition: 0.4s;
}

.effect-18:focus ~ label,
.has-content.effect-18 ~ label {
    font-size: 16px;
    transition: 0.3s;
}

.modal_header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal_header img {
    width: 140px;
    margin-left: auto;
    display: block;
    border-bottom: 0;
}

.modal_header button {
    font-size: 22px;
}

.modal_content {
    border-radius: 20px;
}

.modal_body {
    padding: 0 1.5rem 1.5rem;
}

.patnership {
    padding: 60px 10px;
}

.patner_heading h3 {
    text-align: center;
    color: var(--primary);
    margin-bottom: 2rem;
    font-weight: 600;
}

.patnership_logos img {
    width: 80%;
    height: 100px;
    margin: .7rem auto;
    display: block;
    object-fit: contain;
}

.signup_form_card h3 {
    margin-bottom: 5px;
    color: var(--white);
}

.social_links a {
    color: var(--white);
    padding: 5px;
    overflow-wrap: anywhere;
}

.section {
    padding: 60px 10px;
}

.refrance a {
    font-size: 14px;
    line-height: 2.5;
    overflow-wrap: anywhere;
}

.section_heading {
    /* text-align: center; */
    margin-bottom: 2rem;
}

.section_heading h3 {
    color: var(--primary);
}

.who_card {
    overflow: hidden;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    box-shadow: var(--shadow);
    transition: .3s;
    cursor: pointer;
    position: relative;
}

.who_card:hover {
    transform: scale(1.03);
}

.who_card img {
    height: 240px;
    width: 100%;
    object-fit: contain;
    border-bottom: 1px solid #ccc;
}

.who_card_bady {
    padding: .7rem 1rem;
}

.who_card_bady h3 {
    font-size: 20px;
    color: var(--primary);
}

.who_card_bady p {
    font-size: 19px;
    font-weight: 300;
    margin: 0;
    color: #9e9e9e;
}

.it_company {
    padding: 90px 10px;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: -1%;
    opacity: .4;
    transition: .5s;
}

.owl-next:hover {
    opacity: 1;
}

.owl-next span {
    background: var(--primary);
    padding: .6rem 1rem;
    border-radius: 22px;
    box-shadow: 0 0 16px -5px #333;
    color: #fff;
}

.owl-prev {
    position: absolute;
    top: 40%;
    left: -1%;
    opacity: .4;
    transition: .5s;
}

.owl-prev:hover {
    opacity: 1;
}

.owl-prev span {
    background: var(--primary);
    padding: .6rem 1rem;
    border-radius: 22px;
    box-shadow: 0 0 16px -5px #333;
    color: #fff;
}

.faq_side_bar {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.faq_option {
    padding: .7rem 1rem;
    background-color: #f5f5f5;
}

.faq_option.active {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.faq_accordion {
    border-radius: 12px;
    overflow: hidden;
}

.accordion-body p {
    text-align: unset;
}

.accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--primary);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(50);
}

.custom_input {
    border-radius: 25px;
}

.right_btn {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.form-floating > label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    width: 100%;
}

.scrollspy-example {
    margin-top: 4rem;
}

.scroll_tabs {
    white-space: nowrap;
}

.img_info img {
    max-width: 100%;
    height: 290px;
    width: 100% !important;
    object-fit: cover;
}

.info_table {
    margin-bottom: 0;
}

.register_forms {
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 1rem;
    margin-bottom: 2rem;
}

.register_forms h3 {
    text-align: center;
    color: var(--primary);
    font-size: 20px;
    margin-bottom: 0;
}

.register_forms h5 {
    text-align: center;
    color: var(--primary);
    font-size: 20px;
    margin-bottom: 0;
}

.missing_card_body {
    min-height: 140px;
}

.timeline .circle {
    background: #fff;
    border: .3rem solid var(--primary);
    border-radius: 100%;
    height: 2.25rem;
    margin: auto;
    width: 2.25rem;
    vertical-align: middle;
}

.timeline ul {
    margin: 0;
    padding: 0;
}

.timeline em {
    color: var(--secondary);
    display: block;
    font-weight: bold;
}

.timeline strong {
    font-weight: unset;
    font-size: 15px;
}

.timeline li {
    border: 0 solid var(--primary);
    list-style-type: none;
    text-transform: uppercase;
    padding: 4rem 2rem 0;
    width: calc(50% + 1px);
    position: relative;
    line-height: 2;
}

.timeline li:last-child {
    padding-bottom: 4rem;
}

.timeline li:after {
    background: var(--primary);
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 1rem;
    position: absolute;
    right: calc(-.5rem - 1px);
    width: 1rem;
    top: 14.5%;
}

.timeline li:nth-child(even):after {
    left: calc(-.5rem - 1px);
}

.timeline li:nth-child(odd) {
    border-right-width: 2px;
    text-align: right;
    padding-left: 0;
    margin: 0 0 0 -1px;
}

.timeline li:nth-child(even) {
    border-left-width: 2px;
    left: calc(50% - 1px);
    padding-right: 0;
}

.timeline img {
    width: 65%;
}

.head_section {
    background-color: #fcfcfc;
}

.head_section img {
    margin: auto;
    display: block;
}

.search_filter {
    margin-bottom: 2rem;
    padding: 1rem;
    overflow: hidden;
    background-color: var(--primary);
    border-radius: 12px;
}

.search_filter label {
    color: var(--white);
    font-size: 14px;
}

.btn_steps {
    background-color: var(--primary);
    color: #fff;
    font-size: 14px;
    padding: 3px 13px;
}

.btn_steps:hover {
    color: #fff;
}

.filter_head h3 {
    color: var(--primary);
    text-align: center;
    margin-bottom: 2rem;
    font-size: 20px;
}

.filter_head a {
    color: var(--secondary);
}

.location_find {
    background-color: var(--primary);
    border-radius: 12px;
    padding: 1rem;
}

.filter_label {
    background-color: #fff;
    border-radius: 25px;
    color: var(--primary);
    border-color: var(--white);
}

.filter_search_btn {
    background-color: #fff;
    border-radius: 25px;
    border-left: 1px solid #ddd;
    color: var(--primary);
    line-height: 1.5;
}

.filter_search_btn:hover {
    color: var(--primary);
}

.filter_search_btn i {
    font-size: 22px;
    vertical-align: middle;
}

.w-70 {
    width: 70% !important;
}

.filter_search p {
    color: #fff;
    margin-top: 13px;
    margin-bottom: 0;
    text-align: right;
}

.filter_search:hover, .filter_search:focus {
    border-color: var(--white);
}

.poster_card {
    background-color: var(--white);
    border: 4px solid var(--primary);
    padding: .5rem 1rem;
    background-image: url('../images/posterbg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.poster_header {
    margin-bottom: .5rem;
}

.poster_logo img {
    width: 150px;
    margin-left: auto;
    display: block;
}

.poster_info h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

.poster_info img {
    width: 100%;
    height: 235px;
    object-fit: contain;
}

.poster_details {
    background-color: var(--info);
    padding: 8px 12px;
}

.poster_details p {
    margin-bottom: 5px;
    font-size: 15px;
}

.person_name p {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
    text-align: center;
    padding: 1rem;
    border: 3px solid var(--secondary);
}

.poster_contact p {
    margin-bottom: 0;
    font-size: 13px;
}

.area_btn {
    background-color: var(--white);
    border-left: 1px solid #ddd !important;
    border-radius: 25px;
}

.area_btn_dropdown {
    border-left: 1px solid #ddd !important;
}

.filter_search input {
    border: 1px solid #fff !important;
    border-left: 1px solid #ddd !important;
}

.select_state {
    border: 1px solid var(--white);
    border-radius: 25px;
}

.filter_input {
    border-radius: 25px;
}

.verify_info {
    background-color: var(--primary);
    padding: 1rem;
    border-radius: 12px;
}

.listing_btn {
    margin: 0 auto;
    display: block;
}

.listing_btn:hover {
    background-color: var(--white);
    color: #000;
}

.optional_addon {
    margin-top: 2rem;
}

.optional_addon h5 {
    color: var(--white);
}

.optional_addon p {
    color: var(--white);
}

.optional_card {
    background-color: var(--white);
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 12px;
}

.optional_card label {
    font-size: 21px;
    line-height: 1;
}

.verify_heading {
    margin-bottom: 2.5rem;
}

.verify_heading h3 {
    color: var(--primary);
    margin-bottom: 0;
}

.success_heading {
    margin-bottom: 3rem;
}

.success_heading p {
    font-size: 28px;
    color: var(--primary);
}

.share_poster {
    background-color: var(--white);
    border-radius: 25px;
    border: 1px solid #fff;
    color: var(--primary);
    border-right: 1px solid #ddd !important;
}

.share_custom_input {
    border-left: 1px solid #ddd !important;
    border-color: var(--white);
    background-color: var(--white) !important;
}

.btn_copy {
    background-color: var(--white);
    border-radius: 25px;
    border-left: 1px solid #ddd !important;
}

.nav_link_pills {
    color: #000;
    padding: .5rem 2.5rem;
    margin: 0 .2rem;
}

.nav_link_pills:hover {
    background-color: var(--secondary) !important;
    color: var(--white);
}

.pills_btn {
    background-color: #ddd !important;
}

.nav-pills .nav_link_pills.active, .nav-pills .show > .nav_link_pills {
    background-color: var(--primary) !important;
    color: var(--white);
}

.tab_content {
    margin-top: 2rem;
}

.my_listing p {
    text-align: left;
    color: #9e9e9e;
    margin-bottom: 2rem;
}

.tab_card {
    box-shadow: var(--shadow);
    padding: 1.5rem 1rem;
    border-radius: 20px;
    border: 0;
    transition: .3s;
    background-color: #fff;
}

.draft_listing {
    border-radius: 12px;
    overflow: hidden;
}

.draft_listing_option.active {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

.draft_listing_option {
    padding: .7rem 1rem;
}

.my_listing a {
    font-size: 13px;
    text-align: left;
}

.volunteer_card {
    min-height: 245px;
}

.volunteer_card img {
    height: 170px;
    object-fit: contain;
}

.volunteer_card h3 {
    font-size: 18px;
}

.volunteer_role_list {
    display: grid;
    gap: 14px;
}

.volunteer_role {
    padding: 16px;
    border: 1px solid rgba(15, 118, 110, .14);
    border-left: 4px solid var(--primary);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(18, 48, 71, .06);
}

.volunteer_role h4 {
    margin-bottom: 8px;
    color: #063b36;
    font-size: 18px;
    font-weight: 600;
}

.volunteer_role p {
    margin-bottom: 0;
    color: #44524f;
    line-height: 1.65;
}

.partner_list {
    padding-left: 1.2rem;
    color: #44524f;
    line-height: 1.8;
}

.volunteer_contact {
    padding: 14px 16px;
    border-radius: 8px;
    background: #eef7f4;
    color: #063b36;
}

.form_card.p-3 {
    position: sticky;
    top: 96px;
}

.select_listing {
    background-color: var(--white);
    box-shadow: var(--shadow);
    padding: 1rem;
    border-radius: 12px;
}

.select_listing {
    position: relative;
}

.listing_btns img {
    width: 40px;
}

.form_card {
    box-shadow: var(--shadow);
    background-color: var(--white);
    padding: 2rem;
    border-radius: 12px;
}

.load {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11111;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
}

.load img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.contact_form {
    padding: 1rem 2rem 1.5rem;
}

.contact_form h3 {
    margin-bottom: 1rem;
    color: var(--primary);
}

.contact_details {
    color: #44524f;
    line-height: 1.75;
}

.contact_details li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(15, 118, 110, .1);
}

.contact_details li:last-child {
    border-bottom: 0;
}

.contact_page {
    background: linear-gradient(180deg, #f7faf8 0%, #ffffff 36%);
}

.contact_page_head {
    max-width: 780px;
    margin-bottom: 28px;
}

.contact_page_head span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact_page_head h3 {
    margin-bottom: 10px;
    color: #063b36;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.contact_page_head p {
    margin-bottom: 0;
    color: #44524f;
    font-size: 16px;
    line-height: 1.7;
}

.contact_priority_row {
    margin-bottom: 20px;
}

.contact_priority_card,
.contact_info_panel,
.contact_map_panel,
.contact_form_panel {
    border: 1px solid rgba(18, 48, 71, .08);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(18, 48, 71, .08);
}

.contact_priority_card {
    min-height: 160px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact_priority_card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #eef7f4;
    color: var(--primary);
}

.contact_priority_card span,
.contact_detail_item span {
    display: block;
    color: #697774;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact_priority_card strong {
    color: #063b36;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.contact_priority_card small {
    color: #44524f;
}

.contact_priority_card_danger {
    border-color: rgba(196, 69, 54, .24);
    background: #fffaf7;
}

.contact_priority_card_danger i {
    background: rgba(196, 69, 54, .12);
    color: var(--secondary);
}

.contact_info_panel {
    padding: 24px;
}

.contact_info_panel h4 {
    margin-bottom: 18px;
    color: #063b36;
    font-size: 22px;
    font-weight: 600;
}

.contact_detail_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact_detail_item {
    display: flex;
    gap: 12px;
    min-height: 104px;
    padding: 16px;
    border: 1px solid rgba(15, 118, 110, .12);
    border-radius: 8px;
    background: #fbfdfc;
}

.contact_detail_item_full {
    grid-column: 1 / -1;
}

.contact_detail_item i {
    color: var(--primary);
    font-size: 18px;
    padding-top: 3px;
}

.contact_detail_item strong {
    display: block;
    margin-top: 4px;
    color: #273735;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.contact_social_row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 118, 110, .12);
}

.contact_social_row span {
    color: #44524f;
    font-weight: 600;
}

.contact_social_row a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eef7f4;
    color: var(--primary);
}

.contact_map_panel {
    margin-top: 20px;
    overflow: hidden;
}

.contact_map_panel iframe {
    display: block;
}

.contact_form_panel {
    position: sticky;
    top: 96px;
    padding: 24px;
}

.contact_form_panel p {
    color: #44524f;
    line-height: 1.65;
}

.summary_w {
    color: var(--white);
    margin-bottom: 1rem;
}

.summary_head h3 {
    text-align: center;
    font-size: 22px;
}

.summary_info {
    margin-top: 1rem;
}

.summary_info p {
    font-size: 14px;
}

.summary_info h4 {
    font-size: 28px;
}

.filter_search select {
    border-top: 1px solid var(--white) !important;
    border-bottom: 1px solid var(--white) !important;
}

.filter_search select:focus:focus {
    border-top: 1px solid var(--white) !important;
    border-bottom: 1px solid var(--white) !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
}

.missing_person_image {
    margin-bottom: 1rem;
}

.advance_search h3 {
    color: var(--primary);
}

.accordion_search {
    border-radius: 12px;
    overflow: hidden;
}

.accordion_search_btn {
    border-radius: 12px !important;
}

.accordion_search_btn:not(.collapsed) {
    color: var(--white);
    background-color: var(--primary);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.search_item {
    border: 0;
    margin-bottom: .7rem;
    border-radius: 15px !important;
}

.search_item label {
    color: #000;
}

.btn_filter {
    border-radius: 7px;
    padding: 7px 25px;
    color: var(--primary);
    background-color: transparent;
    border: 2px solid var(--primary);
}

.btn_filter:hover {
    color: var(--white);
    border-color: var(--secondary);
    background-color: var(--btn_secondary);
}

#map {
    border-radius: 15px;
}

.custom_thead {
    background-color: var(--primary);
    color: var(--white);
}

.btn_reset {
    border-radius: 7px;
    padding: 7px 25px;
    color: var(--danger);
    background-color: transparent;
    border: 2px solid var(--danger);
}

.btn_reset:hover {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--btn_primary);
}

.accordion-body {
    padding: 1rem 0.75rem;
}

.select_options {
    border-top: 1px solid #dbdbdb;
    padding: 9px 1rem;
}

.btn_badge {
    font-size: 13px;
    padding: 2px 9px;
}

.btn_badge span {
    padding: 2px 4px;
    margin-left: 2px;
    font-size: 12px;
}

.search-page-banner {
    background: #f4f8f6;
    overflow: hidden;
}

.search-page-banner img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
}

.search-directory-section {
    background: linear-gradient(180deg, #f7faf8 0%, #ffffff 34%);
}

.search-directory-container {
    max-width: 1320px;
}

.search-directory-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 18px;
    margin: 0 auto 34px;
}

.search-directory-copy {
    min-height: 180px;
    padding: 20px;
    border: 1px solid rgba(15, 118, 110, .14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(18, 48, 71, .08);
}

.search-directory-copy h3,
.filter_head.search-directory-hero h3 {
    margin: 0 0 14px;
    color: #063b36;
    text-align: left;
}

.search-directory-copy p,
.filter_head.search-directory-hero p {
    max-width: 760px;
    margin: 0;
    color: #44524f;
}

.search-directory-tip {
    border-left: 5px solid #c44536;
    background: #fffaf7;
}

.search-directory-tip h3 {
    color: #8f2f25;
}

.pinned-listings h2,
.search-results-title {
    margin: 0 0 18px;
    color: #063b36;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.search-results-title {
    margin-top: 38px;
}

.search-privacy-notice {
    padding: 18px 20px;
    border: 1px solid rgba(15, 118, 110, .18);
    border-left: 5px solid #0f766e;
    border-radius: 8px;
    background: #eef7f4;
    color: #273735;
    font-size: 15px;
    line-height: 1.7;
}

.password_icons {
    position: absolute;
    top: 21%;
    right: 2%;
    font-size: 22px;
    color: var(--primary);
}

.btn_register {
    background-color: var(--profile_bg);
    border: 1px solid #e9e9e9;
    padding: 13px;
}

.btn_register:hover {
    background-color: var(--btn_primary);
    color: var(--white);
}

.modal_list {
    padding: .4rem 1rem;
}

.modal_list_body {
    padding: 2rem 0;
}

.alert_pop {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 12345;
}

#sidebar-nav {
    max-width: 230px;
    width: 100%;
    background-color: var(--primary);
}

.sidebar_link {
    background-color: transparent;
    padding: .7rem 1rem;
    color: var(--white);
    font-size: 15px;
}

.sidebar_link i {
    margin-right: 12px;
}

.sidebar_link:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.sidebar_logo img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    padding: 5px 7px;
    margin: auto;
    display: block;
    background: #fff;
}

.profile_dashboard {
    padding: 1rem 0.5rem;
}

.dashboard_user img {
    width: 70px;
}

.user_name {
    color: var(--white);
}

.user_name h5 {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.8;
}

.user_name h4 {
    margin-bottom: 0;
}

#sidebar {
    transition: unset !important;
    background-color: var(--primary);
    height: 100%;
}

.dashboard_header {
    background-color: var(--white);
    padding: .4rem 1rem;
    border-bottom: 1px solid #ddd;
    z-index: 12345;
}

.dashboard_drop img {
    width: 45px;
    margin-right: 10px;
}

.dashboard_listing {
    border-top: 1px solid rgba(243, 243, 243, 0.58);
    padding: 1rem .5rem;
}

.dashboard_summary {
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 15px;
    box-shadow: var(--shadow);
    background-color: #fafafa;
    /* background-image: url('../images/questionmark.png');
	background-size: 24%;
    background-repeat: no-repeat;
    background-position: top 27% right -2%; */
}

.dashboard_summary h4 {
    color: #b42318;
    font-size: 1.2rem;
}

.dashboard_summary img {
    width: 90px;
    margin: auto;
    display: block;
}

.summary_body {
    font-size: 15px;
}

.hamburger {
    display: inline-block;
    left: 0px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 26px;
    z-index: 999;
}

.hamburger .line {
    background: var(--primary);
    display: block;
    height: 4px;
    border-radius: 3px;;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(1) {
    width: 20px;
}

.hamburger .line:nth-child(2) {
    width: 26px;
}

.hamburger .line:nth-child(3) {
    width: 22px;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger:hover .line {
    width: 26px;
}

.collapsed .hamburger .line:nth-child(1),
.collapsed .hamburger .line:nth-child(3) {
    width: 16px;
    height: 3px;
}

.collapsed .hamburger .line:nth-child(2) {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    width: 26px;
    height: 3px;
}

.collapsed .hamburger .line:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}

.collapsed .hamburger .line:nth-child(3) {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
}

.summary_body p {
    margin-bottom: 0;
    line-height: 2;
}

.work_steps {
    border: 0;
    border-radius: 12px;
    padding: 12px 8px;
    text-align: center;
    min-height: 250px;
    margin-bottom: 1rem;
    box-shadow: var(--shadow);
}

.work_steps img {
    width: 100px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto 20px;
    display: block;
}

.work_steps h3 {
    font-size: 25px;
    color: var(--primary);
}

.work_steps p {
    font-size: 15px;
    margin-bottom: 0;
}

.my_profile input:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
}

.draft_listing p {
    margin-bottom: 0;
}

.draft_options a {
    padding: 0 9px;
    font-size: 18px;
}

input[type="date"] {
    text-transform: uppercase;
}

.select2 {
    width: 100% !important;
    display: block;
    width: 100%;
    padding: 1.625rem 0.75rem .225rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-selection {
    border: 0 !important;
}

input {
    outline: unset;
}

.form_heading {
    margin-bottom: 0;
}

.form_heading p {
    margin-bottom: 0;
}

.custom_input_select {
    height: calc(2.5rem + 2px) !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0 !important;
    font-size: 14px;
}

.custom_inputs {
    height: calc(2.5rem + 2px) !important;
    /* color: #fff; */
}

.custom_floating > label {
    font-size: 14px;
    padding: .5rem .75rem !important;
}

.more_info_card {
    padding: 1rem;
    border: 0;
    margin-bottom: 1.5rem;
    min-height: 350px;
    border-radius: 15px;
    box-shadow: var(--shadow);
}

.more_info_card h5 {
    color: var(--primary);
    text-align: center;
    margin-bottom: 1rem;
}

.donate_card {
    margin: 2rem 0;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.donate_card h5 {
    color: var(--primary);
}

.donate_card p {
    margin: 0;
}

.contact_form i {
    color: var(--primary);
}

.info_main h5 {
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: 400;
}

.info_main span {
    font-weight: 600;
    color: var(--primary);
}

.mh-auto {
    min-height: auto !important;
}

.more_info_form h4 {
    color: var(--primary);
    font-size: 20px;
    text-align: center;
    margin-bottom: 1rem;
}

.poster_text_red h2 {
    color: #b42318;
}

.poster_text_red p {
    color: #000;
    font-size: 19px;
    margin: 5px 0 0;
}

.poster_details b {
    color: var(--primary);
}

.poster_contact h5 {
    color: var(--primary);
}

.info_graph {
    width: 40%;
    margin: 1.5rem auto;
    display: block;
}

.info_boxes b {
    color: var(--primary);
    font-weight: 600;
}

.info_boxes .register_forms h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.4em;
}

.statis_card h2 {
    font-size: 35px;
    line-height: 1.5;
    color: #b42318;
}

.statis_card p {
    color: rgb(0 0 0);
    font-size: 14px;
}

.info_table h5 {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
}

.person_card {
    border: 0;
    padding: 1rem;
    cursor: pointer;
    overflow: hidden;
    border-radius: 30px 0;
    box-shadow: var(--shadow);
    transition: 2s ease;
    height: 100%;
    background-color: #e7f4ef;
}

.person_card:hover {
    box-shadow: inset -2px 0 26px -14px #063b36;
}

.person_img {
    border-bottom: 1px solid #cfe7df;
}

.person_img img {
    width: 150px;
    height: 70px;
    margin-bottom: 1rem;
    object-fit: contain;
}

.person_info {
    margin-top: 1rem;
}

.person_info h5 {
    min-height: 48px;
}

.person_info p {
    font-size: 14px;
}

.person_info .post {
    font-size: 14px;
    color: var(--primary);
}

.person_info .description {
    font-size: 14px;
    overflow: hidden;
    margin: 2rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.person_info .location {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--primary);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.view_person {
    background-color: var(--primary);
    color: #fff;
    padding: 3px 15px;
    border-radius: 25px;
    font-size: 14px;
}

.view_person:hover {
    background-color: var(--secondary);
    color: #fff;
}

.view_details li {
    font-size: 16px;
    line-height: 2.5;
    color: #000;
}

.view_details a {
    color: #000;
}

.view_details i {
    color: var(--primary);
    padding-right: 7px;
}

.brief_view p {
    font-size: 15px;
    margin-top: 1rem;
    text-align: justify;
}

.view_name h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.view_name .view_bar {
    margin-top: 10px;
    color: var(--primary);
    height: 5px;
    opacity: 1;
    width: 50%;
    border-radius: 25px;
}

.modal_content {
    border-radius: 20px;
    border: 0;
}

.close_modal {
    position: absolute;
    right: 2%;
    top: 2%;
}

nav {
    width: 100% !important;
}

@media only screen and (max-width: 768px) {
    .header {
        padding: 8px 0;
    }

    .header_top h1 {
        font-size: 17px;
    }

    .header_top p {
        font-size: 12px;
    }

    .logo img {
        height: 38px;
    }

    .kwara-logo img {
        height: 42px;
    }

    .home_hero {
        min-height: 610px;
    }

    .home_hero_content {
        padding-top: 58px;
        padding-bottom: 30px;
    }

    .home_hero h1 {
        font-size: 34px;
    }

    .home_hero p {
        font-size: 15px;
    }

    .urgency_strip_head h2 {
        font-size: 21px;
    }

    .safestate_banner {
        padding: 42px 10px;
    }

    .safestate_banner_panel {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px;
    }

    .safestate_banner_icon {
        width: 60px;
        height: 60px;
        border-radius: 16px;
        font-size: 24px;
    }

    .safestate_banner_content h2 {
        font-size: 24px;
    }

    .safestate_banner_content p {
        font-size: 14px;
    }

    .safestate_banner_link {
        justify-self: stretch;
        width: 100%;
    }

    .home_search {
        min-height: 390px;
    }

    .home_search form {
        padding: 22px 16px;
    }

    .home_search h2 {
        font-size: 23px;
    }

    .home_search .search_bar {
        grid-template-columns: 1fr 52px;
        padding: 5px;
        border-radius: 12px;
    }

    .home_search .search_input {
        min-height: 48px;
        padding-left: 14px;
        font-size: 14px;
    }

    .home_search .site_btn_input_append {
        min-width: 48px;
        min-height: 48px;
        border-radius: 9px;
    }

    .home_search .site_btn_input_append span {
        display: none;
    }

    .home_signup_section {
        padding: 42px 10px;
    }

    .home_signup_card {
        padding: 20px;
    }

    .home_signup_card .heading h3 {
        font-size: 21px;
    }

    .home_how_it_works {
        padding: 46px 10px;
    }

    .home_how_it_works:before {
        display: none;
    }

    .home_section_head {
        margin-bottom: 24px;
        text-align: left;
    }

    .home_section_head h2 {
        font-size: 26px;
    }

    .home_step_card {
        min-height: auto;
        padding: 24px;
    }

    .home_step_number {
        font-size: 46px;
    }

    .home_options,
    .home_support,
    .home_partnership {
        padding: 44px 10px;
    }

    .option_card {
        min-height: auto;
        padding: 22px;
    }

    .option_icon {
        width: 66px;
        height: 66px;
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .option_icon img {
        width: 36px;
        height: 36px;
    }

    .home_option_index {
        top: 22px;
        right: 22px;
        font-size: 44px;
    }

    .option_body h3 {
        font-size: 20px;
    }

    .psychologically_content h3,
    .home_get_involved h3,
    .patner_heading h3 {
        font-size: 26px;
    }

    .patner_heading h3 {
        margin-bottom: 26px;
    }

    .patnership_logos {
        row-gap: 12px;
    }

    .patnership_logos > .col-4 {
        width: 50%;
    }

    .patnership_logos img {
        height: 92px;
        padding: 16px;
        border-radius: 12px;
    }

    .info_page_hero {
        min-height: 380px;
    }

    .info_page_hero_content {
        padding: 58px 0;
    }

    .info_page_hero_content h1 {
        font-size: 34px;
    }

    .info_page_hero_content p {
        font-size: 15px;
    }

    .info_page_body {
        padding: 48px 10px;
    }

    .info_page_panel {
        padding: 24px;
    }

    .info_page_panel h2,
    .info_statement_band h2,
    .info_page_section_head h2 {
        font-size: 26px;
    }

    .info_page_actions,
    .info_statement_band {
        grid-template-columns: 1fr;
    }

    .info_page_actions .site_btn,
    .info_statement_band .site_btn {
        width: 100%;
    }

    .info_feature_grid,
    .safestate_pillars {
        grid-template-columns: 1fr;
    }

    .info_feature_card {
        min-height: auto;
        padding: 22px;
    }

    .info_page_image_card img {
        min-height: 280px;
    }

    .about_platform_hero {
        padding: 42px 10px;
    }

    .about_platform_hero .info_page_hero_content {
        max-width: none;
    }

    .about_platform_hero_media {
        border-radius: 18px;
    }

    .about_platform_hero_media img {
        min-height: 210px;
    }

    .safestate_light_hero .about_platform_hero_media {
        min-height: 210px;
    }

    .safestate_light_hero .about_platform_hero_media img {
        width: min(190px, 68%);
        min-height: 0;
    }

    .safestate_light_body .info_feature_grid {
        grid-template-columns: 1fr;
    }

    .safestate_light_body .info_feature_card,
    .safestate_light_body .info_feature_card:nth-child(4),
    .safestate_light_body .info_feature_card:nth-child(5) {
        grid-column: auto;
    }

    .about_platform_body .info_page_panel {
        padding: 24px;
    }

    .about_platform_body .info_feature_card {
        min-height: auto;
    }

    .home_support_panel {
        padding: 18px;
        border-radius: 14px;
    }

    .home_support_visual {
        padding: 12px;
        border-radius: 14px;
        box-shadow: 10px 10px 0 rgba(15, 118, 110, 0.14);
    }

    .home_support_visual:hover {
        transform: translate(-3px, -3px);
        box-shadow: 14px 14px 0 rgba(15, 118, 110, 0.14);
    }

    .home_support_badge {
        left: 22px;
        bottom: 22px;
        font-size: 12px;
        padding: 8px 10px;
    }

    .home_support_content {
        padding: 4px 0 0;
    }

    .home_get_involved {
        min-height: auto;
        padding: 54px 10px;
    }

    .home_involved_panel {
        padding: 22px;
        border-radius: 14px;
    }

    .home_get_involved h3 {
        font-size: 28px;
    }

    .home_get_involved p {
        font-size: 15px;
    }

    .home_involved_actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home_involved_cards {
        margin-top: 4px;
    }

    .home_involved_card,
    .home_involved_card:nth-child(2) {
        min-height: 62px;
        padding: 13px;
        transform: none;
    }

    .home_involved_card:hover,
    .home_involved_card:nth-child(2):hover {
        transform: translateY(-3px);
    }

    .home_hero {
        min-height: 660px;
        align-items: end;
    }

    .home_hero_overlay {
        background: linear-gradient(0deg, rgba(6, 59, 54, 0.95) 0%, rgba(15, 118, 110, 0.78) 60%, rgba(18, 48, 71, 0.24) 100%);
    }

    .home_hero_content {
        padding-top: 80px;
        padding-bottom: 38px;
    }

    .home_hero_label {
        font-size: 12px;
        padding: 8px 10px;
        margin-bottom: 16px;
    }

    .home_hero h1 {
        font-size: 36px;
        line-height: 1.12;
    }

    .home_hero p {
        font-size: 16px;
        line-height: 1.55;
    }

    .home_hero_actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .urgency_strip {
        padding: 32px 0;
    }

    .urgency_panel {
        padding: 18px;
        border-radius: 14px;
    }

    .urgency_strip_head {
        display: grid;
        gap: 10px;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .urgency_strip_head h2 {
        font-size: 22px;
        text-align: left;
    }

    .urgency_stats_grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .urgency_stat {
        grid-template-columns: 40px 1fr;
        min-height: 112px;
        padding: 15px;
        border-radius: 12px;
    }

    .urgency_stat_icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 16px;
    }

    .urgency_stat strong {
        font-size: 28px;
    }

    .urgency_stat_alert strong {
        font-size: 32px;
    }

    .timeline img {
        width: 100%;
    }

    .timeline li:nth-child(odd) {
        padding-right: 1.2rem;
    }

    .timeline li:nth-child(even) {
        padding-left: 1.2rem;
    }

    .sidemenu {
        width: 35px;
    }

    .nav_link {
        padding: 1rem 10px !important;
    }

    .summary_details {
        padding: 0;
    }

    .summary_detail h4 {
        font-size: 15px;
    }

    .summary_numbers p {
        font-size: 11px;
    }

    .logo {
        margin: 0;
    }

    .get_involved_content h3 {
        font-size: 30px;
    }

    .get_involved_content p {
        font-size: 1rem;
    }

    .summary_filter {
        margin-bottom: 10px !important;
    }

    .statistics_card {
        border: 0;
        margin-bottom: 1rem;
    }

    .statistics_card h4 {
        font-size: 25px;
    }

    .statistics_card h5 {
        font-size: 14px;
    }

    .toast_custom {
        width: 90%;
    }

    .filter_search input {
        width: 15% !important;
    }

    .nav_link_pills {
        padding: .5rem 1rem;
    }

    .sidebar {
        position: fixed;
        height: 100%;
        top: 0;
        z-index: 12345;
    }

    .scroll_tabs {
        display: none;
    }

    #filter .form-control {
        font-size: 14px;
    }

    #filter .form-select {
        font-size: 14px;
    }

    .modal_list_body {
        padding: 2rem;
    }

    .form_card.p-3 {
        position: static;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px) {
    .statistics_card h5 {
        font-size: 12px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) {
    .option_body {
        min-height: 255px;
    }

    .footer_link a {
        font-size: 12px;
        white-space: nowrap;
    }

    .summary_filter {
        font-size: 18px;
    }

    .summary_detail h4 {
        font-size: 22px;
    }

    .summary_head h3 {
        font-size: 22px;
    }

    .custom_col {
        width: 50%;
    }

    .volunteer_card {
        min-height: 265px;
    }

    .order-md-last {
        order: unset !important;
    }

    .nav_link {
        padding: 1rem 10px !important;
    }

    .navbar-nav.align-items-md-center {
        align-items: end !important;
    }

    .get_involved_content .col-md-8 {
        width: 80%;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    .nav_link {
        padding: 0 5px;
    }

    .custom_col {
        width: 50%;
    }

    .my_listing a {
        padding: 7px 9px;
        font-size: 13px;
    }

    .my_listing table {
        font-size: 13px;
    }
}

select option {
    color: black;
}

.transparent:read-only, .transparent:read-only {
    background-color: transparent !important;
}

@media (max-width: 992px) {
    .navbar-collapse {
        order: 7 !important;
    }

    .search-directory-hero {
        grid-template-columns: 1fr;
    }

    .search-directory-copy {
        min-height: 0;
    }

    .contact_form_panel {
        position: static;
    }
}

@media (max-width: 767px) {
    .search-page-banner img {
        max-height: 220px;
    }

    .search-directory-section {
        padding: 34px 10px;
    }

    .search-directory-copy {
        padding: 22px 18px;
    }

    .search-directory-copy h3,
    .filter_head.search-directory-hero h3 {
        font-size: 22px;
    }

    .search-directory-copy p,
    .filter_head.search-directory-hero p {
        font-size: 15px;
        line-height: 1.65;
    }

    .search-privacy-notice {
        padding: 16px;
        font-size: 14px;
    }

    .contact_page_head h3 {
        font-size: 25px;
    }

    .contact_priority_card {
        min-height: 0;
    }

    .contact_info_panel,
    .contact_form_panel {
        padding: 18px;
    }

    .contact_detail_grid {
        grid-template-columns: 1fr;
    }

    .contact_detail_item {
        min-height: 0;
    }
}

.all_pop_errors {
    font-size: 14px;
    margin: 0 0 0 12px;
}

.highlightKeywords {
    background-color: #f2b705;
    color: #123047;
}

.ui-widget.ui-widget-content {
    z-index: 1234567 !important;
}

.modal {
    z-index: 123456;
}

.modal-backdrop {
    z-index: 12345;
}
