@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");

/* ---------------------------------------------------------
   1. BRAND VARIABLES
   --------------------------------------------------------- */
:root {
    --font-family-base: "Outfit", "Archivo", "Helvetica Neue", sans-serif;
    --font-family-heading: "Outfit", serif;

    --primary-color: #000000;
    --secondary-color: #cecece;
    --accent-color: #f39c12;

    --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;
    height: auto;
    overflow-y: auto;
}

body {
    font-family: var(--font-family-base);
    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;
    height: auto;
    min-height: 100vh;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-heading) !important;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 1.3;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color var(--transition-speed) ease;
}

a:hover,
a:focus {
    color: var(--accent-color);
    text-decoration: underline;
}

p {
    margin-bottom: 0.85rem;
    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 !important;
    color: var(--heading-color);
}

.homeshare {
    text-align: center;
    padding: 2rem 0;
    border-top: 1px solid var(--border-color);
    background-color: var(--background-alt);
}

.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);
    box-shadow: var(--box-shadow);
    padding: 1.5rem;
    flex: 1 1 30%;
    transition: transform var(--transition-speed);
    height: 100%;
}

.list_card:hover {
    transform: translateY(-4px);
    background-color: transparent !important;
}

.vacancy-list-tile {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 30px 0px;
    margin: 0px;
}

.business_unit {
    display: block;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}

.titleBlock {
    margin-bottom: 1rem;
    min-height: 0px;
}

.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);
}

/* ---------------------------------------------------------
   5. ACCESSIBILITY & PREFERENCES
   --------------------------------------------------------- */
/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation-duration: 0.001ms !important;
    }
}

/* Dark mode 
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #121212;
    --background-alt: #1e1e1e;
    --text-color: #e0e0e0;
    --heading-color: #ffffff;
    --border-color: #333333;
  }
  body { background-color: var(--background-color); color: var(--text-color); }
  .list_card, .search, .content, .homeshare { background-color: var(--background-alt); border-color: var(--border-color); }
  a { color: #4dabf7; }
}
*/

/* ---------------------------------------------------------
   6. Tanishq CSS SIS-T
   --------------------------------------------------------- */

body::-webkit-scrollbar {
    width: 5px;
    background-color: var(--primary-color);
    scroll-behavior: smooth;
}

body::-webkit-scrollbar-button {
    display: none;
}

*:focus {
    outline: none !important;
}

body.page-history a:hover,
body.page-history a:focus {
    color: var(--primary-color) !important;
    text-decoration: none !important;
    background: transparent;
}

#NoActiveBanner {
    display: none;
}

body.page-history .ad,
body.page-history .homeshare {
    float: none;
}

.header {
    position: fixed;
    z-index: 23;
    width: 100%;
}

/* HERO TITLE */

