:root {
    --sasscal-orange: #f37021;
    --sasscal-orange-no-hover: #ea925b;
    --sasscal-green: #006837;
    --sasscal-dark: #212529;
}

.logo-container {
    padding: 0 0 20px;
    background-color: #fff;
}

.main-logo-img {
    max-height: 150px;
    width: auto;
}
.partner-logo-img {
    max-height: 180px;
    width: auto;
}
.center-logo-img {
    max-height: 180px;
    width: auto;
}

.center-log-row {
    margin-top: -85px;
}

.partner-row {
    margin-top: -75px;
}

/* Mobile rendering adjustments (sm and below) */
@media (max-width: 576px) {
    .logo-container {
        padding: 10px 0;
    }

    /* Smaller heights for mobile */
    .main-logo-img {
        max-height: 50px;
    }
    .center-logo-img {
        max-height: 70px;
    }
    .partner-logo-img {
        max-height: 50px;
    }

    /* Reduce spacing between logo rows on mobile */
    .row-gap-mobile {
        row-gap: 1rem !important;
    }

    /* Center everything on mobile for better balance */
    .mobile-center {
        text-align: center !important;
    }
    .mobile-center .d-inline-flex {
        justify-content: center !important;
        width: 100%;
    }

    .center-log-row {
        margin-top: 0;
    }

    .partner-row {
        margin-top: 0;
    }
}

.bg-sasscal-green {
    background-color: var(--sasscal-green);
}
.text-sasscal-orange {
    color: var(--sasscal-orange);
}
.btn-sasscal {
    background-color: var(--sasscal-orange);
    color: white;
    border: none;
}
.btn-sasscal:hover {
    background-color: #d65d1a;
    color: white;
}
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/hero-bg.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 180px 0;
}
.feature-icon {
    font-size: 2rem;
    color: var(--sasscal-orange);
}

section, .section {
    padding: 80px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

.border-orange {
    border-top: 4px solid var(--sasscal-orange) !important;
}

footer {
    padding-top: 50px;
}

.icon-link-color-foo {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--sasscal-orange-no-hover);
    mask: url('../images/link-45deg.svg') no-repeat center;
    mask-size: contain;
    -webkit-mask: url('../images/link-45deg.svg') no-repeat center;
    -webkit-mask-size: contain;
    vertical-align: middle;
}

.icon-link-color-foo:hover {
    background-color: var(--sasscal-orange);
}

footer a:hover {
    color: var(--sasscal-orange) !important;
}

.form-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #444;
}
.section-header {
    border-left: 5px solid var(--sasscal-orange);
    padding-left: 15px;
    margin: 40px 0;
}
.upload-box {
    border: 2px dashed #dee2e6;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
}
.upload-box:hover {
    border-color: var(--sasscal-orange);
    background-color: #fff9f6;
}

.page-title {
    text-align: center;
    padding: 30px 0;
}

.page-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.page-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.page-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--sasscal-green);
    bottom: 0;
    left: calc(50% - 20px);
}

.page-title p {
    margin-bottom: 0;
    font-size: 14px;
    color: #919191;
}

/* Language Bar Styling */
.language-bar {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}
#google_translate_element {
    display: inline-block;
}
/* Hide the Google Translate "Powered by" text for a cleaner look */
.goog-logo-link {
    display:none !important;
}
.goog-te-gadget {
    color: transparent !important;
    font-size: 0;
}
.goog-te-gadget .goog-te-combo {
    font-size: 0.8rem !important;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
