/*
Theme Name: Ionex
Theme URI: https://min-code.com
Author: MinCode Group
Author URI: https://min-code.com
Version: 1.0
Text Domain: ionex.md
*/

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-size: 62.5%;
}

:root {
    --purple: #5032AA;
    --dark: #333333;
}

body {
    font-size: 1.8rem;
    line-height: 150%;
    font-family: "Segoe-UI", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    color: var(--dark);
    background: #FAF4EC
}

.sticky_position {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    align-self: flex-start;
}

.d-flex {
    flex-wrap: wrap;
}

.h1,
h1 {
    font-size: 6.2rem;
    line-height: 100%;
    font-family: "Segoe-UI", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
}

.h2,
h2 {
    font-size: 6.2rem;
    line-height: 110%;
    font-family: "Segoe-UI", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
}

.h3,
h3 {
    font-size: 3.2rem;
    line-height: 150%;
    font-weight: 600;
    font-family: "Segoe-UI", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h4,
h4 {
    font-size: 2.8rem;
    line-height: 120%;
    font-weight: 600;
    font-family: "Segoe-UI", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h5,
h5 {
    font-size: 2rem;
    line-height: 120%;
    font-weight: 600;
    font-family: "Segoe-UI", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h6,
h6 {
    font-size: 1.8rem;
    line-height: 120%;
    font-weight: 600;
    font-family: "Segoe-UI", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0
}

p {
    font-size: 1.6rem;
    line-height: 150%;
    margin-bottom: 32px;
    color: var(--dark);
}

a {
    color: var(--purple);
    font-size: 1.6rem;
    line-height: 150%;
    transition: 0.3s;
    text-decoration: none;
}

a:hover {
    color: var(--dark);
    transition: 0.3s;
}

ul {
    margin-bottom: 0;
}

li {
    font-size: 1.6rem;
    line-height: 150%;
    color: var(--dark);
}

b, strong {
    font-weight: 700
}

img {
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: auto;
}

.container_md {
    width: 100%;
    max-width: 1390px;
    padding: 0 15px;
    margin: auto;
}

.container_xl {
    width: 100%;
    max-width: 1530px;
    padding: 0 15px;
    margin: auto;
}

.main_button {
    background: var(--purple);
    color: white;
    padding: 14px 32px 16px;
    font-size: 1.6rem;
    font-weight: 400;
    width: fit-content;
    line-height: 1;
    display: block;
    border: 1px solid var(--purple);
}

.main_button:hover {
    background: #FAF4EC;
    color: var(--purple);
    border-color: var(--purple);
}

.main_menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    gap: 25px;
}

.main_menu ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: var(--dark);
    transition: 0.3s;
    position: relative;
}

.main_menu ul li a:hover {
    color: var(--purple)
}

.mobile__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100vh;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.6);
    z-index: 9999;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mobile__nav.active {
    right: 0;
    border-radius: 30px;
}

.mobile__nav__inner {
    padding: 40px 20px;
    padding-top: 80px;
}

.close__mobile {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.mobile-menu {
    list-style: none;
    padding: 0;
}

.mobile-menu li {
    margin-bottom: 15px;
}

.mobile-menu a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
}


@media (min-width: 1101px) {
    .mobile__menu {
        display: none;
    }
}

@media only screen and (max-width: 1100px) {
    .header_menu .col-md-9 {
        display: none !important
    }

    .mobile__menu {
        position: absolute;
        display: block;
        height: 54px;
        width: 54px;
        background: var(--green);
        left: auto;
        right: 15px;
        margin: auto;
        border-radius: 100%;
        cursor: pointer;
        z-index: 99;
        opacity: 1;
        top: 50%;
        transform: translateY(-50%);
        transition: 0.2s
    }

    .mobile__menu span {
        height: 2px;
        width: 20px;
        position: absolute;
        margin-left: 17px;
        margin-bottom: 1px;
        top: 20px;
        border-radius: 0;
        transition: .5s;
        background: white;
    }

    .mobile__menu span:nth-child(2) {
        top: 31px;
    }

    .header_icons {
        position: relative;
        padding-right: 52px;
        margin-top: -8px;
    }

    .menu__primary {
        display: none;
    }

    .header_menu > .d-flex {
        justify-content: space-between;
    }
}