.main-container {
    padding-top: 88px;
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

.page-history .story-hero .hero-content .editorial-heading {
    position: absolute;
    bottom: 5.9%;
    left: 8.97%;

    max-width: 50%;

    font-size: 2.3rem;
    font-weight: 400;
}

/* HERO WRAPPER */

.page-history .story-hero .row-full-width-inner {
    position: relative;
}

/* FULL WIDTH HERO */

.page-history .story-hero,
.page-history .mission-section {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    max-width: 100vw;
}

.page-history .story-hero .row-full-width-inner {
    width: 100%;
    max-width: none;
}

.story-hero figure {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.story-hero figure img.pagebuilder-mobile-hidden {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* MOBILE IMAGE */

.page-history .story-hero .pagebuilder-mobile-only {
    display: none;
}

/* =========================================
   STORY ROWS
========================================= */

.page-history .story-section {
    display: flex;
    flex-wrap: wrap;

    margin: 20px 0;

    justify-content: space-between;
    align-items: flex-start;
}

.page-history .story-section.luxury-grid {
    padding-top: 2%;
}

.page-history .story-section:not(.luxury-grid) {
    padding-bottom: 2%;
}

/* STORY COLUMNS */

.page-history .story-section .story-column {
    padding: 0 40px;

    flex: 0 0 50%;
    max-width: 50%;

    box-sizing: border-box;
}

/* TIMELINE YEARS */

.page-history .story-section .story-year {
    font-size: 80px;

    color: var(--secondary-color);

    font-weight: 300;

    margin-bottom: 20px;

    line-height: 1;

    text-transform: uppercase;
}

/* SECTION HEADINGS */

.page-history .story-section .story-title {
    font-size: 32px;

    color: var(--primary-color);

    font-weight: 600;

    margin-bottom: 15px;

    text-transform: uppercase;

    letter-spacing: 1px;
}

/* BODY TEXT */

.page-history .story-section .story-description {
    font-size: 16px;

    line-height: 1.8;

    color: var(--primary-color);

    text-align: justify;
}

.page-history .story-section .story-description p {
    margin-bottom: 1.5em;
}

/* MISSION BACKGROUND */

.page-history .mission-section {
    background-image: url("/images/mission-bg.webp");
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.mission-section {
    padding: 12% 20%;
}

.mission-content .title {
    font-size: 80px;
}

.mission-content .description {
    font-size: 24px;
}

.mission-content .description p {
    color: #ffffff;
    margin-top: 0px;
}

/* =========================================
   TOP SELLER SECTION
========================================= */

.page-history .customColumn .sub-content {
    display: block !important;
}

.page-history .customColumn {
    padding: 0px 20px 70px;
    text-align: center;
}

/* TITLE WRAPPER */

.page-history .title-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
    width: 100%;
}

/* TITLE */

.page-history .title-decoration-underline {
    position: relative;

    margin: 0;

    padding: 0 34px;

    color: #000000;

    font-size: 1.75rem;
    font-weight: 400;

    line-height: 1;
    min-width: 410px;

    letter-spacing: -0.02em;
}

/* LEFT + RIGHT LINES */

.title-decoration-underline span {
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.title-decoration-underline:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 3px;
    position: absolute;
}

/* LINKS CONTAINER */

.page-history .top-seller-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* EACH ITEM */

.page-history .top-seller-container li {
    position: relative;
    display: flex;
    align-items: center;
}

/* DIVIDER */

.page-history .top-seller-container li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -14px;
    color: #d4d4d4;
    font-size: 0.9rem;
}

/* BUTTON LINKS */

.page-history .top-seller-container a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 44px;
    padding: 0 20px;
    border-radius: 2px;
    background: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}

/* HOVER */

.page-history .top-seller-container a:hover {
    background: #4a4a4a;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Header */

/* ===============================
   CAMICISSIMA HEADER
================================= */

.camicissima-header {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    z-index: 999;
    box-shadow: 0 .8rem .8rem -0.3rem rgba(0, 0, 0, 0.09);
}

.camicissima-header .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
}

.camicissima-header .header-wrapper {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ===============================
   LOGO
================================= */

.camicissima-header .header-logo {
    flex: 0 0 auto;
}

.camicissima-header .header-logo img {
    width: 220px;
    height: auto;
    display: block;
}

/* ===============================
   NAVIGATION
================================= */

.camicissima-header .header-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    margin: 0;
    border: none;
}

.camicissima-header .header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 45px;
}

.camicissima-header .header-nav ul li {
    margin: 0;
    padding: 0;
    position: static;
}

.camicissima-header .header-nav ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #1d1d1d;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    padding: 0;
    transition: color 0.25s ease;
}

/* Underline Hover */
.camicissima-header .header-nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background: #111;
    transition: width 0.3s ease;
}

.camicissima-header .header-nav ul li a:hover::after {
    width: 100%;
}

.camicissima-header .header-nav ul li a:hover {
    color: #000;
}

/* ===============================
   ICONS
================================= */

.camicissima-header .header-icons {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
}

.camicissima-header .header-icon {
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.25s ease;
}

.camicissima-header .header-icon:hover {
    opacity: 0.6;
}

.camicissima-header .header-icon svg {
    width: 28px;
    height: 28px;
}

.hamburger_menu,
.mobile-drawer {
    display: none;
}

/* =========================
   MEGA MENU
========================= */

.header-menu>li {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    padding: 42px 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.35s ease;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #ececec;
    width: 100vw;
    max-width: none;
    box-sizing: border-box;
}

/* SHOW ON HOVER */

.has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* INNER GRID */

.mega-menu-inner {
    display: flex;
    gap: 60px;
}

/* COLUMN */

.mega-column {
    flex: 1;
}

/* TITLE */

.mega-column h5 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 22px;
    color: #000000;
}

/* LINKS */

.mega-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega-column ul li {
    margin-bottom: 14px;
}

.mega-column ul li:last-child {
    margin-bottom: 0;
}

.mega-column ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* HOVER EFFECT */

.mega-column ul li a:hover {
    color: #000000;
    padding-left: 4px;
}

/* TOP NAV HOVER */

.header-menu>li>a {
    position: relative;
}

/* UNDERLINE ANIMATION */

.header-menu>li>a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 1px;
    background: #000000;
    transition: width 0.3s ease;
}

.header-menu>li:hover>a:after {
    width: 100%;
}

.mega-menu-inner .containerSubMenu {
    display: flex;
    gap: 200px;
    width: auto;
    align-self: flex-start;
}

.has-mega-menu .mega-menu .mega-menu-inner {
    gap: 100px;
    justify-content: center;
}

.imageMenu {
    width: 33%;
}

.imageMenu img {
    width: 100%;
}

