/**
 * MLP Studio Theme - Additional Styles
 * Styles for Team, Contact, and other custom pages
 */

/* Skip to content */
.skip-to-content {
    position: absolute;
    top: -100%;
    left: 0;
    background: #006E90;
    color: #fff;
    padding: 10px 20px;
    z-index: 99999;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0 0 4px 0;
    transition: top 0.2s ease;
}
.skip-to-content:focus {
    top: 0;
}

/* ==========================================================================
   Grid System - 12 colonne con 1 colonna margine per lato
   ========================================================================== */

/* Container standard: 10/12 colonne (83.33%) con margini laterali */
.container {
    max-width: 83.333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* Limite massimo per schermi molto grandi */
@media (min-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}

/* Tablet e mobile: margini ridotti */
@media (max-width: 1199px) {
    .container {
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Container2 per sezioni più larghe (es. testimonials) */
.container2 {
    max-width: 91.666%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1920px) {
    .container2 {
        max-width: 1760px;
    }
}

@media (max-width: 767px) {
    .container2 {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-style1 {
    padding: 120px 0 21px;
    background-color: #fff;
}

/* Gradient titolo - gradiente sull'elemento parent, identico per h1 e h2 */
.gradient-title {
    background-image: linear-gradient(135deg, #00202A 0%, #006E90 55%, #6AB8CF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.gradient-title span {
    background: none;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* When GSAP wraps words in .word spans (with transform), apply gradient per-span */
.gradient-title .word {
    background-image: linear-gradient(135deg, #00202A 0%, #006E90 55%, #6AB8CF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

/* Brand/Partner logos in swiper - normalized sizes */
.swiper.brand .swiper-slide {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper.brand .swiper-slide img {
    max-height: 120px;
    max-width: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Video Play Button */
.video-banner {
    position: relative;
}

/* Chi Siamo button — bottom-right of video, yellow gradient (Figma 1502:6434) */
.hero-chisiamo-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 20px;
    background: linear-gradient(135deg, #7a4d01 5%, #f69e03 85%, #ffca71 100%);
    border: 1px solid #ffe4ae;
    border-radius: 0;
    border-top-left-radius: 24px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.hero-chisiamo-btn:hover {
    opacity: 0.85;
    color: #fff;
}

.hero-chisiamo-btn i {
    font-size: 12px;
}

@media (max-width: 576px) {
    .hero-chisiamo-btn {
        font-size: 13px;
        padding: 11px 16px;
    }
}

/* Wrapper esterno: sfondo bianco, solo angolo top-left arrotondato */
.video-banner .video-play-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
    background: #fff;
    border-radius: 0;
    border-top-left-radius: 24px;
    padding: 10px 10px 0;
    text-decoration: none;
    z-index: 10;
}

/* Inner button: sfondo nero, tutti gli angoli arrotondati */
.video-banner .video-play-btn__inner {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #000;
    color: #fff;
    padding: 13px 16px;
    border-radius: 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: background 0.3s ease;
}

.video-banner .video-play-btn:hover .video-play-btn__inner {
    background: #222;
}

.video-banner .video-play-btn__inner i {
    font-size: 18px;
}

@media (max-width: 576px) {
    .video-banner .video-play-btn__inner {
        font-size: 14px;
        padding: 11px 14px;
    }
}

/* ==========================================================================
   Transparent Header (Default State)
   ========================================================================== */

/* Main header transparent by default - FORZA override */
header.vs-header .header-menu-area {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    padding: 10px 0 !important;
}

/* Menu items: black text, no background */
.vs-header .main-menu ul > li > a,
.sticky-active .main-menu ul > li > a {
    background-color: transparent !important;
    color: #000 !important;
}

/* Hover and active page: white text with #006E90 background */
.vs-header .main-menu ul > li.current-menu-item > a,
.vs-header .main-menu ul > li > a:hover,
.sticky-active .main-menu ul > li.current-menu-item > a,
.sticky-active .main-menu ul > li > a:hover {
    background-color: #006E90 !important;
    color: #fff !important;
}

/* Other header elements */
.vs-header .btn-box .popup-search {
    color: #000;
}

/* Bottone Contatti: pieno #006E90 */
.vs-header .ibt-btn-outline-3,
.sticky-active .ibt-btn-outline-3 {
    background-color: #006E90 !important;
    border-color: #006E90 !important;
    color: #fff !important;
}

.vs-header .ibt-btn-outline-3:hover,
.sticky-active .ibt-btn-outline-3:hover {
    background-color: #005577 !important;
    border-color: #005577 !important;
    color: #fff !important;
}

.vs-header .hamburger span {
    background-color: #000;
}

/* Sticky header: white background con bordi arrotondati */
header.sticky-active .header-menu-area {
    background-color: #fff !important;
    border-radius: 25px !important;
    padding: 10px 28px 10px 37px !important;
    margin-top: 10px !important;
}

/* Mobile */
@media (max-width: 1201px) {
    .vs-header .header-menu-area {
        background-color: #fff;
    }

    .vs-header .hamburger span {
        background-color: #333;
    }
}

/* ==========================================================================
   Button Styles
   ========================================================================== */

/* Remove fixed height */
.ibt-btn {
    height: auto;
}

/* Secondary Button Gradient */
.ibt-btn.ibt-btn-secondary {
    background: linear-gradient(90deg, #7A4D01 6%, #F69E03 85%, #FFCA71 100%) !important;
    color: #fff !important;
}

.ibt-btn.ibt-btn-secondary:hover {
    background: linear-gradient(90deg, #5a3901 6%, #d68803 85%, #e5b560 100%) !important;
}

/* Rounded button: same radius as standard button */
.ibt-btn.ibt-btn-rounded,
.ibt-btn.ibt-btn-rounded.ibt-btn-outline::before,
.ibt-btn.ibt-btn-rounded.ibt-btn-outline::after,
.ibt-btn.ibt-btn-rounded.ibt-btn-outline-2::before,
.ibt-btn.ibt-btn-rounded.ibt-btn-outline-2::after {
    border-radius: var(--radius-lg) !important;
}


/* ==========================================================================
   Projects Counter
   ========================================================================== */
.mlp-projects-counter-number {
    display: flex;
    align-items: center;
    font-size: 80px;
    color: var(--color-content-white);
}

@media (max-width: 1201px) {
    .mlp-projects-counter-number {
        font-size: 60px;
    }
}

@media (max-width: 390px) {
    .mlp-projects-counter-number {
        font-size: 48px;
    }
}

.mlp-projects-counter-label {
    font-size: 25px;
    font-weight: 600;
    color: #D4B896;
}

@media (max-width: 1201px) {
    .mlp-projects-counter-label {
        font-size: 20px;
    }
}

@media (max-width: 390px) {
    .mlp-projects-counter-label {
        font-size: 16px;
    }
}

/* ==========================================================================
   Projects Title
   ========================================================================== */
.mlp-projects-title {
    font-size: 55px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.05em;
}

@media (max-width: 1201px) {
    .mlp-projects-title {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 769px) {
    .mlp-projects-title {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (max-width: 577px) {
    .mlp-projects-title {
        font-size: 32px;
        line-height: 1.1em;
    }
}

/* ==========================================================================
   Feature Cards
   ========================================================================== */
.feature-card .title {
    color: #006E90;
}

/* ==========================================================================
   Neural Playground
   ========================================================================== */
.neural-content .gradient-title {
    line-height: 1.1;
}

@media (max-width: 820px) {
    .neural-content .gradient-title {
        font-size: 50px;
    }
}

/* Brochure download row */
.mlp-prefooter-brochure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.mlp-brochure-label {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-content-black2, #555);
}

.mlp-brochure-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(0, 65, 85, 0.25);
    color: #004155;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.mlp-brochure-link:hover {
    background: #004155;
    border-color: #004155;
    color: #fff;
}

.mlp-brochure-link i {
    font-size: 12px;
}

@media (max-width: 576px) {
    .mlp-prefooter-brochure {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}


/* ==========================================================================
   Page Banner
   ========================================================================== */
.page-banner {
    background: linear-gradient(135deg, var(--theme-primary, #6366f1) 0%, var(--theme-secondary, #8b5cf6) 100%);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-banner::before {
    display: none;
}

.page-banner .banner-content {
    position: relative;
    z-index: 1;
}

.page-banner .sub-title {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.page-banner .title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Breadcrumb */
.breadcrumb-wrap {
    margin-top: 20px;
}

.breadcrumb-wrap .breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-wrap .breadcrumb-item {
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-wrap .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-wrap .breadcrumb-item a:hover {
    color: #fff;
}

.breadcrumb-wrap .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
    content: "›";
}

/* ==========================================================================
   Team Styles
   ========================================================================== */
.team-card {
    background: var(--theme-card-bg, #1a1a2e);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.team-card .team-img {
    position: relative;
    overflow: hidden;
}

.team-card .team-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .team-img img {
    transform: scale(1.1);
}

.team-card .team-social {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 40px 20px 20px;
    transition: bottom 0.3s ease;
}

.team-card:hover .team-social {
    bottom: 0;
}

.team-card .team-social .social-icon {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-card .team-social .social-icon li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.team-card .team-social .social-icon li a:hover {
    background: var(--theme-primary, #6366f1);
    transform: translateY(-3px);
}

.team-card .team-content {
    padding: 25px;
    text-align: center;
}

.team-card .team-content .title {
    font-size: 20px;
    margin-bottom: 5px;
}

.team-card .team-content .title a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.team-card .team-content .title a:hover {
    color: var(--theme-primary, #6366f1);
}

.team-card .team-content .designation {
    color: var(--theme-primary, #6366f1);
    font-size: 14px;
}

/* Team Single */
.team-single-img img {
    border-radius: 16px;
    width: 100%;
}

.team-single-content {
    padding-left: 30px;
}

.team-single-content .team-info {
    margin-bottom: 30px;
}

.team-single-content .team-info .name {
    font-size: 36px;
    margin-bottom: 10px;
}

.team-single-content .team-info .designation {
    color: var(--theme-primary, #6366f1);
    font-size: 18px;
}

.team-single-content .team-bio {
    margin-bottom: 30px;
    line-height: 1.8;
}

.team-single-content .team-details .detail-item {
    margin-bottom: 20px;
}

.team-single-content .team-details .detail-item h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 5px;
}

.team-single-content .team-details .detail-item a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.team-single-content .team-details .detail-item a:hover {
    color: var(--theme-primary, #6366f1);
}

.team-social-single {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.team-social-single h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.team-social-single .social-icon {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-social-single .social-icon li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.team-social-single .social-icon li a:hover {
    background: var(--theme-primary, #6366f1);
    transform: translateY(-3px);
}

/* Skills */
.team-skills h3 {
    margin-bottom: 30px;
}

.skill-item {
    margin-bottom: 25px;
}

.skill-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.skill-name {
    font-weight: 500;
}

.skill-percent {
    color: var(--theme-primary, #6366f1);
}

.skill-bar {
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.skill-progress {
    height: 100%;
    background: linear-gradient(90deg, var(--theme-primary, #6366f1), var(--theme-secondary, #8b5cf6));
    border-radius: 4px;
    transition: width 1s ease;
}

/* ==========================================================================
   Contact Page Styles
   ========================================================================== */
.contact-info-card {
    background: var(--theme-card-bg, #1a1a2e);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.contact-info-card .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--theme-primary, #6366f1), var(--theme-secondary, #8b5cf6));
    border-radius: 50%;
    margin: 0 auto 25px;
    font-size: 28px;
    color: #fff;
}

.contact-info-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-info-card p,
.contact-info-card a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    line-height: 1.8;
}

.contact-info-card a:hover {
    color: var(--theme-primary, #6366f1);
}

/* Contact Form */
.contact-form-wrapper {
    background: var(--theme-card-bg, #1a1a2e);
    border-radius: 16px;
    padding: 40px;
}

.contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.contact-form .form-group {
    margin-bottom: 25px;
    flex: 1;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.contact-form .form-control {
    width: 100%;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: var(--theme-primary, #6366f1);
    background: rgba(255, 255, 255, 0.08);
}

.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact-form select.form-control {
    cursor: pointer;
}

.contact-form select.form-control option {
    background: #1a1a2e;
    color: #fff;
}

.contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.contact-form .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    cursor: pointer;
}

.contact-form .form-check-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.contact-form .form-check-label a {
    color: var(--theme-primary, #6366f1);
    text-decoration: none;
}

.contact-form .form-check-label a:hover {
    text-decoration: underline;
}

.contact-form .form-response {
    margin-bottom: 20px;
}

.contact-form .alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.contact-form .alert-success {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #22c55e;
}

.contact-form .alert-danger {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

/* Contact Details */
.contact-form-content .contact-details {
    margin-top: 40px;
}

.contact-form-content .contact-details .detail-item {
    margin-bottom: 25px;
}

.contact-form-content .contact-details .detail-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.contact-form-content .contact-details .detail-item p {
    color: rgba(255, 255, 255, 0.6);
}

/* Map Section */
.map-sec {
    margin-top: 0;
}

.map-wrapper {
    width: 100%;
    height: 450px;
    filter: grayscale(100%) invert(90%) contrast(90%);
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.map-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta-sec {
    background: linear-gradient(135deg, var(--theme-primary, #6366f1) 0%, var(--theme-secondary, #8b5cf6) 100%);
    padding: 80px 0;
}

.cta-content .title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin-bottom: 30px;
}

/* ==========================================================================
   404 Page
   ========================================================================== */
.error-404-sec {
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.error-content .error-title {
    font-size: 180px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--theme-primary, #6366f1), var(--theme-secondary, #8b5cf6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 20px;
}

.error-content .title {
    font-size: 36px;
    margin-bottom: 15px;
}

.error-content p {
    color: rgba(255, 255, 255, 0.7);
    max-width: 500px;
    margin: 0 auto 30px;
}

.error-search {
    max-width: 400px;
    margin: 0 auto 30px;
}

.error-search .search-form {
    display: flex;
    gap: 10px;
}

.error-search .search-field {
    flex: 1;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
}

.error-search .search-field:focus {
    outline: none;
    border-color: var(--theme-primary, #6366f1);
}

.error-search .search-submit {
    padding: 15px 25px;
    background: var(--theme-primary, #6366f1);
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.error-search .search-submit:hover {
    background: var(--theme-secondary, #8b5cf6);
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 991px) {
    .page-banner {
        padding: 100px 0 60px;
    }

    .page-banner .title {
        font-size: 36px;
    }

    .team-single-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .contact-form .form-row {
        flex-direction: column;
        gap: 0;
    }

    .error-content .error-title {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .page-banner .title {
        font-size: 28px;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }

    .error-content .error-title {
        font-size: 80px;
    }

    .error-content .title {
        font-size: 28px;
    }
}

/* ==========================================================================
   About Page Styles
   ========================================================================== */
.about-intro-img img {
    border-radius: 16px;
    width: 100%;
}

.about-intro-content {
    padding-left: 30px;
}

.about-text {
    margin-bottom: 30px;
    line-height: 1.8;
}

/* Mission Vision Values */
.mission-vision-sec {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.02);
}

.value-card {
    background: var(--theme-card-bg, #1a1a2e);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-10px);
}

.value-card .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--theme-primary, #6366f1), var(--theme-secondary, #8b5cf6));
    border-radius: 50%;
    margin: 0 auto 25px;
    font-size: 28px;
    color: #fff;
}

.value-card .title {
    font-size: 20px;
    margin-bottom: 15px;
}

.value-card p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Process Section */
.process-card {
    background: var(--theme-card-bg, #1a1a2e);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.process-card .process-number {
    display: block;
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--theme-primary, #6366f1), var(--theme-secondary, #8b5cf6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
}

.process-card .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.process-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

/* ==========================================================================
   FAQ Page Styles
   ========================================================================== */
.faq-search-content .title {
    font-size: 36px;
    margin-bottom: 15px;
}

.faq-search-content p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

.faq-search-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    background: var(--theme-card-bg, #1a1a2e);
    border-radius: 50px;
    overflow: hidden;
}

.faq-search-form input {
    flex: 1;
    padding: 18px 25px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
}

.faq-search-form input:focus {
    outline: none;
}

.faq-search-form button {
    padding: 18px 25px;
    background: var(--theme-primary, #6366f1);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-search-form button:hover {
    background: var(--theme-secondary, #8b5cf6);
}

/* FAQ Tabs */
.faq-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.faq-tab {
    padding: 12px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-tab:hover,
.faq-tab.active {
    background: var(--theme-primary, #6366f1);
    border-color: var(--theme-primary, #6366f1);
    color: #fff;
}

/* FAQ Sidebar */
.faq-sidebar {
    position: sticky;
    top: 120px;
}

.faq-help-card,
.faq-contact-card {
    background: var(--theme-card-bg, #1a1a2e);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
}

.faq-help-card .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--theme-primary, #6366f1), var(--theme-secondary, #8b5cf6));
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.faq-help-card h4,
.faq-contact-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.faq-help-card p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.faq-contact-card .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.faq-contact-card .contact-item i {
    color: var(--theme-primary, #6366f1);
}

.faq-contact-card .contact-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.faq-contact-card .contact-item a:hover {
    color: var(--theme-primary, #6366f1);
}

/* FAQ Category */
.faq-category-group {
    margin-bottom: 40px;
}

.faq-category-group .category-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-item .accordion-number {
    display: inline-block;
    width: 40px;
    color: var(--theme-primary, #6366f1);
    font-weight: 600;
}

/* ==========================================================================
   Pricing Page Styles
   ========================================================================== */
.billing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.billing-label {
    color: rgba(255, 255, 255, 0.7);
}

.save-badge {
    display: inline-block;
    padding: 3px 10px;
    background: var(--theme-primary, #6366f1);
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
}

.toggle-switch {
    position: relative;
    width: 60px;
    height: 30px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    transition: 0.3s;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.toggle-switch input:checked + .toggle-slider {
    background: var(--theme-primary, #6366f1);
}

.toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(30px);
}

/* Pricing Cards */
.pricing-card {
    background: var(--theme-card-bg, #1a1a2e);
    border-radius: 16px;
    padding: 40px 30px;
    margin-bottom: 30px;
    position: relative;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card.popular {
    border: 2px solid var(--theme-primary, #6366f1);
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 20px;
    background: var(--theme-primary, #6366f1);
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}

.pricing-header {
    text-align: center;
    margin-bottom: 25px;
}

.pricing-header .plan-name {
    font-size: 24px;
    margin-bottom: 5px;
}

.pricing-header .plan-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

.pricing-price {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-price .currency {
    font-size: 24px;
    vertical-align: top;
}

.pricing-price .amount {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
}

.pricing-price .period {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.pricing-features li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-features li i.included {
    color: #22c55e;
}

.pricing-features li i.not-included {
    color: rgba(255, 255, 255, 0.3);
}

.pricing-card .ibt-btn {
    width: 100%;
    justify-content: center;
}

/* Comparison Table */
.comparison-table-wrapper {
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--theme-card-bg, #1a1a2e);
    border-radius: 16px;
    overflow: hidden;
}

.comparison-table th,
.comparison-table td {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table th {
    background: rgba(255, 255, 255, 0.05);
    font-weight: 600;
}

.comparison-table td:first-child {
    text-align: left;
    font-weight: 500;
}

.comparison-table .text-success {
    color: #22c55e;
}

.comparison-table .text-danger {
    color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   Gallery Page Styles
   ========================================================================== */
.gallery-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}

.filter-btn {
    padding: 12px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--theme-primary, #6366f1);
    border-color: var(--theme-primary, #6366f1);
    color: #fff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay .gallery-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.gallery-overlay i {
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-primary, #6366f1);
    border-radius: 50%;
}

.gallery-load-more {
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 991px) {
    .about-intro-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .pricing-price .amount {
        font-size: 42px;
    }

    .comparison-table {
        font-size: 14px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px 8px;
    }
}

/* ==========================================================================
   Project Single Page
   ========================================================================== */
.project-single {
    background: var(--bg-light, #f8f9fa);
}

.project-thumbnail {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.project-thumbnail img {
    width: 100%;
    height: auto;
}

.project-description h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--heading-color, #1a1a2e);
}

.project-section {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.project-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--heading-color, #1a1a2e);
}

.project-text {
    color: var(--body-color, #666);
    line-height: 1.8;
}

/* Project Results Grid */
.project-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.result-item {
    background: #fff;
    padding: 25px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.result-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--theme-primary, #6366f1), var(--theme-secondary, #8b5cf6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 5px;
}

.result-label {
    font-size: 14px;
    color: var(--body-color, #666);
}

/* Project Gallery */
.project-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.project-gallery .gallery-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.project-gallery .gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-gallery .gallery-item:hover img {
    transform: scale(1.05);
}

/* Project Info Sidebar */
.project-info-sidebar {
    position: sticky;
    top: 100px;
}

.project-info-card,
.project-share-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.project-info-card h4,
.project-share-card h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.project-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-details-list li {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.project-details-list li:last-child {
    border-bottom: none;
}

.project-details-list .label {
    font-size: 13px;
    color: var(--body-color, #666);
    margin-bottom: 5px;
}

.project-details-list .label i {
    margin-right: 8px;
    color: var(--theme-primary, #6366f1);
}

.project-details-list .value {
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color, #1a1a2e);
}

.project-url-btn {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

/* Share Buttons */
.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.share-btn.facebook { background: #1877f2; }
.share-btn.twitter { background: #1da1f2; }
.share-btn.linkedin { background: #0077b5; }
.share-btn.whatsapp { background: #25d366; }

/* Project Navigation */
.project-navigation {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.project-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.project-navigation .nav-previous,
.project-navigation .nav-next {
    flex: 1;
    padding: 25px 30px;
    background: #fff;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.project-navigation .nav-next {
    text-align: right;
}

.project-navigation .nav-previous:hover,
.project-navigation .nav-next:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.project-navigation .nav-subtitle {
    display: block;
    font-size: 13px;
    color: var(--body-color, #666);
    margin-bottom: 5px;
}

.project-navigation .nav-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color, #1a1a2e);
}

/* Related Projects */
.related-projects {
    background: #fff;
}

.project-card {
    background: var(--bg-light, #f8f9fa);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.project-card .project-img {
    overflow: hidden;
}

.project-card .project-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-img img {
    transform: scale(1.1);
}

.project-card .project-info {
    padding: 25px;
}

.project-card .category {
    display: inline-block;
    font-size: 12px;
    color: var(--theme-primary, #6366f1);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.project-card .title {
    font-size: 20px;
    margin: 0;
}

.project-card .title a {
    color: var(--heading-color, #1a1a2e);
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-card .title a:hover {
    color: var(--theme-primary, #6366f1);
}

/* Project Single Responsive */
@media (max-width: 991px) {
    .project-info-sidebar {
        position: static;
        margin-top: 40px;
    }

    .project-navigation .nav-links {
        flex-direction: column;
    }

    .project-navigation .nav-next {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .project-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-description h2 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .project-gallery {
        grid-template-columns: 1fr;
    }
}

/* Mobile menu logo fallback (when no light logo is set) */
.side-menu2 .mlp-mobile-logo img.mlp-logo-dark-fallback {
    filter: brightness(0) invert(1);
}

/* ==========================================================================
   #2 — Brochure button: bottom padding fix
   ========================================================================== */
.video-banner .video-play-btn {
    padding-bottom: 10px;
}

/* ==========================================================================
   #8/#13 — Hero corner CTA ("Scopri"): enlarged cutout for better fit
   ========================================================================== */
.mlp-hero-cutout {
    width: 220px;
    height: 72px;
}

/* ==========================================================================
   #10 — Perché sceglierci: restyle accent colors to match brand palette
   ========================================================================== */
.mlp-about-why .feature-item::before {
    color: #006E90;
}
.mlp-about-why .feature-item .feature-title {
    color: var(--color-heading);
}
.mlp-about-why .features-grid .feature-item:nth-child(odd) {
    background: transparent;
}
.mlp-about-why .features-grid .feature-item:nth-child(even) {
    background: transparent;
    border-left-color: rgba(0, 110, 144, 0.2);
}

/* ==========================================================================
   #7 — Blog section: card min-height reduced for tighter layout
   ========================================================================== */
.blog-sec .blog-card {
    min-height: 420px;
}

/* ==========================================================================
   #14 — Portfolio FAQ: graphical improvements
   ========================================================================== */
.mlp-portfolio-faq,
.mlp-service-faq {
    background: radial-gradient(ellipse at 75% 40%, rgba(0, 110, 144, 0.5) 0%, #00202A 70%);
}
.mlp-portfolio-faq .mlp-faq-question,
.mlp-service-faq .mlp-faq-question {
    font-size: 15px;
}

/* ==========================================================================
   #17 — Servizi FAQ: replace yellow gradient with brand dark teal
   ========================================================================== */
.faq-archive-section .container {
    background: radial-gradient(ellipse at 70% 40%, rgba(0, 110, 144, 0.6) 0%, #00202A 70%);
}
.faq-archive-btn {
    background: #006E90;
}
.faq-archive-btn:hover {
    background: #004155;
}
.faq-archive-image {
    border-color: rgba(0, 110, 144, 0.5);
}

/* ==========================================================================
   #16 — Servizi recensioni: minor visual polish
   ========================================================================== */
.testimonials-archive-section {
    background: #f5f7f9;
}
.testimonials-archive-card {
    background: #00202A;
}

/* ==========================================================================
   Statement bullets — variante inline (tutti su una riga con separatore ·)
   ========================================================================== */
.statement-bullets--inline {
    flex-wrap: nowrap;
    gap: 0;
    max-width: 100%;
    align-items: center;
}

.statement-bullets--inline li {
    padding-left: 0;
    white-space: nowrap;
}

.statement-bullets--inline li::before {
    display: none;
}

.statement-bullets--inline li:not(:last-child)::after {
    content: '·';
    margin: 0 24px;
    color: #aaa;
    font-size: 18px;
    display: inline-block;
}

@media (max-width: 767px) {
    .statement-bullets--inline {
        flex-wrap: wrap;
        gap: 10px 0;
    }
    .statement-bullets--inline li {
        white-space: normal;
        width: 100%;
    }
    .statement-bullets--inline li:not(:last-child)::after {
        display: none;
    }
}

/* ==========================================================================
   features-section header → stesso stile di mlp-about-why
   ========================================================================== */
.features-section .mlp-section-header {
    margin-bottom: 60px;
}

.features-section .section-label {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 16px;
}

.features-section .section-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0;
}

/* ==========================================================================
   features-section (Come lavoriamo — Servizi) → stesso stile di mlp-about-why
   ========================================================================== */
.features-section {
    background: var(--color-surface-light, #f0f2f4);
}

.features-section .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    counter-reset: features-counter;
}

.features-section .feature-item {
    padding: 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    counter-increment: features-counter;
    position: relative;
}

.features-section .features-grid .feature-item:nth-child(odd) {
    padding-right: 60px;
}

.features-section .features-grid .feature-item:nth-child(even) {
    padding-left: 60px;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.features-section .feature-item::before {
    content: "0" counter(features-counter);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: #006E90;
    display: block;
    margin-bottom: 16px;
    font-family: 'Sora', sans-serif;
    text-transform: uppercase;
}

.features-section .feature-item .feature-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 14px;
    display: block;
}

.features-section .feature-item .feature-title::before {
    display: none;
}

.features-section .feature-item .feature-desc {
    font-size: 15px;
    line-height: 1.65;
    color: var(--color-content-black2);
}

@media (max-width: 768px) {
    .features-section .features-grid {
        grid-template-columns: 1fr;
    }
    .features-section .features-grid .feature-item:nth-child(odd),
    .features-section .features-grid .feature-item:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
        border-left: none;
    }
}

/* ==========================================================================
   Brand Swiper — greyscale default, color on hover
   ========================================================================== */

.swiper.brand .swiper-slide img {
    filter: grayscale(100%);
    opacity: 0.55;
    transition: filter 0.35s ease, opacity 0.35s ease;
}

.swiper.brand .swiper-slide:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* ==========================================================================
   Desktop Nav — sub-menu override (tema base usa nero + verde elettrico)
   ========================================================================== */

/* Contenitore dropdown */
.main-menu > ul li .sub-menu,
.main-menu > ul li .mega-sub-menu {
    background: #ffffff !important;
    border: 1px solid rgba(0, 65, 85, 0.08) !important;
    box-shadow: 0 12px 40px rgba(0, 65, 85, 0.12) !important;
    border-radius: 16px !important;
    padding: 8px 0 !important;
}

/* Link al primo livello del dropdown */
.main-menu > ul li .sub-menu li a {
    color: #004155 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 11px 28px !important;
    transition: background 0.15s ease, color 0.15s ease, padding-left 0.2s ease !important;
}

/* Hover link dropdown */
.main-menu > ul li .sub-menu li a:hover,
.main-menu > ul li .sub-menu li .active {
    color: #006e90 !important;
    background: rgba(0, 65, 85, 0.05) !important;
    padding-left: 34px !important;
}

/* Rimuove pseudo-elementi del tema base (freccia fontello) */
.main-menu > ul li .sub-menu li a::before,
.main-menu > ul li .sub-menu li a::after {
    display: none !important;
}

/* ==========================================================================
   Desktop Nav — chevron on items with children
   ========================================================================== */

.mlp-nav-chevron {
    font-size: 8px;
    margin-left: 4px;
    vertical-align: middle;
    transition: transform 0.3s ease;
    opacity: 0.5;
    display: inline-block;
}

.main-menu > ul > li.menu-item-has-children:hover .menu-item .mlp-nav-chevron,
.main-menu > ul > li.menu-item-has-children:hover .menu-item2 .mlp-nav-chevron {
    transform: rotate(180deg);
    opacity: 1;
}

/* ==========================================================================
   Mobile Sub-menu — toggle + accordion
   ========================================================================== */

.side-menu2 li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.side-menu2 li.menu-item-has-children > a {
    flex: 1;
}

.mlp-submenu-toggle {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.45);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    flex-shrink: 0;
    transition: color 0.2s ease;
    padding: 0;
}

.mlp-submenu-toggle:hover {
    color: rgba(255, 255, 255, 0.9);
}

.mlp-submenu-toggle i {
    transition: transform 0.3s ease;
}

.mlp-submenu-toggle.open i {
    transform: rotate(180deg);
}

.mlp-mobile-submenu {
    display: none;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transition: none !important;
}

.mlp-mobile-submenu.open {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    padding: 4px 0 12px 16px !important;
}

.mlp-mobile-submenu li {
    margin: 0 !important;
}

.mlp-mobile-submenu li a {
    display: block !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    padding: 9px 0 9px 12px !important;
    height: auto !important;
    text-decoration: none !important;
    border: none !important;
    background: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease !important;
}

.mlp-mobile-submenu li a:hover,
.mlp-mobile-submenu li a.active {
    color: #fff !important;
    padding-left: 18px !important;
}

/* ==========================================================================
   Footer Brochure Strip
   ========================================================================== */

.mlp-footer-brochure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-wrap: wrap;
}

.mlp-footer-brochure-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mlp-footer-brochure-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.mlp-footer-brochure-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.4;
}

.mlp-footer-brochure-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    border-radius: 16px;
    border: 1px solid #ffe4ae;
    background: linear-gradient(135deg, #7a4d01 5%, #f69e03 85%, #ffca71 100%);
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.mlp-footer-brochure-btn:hover {
    opacity: 0.88;
    transform: translateY(-1px);
    color: #fff;
}

@media (max-width: 600px) {
    .mlp-footer-brochure {
        flex-direction: column;
        align-items: flex-start;
    }
}
