/* =========================================================
   EURAS HUB — CLEAN USER.CSS
========================================================= */


/* =========================================================
   GLOBAL
========================================================= */

body {
    background: #f5f5f5;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   HEADER
========================================================= */

.container-header {
    background: #333333 !important;
    background-image: none !important;
    box-shadow: none !important;
    padding-top: 18px;
    padding-bottom: 18px;
}


/* =========================================================
   BRANDING
========================================================= */

.container-header .navbar-brand,
.container-header .navbar-brand a {
    color: #ffffff !important;
    font-size: 2.6rem !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.container-header .navbar-brand img,
.container-header .site-logo img,
.brand-logo img {
    max-height: 63px !important;
    width: auto !important;
}


/* =========================================================
   MENU
========================================================= */

.container-header .mod-menu > li > a,
.container-header .navbar-nav > li > a {
    color: #ffffff !important;
    background: transparent !important;
    text-decoration: none !important;
    font-weight: 600;
}

.container-header .mod-menu > li > a:hover,
.container-header .navbar-nav > li > a:hover {
    color: #d0d0d0 !important;
}

.container-header .mod-menu > li.current > a,
.container-header .navbar-nav > li.current > a,
.container-header .mod-menu > li.active > a[aria-current="page"],
.container-header .navbar-nav > li.active > a[aria-current="page"] {
    color: #f79d20 !important;
}


/* =========================================================
   REMOVE JOOMLA CLUTTER
========================================================= */

.breadcrumb,
.mod-breadcrumbs,
.breadcrumbs,
.page-header h1 {
    display: none !important;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.container-component,
.grid-child.container-component {
    padding-top: 40px !important;
    padding-bottom: 80px !important;
    max-width: 1400px;
    margin: 0 auto;
}


/* =========================================================
   HOME
========================================================= */

.euras-home {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 28px 120px 28px;
}

.euras-home h1 {
    max-width: 1000px;
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 42px;
    color: #222222;
}

.euras-home p {
    max-width: 1000px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #222222;
}


/* =========================================================
   SECTIONS
========================================================= */

.euras-section {
    margin-top: 90px;
}

.euras-section h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}


/* =========================================================
   GRID
========================================================= */

.euras-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.euras-grid div {
    background: #ffffff;
    padding: 28px;
    border-top: 4px solid #f79d20;
}

.euras-grid h3 {
    margin-top: 0;
    font-size: 1.3rem;
}

.euras-grid p {
    font-size: 1rem;
    line-height: 1.6;
}


/* =========================================================
   DARK SECTION
========================================================= */

.euras-dark-section {
    background: #333333;
    margin-top: 100px;
    padding: 100px 60px;
    color: white;
}

.euras-dark-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.euras-dark-section h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
    color: white;
}

.euras-dark-section p {
    font-size: 1.15rem;
    line-height: 1.9;
    max-width: 1000px;
    color: #dddddd;
}

.euras-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.euras-dark-grid div {
    border-left: 4px solid #f79d20;
    padding-left: 24px;
}


/* =========================================================
   BANNER
========================================================= */

.euras-banner {
    width: 100%;
    max-height: 887px;
    overflow: hidden;
    margin-bottom: 90px;
}

.euras-banner img {
    width: 100%;
    height: 887px;
    object-fit: cover;
    display: block;
}


/* =========================================================
   ASSOCIATES
========================================================= */

.euras-associates-intro {
    max-width: 900px;
    margin: 60px auto 40px auto;
    text-align: center;
    padding: 0 20px;
}

.euras-associates-intro h1 {
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 25px;
}

.euras-associates-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #666666;
}

#euras-associates-grid {
    max-width: 1400px;
    margin: 0 auto 80px auto;
    padding: 30px;

    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.euras-associate-card {
    width: 330px;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s ease;
}

.euras-associate-card:hover {
    transform: translateY(-5px);
}

.euras-associate-image {
    height: 320px;
    overflow: hidden;
    background: #ffffff;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 20px;
    box-sizing: border-box;
}

.euras-associate-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.euras-associate-content {
    padding: 25px;
}

.euras-associate-position {
    color: #f79d20;
    font-weight: 600;
    margin-bottom: 15px;
}

.euras-associate-bio {
    line-height: 1.7;
    color: #555555;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .euras-grid,
    .euras-dark-grid {
        grid-template-columns: 1fr;
    }

    .euras-dark-section {
        padding: 70px 24px;
    }

}

@media (max-width: 768px) {

    .container-header {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .container-header .navbar-brand,
    .container-header .navbar-brand a {
        font-size: 1.8rem !important;
        letter-spacing: 1px !important;
    }

    .euras-home {
        padding: 70px 22px 90px 22px;
    }

    .euras-home h1 {
        font-size: 2.7rem;
    }

    .euras-home p {
        font-size: 1rem;
    }

}