.containerSubMenu .customSubmenu-1,
.containerSubMenu .customSubmenu-2 {
    flex-direction: column;
}

.mega-menu-inner .containerSubMenu li.mega-menu-categories ul {
    display: flex !important;
    flex-direction: column;
    gap: 0;
}

.mega-menu-inner .containerSubMenu li.mega-menu-categories ul li {
    line-height: 16px;
}

.mega-menu-inner .containerSubMenu li.mega-menu-categories ul li a {
    text-transform: capitalize;
}

.mega-menu-inner .containerSubMenu li.mega-menu-categories a.mega-menu-category-title {
    font-weight: 600;
    margin-bottom: 6px;
}


/* search-page */

.box2 input.button {
    background: white;
    color: var(--primary-color);
    border: none;
    border-radius: 0;
}

div.search.jobs-search-section {
    padding: 1.25rem;
    background: var(--primary-color);
}

nav.main-nav-panel {
    border: none;
    margin: 0;
}

nav.main-nav-panel ul li a,
nav.main-nav-panel ul li.language select.ComboLingua,
.GRID_DAT_ROW .GRID_DAT_CEL .GRID_DAT_COMMAND:hover {
    color: var(--primary-color);
    text-decoration: none;
}

nav.main-nav-panel ul li a:focus,
section.job-detail .goback a:focus {
    outline: none;
}

nav.main-nav-panel ul li ul.sub-menu li:hover {
    background: var(--secondary-color);
}

nav.main-nav-panel ul li ul.sub-menu {
    padding: 0;
}

nav.main-nav-panel ul li ul.sub-menu li a {
    font-weight: 500;
}

/* Position aperte */

.adtitle h1.editorial-heading-small {
    font-weight: 600;
}

.GRID_HDR_ROW .GRID_HDR_CEL a:link,
.GRID_HDR_ROW .GRID_HDR_CEL a:visited,
.GRID_HDR_ROW .GRID_HDR_CEL {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
}

.GRID_DAT_ROW:not(:first-child) .GRID_DAT_CEL,
.GRID_DAT_ROW_Alter:not(:first-child) .GRID_DAT_CEL {
    color: #7c7c7c;
}

section.content div.homeshare {
    border: none;
    background: white;
}

section.content div.homeshare {
    text-align: end;
    margin-top: 0;
    padding: 0;
}

/* section.content div.homeshare.card-homeshare {
    text-align: center;
} */

section.content div.homeshare div.home-cv-button a,
.ContainerButtons input.button,
.vacancy-list-tile .list_card p a.button,
section.content .ContainerButton input.button {
    background: black;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid white;
    border-radius: 0;
    padding: 10px 25px;
    position: static;
}

section.content div.homeshare div.home-cv-button a:hover,
.ContainerButtons input.button:hover,
.vacancy-list-tile .list_card p a.button:hover,
section.content .ContainerButton input.button:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: #ffffff;
}

/* job-detail */

div.toggle-icons .email:hover {
    background: url("https://careerfeniciaspa7.sites.altamiraweb.com/images/email-icon.png") no-repeat left top;
}

div.toggle-icons .facebook:hover {
    background: url("https://careerfeniciaspa7.sites.altamiraweb.com/images/facebook-icon.png") no-repeat left top;
}

div.toggle-icons .twitter:hover {
    background: url("https://careerfeniciaspa7.sites.altamiraweb.com/images/tweeter-icon.png") no-repeat left top;
}

div.toggle-icons span.linkedin-icon:hover:after {
    background: url("https://careerfeniciaspa7.sites.altamiraweb.com/images/linkedin.png") no-repeat left top;
}

section.content .job_top,
div.warp .job_top {
    background: var(--primary-color);
}

section.content {
    padding-top: 0;
}

section.content .goback a,
div.warp .goback a {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: initial;
}

.ContainerButtons .oldLinkedInAWL input,
.applyw .awlDiv input.button {
    border-radius: 0;
}

/* default-cards */

.vacancy-list-tile .list_card .titleBlock h2 {
    color: var(--primary-color);
}

/* send-job */

section.content div.recaptcha-container {
    float: none;
    display: flex;
    justify-content: center;
}

/* send-cv */

.sendCV_AWL_cont .boxscheda .boxinterno table.FORM.ScTableTitle tbody tr:last-child {
    /* display: flex; */
    justify-content: start;
}

/* .sendCV_AWL_cont .boxscheda .boxinterno table.FORM.ScTableTitle tbody tr:last-child td.FORMLABLE {
    width: 4%;
    padding-left: 20px;
} */

/* section.content .bt-privacy .recaptcha-container {
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
} */

.bt-privacy .ContainerButtons {
    text-align: left;
    padding-left: 30px;
}

.no-cv div.FORM.FORM-login div.row {
    display: flex;
    width: fit-content;
}

