/* GECA public site — navy #00246c + orange #e48430 */
body {
    font-family: "Poppins", "Segoe UI", Tahoma, sans-serif;
    background: #eef2f7;
}

#preloader {
    background-color: #eef2f7 !important;
}

.geca-home-header {
    background: linear-gradient(90deg, #001a52 0%, #00246c 55%, #0c3c78 100%);
    border-bottom: 3px solid #e48430;
    box-shadow: 0 8px 24px rgba(0, 36, 108, 0.18);
    font-family: "Poppins", "Segoe UI", Tahoma, sans-serif;
}

.geca-home-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 24px;
}

.geca-home-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    text-decoration: none !important;
    font-family: "Poppins", "Segoe UI", Tahoma, sans-serif;
}

.geca-home-brand:hover,
.geca-home-brand:focus,
.geca-home-brand:active {
    text-decoration: none !important;
}

.geca-home-brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e48430;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
    flex: 0 0 58px;
}

.geca-home-header .geca-home-brand h1,
.geca-home-brand h1 {
    margin: 0 0 4px;
    font-family: "Poppins", "Segoe UI", Tahoma, sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.35 !important;
    letter-spacing: 0.2px;
}

.geca-home-header .geca-home-brand h2,
.geca-home-brand h2 {
    margin: 0;
    font-family: "Poppins", "Segoe UI", Tahoma, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #f0c890 !important;
    line-height: 1.4 !important;
}

.geca-home-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 16px;
}

.geca-home-links a {
    font-family: "Poppins", "Segoe UI", Tahoma, sans-serif !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap;
    letter-spacing: 0.2px !important;
    line-height: 1.4 !important;
    border: 1px solid rgba(240, 200, 144, 0.45);
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, 0.06);
}

.geca-home-links a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.geca-home-links a:hover,
.geca-home-links a:focus,
.geca-home-links a:active {
    color: #00246c !important;
    background: #f0c890;
    border-color: #f0c890;
    text-decoration: none !important;
}

.geca-home-links a .fas,
.geca-home-links a i {
    margin-right: 6px;
}

.geca-home-links select.form-control {
    height: 34px;
    min-width: 160px;
    font-size: 13px;
}

.header-top-area,
.geca-public-brand {
    display: none;
}

.top-banner-area {
    background: transparent;
    padding: 48px 0 56px !important;
}

.geca-home-split {
    padding: 28px 0 48px !important;
    background:
        linear-gradient(180deg, #f4f7fb 0%, #e8eef6 55%, #f7f4ee 100%);
}

.geca-home-split-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.geca-about-card,
.geca-modules-panel {
    background: #fff;
    border: 1px solid #d7e0ec;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 40, 80, 0.08);
    overflow: hidden;
    min-height: 100%;
}

.geca-about-photo {
    position: relative;
    height: 188px;
    background: linear-gradient(180deg, #eef3f9 0%, #e4ebf4 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.geca-about-photo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 188px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.geca-about-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: #e48430;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.geca-about-welcome {
    background: #fff;
    padding: 16px 22px 14px;
    border-bottom: 3px solid #e48430;
}

.geca-about-welcome .intro {
    color: #e48430 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 4px !important;
}

.geca-about-welcome .title {
    color: #00246c !important;
    border-bottom: 0 !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

.geca-about-body {
    padding: 16px 18px 18px;
    background: #fff;
}

.geca-about-sections {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.geca-about-sections section {
    padding: 12px 14px 13px;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 4px 12px rgba(0, 36, 108, 0.06);
}

.geca-about-sections section:nth-child(1) {
    background: #fff8ef;
    border-left: 4px solid #e48430;
}

.geca-about-sections section:nth-child(2) {
    background: #eaf0fa;
    border-left: 4px solid #00246c;
}

.geca-about-sections section:nth-child(3) {
    background: #fff8ef;
    border-left: 4px solid #e48430;
}

.geca-about-sections h3 {
    margin: 0 0 6px;
    color: #00246c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.geca-about-sections p,
.geca-about-body p,
.geca-about-body .text {
    margin: 0;
    color: #334155 !important;
    font-size: 13px !important;
    line-height: 1.75 !important;
    text-align: justify !important;
    text-justify: inter-word;
}

.geca-about-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.geca-about-facts li {
    background: #fff8ef;
    border: 1px solid #ead9c4;
    color: #00246c;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 999px;
}

.geca-modules-panel {
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.geca-modules-panel .geca-module-cards--side {
    padding: 0 16px 16px;
    height: 100%;
}

.top-banner-content .intro {
    color: #e48430 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.top-banner-content .title {
    color: #00246c !important;
    border-bottom: 3px solid #e48430 !important;
    font-size: 28px !important;
    line-height: 1.3 !important;
    padding-bottom: 12px !important;
    margin-bottom: 18px !important;
}

.top-banner-content .text {
    color: #334155 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.top-banner-img::before {
    background: #00246c !important;
}

.geca-public-footer {
    margin-top: 8px;
    background: #fff;
    border-top: 3px solid #e48430;
    box-shadow: 0 -8px 24px rgba(0, 36, 108, 0.06);
}

.geca-public-footer-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 22px 24px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.geca-public-footer-brand strong {
    display: block;
    color: #00246c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.geca-public-footer-brand em {
    display: block;
    margin-top: 4px;
    color: #e48430;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}

.geca-public-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 12px;
}

.geca-public-footer-nav a {
    color: #00246c !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    padding: 6px 10px;
    border-radius: 999px;
}

.geca-public-footer-nav a:hover,
.geca-public-footer-nav a:focus,
.geca-public-footer-nav a:active {
    color: #fff !important;
    background: #00246c;
    text-decoration: none !important;
}

.footer-bottom-area,
footer .footer-bottom-area,
.geca-public-footer .footer-bottom-area {
    background: #00246c !important;
    border-top: 0;
    padding: 12px 16px;
}

.copyright,
.footer-bottom-area p {
    color: #fff !important;
    white-space: normal;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .geca-home-split-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .geca-home-header-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 14px 12px;
    }
    .geca-home-brand {
        flex-direction: column;
    }
    .geca-home-brand h1 { font-size: 15px; }
    .geca-home-brand h2 { font-size: 13px; }
    .geca-home-links { justify-content: center; }
    .geca-home-split-inner {
        grid-template-columns: 1fr;
        padding: 0 14px;
    }
    .geca-public-footer-main {
        flex-direction: column;
        text-align: center;
        padding: 18px 16px 14px;
    }
    .geca-public-footer-nav {
        justify-content: center;
    }
}