.top_menu ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top_menu ul li {
    position: relative;
}

.top_menu ul li a {
    font-size: 14px;
    color: var(--dark);
    line-height: 100%;
    font-weight: 600;
    display: block;
    padding: 5px 16px;
}

.top_menu ul li a:hover,
.top_menu .menu-item-has-children a:hover i {
    color: var(--purple)
}

.top_menu ul.sub-menu {
    z-index: 999;
    visibility: hidden;
    position: absolute;
    width: 200px;
    opacity: 0;
    transition: .3s;
    margin-top: 0;
    display: block;
    padding: 0;
    top: 35px;
    border-top: 1px solid #CECAC3;
    background: #FAF4EC;
}

.top_menu ul.sub-menu li a {
    padding: 16px;
}

.top_menu ul.sub-menu li a:hover {
    background: #DDD3E0
}

.top_menu .menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

.top_menu .menu-item-has-children i {
    margin-left: 6px;
}

.socials {
    display: flex;
    align-items: center;
    gap: 8px
}

.header_address a {
    color: var(--dark);
    font-size: 12px;
    line-height: 100%;
    display: block
}

.header_address a:hover {
    color: var(--purple)
}

.header_contacts {
    display: flex;
    align-items: center;
    gap: 32px;
}

.top_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FAF4EC;
    width: 100%;
}

.header_menu.container_max {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 1650px) {
    .container_max {
        padding: 11px 120px;
    }
}

@media only screen and (max-width: 1649px) {
    .container_max {
        padding: 11px 15px;
    }
}

.header {
    position: relative;
    z-index: 999
}

.back_hero .container {
    position: absolute;
    bottom: 100px;
    color: white;
    left: 50%;
    transform: translateX(-50%);
}

.back_hero img {
    height: 600px;
    object-fit: cover;
    margin-top: -128px;
}

.page_hero_transparent {
    position: relative;
}

.ionex_logo img,
.years img {
    height: 32px;
    width: auto;
}

.years {
    margin-left: 32px;
}

.logo_site {
    display: flex;
    align-items: center;
}

.header_text p {
    margin-bottom: 0;
    color: white;
}

.ionex_logo {
    border-right: 1px solid white;
    padding-right: 24px;
    margin-right: 24px;
}

.page_hero_transparent:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 600px;
    left: 0;
    top: -128px;
    background-color: #0000004D
}

.header_menu.d-flex {
    justify-content: space-between;
}

.phone_c img {
    width: 20px;
    margin-right: 12px;
}

.email_c img {
    width: 23px;
    margin-right: 12px;
}

.phone_c,
.email_c {
    display: flex;
    align-items: center;
}

.phone_c {
    margin-right: 24px;
}

.email_c {
    margin-right: 100px;
}

.phone_c a,
.email_c a {
    color: white;
    display: flex;
    align-items: anchor-center;
}

.left_contacts {
    display: flex;
    align-items: center;
}

.header_menu .col-md-8 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.left_contacts p {
    color: white;
    margin-bottom: 0;
    margin-right: 24px;
}

.footer_col3 {
    display: flex;
    gap: 16px;
}

.footer_col3 img {
    width: 105px;
    height: 150px;
    object-fit: cover;
}

footer {
    background: var(--purple);
    padding: 80px 0 0;
}

.footer_col2 h4,
.footer_col1 h4 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 100%;
    margin-bottom: 24px;
}

.footer_col2 ul,
.footer_col1 ul {
    list-style: none;
    padding-left: 0;
}