section.content .cv-form input[type="file"] {
    width: auto;
}

/* login */

section.content div.adtitle,
div.login-page td.FORMSINGLER,
div.login-page div.ContainerButtons,
div.changepwd div.ContainerButtons {
    text-align: center;
}

div.changepwd div.ContainerButtons {
    margin-top: 15px;
}

section.login-form div.login-page .FORMLABLE {
    width: 13%;
}

/* job-alert */

section.myjobalert .ContainerButtons {
    float: none;
    display: flex;
    width: auto;
    justify-content: center;
    padding: 20px;
}

.SUCCESS {
    text-align: center;
}

.search-overlay {
    display: none;
}

.mission-section .row-full-width-inner {
    padding: 10px;
}

/* ---------------------------------------------------------
   7. RESPONSIVE MEDIA QUERIES
   --------------------------------------------------------- */
/* ---------------------------------------------------------
   LARGE DESKTOPS
--------------------------------------------------------- */
@media (max-width: 1600px) {
    .page-history .story-hero .hero-content .editorial-heading {
        font-size: 2rem;
        max-width: 55%;
    }

    .mission-content .title {
        font-size: 70px;
    }

    .mission-content .description {
        font-size: 22px;
    }

    .mission-section {
        padding: 12% 20%;
    }

    .page-history .story-section {
        margin: 50px 0;
    }
}

/* ---------------------------------------------------------
   LAPTOPS
--------------------------------------------------------- */
@media (max-width: 1366px) {

    /* HEADER */
    .camicissima-header .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

    .camicissima-header .header-nav ul {
        gap: 28px;
    }

    .camicissima-header .header-logo img {
        width: 190px;
    }

    .camicissima-header .header-logo {
        margin-left: 45px;
    }

    /* HERO */
    .page-history .story-hero .hero-content .editorial-heading {
        font-size: 2.5rem;
        max-width: 60%;
    }

    /* STORY */
    .page-history .story-section .story-column {
        padding: 0 24px;
    }

    .page-history .story-section .story-year {
        font-size: 64px;
    }

    .page-history .story-section .story-title {
        font-size: 28px;
    }

    /* MISSION */
    .mission-section {
        padding: 12% 20%;
    }

    .mission-content .title {
        font-size: 64px;
    }

    .mission-content .description {
        font-size: 25px;
    }

    /* MEGA MENU */
    .mega-menu {
        padding: 36px 40px;
    }

    .mega-menu-inner .containerSubMenu {
        gap: 120px;
    }

    .informativa {
        padding: 0 80px;
    }
}

/* ---------------------------------------------------------
   TABLETS LANDSCAPE
--------------------------------------------------------- */
@media (max-width: 1199px) {

    /* HEADER */
    .camicissima-header .header-wrapper {
        height: 76px;
    }

    .camicissima-header .header-nav ul {
        gap: 10px;
    }

    .camicissima-header .header-nav ul li a {
        font-size: 12px;
    }

    .camicissima-header .header-logo img {
        width: 170px;
    }

    .camicissima-header .header-icons {
        gap: 12px;
    }

    /* HERO */
    .main-container {
        padding-top: 77px;
    }

    .page-history .story-hero .hero-content .editorial-heading {
        font-size: 1.6rem;
        left: 6%;
        bottom: 4%;
        max-width: 65%;
    }

    /* STORY */

    .page-history .story-section .story-column {
        padding: 0 18px;
    }

    .page-history .story-section .story-year {
        font-size: 54px;
    }

    /* .page-history .story-section .story-title {
        font-size: 24px;
    } */

    .mission-content .story-description {
        font-size: 24px;
    }

    /* MISSION */
    .mission-section {
        padding: 12% 20%;
    }

    .mission-content .title {
        font-size: 80px;
    }

    /* NEWSLETTER */
    div.footer div.block.newsletter {
        padding: 180px 80px;
    }

    .block.newsletter .field.newsletter {
        width: 60%;
    }

    /* MEGA MENU */
    .mega-menu {
        padding: 32px;
    }

    .mega-menu-inner {
        gap: 40px;
    }

    .mega-menu-inner .containerSubMenu {
        gap: 60px;
    }

    .imageMenu {
        width: 28%;
    }

    .informativa {
        padding: 0 100px;
    }
}

