@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------
   1. BRAND VARIABLES
   --------------------------------------------------------- */
:root {
    --font-family-base: "Poppins", "Helvetica Neue", Arial, sans-serif;
    --font-family-heading: "Playfair Display", serif;
    --primary-font: 'Elza', sans-serif;

    --primary-color: #2c3333;
    --secondary-color: #2c3333;
    --accent-color: #baad85;

    --background-color: #ffffff;
    --background-alt: #f8f9fa;
    --text-color: #333333;
    --heading-color: #111111;

    --border-color: #dddddd;
    --border-radius: 6px;
    --box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

    --transition-speed: 0.3s;
}

/* ---------------------------------------------------------
   2. BASE ELEMENTS
   --------------------------------------------------------- */
html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family-base) !important;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-heading);
    font-weight: 600;
    color: var(--heading-color);
    line-height: 1.3;
}

a {
    color: var(--primary-color);
    text-decoration: none !important;
    transition: color var(--transition-speed) ease;
}

a:hover,
a:focus {
    color: var(--accent-color);
    text-decoration: underline;
}

p {
    margin-bottom: 1rem;
    color: var(--text-color);
}

section {
    padding: 2rem 0;
}

/* ---------------------------------------------------------
   3. LAYOUT & COMPONENTS 
   --------------------------------------------------------- */
/* Reuse earlier component styles */

.search {
    background-color: var(--background-alt);
    padding: 2rem 1rem;
    border-bottom: 1px solid var(--border-color);
}

/* .content {
    padding: 2rem 0;
} */

.adtitle {
    /* margin: 2rem 0 1rem; */
    text-align: center;
    color: var(--heading-color);
}

.homeshare {
    text-align: center;
    /* padding: 2rem 0; */
    border-top: 1px solid var(--border-color);
    background-color: var(--background-alt);
    float: none !important;
}

.home-cv-button {
    margin-bottom: 1rem;
}

.grid-action {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
}

.list_card {
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 1.5rem;
    flex: 1 1 30%;
    transition: transform var(--transition-speed);
}

.list_card:hover {
    transform: translateY(-4px);
}

.vacancy-list-tile {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.business_unit {
    display: block;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}

.titleBlock {
    margin-bottom: 1rem;
}

.location,
.pub-date {
    color: var(--secondary-color);
    font-size: 0.9rem;
}

/* ---------------------------------------------------------
   4. FORMS & BUTTONS
   --------------------------------------------------------- */
input,
textarea,
select,
button {
    font: inherit;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 0.75rem 1rem;
    transition: all var(--transition-speed) ease;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--primary-color);
    outline: none;
}