.footer_col2 ul li,
.footer_col1 ul li {
    color: white;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 6px;
}

.footer_col1 ul li a {
    color: white;
    font-size: 14px;
    line-height: 150%;
}

.footer_col1 ul li a:hover,
.footer_socials a:hover {
    opacity: 0.7
}

.footer_socials a {
    display: flex;
}

.footer_socials {
    column-gap: 8px;
    margin-top: 16px;
}

.footer_col3 {
    width: 226px;
}

.footer_col2 {
    width: 472px;
    padding-right: 56px;
    padding-left: 56px;
}

.footer_col1 {
    width: calc(100% - 698px);
}

.footer_col1 .d-flex {
    flex-wrap: nowrap;
}

.footer_logo {
    padding-right: 56px;
}

.footer_logo img {
    width: 120px;
}

.footer_col2 ul li:last-child,
.footer_col1 ul li:last-child {
    margin-bottom: 0;
}

.copywrite p,
.copywrite a {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 0;
    text-align: center;
}

.copywrite {
    background: rgba(250, 244, 236, 1);
    padding: 16px 15px;
    margin-top: 80px;
}

.about_section1 {
    border-bottom: 1px solid rgba(206, 202, 195, 1)
}

.about_section2 p {
    margin-bottom: 0;
}

.pr-5 {
    padding-right: 5rem;
}

.pl-5 {
    padding-left: 5rem;
}

.padding11 {
    padding: 11rem 0;
}

.margin11 {
    margin: 11rem 0;
}

.about_section3 img {
    height: 480px;
    object-fit: cover;
}

.about_section4 h6 {
    font-size: 1.6rem;
}

.about_section4 ul {
    margin-top: -20px;
}

.about_section4 .section_title {
    margin-bottom: 90px
}

.about_section4 .col-md-6 p:last-child {
    margin-bottom: 0;
}

.img1 {
    width: 75%;
    position: relative;
    z-index: 2;
    margin-top: 158px;
    height: 550px;
    object-fit: cover;
}

.img2 {
    width: 52%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 570px;
    object-fit: cover;
}

.about_section6 {
    background: rgba(241, 237, 229, 1);
    padding: 130px 0;
}

.about6_content {
    padding-right: 55px;
}

.about6_content h2 {
    margin-bottom: 40px;
    line-height: 140%;
}

.about6_content ul {
    margin-top: -18px;
}

.about6_img img {
    height: 415px;
    object-fit: cover;
}

.about6_img h6 {
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: 16px;
}

.about6_img p,
.team-flex p {
    margin-bottom: 0;
}

.team-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.team-flex > * {
    width: 50%;
}

.team_section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    margin-top: 110px;
}

.about_member {
    font-size: 14px;
}

.team_section p {
    margin-bottom: 0;
}

.single_team h5 {
    margin: 28px 0;
    font-size: 24px;
}

.single_team img {
    height: 360px;
    object-fit: cover;
    margin-bottom: 30px;
}

.single_team:nth-child(2) img,
.single_team:nth-child(4) img {
    height: 250px;
}

.about_section7.margin11 {
    margin-bottom: 130px;
}

.about_section8 {
    background: #F1EDE5;
}

.export_title,
.map_image {
    width: 50%;
}

.export_title h2 {
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 30px;
}

.export_title p:last-child {
    margin-bottom: 0;
}

.about_section8 .container {
    display: flex;
    align-items: center;
}

.map_image img {
    height: 800px;
    object-fit: cover;
}

.about_section8 {
    position: relative;
    height: 800px;
    display: flex;
    align-items: center;
}

.map_image {
    position: absolute;
    right: 0;
    height: 800px;
    top: 0;
    padding-left: 55px;
}

.phone_contact,
.email_contact,
.address_contact {
    display: flex;
    align-items: flex-start;
}

.whatsapp_contact {
    display: flex;
    align-items: center;
}