/* ---------------------------------------------------------
   TABLETS PORTRAIT
--------------------------------------------------------- */
@media (max-width: 991px) {
    /* Mobile menu */

    .main-nav-panel {
        display: none;
    }

    .hamburger_menu,
    .hamberger {
        display: block;
    }

    .header .header_wrapper nav,
    .header .header_wrapper .logo,
    .hamburger_menu.active .hamberger {
        display: none;
    }

    .hamburger_menu .drawer-close {
        display: none;
    }

    .hamburger_menu.active .drawer-close {
        display: block;
    }

    /* .warp .header {
        padding: 12px 0px;
    } */

    .header .header_wrapper {
        justify-content: flex-end;
    }

    .mobile-drawer {
        position: fixed;
        top: 20%;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #ffffff;
        transform: translateX(100%);
        transition: transform 0.4s ease;
        padding-top: 30px;
        z-index: 9999;
        overflow-y: auto;
        display: block;
    }

    .mobile-drawer.active {
        transform: translateX(0);
    }

    .mobile-img {
        display: grid;
        place-items: center;
        padding: 40px 0px;
    }

    .mobile-img img {
        width: 100px;
    }

    .mobile-menu {
        list-style: none;
        margin: 0;
        padding: 0px;
    }

    .mobile-menu li {
        cursor: pointer;
        transition: transform 0.3s ease;
        border-bottom: 1px solid var(--secondary-color);
    }

    .mobile-menu li.open,
    .mobile-menu li:hover {
        background-color: #ededed;
    }

    .mobile-menu li.open a {
        font-weight: 500;
    }

    ul.sub-menu.active li {
        border-bottom: none;
        cursor: pointer;
    }

    .mobile-menu li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 30px;
        font-size: 12px;
        line-height: normal;
        font-family: var(--secondary-font);
        transition: transform 0.4s ease;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .mobile-menu li .mobile-menu-link {
        text-transform: uppercase;
    }

    .mobile-menu ul.sub-menu {
        display: none;
        background: transparent;
        box-shadow: none;
        list-style: none;
        opacity: 1;
        visibility: visible;
        height: auto;
        width: auto;
        position: relative;
    }

    .mobile-menu .sub-menu li a {
        padding-left: 40px;
        font-size: 14px;
        font-weight: 300;
        padding-bottom: 10px;
        padding-top: 8px;
        transition: transform 0.4s ease;
    }

    .mobile-menu .sub-menu.active {
        display: block !important;
        background: #ffffff;
        border-radius: 0px;
    }

    .mobile-menu span {
        display: inline-block;
        font-size: 20px;
        transition: 0.3s ease;
        font-family: var(--secondary-font);
    }

    .mobile-menu li>a span {
        position: relative;
        padding-right: 22px;
    }

    .mobile-menu li>a span::after,
    .mobile-menu li.open>a span::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        font-size: 15px;
    }

    .mobile-menu li>a span::after {
        content: "›";
        font-weight: 100;
        font-size: 23px;
    }

    .mobile-menu li.open>a span::after {
        content: "⌵";
        font-size: 10px;
    }

    nav ul li.open>ul.sub-menu {
        display: block !important;
    }

    .mobile-menu span img {
        display: none;
    }

    /* ul.mobile-menu li.language .ComboLingua {
        margin-left: 20px;
        padding: 9px 0px 9px;
        font-size: 16px;
        color: var(--white);
        background: transparent;
        border: none;
        letter-spacing: 1px;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        outline: none;
        width: 85%;
    } */

    /* HEADER */

    .camicissima-header {
        overflow: visible;
    }

    .camicissima-header .header-wrapper {
        height: auto;
        padding: 16px 0;
        flex-wrap: wrap;
        gap: 18px;
    }

    .camicissima-header .header-logo {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .camicissima-header .header-logo img {
        width: 180px;
        margin: 0 auto;
    }

    .camicissima-header .header-nav {
        width: 100%;
        order: 3;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 6px;
    }

    .camicissima-header .header-nav ul {
        width: max-content;
        margin: 0 auto;
        gap: 18px;
    }

    .camicissima-header .header-icons {
        margin-left: auto;
    }

    .camicissima-header .header-nav {
        overflow-x: auto;
        scrollbar-width: none;
        display: block;
    }

    /* HERO */

    .main-container {
        padding-top: 164px;
    }

    .page-history .story-hero .hero-content .editorial-heading {
        font-size: 1.5rem;
        max-width: 75%;
        left: 5%;
        bottom: 5%;
    }

    /* STORY STACK */
    .page-history .story-section {
        flex-direction: column;
        gap: 60px;
    }

    .page-history .story-section .story-column {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 22px;
    }

    .page-history .story-section .story-year {
        font-size: 56px;
    }

    /* MISSION */
    /* .mission-section {
        padding: 80px 40px;
    } */

    .mission-content .title {
        font-size: 46px;
    }

    .mission-content .description {
        font-size: 16px;
        line-height: 1.7;
    }

    /* TOP SELLERS */
    .page-history .top-seller-container {
        flex-wrap: wrap;
        gap: 14px;
    }

    .page-history .top-seller-container li:not(:last-child)::after {
        display: none;
    }

    /* SEARCH */
    .jobs-search-section .row>[class*="col-"] {
        margin-bottom: 14px;
    }

    div[id$="dnd-drop-area"] {
        font-size: 14px !important;
    }

    /* NEWSLETTER */
    div.footer div.block.newsletter {
        padding: 120px 40px;
        background-position: center;
    }

    .block.newsletter .field.newsletter {
        width: 100%;
    }

    .block.newsletter form.form.subscribe {
        min-width: 100%;
    }

    /* MEGA MENU */
    .mega-menu {
        position: static;
        width: 100%;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
        box-shadow: none;
        border-top: none;
        padding: 20px 0;
    }

    .has-mega-menu:hover .mega-menu {
        display: block;
    }

    .mega-menu-inner {
        flex-direction: column;
        gap: 30px;
    }

    .mega-menu-inner .containerSubMenu {
        gap: 30px;
        flex-wrap: wrap;
    }

    .imageMenu {
        width: 100%;
    }

    .camicissima-header .header-nav ul {
        gap: 10px;
    }

    .camicissima-header .header-nav ul li a {
        padding: 10px;
        border: 1px solid var(--secondary-color);
        border-radius: 50px;
        font-weight: 500;
    }

    .camicissima-header .header-wrapper .header-logo {
        width: auto;
    }

    .camicissima-header .header-wrapper .header-nav {
        justify-content: center;
    }

    section.content div.adtitle {
        margin: 1rem 0 1rem;
    }
}