button {
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

button:hover {
    background-color: var(--accent-color);
}

section.content.jobs.job-detail .job-top-inner {
    width: 100% !important;
}

section.content.jobs.job-detail .job-top-inner .adtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.GRID_DAT_COMMAND {
    color: var(--primary-color) !important;
}

.GRID_DAT_COMMAND:hover {
    color: var(--accent-color) !important;
}

.homeshare {
    border-top: none !important; 
    background-color: transparent !important;
}

/******************************** OVERIDE ALTAMIRA CSS ******************************/

nav {
    border: none !important;
    margin-top: 0px !important;
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
}

nav ul li a {
    padding: 0px !important;
}

.logo {
    padding: 0px !important;
    width: 250px !important;
    display: flex !important;
    justify-content: center !important;
    margin-right: 300px;

}

.ComboLingua {
    padding: 8px 10px !important;
    margin-left: 10px !important;
    border-radius: 0px !important;
    border: 1px solid hsla(0, 0%, 100%, .5) !important;
    background: no-repeat !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.7px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    height: 37px !important;
}

nav ul li a span img {
    margin-top: 5px !important;
    filter: brightness(0) invert(1) !important;
}

nav ul li:hover>a span img {
    transform: scaleY(-1);
    transition: transform 0.3s ease;
}

.ad {
    float: none !important;
    padding-bottom: 0px !important;
}

.GRID_HDR_CEL a:link,
.GRID_HDR_CEL a:visited {
    color: var(--secondary-color) !important;
}

.GRID tr {
    font-size: 16px !important;
    line-height: 23px !important;
    font-weight: 300 !important;
}

.goback a {
    color: var(--primary-color) !important;
}

.goback {
    text-align: center !important;
}

.warp {
    min-height: 65vh !important;
}

.business_unit-sec.bottom-ofpage {
    margin-bottom: 0px !important;
}

.button {
    background-color: var(--primary-color) !important;
    padding: 13px 30px !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    border: 1px solid var(--primary-color) !important;
    transition:
        background-color .3s ease,
        color .3s ease,
        border-color .3s ease;
}

.button:hover {
    background-color: transparent !important;
    color: var(--primary-color) !important;
}

a.list-tile {
    display: none !important;
}

.oldLinkedInAWL input {
    border-radius: 0px !important;
}

.job_top {
    background-color: var(--primary-color) !important;
}

.job-detail .button {
    padding: 7px 30px !important;
}

.home-page h1.home-title {
    font-family: var(--font-family-heading) !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

section.content.myaccount.registration .inner.create-account,
section.content.myaccount.myjobalert .inner {
    padding: 50px 0px !important;
}

section.content.myaccount.forgotpwd .msinner,
.msinner.ResetPwd,
section.content.myaccount.login-form .msinner {
    padding-top: 50px !important;
}

.job-detail .job_top,
section.content.myaccount.login-form .job_top,
section.content.myaccount.forgotpwd .job_top,
section.content.myaccount.registration .job_top,
section.content.myaccount.homemyacc .job_top,
section.content.myaccount.changepwd .job_top,
section.content.myaccount.myjobalert .job_top,
section.content.myaccount.editcv .job_top,
.content-discription .job_top {
    display: grid;
    place-items: center;
}

section.content.myaccount.registration .FORMLABLE,
section.content.myaccount.myjobalert .FORMLABLE {
    width: 37% !important;
}


section.content.myaccount.forgotpwd .msinner .ContainerButtons,
section.content.myaccount.login-form .msinner .ContainerButtons,
section.content.myaccount.changepwd .msinner .ContainerButtons,
section.content.myaccount.login-form .msinner .FORMSINGLER {
    text-align: center !important;
    padding-left: 32% !important;
    width: 730px !important;
    font-family: var(--font-family-base) !important;
}

section.content.jobs.send-job .recaptcha-container {
    float: none !important;
    display: grid;
    place-items: center;
}

section.content.myaccount.forgotpwd .recaptcha-container,
section.content.myaccount.login-form .recaptcha-container,
section.content.myaccount.changepwd .recaptcha-container,
.msinner.ResetPwd .recaptcha-container {
    float: none !important;
    padding-left: 32% !important;
    display: grid;
    place-items: center;
}

section.content.myaccount.myjobalert .recaptcha-container,
section.content.myaccount.myjobalert .ContainerButtons {
    float: none !important;
    display: grid;
    place-items: center;
    width: 100% !important;
}

.text.job-detail-content * {
    padding: 1px !important;
}

/******************************** END OVERIDE ALTAMIRA CSS ******************************/



/******************************** HEADER STYLING ******************************/
.header {
    position: fixed;
    /* position: sticky; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    /* background-color: var(--primary-color); */
    background-color: #2c3333;
    box-shadow: none;

    transition:
        background-color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}

/* Scrolled state */
.header.scrolled {
    background-color: var(--primary-color) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}


/* LEFT SECTION */
.header-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

/* HAMBURGER ICON */
.menu-icon {
    font-size: 20px;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .5);
    padding: 1px 10px !important;
    cursor: pointer;
}

/* NAV MENU */
.header-left nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-left nav ul li {
    position: relative;
}

.header-left nav ul li a {
    color: #fff;
    text-decoration: none;
    border: 1px solid hsla(0, 0%, 100%, .5);
    padding: 6px 14px !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.7px !important;
    font-weight: 500 !important
}

/* DROPDOWN */
.header-left .sub-menu {
    background-color: var(--primary-color) !important;
    min-width: 310px !important;
    padding: 20px 10px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 1px solid hsla(0, 0%, 100%, .5);
}

.header-left .sub-menu li a {
    color: #ffffff !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    padding: 14px 12px !important;
    border-left: 1.2px solid #fff !important;
    border-top: 1.2px solid #fff !important;
    font-weight: 300;
}

.header-left .sub-menu li a:hover {
    color: #baad85 !important;
}

.header-left nav ul li:hover .sub-menu {
    display: block;
}

.header-left nav ul li .sub-menu li a {
    color: #000;
    border: none;
    padding: 8px 16px;
    display: block;
}

.logo img {
    width: 90% !important;
}

/* RIGHT SECTION */
.header-right {
    display: flex;
    justify-content: flex-end;
}

.btn-book {
    background-color: #fff;
    color: var(--primary-color);
    border: none;
    padding: 10px 30px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    transition: background-color .3s ease, color .3s ease;
}

form[action="/"] .btn-book {
    background-color: var(--primary-color);
    color: #fff;
}

.header.scrolled .btn-book {
    background-color: #fff;
    color: var(--primary-color);
}

.header.active {
    background-color: var(--primary-color) !important;
}

.header.active .btn-book {
    background-color: #fff;
    color: var(--primary-color);
}

section.content.jobs.job-detail~.header {
    background-color: var(--primary-color);
}

.header_container {
    position: relative;
}

/* HAMBURGER MENU */
.hamburger-menu {
    background-color: var(--primary-color) !important;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-right: 40px !important;
    padding-bottom: 1px !important;
    /* top: 120px; */
}

.hamburger-menu.active {
    display: block;
}

.main-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 45px;
    flex-wrap: wrap;
}