.whatsapp_contact {
    margin-top: 5px;
}

.whatsapp_contact .icon_general img {
    margin-top: 0;
}

.icon_general {
    width: 48px;
}

.icon_general img {
    width: 28px;
    margin-top: -5px;
}

.email_contact .icon_general img {
    margin-top: -12px;
}

.contact_title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1;
}

.single_contact strong,
.single_contact a {
    display: block;
}

.single_contact a {
    color: #333333;
    margin-top: 5px;
}

.single_contact a:hover {
    color: var(--purple);
}

.email_contact .contact_title {
    margin-bottom: 10px;
}

.single_contact p {
    margin-bottom: 24px;
}

.email_contact {
    margin-top: 8px;
    margin-bottom: 8px;
}

.contact_info {
    padding-right: 130px;
}

.whatsapp_contact .single_contact a {
    background: #25D366;
    width: fit-content;
    padding: 11px 32px;
    color: white;
    border: 1px solid #25D366;
    margin-top: 0;
}

.whatsapp_contact .single_contact a:hover {
    background: transparent;
    color: var(--dark)
}

.contact_page input,
.contact_page textarea {
    width: 100%;
    border: 1px solid #818A91;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1;
    background: #FAF4EC;
    border-radius: 5px;
}

.contact_page p {
    margin-bottom: 0;
}

.contact_page {
    column-gap: 16px;
    row-gap: 32px;
}

.contact_page .col-md-6 {
    width: calc(50% - 8px);
}

.contact_page ::placeholder {
    color: #818A91
}

.contact_page .message_field textarea {
    height: 128px;
}

.contact_page .send_field {
    position: relative;
}

.contact_page .send_field input {
    background: #5032AA;
    color: white;
    border-radius: 0;
    border-color: #5032AA;
    padding: 15px;
    transition: 0.3s
}

.contact_page .send_field input:hover {
    color: #333;
    background: transparent;
}

.wpcf7-spinner {
    position: absolute;
    top: 12px;
    left: 10px;
}

.align-center {
    align-items: center;
}

.section_contact {
    margin-top: 80px;
    margin-bottom: 80px;
}

.contact_content h1 {
    margin-bottom: 30px;
}

.contact_content p {
    margin-bottom: 0;
}

.contact_content {
    margin-bottom: 64px;
}

.meet_section {
    background: #F1EDE5;
    padding: 130px 0;
}

.meet_img img {
    height: 550px;
    object-fit: cover;
}

.meet_content {
    padding-left: 56px;
}

.meet_content p {
    margin-top: 24px;
}

.page-template-contact-template .white_menu {
    display: none !important
}

.home .color_menu,
.page-template-about-us .color_menu,
.page-template-blog-template .color_menu,
.page-id-15 .color_menu {
    display: none !important
}

.color_menu .header_text p {
    color: var(--purple);
}

.color_menu .ionex_logo {
    border-color: var(--purple);
}

.color_menu .left_contacts p,
.color_menu .phone_c a,
.color_menu .email_c a {
    color: #333;
}

.color_menu .phone_c a:hover,
.color_menu .email_c a:hover {
    color: var(--purple);
}

.grid2_location > div {
    background-color: #FAF4EC;
    padding: 40px;
    text-align: center;
}