/* ---------------------------------------------------------
   MOBILE DEVICES
--------------------------------------------------------- */
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    /* HERO */

    .main-container {
        padding-top: 150px;
    }

    .story-hero figure img.pagebuilder-mobile-hidden {
        display: none;
    }

    .page-history .story-hero .pagebuilder-mobile-only {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .page-history .story-hero .hero-content .editorial-heading {
        font-size: 1.25rem;
        max-width: 85%;
        line-height: 1.3;
        left: 24px;
        bottom: 24px;
    }

    /* STORY */
    .page-history .story-section {
        gap: 0;
        margin: 0;
    }

    .page-history .story-section .story-column {
        padding: 0 20px;
    }

    .page-history .story-section .story-year {
        font-size: 44px;
        margin-bottom: 12px;
    }

    .page-history .story-section .story-title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .page-history .story-section .story-description {
        font-size: 14px;
        line-height: 1.7;
        text-align: left;
    }

    /* MISSION */
    .mission-section {
        padding: 84px 10px;
    }

    .mission-content .title {
        font-size: 50px;
        margin-bottom: 18px;
    }

    .mission-content .description {
        font-size: 14px;
    }

    /* TOP SELLER */
    .page-history .customColumn {
        padding: 0px 20px 30px;
    }

    .page-history .title-content {
        margin-bottom: 32px;
    }

    .title-decoration-underline {
        font-size: 1.3rem;
        padding: 0 18px;
    }

    .page-history .top-seller-container {
        flex-direction: column;
        gap: 10px;
    }

    .page-history .top-seller-container a {
        width: 100%;
        min-width: unset;
    }

    /* HEADER */
    .camicissima-header .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .camicissima-header .header-wrapper {
        gap: 12px;
    }

    .camicissima-header .header-logo img {
        width: 150px;
    }

    /* .camicissima-header .header-nav {
        overflow-x: auto;
        scrollbar-width: none;
    } */

    .camicissima-header .header-nav::-webkit-scrollbar {
        display: none;
    }

    .camicissima-header .header-nav ul {
        gap: 14px;
        padding-bottom: 4px;
    }

    .camicissima-header .header-nav ul li a {
        white-space: nowrap;
        font-size: 12px;
    }

    .sendCV_AWL_cont .boxscheda .boxinterno table.FORM.ScTableTitle tbody tr:last-child td.FORMLABLE {
        width: auto;
    }

    .business_unit-sec .business_unit-inner .ContainerButtons {
        margin-top: 23px;
    }

    .adtitle h1 {
        font-size: 20px;
        padding: 15px 15px 0px;
    }

    /* SEARCH */
    .jobs-search-section {
        padding: 24px 16px;
    }

    .jobs-search-section .row {
        display: flex;
        flex-direction: column;
    }

    .box2 {
        margin-top: 12px;
    }

    .box2 input.button {
        width: 100%;
    }

    /* TABLE */
    .GRID_HDR_ROW,
    .GRID_DAT_ROW,
    .GRID_DAT_ROW_Alter {
        overflow-x: auto;
    }

    /* BUTTONS */
    section.content div.homeshare div.home-cv-button a,
    .ContainerButtons input.button,
    .vacancy-list-tile .list_card p a.button,
    section.content .ContainerButton input.button {
        /* width: 100%; */
        text-align: center;
    }

    /* NEWSLETTER */
    div.footer div.block.newsletter {
        padding: 90px 20px;
    }

    .cv-form {
        padding: 0px 10px;
    }

    .block.newsletter .footer-newsletter-description {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
}

/* ---------------------------------------------------------
   SMALL MOBILE
--------------------------------------------------------- */
@media (max-width: 480px) {
    .mobile-drawer {
        padding-top: 10px;
    }

    /* HERO */

    .main-container {
        padding-top: 144px;
    }

    .page-history .story-hero .hero-content .editorial-heading {
        font-size: 1.05rem;
        max-width: 90%;
        left: 18px;
        bottom: 18px;
    }

    /* STORY */
    .page-history .story-section .story-column {
        padding: 10px;
    }

    .page-history .story-section .story-year {
        font-size: 36px;
    }

    .page-history .story-section .story-title {
        font-size: 18px;
    }

    .page-history .story-section .story-description {
        font-size: 13px;
    }

    /* MISSION */
    .mission-section {
        padding: 60px 18px;
    }

    .mission-content .title {
        font-size: 50px;
    }

    .mission-content .description {
        font-size: 14px;
    }

    /* HEADER */
    .camicissima-header .header-logo img {
        width: 130px;
    }

    .camicissima-header .header-icons {
        gap: 10px;
    }

    .camicissima-header .header-icon svg {
        width: 18px;
        height: 18px;
    }

    .no-cv div.FORM.FORM-login div.row {
        flex-direction: column;
    }

    /* TOP SELLER */
    .title-decoration-underline {
        font-size: 1.1rem;
    }

    /* NEWSLETTER */
    div.footer div.block.newsletter {
        padding: 70px 16px;
    }

    .privacyWrapper {
        align-items: flex-start;
    }

    .privacyWrapper .privacyLabel {
        font-size: 13px !important;
        line-height: 1.5;
    }

    /* .vacancy-list-tile .list_card {
        width: fit-content;
    } */

    .boxinterno .FORM.Edit.ScMainFormMaschera {
        table-layout: fixed;
        width: 100%;
    }
}

/* ADD GAURAV CSS */


.newsletter-sec {
    background-position: center;
    background-image: url(https://www.camicissima.it/media/wysiwyg/banner/welcome_desk_SS26.jpg);
    padding: 280px 160px 360px;
    background-repeat: no-repeat;
    height: 0;
    background-size: cover;
}

h2.newsletter-title {
    margin: 0 0 16px;
    font-size: 4rem;
    font-family: "Outfit", "Prata-Regular" !important;
    color: #fff;
    font-weight: 400;
}

p.newsletter-description {
    font-size: 16px;
    margin: 0 0 56px;
    font-family: "Outfit", "Prata-Regular" !important;
    color: #fff;
    font-weight: 400;
    width: 45%;
}

.newsletter-sec .input-btn input[type="email"] {
    font-size: 14px;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 28%;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 12px;
    font-family: "Outfit", "Prata-Regular" !important;
}

.newsletter-sec .input-btn .newsletter-btn {
    font-size: 14px;
    border: 1px solid #fff;
    line-height: 14px;
    letter-spacing: normal;
    background-image: none;
    background: #fff;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    padding: 13px;
    min-width: 106px;
    text-align: center;
    border-radius: 0px;
}

.newsletter-sec .row.checked-text {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
    padding-left: 12px;

}

.newsletter-sec .row.checked-text p {
    margin: 0px;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    font-family: "Outfit", "Prata-Regular";
}

.newsletter-sec .row.checked-text p a {
    color: #fff;
    text-decoration: underline;
}

footer .footer {
    height: 100%;
    line-height: normal;
    background: transparent;
    margin: 0;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    float: none;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 100px;
}

footer .footer h2 {
    font-weight: 400;
    font-size: 24px;
    margin: 0 0px 30px;
}

footer .footer ul {
    padding-left: 0px;
    list-style: none;
}

footer .footer .row {
    margin: 0;
}

footer .footer ul li {
    padding-bottom: 22px;
}

footer .footer ul li a {
    font-size: 12px;
    font-weight: 400;
}

footer .footer ul li a:hover {
    text-decoration: underline;
}

footer .footer ul li.footer-link-img {
    padding-top: 40px;
}

footer .footer ul li img {
    width: 240px;
    height: 103px;
}

footer .footer .footer-lower {
    display: grid;
    place-items: center;
    row-gap: 15px;
    border-top: 1px solid #d4d4d4;
    padding-top: 15px;
    width: 78.5%;
    margin: 0 auto;
}

footer .footer .footer-lower .footer-lower-row .payment-method-row img {
    margin-right: 10px;
}

footer .footer .footer-lower .footer-lower-row {
    text-align: center;
}

footer .footer .footer-lower .footer-lower-row p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
}

footer .footer .footer-lower .footer-lower-row p.footer-lower-row-description {
    padding: 50px 0px 15px;
    font-size: 12px;
}

footer .footer .footer-lower .footer-lower-row .payment-method-row a img {
    height: 20px;
    width: auto;
    margin-right: 10px;
    margin-top: 12px;
}

.footer-lower-strip {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    text-align: center;
    border-top: 1px solid #d4d4d4;
    color: #000;
    box-sizing: border-box;
    display: block;
    padding: 8.5px;
    margin-top: 40px;
}

p.copyright-footer {
    font-size: 11px;
    margin: 0;
}


.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: #fff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: 0.4s ease;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-box {
    width: 95%;
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2d5bff;
}