.main-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.main-menu li a:hover {
    opacity: 0.7;
}

/******************************** END HEADER STYLING ******************************/

/******************************** CARD STYLING ******************************/
.editorial {
    padding: 30px 0px 100px 0px !important;
    text-align: center;
}

.editorial-title {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 10px;
}

.editorial-subtitle {
    font-size: 14px;
    max-width: 720px;
    margin: 0 auto 70px;
    color: #666;
}

.editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.editorial-card {
    background: #fff;
}

.editorial-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.editorial-content {
    background: #535f5f;
    padding: 50px 30px;
    min-height: 220px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.editorial-content h3 {
    font-family: var(--font-family-heading) !important;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.editorial-content a {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    margin-top: 30px;
    font-weight: 500;
    font-family: var(--primary-font) !important;
    letter-spacing: 0.7px;
}

.editorial-content a svg {
    margin-top: -3px;
}

/******************************** END CARD STYLING ******************************/

/******************************** FOOTER STYLING ******************************/
.site-footer {
    background-color: var(--primary-color) !important;
    color: #fff;
    padding: 50px 40px 40px;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 135px;
    align-items: center;
}

.footer-col a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 18px;
}

.footer-col.center {
    text-align: center;
    border-left: .0625rem solid hsla(0, 0%, 100%, .5);
    border-right: .0625rem solid hsla(0, 0%, 100%, .5);
    padding: 2.03125rem 3.5%;
}

.footer-col.center h4 {
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: .25rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #fff;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.insta-item {
    overflow: hidden;
    position: relative;
    background: #555;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* overlay */
.insta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}

/* show on hover */
.insta-item:hover .insta-overlay {
    opacity: 1;
}

/* content */
.insta-overlay-content {
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
}

.insta-overlay-content p {
    color: #fff !important;
}

.insta-likes {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff !important;

}

.insta-likes span {
    margin-left: 6px;
}

/* image fill */
.insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* KEY */
    display: block;
}

/* Instagram icon (top-right) */
/* icon wrapper */
.insta-multi-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    z-index: 2;
}

/* svg styling */
.insta-multi-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    opacity: 0.9;
}

.insta-item:hover .insta-multi-icon {
    opacity: 0;
    visibility: hidden;
}

.footer-bottom {
    margin-top: 60px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.85;
}

.footer-bottom p {
    font-size: 15px !important;
    line-height: 23px !important;
    color: #fff !important;
}

.footer-bottom span {
    display: block;
    margin-top: 30px;
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 300;
}


/******************************** END FOOTER STYLING ******************************/

/******************************** Lavora con noi STYLING ******************************/

