/*************************************************************************************
    EDUTIC JOBS PORTAL STYLES
    Version: 1.0
    Last Updated: 2025
**************************************************************************************/

/*************************************************************************************
    FONTS & BASE STYLES
**************************************************************************************/
body * {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

/*************************************************************************************
    COLOR HELPERS
**************************************************************************************/
.color-primary { color: #ff8b03 !important; }
.color-secondary { color: #80b327 !important; }
.color-text { color: #4b4b4b !important; }

.background-primary { background-color: #ff8b03 !important; }
.background-secondary { background-color: #80b327 !important; }
.background-light { background-color: #f0f0f0 !important; }
.background-grey-light { background-color: #eeeeee !important; }

.background-primary-transparent { background-color: rgba(255, 139, 3, 0.7) !important; }
.background-secondary-transparent { background-color: rgba(204, 51, 102, 0.7) !important; }
.background-primary-light-transparent { background-color: rgba(255, 139, 3, 0.3) !important; }

.text-orange { color: #ff8b03 !important; }
.bg-orange { background: #ff8b03 !important; }
.bg-light-ghost { background: #f4f5f7 !important; }
.bg-black { background: #000 !important; }

.border-bottom-grey { border-bottom: 1px solid #e0e0e0; }

/*************************************************************************************
    BUTTONS
**************************************************************************************/
.btn {
    border-radius: 50px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #ff8b03;
    border-color: #ff8b03;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
    color: #fff !important;
    background-color: #ff8b03;
    border-color: #ff8b03;
    text-decoration: underline !important;
}

.btn-primary:disabled {
    color: #888 !important;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-outline-primary,
.btn-outline-primary:focus {
    background-color: #fff;
    color: #ff8b03;
    border-color: #ff8b03;
}

.btn-outline-primary:hover {
    background-color: #ff8b03;
    color: #fff;
    border-color: #ff8b03;
}

.btn-secondary {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-secondary:hover {
    filter: brightness(120%);
    color: #fff;
}

.btn-transparent,
.btn-transparent:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: #fff;
}

.btn-transparent:hover {
    color: #444 !important;
    background-color: rgba(255, 255, 255, 0.67);
    border-color: rgba(255, 255, 255, 0.67);
}

.btn-alumni {
    color: #000;
    background-color: #ff8b03;
    border-color: #ff8b03;
    border-width: 2px;
    padding: 5px 12px;
}

.btn-alumni:hover,
.btn-alumni:active {
    color: #000 !important;
    background-color: #80b327;
    border-color: #80b327;
}

.btn-alumni:disabled {
    color: #888;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-alumni-secondary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-width: 2px;
    padding: 5px 12px;
}

.btn-alumni-secondary:hover,
.btn-alumni-secondary:active {
    filter: brightness(120%);
    color: #fff;
}

.btn-info {
    color: #000;
    background-color: #ff8b03;
    border-color: #ff8b03;
}

.btn-info:hover,
.btn-info:active {
    background-color: #80b327;
    color: #000 !important;
    border-color: #80b327;
}

.btn-info:disabled {
    color: #888;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-success {
    border-radius: 50px !important;
}

#filters .btn-success:hover,
#filters .btn-success:active {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}

#job_offer .btn-success {
    background-color: #ff8b03;
    color: #000;
    border-color: #ff8b03;
}

#job_offer .btn-success:hover,
#job_offer .btn-success:active {
    background-color: #80b327;
    color: #000 !important;
    border-color: #80b327;
}

.btn-white-pill {
    color: #808080 !important;
    background: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 999px !important;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 17px 26px;
    transition: all 0.3s ease;
}

.btn-white-pill:hover {
    background: #f7f7f7;
    color: #222;
    border-color: #d8dfe6;
}

.bn-btn {
    border-radius: 50px !important;
    padding: 17px 26px;
}

/*************************************************************************************
    HEADER
**************************************************************************************/
.navbar-toggler {
    border-color: #ff8b03;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 139, 3, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#header {
    background-color: #fff !important;
    border-bottom: 2px solid #f0f0f0;
}

#header .logo-edutic {
    max-width: 300px;
}

.lower-logo {
    margin-left: -5px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600;
    color: #ff8b03;
    padding-left: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #80b327;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ff8b03;
    background-color: #fff;
}

.navbar-default .navbar-nav .show,
.navbar-default .navbar-nav .show:hover,
.navbar-default .navbar-nav .show:focus {
    color: #ff8b03;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a.login {
    border: 3px solid #ff8b03;
    border-radius: 50px;
    color: #ff8b03;
    padding: 10px 20px !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a.login:hover {
    background-color: #ff8b03;
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a.portalCompany {
    border: 3px solid #ff8b03;
    border-radius: 50px;
    color: #fff !important;
    padding: 10px 20px !important;
    background-color: #ff8b03 !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a.portalCompany:hover {
    background-color: #80b327 !important;
    border-color: #80b327 !important;
}

.dropdown-menu {
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#header .dropdown-menu .dropdown-item,
#header .dropdown-menu > li > a {
    color: #ff8b03 !important;
    transition: all 0.3s ease;
}

#header .dropdown-menu .dropdown-item:hover,
#header .dropdown-menu > li > a:hover {
    background-color: #f8f9fa;
    color: #ff8b03 !important;
}

@media (min-width: 768px) {
    #header .logo-edutic {
        margin: 0 20px 2px 0;
    }
    .navbar-nav {
        margin: inherit;
        margin-top: 20px !important;
    }
    #header {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #header .logo-edutic {
        margin: 2px 20px 2px 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .nav > li > a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

/*************************************************************************************
    FOOTER
**************************************************************************************/
#footer {
    background: #FFFFFF !important;
    border-top: 2px solid #f0f0f0;
}

#footer .logo-footer {
    width: 300px;
}

.footer-column h2 {
    color: #ff8b03 !important;
    font-weight: 600;
    font-size: 1.5rem;
}

.footer-column h3 {
    color: #0a0a0a !important;
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 600;
}

.footer-column .column-list .list .item-wrap a {
    color: #ff8b03 !important;
    font-size: 1.125rem;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-column .column-list .list .item-wrap a:hover {
    color: #80b327 !important;
    text-decoration: underline;
}

.copyright {
    background-color: #000 !important;
}

/*************************************************************************************
    HOME PAGE - HERO SECTION
**************************************************************************************/
.hero-section {
    min-height: 500px;
}

.card {
    background: transparent;
    border: none;
}

.display-1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.2;
}

.display-4 {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    line-height: 1.3;
}

.display-5 {
    font-size: clamp(1.5rem, 3vw, 3.5rem);
    line-height: 1.1;
    font-weight: 400 !important;
}

/*************************************************************************************
    FEATURE ITEMS / PILL BUTTONS
**************************************************************************************/
.items-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.item.features-image .item-wrapper.item-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 9999px;
    padding: 6px;
    max-width: 320px;
    transition: all 0.3s ease;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.item.features-image .item-wrapper.item-tag:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    border-color: #ff8b03;
}

.item-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.item-content .item-title {
    color: #898989;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin-right: 10px;
}

/*************************************************************************************
    EDUCACIÓN SUPERIOR SECTION
**************************************************************************************/
.edu-sup .items-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
}

.edu-sup .item-wrapper {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.edu-sup .item-wrapper:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.edu-sup .icon-wrapper {
    color: #ff8b03;
    margin-bottom: 15px;
}

.edu-sup .item-title {
    font-size: 20px;
    font-weight: bold;
    color: #ff8b03;
    margin-bottom: 10px;
}

.edu-sup .item-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

/*************************************************************************************
    LIST SECTION (NUMBERED ITEMS)
**************************************************************************************/
.list-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
}

.list-sec .title-wrapper {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 0;
}

.list-sec .title-wrapper p {
    color: #ff8b03;
    font-weight: 300;
    margin: 0;
    font-size: 1.375rem;
}

.list-sec .title-wrapper h2 {
    color: #ff8b03;
    font-weight: 300;
    font-size: 2.625rem;
    margin: 0;
}

.list-sec .text-wrapper {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 0;
}

.list-sec .text-wrapper p {
    color: #58595b;
    font-weight: 300;
    margin: 0;
    font-size: 1.25rem;
}

.list-sec .text-wrapper .item-text .text-primary {
    color: #ff8b03 !important;
    font-weight: 300;
    margin: 0;
    font-size: 1.25rem;
}

/*************************************************************************************
    PUBLISH SECTION (TABS)
**************************************************************************************/
.publish-section {
    scroll-margin-top: 80px;
    padding: 60px 0;
}

.publish-tabs {
    border: 1px solid #e2e6ea;
}

.publish-tabs .nav-link {
    border: 1px solid #e2e6ea;
    border-radius: 0;
    color: #ff8b03;
    padding: 20px !important;
    text-align: center;
    background: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.publish-tabs .nav-item:last-child .nav-link {
    border-right: 0;
}

.publish-tabs .nav-link:hover,
.publish-tabs .nav-link:focus {
    color: #fff !important;
    background-color: #ff8b03;
    outline: none;
    box-shadow: none;
}

.publish-tabs .nav-link.active {
    color: #fff !important;
    background-color: #ff8b03 !important;
    border: 1px solid #ff8b03 !important;
}

.publish-section .card-wrapper {
    border: 1px solid #e2e6ea;
    overflow: hidden;
    border-radius: 12px;
}

.publish-section h4 {
    font-size: 1.25rem;
}

.object-cover {
    object-fit: cover;
    display: block;
    min-height: 220px;
}

@media (min-width: 992px) {
    .object-cover {
        max-height: 310px;
    }
    .publish-tabs .nav-link {
        padding-top: clamp(28px, 6vw, 90px) !important;
    }
}

/*************************************************************************************
    CASES SECTION
**************************************************************************************/
.cs-ext .embla {
    position: static;
}

.cs-ext .embla__viewport {
    overflow: visible;
}

.cs-ext .embla__container {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    align-items: center;
    gap: 18px;
}

.cs-ext .embla__slide {
    width: auto !important;
    margin: 0 !important;
    padding: 0;
}

.cs-ext .embla__slide .item-wrapper.item-tag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 9999px;
    padding: 6px;
    max-width: 320px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .cs-ext .embla__container {
        grid-template-columns: repeat(4, max-content);
        gap: 16px;
    }
}

@media (max-width: 991.98px) {
    .cs-ext {
        padding: 22px 0;
    }
    .cs-ext .embla__container {
        grid-template-columns: repeat(3, max-content);
        gap: 14px;
    }
    .cs-ext .embla__slide .item-wrapper.item-tag {
        max-width: 280px;
    }
    .cs-ext .embla__slide .item-content .item-title {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .cs-ext .embla__container {
        grid-template-columns: repeat(2, max-content);
        gap: 12px;
    }
    .cs-ext .embla__slide .item-wrapper.item-tag {
        max-width: 240px;
    }
}

/*************************************************************************************
    ASSOCIATE PORTALS (COMPANY LOGOS)
**************************************************************************************/
.associate-portals {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.associate-portal {
    padding: 15px;
    border: 1px solid #eaeaea;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-width: 150px;
    min-height: 100px;
}

.associate-portal:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.associate-portal img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .associate-portal {
        flex: 1 0 25%;
    }
}

@media (min-width: 992px) {
    .associate-portal {
        flex: 1 0 11%;
    }
}

/*************************************************************************************
    RESPONSIVE UTILITIES
**************************************************************************************/
@media (max-width: 767px) {
    .hero-section {
        min-height: 400px;
    }
    .display-1 {
        font-size: 2rem;
    }
    .display-4 {
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-section {
        min-height: 450px;
    }
}

/*************************************************************************************
    UTILITY CLASSES
**************************************************************************************/
.mt20-xs {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .mt20-xs {
        margin-top: 0;
    }
}

.clearfix {
    clear: both;
}

.mb70 {
    margin-bottom: 70px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt40 {
    margin-top: 40px;
}

.p40 {
    padding: 40px;
}

.pt0 {
    padding-top: 0;
}

.fz16 {
    font-size: 16px;
}

.fw-semibold {
    font-weight: 600;
}