.grid2_location {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.map_contact {
    padding: 160px 0;
    background-position: center;
    background-size: cover;
}

.grid2_location > div img {
    width: 28px;
}

.grid2_location > div h4 {
    margin: 40px 0;
    font-size: 24px;
}

.grid2_location > div a {
    display: block;
    color: var(--purple);
    padding: 10px 11px 12px;
    border: 1px solid var(--purple);
}

.grid2_location > div a:hover {
    background: var(--purple);
    color: #FAF4EC
}

.home_contact .meet_content {
    padding-left: 0;
    padding-right: 0;
}

.home_contact .meet_img {
    padding-left: 55px;
}

.whatsapp_button {
    display: flex;
    align-items: center;
    background: #25D366;
    color: white;
    padding: 10px 40px 12px;
    width: fit-content;
    border: 1px solid #25D366;
}

.whatsapp_button:hover {
    background: transparent;
}

.whatsapp_button img {
    width: 20px;
    margin-right: 8px;
}

.whatsapp_button:hover img {
    filter: invert(1);
}

.contact_buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.home_contact .meet_content h2 {
    margin-bottom: 64px;
}

.home_contact .meet_img img {
    height: 515px;
}

.home_contact.meet_section {
    background: #FAF4EC;
    padding: 0;
    margin: 130px 0;
}

.about_team_content {
    padding-top: 88px;
    padding-left: 55px;
}

.about_team_content p:last-child {
    margin-bottom: 0;
}

.about_team h2 {
    line-height: 100%
}

.home_section5 {
    margin: 130px 0;
}

a.transparent_button {
    background: #FAF4EC;
    color: var(--purple);
    padding: 14px 32px 16px;
    font-size: 1.6rem;
    font-weight: 400;
    width: fit-content;
    line-height: 1;
    display: block;
    border: 1px solid var(--purple);
}

a.transparent_button:hover {
    background: var(--purple);
    color: #FAF4EC;
}

.dispon_img {
    padding-right: 55px;
}

.dispon_img img {
    height: 515px;
    object-fit: cover;
}

.disponibility {
    align-items: center;
}

.dispon_content h2 {
    margin-bottom: 40px;
}

.home_section6 {
    padding: 130px 0;
}

.certificates_intro h2 {
    margin-bottom: 40px;
}

.certificates_intro img {
    border-radius: 8px;
    width: 200px;
    height: 200px;
    object-fit: contain;
    object-position: center;
    margin-top: 8px;
    transition: 0.3s
}

.certificates_intro img:hover {
    opacity: 0.7
}

.pagination_swiper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
    color: #F04628
}

.diploma-next,
.diploma-prev {
    width: 45px;
    height: 45px;
    border: 1px solid #F04628;
    border-radius: 100%;
}

.diploma-next {
    right: 0;
}

.diploma-prev {
    left: 0;
}

.home_section3 {
    background: #F1EDE5;
    padding: 130px 0;
}

.home_section3 .container {
    max-width: 1470px;
    margin-left: 390px;
    margin-right: 100px;
}

.home_section3 h2 {
    margin-bottom: 40px;
}

.diploma_slider {
    margin: 0 77px;
}

.certificates_slider {
    padding-left: 55px;
}

.home_section7 .partners_content {
    width: 420px;
}

.partners_img {
    width: calc(100% - 420px);
    padding-right: 55px;
    display: flex;
}

.home_section7 .d-flex {
    align-items: flex-end;
}

.partners_button {
    display: flex;
    gap: 16px;
}

.partners_image {
    padding-left: 55px;
}

.partners_image img {
    height: 400px;
    object-fit: cover;
}

.home_section7 {
    padding: 200px 0;
}

.post_mansory {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    overflow: hidden;
}

.thumb img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    margin-bottom: 40px;
}

.main_post_content h2 {
    font-size: 20px;
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post_meta p {
    color: var(--purple);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 100%;
}

.post_mansory .excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
    margin-top: 20px;
}

.home_section8 .post_mansory {
    margin-top: 56px;
}

.main_post:nth-child(2n) .thumb img {
    height: 249px;
}

.home_section8 {
    padding: 130px 0;
    background: #F1EDE5;
}

.fruits_section .fruits_slider {
    padding: 120px 0;
}

.fruits_section .fruits_slider .swiper-wrapper {
    display: flex;
    align-items: center;
}

.fruits_section .fruits_slider {
    transform-origin: center center;
}

.fruits_slider .swiper-slide {
    opacity: 0.5;
    pointer-events: none;
}