.accordion-button {
    font-size: 18px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

button.accordion-button.bg-white.shadow-none {
    font-size: 20px;
}

.chiSiamo {
    padding: 15px 0px;
    line-height: 15px;
}

.cosaOffriamo,
.valori {
    line-height: 15px;
}

/******************************** END Lavora con noi STYLING ******************************/

/* RESPONSIVE (OPTIONAL) */
@media (max-width: 1024px) {

    /******************************** HEADER STYLING ******************************/
    .logo {
        display: none !important;
    }

    .header-left nav ul {
        display: none;
    }

    .hamburger-menu {
        padding-bottom: 40px !important;
        top: 0px;
        padding-top: 100px;
    }

    .main-menu {
        gap: 40px;
        flex-direction: column;
        height: 100%;
    }

    form[action="/"] .hamburger-menu {
        top: 0px !important;
    }

    /******************************** END HEADER STYLING ******************************/
    .header-left nav {
        display: none;
    }

    /******************************** CARD STYLING ******************************/
    .editorial-grid {
        grid-template-columns: 1fr;
    }

    /******************************** END CARD STYLING ******************************/


    /******************************** FOOTER STYLING ******************************/
    .site-footer {
        padding: 50px 15px 40px !important;
    }

    .footer-container {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    /* LEFT */
    .footer-col.left {
        text-align: left;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    /* CENTER */
    .footer-col.center {
        border: none !important;
        padding: 0 !important;
        text-align: left;
    }

    .footer-col.center h4 {
        margin-bottom: 20px;
    }

    .instagram-grid {
        grid-template-columns: repeat(3, 1fr);
        /* same as screenshot */
        gap: 10px;
    }

    /* RIGHT */
    .footer-col.right {
        margin-top: 20px;
        text-align: left;
    }

    .footer-bottom {
        margin-top: 40px;
        text-align: left;
    }

    /******************************** END FOOTER STYLING ******************************/
    .FORMFIELD input[type=text],
    .FORMFIELD input[type=password],
    .FORMFIELDNoWidth input[type=text],
    .FORMFIELDNoWidth input[type=password],
    .FORMFIELD select {
        max-width: 100% !important;
    }

    .job-detail .job_top,
    section.content.myaccount.login-form .job_top,
    section.content.myaccount.forgotpwd .job_top,
    section.content.myaccount.registration .job_top,
    section.content.myaccount.homemyacc .job_top,
    section.content.myaccount.changepwd .job_top,
    section.content.myaccount.myjobalert .job_top,
    section.content.myaccount.editcv .job_top,
    .content-discription .job_top {
        display: grid;
        place-items: center;
    }

    section.content.myaccount.homemyacc .job-top-inner .adtitle h1,
    section.content.myaccount.changepwd .job-top-inner .adtitle h1,
    section.content.myaccount.myjobalert .job-top-inner .adtitle h1,
    section.content.myaccount.editcv .job-top-inner .adtitle h1,
    section.content.myaccount.login-form .job-top-inner .adtitle h1,
    section.content.myaccount.registration .job-top-inner .adtitle h1,
    section.content.myaccount.forgotpwd .job-top-inner .adtitle h1,
    .content-discription .job-top-inner .adtitle h1 {
        font-size: 30px !important;
    }

    section.content.myaccount.forgotpwd .msinner .ContainerButtons,
    section.content.myaccount.login-form .msinner .ContainerButtons,
    section.content.myaccount.changepwd .msinner .ContainerButtons,
    section.content.myaccount.login-form .msinner .FORMSINGLER {
        padding-left: 0px !important;
        width: 100% !important;
    }

    section.content.myaccount.login-form .recaptcha-container,
    section.content.myaccount.forgotpwd .recaptcha-container,
    section.content.myaccount.changepwd .recaptcha-container,
    .msinner.ResetPwd .recaptcha-container {
        padding-left: 0px !important;
        width: 100% !important;
        padding-bottom: 30px !important;
        float: none !important;
        display: grid;
        place-items: center;
    }

    /* send-cv */
    .send-cv .FORM-login input[type="text"],
    .send-cv .FORM-login input[type="password"] {
        width: 100% !important;
    }

    .send-cv .business_unit-inner .ContainerButtons {
        text-align: center !important;
    }

    .send-cv .business_unit-inner .applyw {
        text-align: center !important;
        width: 100% !important;
        float: none !important;
        padding-top: 20px !important;
    }

    .send-cv .business_unit-inner {
        display: grid;
        place-items: center;
    }

    /* login */
    .login-form .FORMFIELD,
    .FORMLABLE,
    section.content.myaccount.forgotpwd .FORMFIELD,
    .FORMLABLE,
    .create-account .FORMFIELD,
    .FORMLABLE,
    section.content.myaccount.changepwd .FORMFIELD,
    .FORMLABLE,
    .msinner.ResetPwd .FORMFIELD,
    .FORMLABLE,
    section.content.jobs.send-job .FORMFIELD,
    .FORMLABLE,
    section.content.myaccount.myjobalert .FORMFIELD,
    .FORMLABLE {
        width: 100% !important;
        float: left !important;
        padding-left: 0 !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }

    .login-form .FORMLABLE,
    section.content.myaccount.forgotpwd .FORMLABLE,
    .create-account .FORMLABLE,
    section.content.myaccount.changepwd .FORMLABLE,
    .msinner.ResetPwd .FORMLABLE,
    section.content.jobs.send-job .FORMLABLE,
    section.content.myaccount.myjobalert .FORMLABLE {
        text-align: left !important;
    }

}

/* ---------------------------------------------------------
   5. ACCESSIBILITY & PREFERENCES
   --------------------------------------------------------- */
/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation-duration: 0.001ms !important;
    }
}


@media (max-width: 1400px) {
    .content-discription {
        margin-top: 80px !important;
    }
}

/* Extra large desktops (≥1400px) */
@media (min-width: 1400px) {
    body {
        font-size: 18px;
    }

    .list_card {
        flex: 1 1 22%;
    }
}

/* Large desktops (≥1200px) */
@media (min-width: 1024px) and (max-width: 1400px) {
    .logo {
        display: none !important;
    }

    /******************************** FOOTER STYLING ******************************/
    .insta-overlay-content p {
        display: none;
    }

    /******************************** END FOOTER STYLING ******************************/
}

/* Large desktops (≥1200px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .list_card {
        flex: 1 1 28%;
    }
}

/* Tablets Landscape (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .list_card {
        flex: 1 1 45%;
    }
}

/* Tablets Portrait (≥768px) */
@media (min-width: 768px) and (max-width: 991px) {
    .list_card {
        flex: 1 1 48%;
    }

    .home-title {
        font-size: 1.75rem;
    }
}

/* Mobile Landscape (≥576px) */
@media (min-width: 576px) and (max-width: 767px) {
    .list_card {
        flex: 1 1 90%;
    }

    .content,
    .search {
        padding: 1.5rem;
    }

    /******************************** CARD STYLING ******************************/
    .editorial {
        padding: 50px 0px 50px 0px !important;
    }

    /******************************** END CARD STYLING ******************************/
    /******************************** FOOTER STYLING ******************************/
    .editorial-title,
    .home-page h1.home-title {
        font-size: 35px !important;
    }

    /******************************** END FOOTER STYLING ******************************/
}

/* Mobile Portrait (<576px) */
@media (max-width: 575px) {
    body {
        font-size: 0.9rem;
    }

    .list_card {
        flex: 1 1 100%;
        padding: 1rem;
    }

    .home-title {
        font-size: 1.4rem;
    }

    .grid-action {
        justify-content: center;
    }

    .job_top {
        min-height: 90px;
        margin-top: 20px;
    }

    section.content.myaccount.homemyacc .job-top-inner .adtitle h1,
    section.content.myaccount.changepwd .job-top-inner .adtitle h1,
    section.content.myaccount.myjobalert .job-top-inner .adtitle h1,
    section.content.myaccount.editcv .job-top-inner .adtitle h1,
    section.content.myaccount.login-form .job-top-inner .adtitle h1,
    section.content.myaccount.registration .job-top-inner .adtitle h1,
    section.content.myaccount.forgotpwd .job-top-inner .adtitle h1,
    .content-discription .job-top-inner .adtitle h1 {
        font-size: 20px !important;
    }


    section.content.myaccount.forgotpwd .msinner,
    .msinner.ResetPwd,
    section.content.myaccount.login-form .msinner,
    section.content.myaccount.registration .inner.create-account,
    section.content.myaccount.myjobalert .inner,
    section.content.myaccount.changepwd .msinner {
        padding: 15px !important;
    }

    /******************************** CARD STYLING ******************************/
    .editorial-grid {
        grid-template-columns: 1fr;
    }

    .editorial {
        padding: 50px 0px 50px 0px !important;
    }

    /******************************** END CARD STYLING ******************************/

    /******************************** FOOTER STYLING ******************************/
    .editorial-title,
    .home-page h1.home-title {
        font-size: 25px !important;
        margin-bottom: 20px !important;
    }

    /******************************** END FOOTER STYLING ******************************/
}

/* Orientation specific */
@media (orientation: landscape) {
    .list_card {
        max-width: 45%;
    }
}

/* Touch devices */
@media (hover: none) and (pointer: coarse) {

    a:hover,
    button:hover {
        color: inherit;
        background-color: var(--primary-color);
    }
}

@media screen and (min-width: 0px) and (max-width: 703px) {
    .header {
        padding: 20px !important;
    }
}


/* jitin */

.content-discription {
    margin-top: 125px;
}

form[action="/"] .content-discription {
    margin-top: 0px !important;
}

form[action="/"] .header {
    background-color: transparent;
}

form[action="/"] .hamburger-menu {
    top: 120px !important;
}

form .ad .inner .Error {
    margin-left: 0px;
    display: block;
    width: 100%;
    text-align: center;
}

/* =========================================================
   END OF FILE
   ========================================================= */