.search-box input {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    padding: 0 15px;
    color: #000;
    font-weight: 400;
}

.search-icon {
    font-size: 24px;
}

.close-search {
    font-size: 50px !important;
    cursor: pointer;
    line-height: 1;
    color: #888;
    font-weight: 200;
}

body.page-history .ad {
    padding: 0px;
}

.inner .sendCV_AWL_cont .ContainerButtons {
    display: grid;
    place-items: center;
}

section.content.myaccount.forgotpwd.container .msinner {
    padding: 20px 10px 0px;
}

section.content.myaccount.myjobalert.container .inner {
    padding-top: 20px;
}

section.content.jobs.send-job .inner .formcontainer {
    padding: 40px 10px;
}

section.content.myaccount.changepwd .msinner .ContainerButtons,
section.content.myaccount.changepwd .msinner .recaptcha-container,
section.content.myaccount.forgotpwd.container .msinner .ContainerButtons,
section.content.myaccount.forgotpwd.container .msinner .recaptcha-container {
    padding-left: 32%;
    text-align: center;
}

section.content.myaccount.myjobalert .inner .ContainerButtons,
section.content.myaccount.changepwd .msinner .ContainerButtons,
.msinner.ResetPwd .recaptcha-container,
.inner .sendCV_AWL_cont .recaptcha-container,
section.content.myaccount.changepwd .msinner .recaptcha-container,
.inner .sendCV_AWL_cont .ContainerButtons {
    float: none;
    display: grid;
    place-items: center;
    width: 100%;
    text-align: center;
}