.fruits_section .fruits_slider .swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
}

.hotspot-image {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.fruits_section .fruits_slider .swiper-slide-active .hotspot-image img {
    transform: scale(1.15);
    transition: transform 0.5s ease;
    height: 370px !important;
    object-fit: contain;
}

.fruits_section .fruits_slider .hotspot-image img {
    transition: transform 0.5s ease, height 0.5s ease;
}

.fruits_slider .swiper-slide-prev .hotspot-image img,
.fruits_slider .swiper-slide-next .hotspot-image img {
    width: 100%;
    height: 239px;
    object-fit: contain;
}

.hotspot-wrapper {
    position: relative;
    overflow: visible;
}

/* Punctul */
.hotspot {
    width: 18px;
    height: 18px;
    background: #ff7a00;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    transition: 0.25s;
    z-index: 10;
}

.hotspot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 122, 0, 0.4);
    animation: pulse 2s infinite;
    pointer-events: none;
}

.hotspot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 122, 0, 0.4);
    animation: pulse 2s infinite 1s;
    pointer-events: none;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

.hotspot:hover {
    transform: scale(1.15);
}

.hotspot-tooltip {
    position: fixed;
    background: #FFFFFFCC;
    backdrop-filter: blur(10px);
    padding: 20px 25px;
    border-radius: 12px;
    min-width: 250px;
    max-width: 350px;
    display: none;
    pointer-events: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 999999;
    animation: tooltipFadeIn 0.3s ease forwards;
}

.hotspot-tooltip h5 {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
    line-height: 120%;
}

.hotspot-tooltip p {
    margin: 0;
    line-height: 120%;
    font-size: 1.6rem;
}

.hotspot-tooltip ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
}

.hotspot-tooltip ul li {
    padding: 4px 0 4px 20px;
    position: relative;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
}

.hotspot-tooltip ul li:before {
    content: "•";
    position: absolute;
    left: 5px;
    color: #000000;
    font-weight: bold;
}

.hotspot-tooltip::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.hotspot-tooltip.arrow-left::before {
    left: -8px;
    top: 20px;
    border-width: 8px 8px 8px 0;
    border-color: transparent rgba(255, 255, 255, 0.8) transparent transparent;
}

.hotspot-tooltip.arrow-right::before {
    right: -8px;
    top: 20px;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.95);
}

.hotspot-tooltip.arrow-up::before {
    top: -8px;
    left: 20px;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
}

.hotspot-tooltip.arrow-down::before {
    bottom: -8px;
    left: 20px;
    border-width: 8px 8px 0 8px;
    border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
}

.fruits_section .container {
    max-width: 1300px;
}

.fruits-next {
    border-radius: 50%;
    padding: 20px;
    border: 1px solid #F04628;
    right: 105px;
}

.fruits-prev {
    border-radius: 50%;
    padding: 20px;
    border: 1px solid #F04628;
    left: 105px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .hotspot-tooltip {
        min-width: 200px;
        max-width: 280px;
        padding: 15px 20px;
    }

    .hotspot-tooltip strong {
        font-size: 1.4rem;
    }

    .hotspot-tooltip p,
    .hotspot-tooltip ul li {
        font-size: 1.3rem;
    }
}

/* Animation */
@keyframes tooltipFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Evolutia companiei */

.evolution_section h2 {
    font-weight: 600;
    margin-bottom: 80px;
}

.evolution_section h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 80px;
}

.evolution_section h3 span {
    font-size: 8rem;
    line-height: 160%;
    letter-spacing: 0%;
    color: #F04628;
}

.evolution_section {
    padding: 110px 0;
    background: #F1EDE5;
}

.evolution_left img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

.evolution_right {
    padding-left: 117px;
}

.evolution_right ul {
    font-size: 1.6rem;
    font-weight: 400;
}

.evolution_right ul li {
    margin-bottom: 5px;
}

.evolution_slider_years {
    margin-top: 120px;
}

.evolution_slider_years .swiper-slide h3 {
    color: #CECAC3;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    line-height: 150%;
    padding-bottom: 24px;
    border-bottom: 1px solid #CECAC3;
}

.evolution_slider_years .swiper-slide.active h3 {
    color: #F04628;
    border-bottom: 1px solid #F04628;
}

/* Evolutia companiei End */

.services_section {
    padding: 100px 0;
}

.img_service {
    width: 74px;
    height: 74px;
}

.line_content {
    position: relative;
    padding-left: 16px;
}

.line_content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    height: 95%;
    bottom: 0;
    width: 1px;
    background: var(--purple);
}

.services_right{
    padding-left: 20px;
}

.services_right ul {
    list-style: none;
    padding: 0;
}

.services_right ul li h4 {
    margin-bottom: 24px;
}

.services_right ul li p {
    margin-bottom: 48px;
}

.services_right ul li:last-child p {
    margin-bottom: 0;
}

.services_right h2 {
    font-size: 3.2rem;
    margin-bottom: 80px;
}

.services_right .bg_image {
    width: 100%;
    height: 480px;
    object-fit: cover;
    padding-left: 16px;
}

.service_right2{
    padding-left: 20px;
}

.service_right2 .line_content::before{
    height: 85%;
}

.service_item{
    background: #F1EDE5;
    padding: 32px;
    margin-bottom: 16px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.grid-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service_grid h4 {
    color: #FD0B0B;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    line-height: 150%;
}

.service_grid p{
    color: #FD0B0B;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
}

.img_grid{
    background: #FAF4EC;
    padding: 14px;
    margin-bottom: 24px;
}

.img_grid img{
    width: 100%;
    height: 132px;
    object-fit: contain;
}

.service_item .icon{
    width: 40px;
    height: 40px;
}

.service_item h3{
    margin-block: 40px;
}

.service_section2 h2{
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 80px;
}

.service_right_content2{
    padding-left: 40px;
}

.content_wrap{
    display: flex;
    gap: 100px;
}

.line_content h2{
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 90px;
}

.line_content{
    margin-bottom: 90px;
}

.image__single{
    width: 100% !important;
    height: 100% !important;
}

.red_text{
    color: #FD0B0B;
}

.palets img{
    object-fit: cover;
    height: 100%;
}

.palets .img_grid{
    margin-bottom: 34px;
}

.bands img{
    object-fit: contain;
    height: 208px;
}

.page-id-131 .white_menu{
    display: none !important;
}

.hero_description{
    margin-top: 100px;
}

.hero_description h2{
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 80px;
}

.type_cherry{
    margin-top: 170px;
}

.desc_wrap{
    display: flex;
    gap: 100px;
}

.desc_wrap p{
    width: 50%;
}

.type_content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

.img_cherry{
    width: 30%;
}

.img_cherry img{
    width: 100%;
    height: 254px;
    object-fit: contain;
}

.cherry_item{
    display: flex;
}

.content_cherry{
    padding-left: 40px;
    width: 70%;
}

.content_cherry h2{
    font-size: 4rem;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 64px;
    text-transform: uppercase;
}

.content_cherry p{
    margin-bottom: 64px;
}

.type_cherry .container{
    max-width: 1530px;
}

.value_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 78px 32px;
}

.value_item img{
    width: 19px;
    height: 17px;
}

.value_item h3{
    font-size: 2.8rem;
    font-weight: 600;
    margin-block: 24px;
    line-height: 200%;
}

.value_item p{
    font-size: 1.4rem;
    line-height: 150%;
}

.bg_custom1{
    background: #F8D1C5;
}

.bg_custom2{
    background: #D8CDDF;
}

.values_section .img_center{
    height: 100%;
    object-fit: cover;
}

.values_section h2{
    margin-bottom: 80px;
}