.warp .ad .inner .Error,
.warp .ad .msinner .error {
    margin-left: 0px;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 8px;
    font-weight: 500;
}

tr#VMFormInvioCV11_EditView_FormInvioCV_FormEdit1_Row151127049 td.FORMLABLE {
    width: 2%;
}

body.page-history .warp {
    min-height: auto;
}

@media (max-width: 1024px) {
    footer .footer {
        padding: 0px 2px;
    }

    p.newsletter-description {
        width: 70%;
    }

    .newsletter-sec {
        padding: 20px 35px 360px;
    }
}

@media (max-width: 768px) {

    /* card */
    .vacancy-list-tile {
        row-gap: 15px;
    }

    section.content div.homeshare {
        text-align: center;
    }

    .page-history .title-decoration-underline {
        font-size: 20px;
    }

    .page-history .top-seller-container a {
        height: auto;
    }

    p.newsletter-description {
        width: 100%;
        font-size: 12px;
    }

    h2.newsletter-title {
        font-size: 40px;
    }

    .newsletter-sec .input-btn input[type="email"],
    .newsletter-sec .input-btn .newsletter-btn {
        width: 100%;
    }

    footer .footer .footer-lower .footer-lower-row p.footer-lower-row-description {
        padding: 15px 0px 15px;
    }

    .newsletter-sec {
        padding: 60px 35px 350px;
    }

    /* FORM STYLE */

    section.content.myaccount.changepwd.container .msinner {
        padding: 0px 10px;
    }

    section.content.myaccount.homemyacc.container .msinner,
    .msinner.ResetPwd {
        padding: 20px 10px;
    }

    section.content.jobs.confirm.container .text {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .warp .ad .inner .divDateTimeDropDown select,
    .warp .ad .inner .sendCV_AWL_cont .divDateTimeDropDown select {
        width: 100%;
    }

    .goback {
        padding: 25px 10px 40px;
    }

    /* search icon */
    .close-search {
        font-size: 40px !important;
    }
}

@media (max-width: 479px) {
    .title-decoration-underline:after {
        height: 0px;
    }

    section.content.myaccount.changepwd .msinner .ContainerButtons,
    section.content.myaccount.changepwd .msinner .recaptcha-container,
    section.content.myaccount.forgotpwd.container .msinner .ContainerButtons,
    section.content.myaccount.forgotpwd.container .msinner .recaptcha-container {
        padding-left: 0%;
    }

    .FORMLABLE {
        padding-right: 10px !important;
    }
}

@media (max-width: 400px) {
    .newsletter-sec {
        padding: 60px 35px 390px;
    }
}