/* Custom CSS */
@import url('wptiff-colors.css');
@import url('wptiff-fonts.css');
@import url('wptiff-spacings.css');


:root {
    --rounded: 32px;
    --rounded-md: 24px;
    --box-shadow-1: 0px 22px 32px 0px rgba(0, 100, 167, 0.12);
    --box-shadow-2: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
    --box-shadow-3: 0px 22px 32px 0px rgba(0, 100, 167, 0.12);
}

/* ======== General ======== */
body,
html {
    color: var(--clr-text) !important;
}

.et_pb_column_empty {
    display: block !important;
}

.et_pb_row {
    padding: 0 !important;
}

h1,
h2,
h3,
h4 {
    font-family: var(--ff-title);
}

h1,
h2,
h3 {
    color: var(--clr-blue-darkest)
}

h4,
h5,
h6 {
    color: var(--clr-text)
}

img {
    pointer-events: none;
}

.btn {
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: center;
    border: none;
    width: fit-content;
    border-radius: 100px;
    padding: 16px 28px !important;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(91deg, #E67E22 1.79%, #F29C30 99.74%);
    box-shadow: 0px 8px 23px 0px rgba(94, 68, 29, 0.24);
    font-size: var(--fs-btn);
    font-weight: var(--fw-btn);
    line-height: var(--lh-btn);
    color: var(--clr-white);
}

.btn:hover {
    transform: scale(1.1);
}


.section-title {
    display: flex;
    justify-content: center;
    text-align: center;
}

.text-logo-color {
    color: var(--clr-primary);
}

.text-logo-color .text-logo-light {
    color: var(--clr-blue)
}

/* === cookies popup ===*/
.cky-btn {
    border-radius: 50px !important;
}



/* ================= Mobile menu ================= */
.rmp_menu_trigger {
    display: none !important;
}

/* ================= Navbar ================= */
.navbar {
    background-color: var(--clr-bg-dark);
    padding: 16px var(--section-px) !important;
    border: solid;
    border-width: 0 0 1px 0;
    border-color: #CCE0ED;
}

.navbar .et_pb_row {
    display: flex;
}

.navbar .navbar-logo img {
    width: 90px !important;
    height: 100%;
}

.navbar .menu-column {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: end;
}

.navbar .menu-column .navbar-menu {
    display: flex;
    justify-content: end;
    background-color: transparent;
}

.navbar .menu-column .navbar-menu a {
    font-size: var(--fs-small);
    line-height: var(--lh-small);
    font-weight: var(--fw-small);
}


.navbar .menu-column .navbar-menu .current-menu-item a {
    color: var(--clr-primary) !important;
    font-weight: 600;
}

.navbar .menu-column .navbar-menu a {
    color: var(--clr-text);
    text-wrap: nowrap;
}

.navbar .menu-column .navbar-menu ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
}

.navbar .menu-column .navbar-menu li {
    margin: 0 !important;
    padding: 8px;
}

.navbar .menu-column .navbar-menu li a {
    padding: 0 !important;

}

/* ================= Mobile menu ================= */
.rmp-container {
    max-width: 100% !important;
    height: 100vh !important;
    background-color: var(--clr-bg-light) !important;
}

.rpm-container .rmp-menu-title {
    padding: 0px !important;

}

.rmp-container .rmp-menu-title-image {
    height: auto !important;
    width: 100px !important;
    border-radius: 0;
}

.rmp-container .rmp-menu-item-link {
    padding: 0 20px !important;
    text-align: center !important;
    font-family: var(--ff-title) !important;
    font-size: var(--fs-h3) !important;
    font-weight: var(--fw-h3) !important;
    line-height: var(--lh-h3) !important;
    color: var(--clr-text) !important;
}

.rmp-container .current-menu-item .rmp-menu-item-link {
    color: var(--clr-primary) !important;
}

.rmp_menu_trigger .responsive-menu-pro-inner,
.rmp_menu_trigger .responsive-menu-pro-inner::after,
.rmp_menu_trigger .responsive-menu-pro-inner::before {
    background-color: #3A4E6B !important;
}

/* === Language switcher === */
.lsdp-wrapper.horizontal ul {
    gap: 0;
    flex-wrap: nowrap !important;
}

.lsdp-wrapper .lsdp-language-list a,
.lsdp-wrapper .lsdp-language-list .lsdp_active_lang a {
    background-color: transparent;
    padding: 0 8px !important;
}

.lsdp-wrapper .lsdp-language-list a .lsdp-lang-code,
.lsdp-wrapper .lsdp-language-list .lsdp_active_lang a .lsdp-lang-code {
    font-size: var(--fs-small);
    line-height: var(--lh-small);
    font-weight: var(--fw-small);
    text-transform: uppercase;
    color: var(--clr-text);
}

.lsdp-wrapper .lsdp-language-list li:first-child {
    border: solid;
    border-color: var(--clr-text-lighter);
    border-width: 0 1px 0 0;
}

.lsdp-wrapper .lsdp-language-list .lsdp_active_lang .lsdp-lang-code {
    color: var(--clr-primary) !important;
}

.lsdp-wrapper::after {
    width: 16px !important;
    height: 16px !important;
    background-size: contain;
    background-image: url('/wp-content/uploads/2025/07/Chevron-down.svg');
    border: none !important;
}


/* ================= Social media ================= */
.floating-social-media {
    z-index: 999;
}

.floating-social-media .social-media {
    position: fixed;
    right: 32px;
    bottom: 64px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.floating-social-media .social-media a img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 44px;
    height: 44px;
}

/* ================================== Homepage ================================== */
/* ================= Hero ================= */
.hero-section {
    background-color: var(--clr-bg-light);
    padding: var(--section-py-biggest) var(--section-px) var(--section-py-medium) !important;
}

.hero-section .et_pb_column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-section h1 {
    max-width: 994px;
    margin-bottom: 20px;
    color: var(--clr-primary);
    text-align: center;
}

.hero-section .hero-subtitle h4 {
    margin-bottom: 40px;
    font-family: var(--ff-text);
    color: var(--clr-primary) !important;
    text-align: center;
}

.hero-section .hero-subtitle span {
    color: var(--clr-blue);
}

.hero-section .hero-image {
    margin: 64px auto 0 auto;
}

.hero-section .hero-image img {
    border-radius: var(--rounded);
    max-width: 800px;
    height: 380px;
    object-fit: cover;
    object-position: bottom;
    box-shadow: var(--box-shadow-1)
}

/* ================= Despre BestCare home ================= */
.about-section-home {
    background-color: var(--clr-bg-dark);
    padding: var(--section-py) var(--section-px) !important;
}

.about-section-home h2,
.about-section-home p {
    text-align: center;
    max-width: 920px;
}

.about-section-home h2 {
    margin-bottom: 40px;
}

.about-section-home p {
    font-size: var(--fs-medium);
    font-weight: var(--fw-medium);
    line-height: var(--lh-medium);
}

.about-section-home .et_pb_text_inner {
    display: flex;
    justify-content: center;
}

/* ================= Perfect match home ================= */
.perfect-match-section {
    background-color: var(--clr-bg-light);
    padding: var(--section-py) var(--section-px) var(--section-py-medium) !important;
}

.perfect-match-section .et_pb_row {
    display: flex;
    gap: 78px;
}

.perfect-match-section .et_pb_row::after {
    display: none;
}

.perfect-match-section .cover-image img {
    height: 405px;
    width: 617px;
    object-fit: cover;
    border-radius: var(--rounded);
    box-shadow: var(--box-shadow-1)
}

.perfect-match-section .review-card-img {
    width: fit-content;
    height: fit-content;
    position: absolute;
    bottom: 46px;
    width: 272px;
    right: -40px;
    border-radius: var(--rounded);
}

.perfect-match-section .details {
    width: 485px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.perfect-match-section .details h3 {
    width: 332px;
    margin-bottom: 22px;
}

.perfect-match-section .details p {
    font-size: var(--fs-small);
    font-weight: var(--fw-small);
    line-height: var(--lh-small);
    margin-top: 12px;
}

/* ================= Why us home ================= */
.why-us-section {
    background-color: var(--clr-bg-dark);
    padding: var(--section-py) var(--section-px) var(--section-py-medium) !important;
}

.why-us-section h3 {
    text-align: center;
    margin-bottom: 64px
}

.why-us-section .cards-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 19px;
}

.why-us-section .cards-grid .card {
    padding: 32px;
    background-color: var(--clr-white);
    border-radius: var(--rounded-md);
    box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
}

.why-us-section .cards-grid .card .card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}

.why-us-section .cards-grid .card h4 {
    margin-bottom: 12px;
}

.why-us-section .cards-grid .card p {
    font-size: var(--fs-smallest);
    font-weight: var(--fw-smallest);
    line-height: var(--lh-smallest);
}


/* ================= Trust numbers home ================= */
.trust-numbers-section {
    background-color: var(--clr-bg-light);
    padding: var(--section-py) var(--section-px) var(--section-py-medium) !important;
}

.trust-numbers-section .counters {
    display: flex;
    justify-content: center;
    margin: 80px 0;
    gap: 60px;
}

.trust-numbers-section .counters .counter-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.trust-numbers-section .counters .counter-wrap .counter {
    display: flex;
    justify-content: center;
}

.trust-numbers-section .counters .counter-wrap .counter span {
    font-size: var(--fs-h1);
    font-weight: var(--fw-h1);
    line-height: var(--lh-h1);
    color: var(--clr-blue-darkest);
}

.trust-numbers-section .counters .counter-wrap span.title-accent {
    color: var(--clr-blue);
}

.trust-numbers-section .cards {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.trust-numbers-section .cards .card {
    display: flex;
    align-items: center;
    max-width: 560px;
    gap: 32px;
    padding: 24px;
    background: var(--blue-gradient-bg);
    box-shadow: var(--box-shadow-3);
    border-radius: var(--rounded-md);
    color: var(--clr-white);
}

.trust-numbers-section .cards .card .et_pb_image_wrap {
    width: 180px;
    height: 180px;
}

.trust-numbers-section .cards .card .et_pb_image_wrap img {
    width: 100%;
    height: 100%;
}

.trust-numbers-section .cards .card p {
    font-size: var(--fs-small);
    font-weight: var(--fw-small);
    line-height: var(--lh-small);
}

.trust-numbers-section .cards::after {
    display: none;
}



/* ================= Reviews section home ================= */
.reviews-section {
    background-color: var(--clr-bg-dark);
    padding: var(--section-py) var(--section-px) var(--section-py-small) !important;
}

.reviews-section h3 {
    text-align: center;
    margin-bottom: 64px;
}

.reviews-section .carousel-row {
    max-width: 646px;
}

.reviews-section .carousel .dsm_card_carousel_wrapper {
    box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
    border-radius: var(--rounded-md);

}

.reviews-section .carousel .dsm_card_wrapper {
    background-color: var(--clr-white);
    border-radius: var(--rounded-md);
    height: 100%;
    padding: 40px;
}


.reviews-section .carousel .dsm_card_carousel_child_description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 40px;
}

.reviews-section .carousel .dsm_card_wrapper p {
    font-size: var(--fs-medium);
    font-weight: var(--fw-medium);
    line-height: var(--lh-medium);
}

.reviews-section .carousel .dsm_card_wrapper .name {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--clr-primary);
}

.reviews-section .carousel .dsm_card_wrapper .title {
    font-size: var(--fs-small);
    font-weight: var(--fw-small);
    line-height: var(--lh-small);
    color: var(--clr-blue);
}


.reviews-section .carousel .dsm_card_carousel_arrow {
    background-image: url('/wp-content/uploads/2025/07/prev-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
}

.reviews-section .carousel .dsm_card_carousel_arrow.swiper-button-prev {
    background-image: url('/wp-content/uploads/2025/07/prev-icon.svg');
}

.reviews-section .carousel .dsm_card_carousel_arrow.swiper-button-next {
    background-image: url('/wp-content/uploads/2025/07/next-icon.svg');
}



.reviews-section .carousel .swiper-pagination-bullets {
    bottom: -85px;
}

.reviews-section .carousel .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent !important;
    border: solid 2px var(--clr-primary);
}

.reviews-section .carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--clr-primary) !important;
}

/* ================= CTA home ================= */
.cta-home {
    padding: 48px var(--section-px) !important;
    background: linear-gradient(96deg, #0492D4 -10.84%, #0064A7 196.74%);
}

.cta-home h3 {
    text-align: center;
    color: var(--clr-white);
}

/* ================= Looking for | home ================= */
.looking-for-section {
    background-color: var(--clr-bg-light);
    padding: var(--section-py) var(--section-px) !important;
}

.looking-for-section .et_pb_row {
    display: flex;
    gap: 48px;
}

.looking-for-section .img-column {
    max-width: 509px;
    height: 100%;
}

.looking-for-section .img-column .et_pb_image_wrap {
    height: 100%;
}

.looking-for-section .img-column img {
    object-fit: cover;
    height: 100%;
    border-radius: var(--rounded);
    box-shadow: var(--box-shadow-1);
}

.looking-for-section .et_pb_column.et-last-child {
    padding: 10px 0;
}

.looking-for-section h3 {
    margin-bottom: 55px;
}

.looking-for-section .content {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 48px;
}

.looking-for-section .content .content-item img {
    margin-bottom: 24px;
    width: 64px;
    height: 64px;
}

.looking-for-section .content .content-item h4 {
    margin-bottom: 12px;
    padding: 0 8px;
    color: var(--clr-text);
    text-wrap: nowrap;
}

.looking-for-section .content .content-item p {
    padding: 0 8px;
    font-size: var(--fs-smallest);
    font-weight: 500;
    line-height: var(--lh-smallest);

}

.looking-for-section .et_pb_row:after {
    display: none;
}


/* ================= Steps section | home ================= */
.steps-section {
    padding: 40px var(--section-px) var(--section-py) !important;
    background-color: var(--clr-bg-light);
}

.steps-section h3 {
    margin-bottom: 180px;
}

.steps-section .steps {
    border: solid;
    border-color: var(--clr-primary);
    border-width: 0 0 0 1px;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.steps-section .steps .step {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 400px;
}

.steps-section .steps .step h3 {
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 24px;
    padding: 19px 12px 12px 12px;
    width: 64px;
    height: 64px;
    background: var(--blue-gradient-bg);
    border-radius: 50%;
    color: var(--clr-white);
}

.steps-section .steps .step h4 {
    margin-bottom: 12px;
    color: var(--clr-text);
}

/* ================================== Homepage End ================================== */


/* ================================== Team page ================================== */
/* ================= Echipa noastra ================= */
.our-team-section {
    background-color: var(--clr-bg-light);
    padding: var(--section-py-big) var(--section-px) var(--section-py) !important;
}

.our-team-section .section-title h1,
.our-team-section .section-title p {
    text-align: center;
    max-width: 954px;
}

.our-team-section .section-title h1 {
    margin-bottom: 40px;
}

.our-team-section .section-title p {
    font-size: var(--fs-medium);
    font-weight: var(--fw-medium);
    line-height: var(--lh-medium);
}

.our-team-section .section-title .et_pb_text_inner {
    display: flex;
    justify-content: center;
}

.our-team-section .team-cards-row {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 80px;
}


.our-team-section .team-cards-row .team-member-card {
    display: flex;
    flex-direction: column;
    max-width: 366px;
    border-radius: var(--rounded-md);
    background-color: var(--clr-white);
    box-shadow: 0px 24px 32px -3px rgba(3, 9, 50, 0.04);
    overflow: hidden;
}

.our-team-section .team-cards-row .team-member-card .team-member-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.our-team-section .team-cards-row .team-member-card .details {
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}


.our-team-section .team-cards-row .team-member-card .descripion .name {
    margin-bottom: 4px;
}

.our-team-section .team-cards-row .team-member-card .descripion .department {
    margin-bottom: 8px;
}

.our-team-section .team-cards-row .team-member-card .details .contact {
    display: flex;
    align-items: center;
    gap: 8px;

}


/* ================= Echipa noastra grid photos ================= */
.team-images-section {
    background-color: var(--clr-bg-dark);
    padding: var(--section-py) var(--section-px) !important;
}

.team-images-section .team-images-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 285px;
    gap: 16px;
}

.team-images-section .team-images-grid .grid-item {
    overflow: hidden;
    border-radius: var(--rounded);
}

.team-images-section .team-images-grid .grid-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.team-images-section .team-images-grid .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* ================================== Team page end ================================== */

/* ================================== Contact page ================================== */
.contact-section {
    padding: var(--section-py-big) var(--section-px) var(--section-py) !important;
    background-color: var(--clr-bg-light);
}

.contact-section .et_pb_row {
    display: flex;
    gap: 80px;
}

.contact-section .et_pb_row::after {
    display: none;
}



.contact-section p {
    font-size: var(--fs-medium);
    font-weight: var(--fw-medium);
    line-height: var(--lh-medium);
}

.contact-section .contact-icons {
    /* box-shadow: var(--box-shadow-1); */
    background-color: var(--clr-white);
    border-radius: var(--rounded);
    box-shadow: var(--box-shadow-1);
    margin: 50px 0;
    padding: 30px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 50px;
}

.contact-section .contact-icons .icon-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-section .contact-icons .icon-item img {
    width: 28px;
    height: 28px;
}


.contact-section .contact-icons .contact-data {
    display: flex;
    flex-direction: column;
}

.contact-section .contact-icons .contact-data .title {
    font-weight: 600;
}

.contact-section .contact-icons .contact-data a {
    font-weight: 400;
}

.contact-section .map {
    border-radius: 15px;
    overflow: hidden;
}

.contact-section .map iframe {
    width: 100%;
}


/* ================= form ================= */
.single-form {
    margin-top: 30px;
    padding: 50px 30px;
    background-color: var(--clr-white);
    border-radius: var(--rounded);
    box-shadow: var(--box-shadow-1);
}

/* Form Steps */
.form-step {
    display: none;
    margin-bottom: 20px;
    border-radius: 8px;
}

.form-step br {
    display: none;
}

.form-step.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.form-step h3 {
    margin-bottom: 30px;
}

/* Fieldset Styling */
fieldset.form-group {
    border: solid 1px var(--clr-light-gray);
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 30px;
}

fieldset.form-group legend {
    font-size: var(--fs-small);
    font-weight: 600;
    line-height: var(--lh-small);
}

fieldset.form-group legend span {
    color: var(--clr-orange) !important;
}

fieldset.form-group .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}

fieldset.form-group .wpcf7-form-control .wpcf7-list-item {
    margin: 0 !important;
}

fieldset input[type=text],
fieldset input[type=tel],
fieldset input[type=date] {
    padding: 10px 20px;
    border-radius: 8px;
    border: solid 1px var(--clr-light-gray);
    font-size: var(--fs-small);
    font-weight: var(--fw-small);
    font-weight: var(--fw-small);
}

input[type="checkbox"],
input[type="radio"] {
    transform: scale(1.5);
    margin-right: 0.5em;
}

.wpcf7-list-item {
    display: flex;
    align-items: center;
}

.form-step.step-2 fieldset .wpcf7-radio .wpcf7-list-item.first {
    display: none;
}

.form-step.step-1 .conditional-step1-questions fieldset .wpcf7-radio .wpcf7-list-item.first {
    display: none;
}

/* Other Text Fields */
.other-text-field {
    margin-top: 10px;
    padding-left: 20px;
    display: none;
}

fieldset .gdpr-text {
    margin-bottom: 20px;
}

/* Rest of the CSS remains the same as previous implementation */
.form-nav,
.form-nav p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.form-nav .btn {
    cursor: pointer;
}

.form-nav .btn.btn-prev {
    cursor: pointer;
    box-shadow: none;
}

.step-1.active~.form-nav .prev-btn {
    display: none;
}


/* CF7 Validation Styles */
.wpcf7-not-valid-tip {
    margin-top: 10px;
    color: var(--clr-orange);
    font-size: var(--fs-small) !important;
    font-weight: 600 !important;
    line-height: var(--lh-small) !important;
}

.wpcf7-response-output {
    border-radius: 8px;
    font-size: var(--fs-small) !important;
    font-weight: 600 !important;
    line-height: var(--lh-small) !important;
}

/* Form step styling */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

/* Navigation buttons */
.form-nav {
    margin-top: 20px;
}

.form-nav .btn {
    font-size: var(--fs-btn) !important;
    font-weight: var(--fw-btn) !important;
    line-height: var(--lh-btn) !important;
}

.form-nav .btn.prev-btn {
    color: var(--clr-text) !important;
    background: var(--clr-bg-dark) !important;
    box-shadow: none;
}

.form-nav .submit-btn p {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* ================================== Contact page end ================================== */

/* ================================== About page ================================== */

/* === Hero section === */
.about-hero-section {
    padding: var(--section-py-biggest) var(--section-px) var(--section-py) !important;
    background-color: var(--clr-bg-light);
}

.about-hero-section .et_pb_row {
    display: flex;
    align-items: center;
    gap: 48px;
}

.about-hero-section .et_pb_row::after {
    display: none;
}

.about-hero-section .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    max-width: 575px;
}

.about-hero-section .details p {
    font-size: var(--fs-small);
    line-height: var(--lh-small);
    font-weight: var(--fw-small);
}

.about-hero-section .cover-image {
    margin: 0;
    display: flex;
    justify-content: end;
}

.about-hero-section .cover-image img {
    height: 500px;
    width: 509px;
    object-fit: cover;
    border-radius: var(--rounded);
    box-shadow: var(--box-shadow-1);
}

/* === Our mission section === */
.our-mission-section {
    padding: var(--section-py-smallest) var(--section-px) !important;
    background: var(--blue-gradient-bg);
    text-align: center;
}

.our-mission-section .et_pb_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;

}

.our-mission-section h2,
.our-mission-section p {
    text-align: center;
    color: var(--clr-white);
    max-width: 902px;
}

.our-mission-section p {
    font-family: var(--ff-title);
    font-size: var(--fs-medium);
    line-height: var(--lh-medium);
    font-weight: 300;
}

/* === OQZ certificate section === */
.oqz-certificate-section {
    padding: var(--section-py) var(--section-px) !important;
    background-color: var(--clr-bg-light);
}

.oqz-certificate-section .et_pb_row {
    padding: 0 48px !important;
    display: flex;
}

.oqz-certificate-section .badge-column {
    display: flex;
    align-items: center;
    padding-right: 64px;
    border: solid;
    border-width: 0 1px 0 0;
    border-color: var(--clr-primary);
}

.oqz-certificate-section .badge-column,
.oqz-certificate-section .badge {
    width: fit-content;
}

.oqz-certificate-section .badge img {
    width: 220px;
    height: 220px;
}

.oqz-certificate-section .details {
    max-width: 771px;
    padding-left: 48px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.oqz-certificate-section .details p {
    font-size: var(--fs-small);
    line-height: var(--lh-small);
    font-weight: var(--fw-small);
    margin-top: 12px;
}

.oqz-certificate-section .details h3 {
    margin-bottom: 12px;
}


/* === Hexagons section === */
.collaboration-section {
    padding: var(--section-py) var(--section-px) !important;
    background-color: var(--clr-bg-dark);
    overflow-x: hidden;
}

.collaboration-section h2 {
    margin-bottom: 64px;
    font-size: 36px !important;
    line-height: 50px;
}


.collaboration-section .hexagons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.collaboration-section .hexagons-container .row-1,
.collaboration-section .hexagons-container .row-2 {
    display: flex;
}

.collaboration-section .hexagons-container .hexagon {
    width: 340px;
    height: 340px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.collaboration-section .hexagons-container .hexagon .icon {
    width: 64px;
    height: 64px;
}

.collaboration-section .hexagons-container .hexagon p {
    max-width: 220px;
    font-size: var(--fs-small);
    line-height: var(--lh-small);
    font-weight: 500;
}



.collaboration-section .hexagons-container .row-1 {
    transform: translateY(155px);
}

.collaboration-section .hexagons-container .row-1 .hexagon {
    background-image: url("/wp-content/uploads/2025/07/hexagon-light.svg");
    background-size: contain;
    /* or contain, or auto */
    background-repeat: no-repeat;
    background-position: center;
}

.collaboration-section .hexagons-container .row-1 .hexagon:nth-child(1) {
    transform: translateX(50px);
}

.collaboration-section .hexagons-container .row-1 .hexagon:nth-child(2) {
    transform: translateY(-160px);
}

.collaboration-section .hexagons-container .row-1 .hexagon:nth-child(3) {
    transform: translateX(-50px);
}

.collaboration-section .hexagons-container .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    background-color: var(--clr-white);
    border-radius: 50%;
    box-shadow: var(--box-shadow-1)
}

.collaboration-section .hexagons-container .badge img {
    width: 276px;
    height: 276px;
}

.collaboration-section .hexagons-container .row-2 {
    transform: translateY(-155px);
}

.collaboration-section .hexagons-container .row-2 .hexagon {
    background-image: url("/wp-content/uploads/2025/07/hexagon-dark.svg");
    background-size: contain;
    /* or contain, or auto */
    background-repeat: no-repeat;
    background-position: center;
    color: var(--clr-white);
}

.collaboration-section .hexagons-container .row-2 .hexagon:nth-child(1) {
    transform: translateX(50px);
}

.collaboration-section .hexagons-container .row-2 .hexagon:nth-child(2) {
    transform: translateY(160px);
}

.collaboration-section .hexagons-container .row-2 .hexagon:nth-child(3) {
    transform: translateX(-50px);
}

/* === about oqz section === */
.about-oqz-section {
    padding: var(--section-py) var(--section-px) !important;
    background-color: var(--clr-bg-light);
}

.about-oqz-section .et_pb_row {
    display: flex;
    justify-content: space-between;
    gap: 136px;
}

.about-oqz-section .et_pb_row::after {
    display: none;
}

.about-oqz-section .et_pb_module {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-oqz-section .details {
    max-width: 485px;
    display: flex;
    justify-content: center;
    font-size: var(--fs-medium);
    line-height: var(--lh-medium);
    font-weight: var(--fw-medium);
    color: #6C87AE;
}

.about-oqz-section .cover-image img {
    height: 458px;
    max-width: 569px;
    object-fit: cover;
    border-radius: var(--rounded);
    box-shadow: var(--box-shadow-1);
}

/* === Commitment section === */
.commitment-section {
    padding: var(--section-py) var(--section-px) !important;
    background-color: var(--clr-bg-dark);
}

.commitment-section .commitment-column {
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.commitment-section .commitment-column .text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 920px;
    text-align: center;
    font-size: var(--fs-medium);
    line-height: var(--lh-medium);
    font-weight: var(--fw-medium);
}



/* ================================== Politica confidentialitate page ================================== */
.confidentiality-section {
    background-color: var(--clr-bg-light);
    padding: var(--section-py-big) var(--section-px) var(--section-py) !important;
}

.confidentiality-section h1 {
    margin-bottom: 45px;
    text-align: center;
}

.confidentiality-section .card {
    border-radius: var(--rounded-md);
    background-color: var(--clr-white);
    padding: 64px;
    box-shadow: var(--box-shadow-1)
}



/* ================================== Footer ================================== */
.footer-section {
    padding: var(--section-py-smallest) var(--section-px) !important;
    background: var(--clr-primary);
}

.footer-section .footer-main {
    display: flex;
    justify-content: space-between;
    gap: 74px;
}

.footer-section .footer-main .footer-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--clr-white);
    font-weight: 400;
    font-size: var(--fs-small);
    font-weight: var(--fw-small);
    line-height: var(--lh-small);
}


.footer-section .footer-main .footer-col .logo img {
    width: 100px;   
}

.footer-section .footer-main .footer-col .location {
    font-weight: 300;
    font-style: italic;
    opacity: 1 !important;
}

.footer-section .footer-main .footer-col .social-footer {
    display: flex;
    gap: 32px;
    margin-top: 8px;
    opacity: 1 !important;
}

.footer-section .footer-main .footer-col>*:not(:first-child) {
    font-weight: 300;
    opacity: 0.8;
}

.footer-section .footer-main .footer-col a {
    color: var(--clr-white);
}

.footer-section .footer-main .footer-col .col-title {
    font-weight: 400;
    font-size: var(--fs-medium);
    margin-bottom: 8px;
}


.footer-section .divider {
    height: 1px;
    width: 100%;
    margin: 40px 0;
    background-color: var(--clr-white);
    opacity: 0.6;
}

.footer-section .footer-secondary {
    color: var(--clr-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-section .footer-secondary .plachete-anpc {
    display: flex;
    gap: 16px;
}

.footer-section .footer-secondary .plachete-anpc img {
    height: 75px;
    width: auto;
}

.footer-section .footer-secondary .copyright {
    opacity: 0.8;
    font-weight: 300;
    width: auto;
}

/* ================================== Footer end ================================== */


/* end custom */

.lsdp-language-list {
	padding-bottom:0px!important;
}

@media (max-width: 1279px) {

    .floating-social-media .social-media {
        right: 25px;
        bottom: 25px;
    }

    /* ================= Navbar ================= */
    .navbar {
        padding: 16px var(--section-px) !important;
    }


    /* ================= Why us home ================= */
    .why-us-section .cards-grid {
        grid-template-columns: repeat(2, auto);
    }

    /* ================= Trust numbers home ================= */
    .trust-numbers-section .cards {
        gap: 35px;
    }

    .trust-numbers-section .cards .card {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 560px;
        gap: 32px;
        padding: 24px;
    }

    /* ================= Reviews section home ================= */

    .reviews-section h3 {
        margin-bottom: 40px;
    }

    .reviews-section .carousel .dsm_card_wrapper {
        padding: 40px 20px;
    }


    /* ================= Looking for | home ================= */
    .looking-for-section .et_pb_row {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .looking-for-section .et_pb_column_1_2 {
        width: 100% !important;
    }

    .looking-for-section .column {
        display: flex;
        justify-content: center;
    }

    .looking-for-section .img-column {
        margin: 0;
        height: 100%;
    }

    .looking-for-section .img-column img {
        object-fit: cover;
        height: 100%;
        border-radius: var(--rounded);
        box-shadow: var(--box-shadow-1);
    }


    .looking-for-section h3 {
        margin-bottom: 55px;
        text-align: center;
    }


    .looking-for-section .content {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        gap: 30px;
    }

    .looking-for-section .content .content-item img {
        margin-bottom: 16px;
        width: 55px;
        height: 55px;
    }

    /* ================= Trust numbers home ================= */
    .trust-numbers-section .counters {
        margin: 60px 0;
    }

    .trust-numbers-section .counters .counter-wrap {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .trust-numbers-section .cards {
        gap: 40px;
    }

    .trust-numbers-section .cards .card {
        gap: 16px;
    }

    .trust-numbers-section .cards .card .et_pb_image_wrap {
        width: 125px;
        height: 125px;
    }

    /* ================= Steps section | home ================= */
    .steps-section {
        padding-right: 50px !important;
    }

    .steps-section h3 {
        margin-bottom: 100px;
    }

    .steps-section .steps {
        padding-left: 30px;
    }

    .steps-section .steps .step {
        max-width: 350px;
    }

    .steps-section .steps .step h3 {
        padding: 15px 12px 12px 12px;
        width: 55px;
        height: 55px;
    }

    .steps-section .illustration img {
        max-width: 450px;
        height: auto;
    }


    /* ================================== Team page ================================== */
    /* ================= Echipa noastra grid photos ================= */
    .team-images-section .team-images-grid {
        display: grid;
        grid-template-columns: repeat(4, calc(25% - 12px));
        grid-auto-rows: 285px;
        gap: 16px;
    }

    .team-images-section .team-images-grid .grid-item.large {
        grid-column: span 2;
        grid-row: span 2;
    }

    /* ================================== About page ================================== */
    /* === about oqz section === */
    .about-oqz-section .cover-image img {
        max-width: 100%;
    }

    .about-oqz-section .et_pb_row {
        gap: 64px;
    }


    /* ================================== Footer ================================== */
    .footer-section .footer-main {
        gap: 25px;
    }

    /* end 1024 only */

}



@media (max-width: 980px) {
    .btn:hover {
        transform: scale(1);
    }

    /* ================= Mobile menu ================= */
    .rmp_menu_trigger {
        display: block !important;
        margin-top: -30px !important;
        position: relative !important;
        z-index: 9999;
    }

    /* ================= Navbar ================= */
    .navbar .menu-column {
        gap: 10px;
    }


    /* === Language switcher === */
    .lsdp-wrapper .lsdp-language-list a .lsdp-lang-code,
    .lsdp-wrapper .lsdp-language-list .lsdp_active_lang a .lsdp-lang-code {
        font-size: var(--fs-medium);
        line-height: var(--lh-medium);
        font-weight: 500;
        text-transform: uppercase;
        color: var(--clr-text);
    }

    /* ================= Looking for | home ================= */
    .looking-for-section .et_pb_row {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .looking-for-section .et_pb_column.et-last-child {
        padding: 0;
    }

    .looking-for-section .img-column {
        width: 100% !important;
        height: 500px;
    }

    /* ================================== Team page ================================== */
    /* ================= Echipa noastra ================= */
    .our-team-section .team-cards-row {
        gap: 30px;
    }

    .our-team-section .team-cards-row .team-member-card {
        width: 50%;
    }

    /* ================= Echipa noastra grid photos ================= */
    .team-images-section .team-images-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 200px;
        gap: 16px;
    }

    .team-images-section .team-images-grid .grid-item.large {
        grid-column: span 4;
        grid-row: span 2;
    }

    /* ================= Steps section | home ================= */
    .steps-section {
        padding-right: 20px !important;
    }

    .steps-section h3 {
        margin-bottom: 50px;
        text-align: center;
    }

    .steps-section .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }

    .steps-section .illustration {
        text-align: center;
    }

    .steps-section .illustration img {
        width: 100% !important;
        margin-bottom: 50px;
    }

    .steps-section .steps {
        align-items: center;
        border: none;
        padding: 0;
    }

    .steps-section .steps .step {
        align-items: center;
        text-align: center;
    }

    /* ================================== About page ==================================== */
    /* === hero section ===*/
    .about-hero-section .et_pb_row {
        flex-direction: column-reverse;
        gap: 48px;
    }

    .about-hero-section .et_pb_image_wrap {
        width: 100%;
    }

    .about-hero-section .cover-image img {
        height: 300px;
        width: 100% !important;
        object-position: top;
    }


    /* === OQZ certificate section === */

    .oqz-certificate-section .et_pb_row {
        padding: 0 !important;
        flex-direction: column;
    }

    .oqz-certificate-section .details {
        padding: 0;
    }

    .oqz-certificate-section .badge-column {
        display: flex;
        align-items: center;
        padding: 0 0 25px 0;
        border: none;
    }


    .oqz-certificate-section .badge img {
        width: 175px;
        height: 175px;
    }


    /* === Hexagons section === */
    .collaboration-section {
        padding-bottom: 0px !important;
    }

    .collaboration-section h2 {
        margin-bottom: 64px;
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .collaboration-section .hexagons-container .row-1,
    .collaboration-section .hexagons-container .row-2 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .collaboration-section .hexagons-container .hexagon p {
        max-width: 220px;
        font-size: var(--fs-small);
        line-height: var(--lh-small);
        font-weight: 500;
    }

    .collaboration-section .hexagons-container .row-1 {
        transform: translateY(0);
    }

    .collaboration-section .hexagons-container .row-1 .hexagon:nth-child(1) {
        transform: translateX(0);
    }

    .collaboration-section .hexagons-container .row-1 .hexagon:nth-child(2) {
        transform: translateY(50%);
    }

    .collaboration-section .hexagons-container .row-1 .hexagon:nth-child(3) {
        transform: translateX(-50%);
    }

    .collaboration-section .hexagons-container .badge {
        display: none;
    }

    .collaboration-section .hexagons-container .badge img {
        width: 276px;
        height: 276px;
    }

    .collaboration-section .hexagons-container .row-2 {
        transform: translateY(-150px);
    }

    .collaboration-section .hexagons-container .row-2 .hexagon:nth-child(1) {
        transform: translateY(50%);
    }

    .collaboration-section .hexagons-container .row-2 .hexagon:nth-child(2) {
        transform: translateY(0);
    }

    .collaboration-section .hexagons-container .row-2 .hexagon:nth-child(3) {
        transform: translate(50%, 0);
    }

    /* ================================== Contact page ================================== */
    .contact-section .et_pb_row {
        display: flex;
        flex-direction: column;
        gap: 80px;
    }

    .contact-section .map iframe {
        max-height: 500px;
    }

    /* end mobile and tablet */
}

@media (max-width: 768px) {
    :root {
        --rounded: 26px;
        --rounded-md: 18px;
    }

    .floating-social-media .social-media {
        right: 10px;
        bottom: 10px;
    }

    .hero-section .hero-image img {
        max-width: 100%;
        height: 380px;
    }

    .navbar .navbar-logo img {
        width: 75px !important;
    }
	
	.single-form {
		margin-top: 30px;
		padding: 30px 16px;
		background-color: var(--clr-white);
		border-radius: var(--rounded);
		box-shadow: var(--box-shadow-1);
	}


    /* ================= Perfect match home ================= */

    .perfect-match-section .et_pb_row {
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    .perfect-match-section .cover-image .et_pb_image_wrap {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .perfect-match-section .cover-image .et_pb_image_wrap img {
        width: 80%;
    }

    .perfect-match-section .review-card-img {
        right: 0px;
        border-radius: var(--rounded);
        box-shadow: var(--box-shadow-3);
    }

    .perfect-match-section .details {
        width: 80%;
        text-align: center;
    }

    .perfect-match-section .details .et_pb_heading_container {
        display: flex;
        justify-content: center;
    }


    /* ================= Why us home ================= */
    .why-us-section .cards-grid {
        grid-template-columns: repeat(1, auto);
    }

    /* ================= Trust numbers home ================= */
    .trust-numbers-section .cards {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .trust-numbers-section .cards .card {
        max-width: 100%;
    }

    .trust-numbers-section .counters {
        display: flex;
        justify-content: center;
        margin: 60px 0;
        gap: 40px;
    }

    .trust-numbers-section .counters .counter-wrap {
        gap: 15px;
        text-align: center;
    }

    /* ================= Looking for | home ================= */
    .looking-for-section h3 {
        margin-bottom: 30px;
    }

    .looking-for-section .content {
        grid-template-columns: repeat(1, 100%);
        gap: 35px;
    }

    .looking-for-section .img-column {
        display: flex;
        justify-content: center;
        width: 100% !important;
        height: 300px;
        ;
    }

    /* ================= Reviews section home ================= */

    .reviews-section .carousel .dsm_card_carousel_arrow.swiper-button-next,
    .reviews-section .carousel .dsm_card_carousel_arrow.swiper-button-prev {
        top: auto;
        z-index: 999;
    }

    .reviews-section .dsm_card_carousel_0.dsm_card_carousel .swiper-container {
        margin-bottom: 40px !important;
    }

    .reviews-section .carousel .swiper-pagination-bullets {
        bottom: -65px;
    }

    /* ================================== Team page ================================== */
    .our-team-section .team-cards-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .our-team-section .team-cards-row .team-member-card {
        width: 100%;
    }

    /* ================= Echipa noastra grid photos ================= */
    .team-images-section .team-images-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 200px;
        gap: 16px;
    }

    .team-images-section .team-images-grid .grid-item.large {
        grid-column: span 2;
        grid-row: span 2;
    }


    /* ================= Contact page ================= */
    .multistep-form {
        margin-top: 40px;
        padding: 40px 15px;
    }

    .form-step h3 {
        margin-bottom: 30px;
    }

    fieldset input[type=text],
    fieldset input[type=tel],
    fieldset input[type=date],
	fieldset input[type=email],
	fieldset input[type=number]{
        width: 100%;
    }


    /* ================================== About page ==================================== */
    /* === hero section ===*/
    .about-hero-section .et_pb_row {
        flex-direction: column-reverse;
        gap: 48px;
    }

    .about-hero-section .et_pb_image_wrap {
        width: 100%;
    }

    .about-hero-section .cover-image img {
        height: 300px;
        width: 100% !important;
        object-position: top;
    }

    /* === OQZ certificate section === */

    .oqz-certificate-section .badge-column {
        display: flex;
        align-items: center;
    }

    .oqz-certificate-section .badge-column,
    .oqz-certificate-section .badge {
        width: 100%;
    }

    .oqz-certificate-section .badge {
        justify-content: center;
        display: flex;
    }

    .oqz-certificate-section .details h3,
    .oqz-certificate-section .details p {
        text-align: center;
    }

    /* === Hexagons section === */
    .collaboration-section {
        padding-bottom: 60px !important;
    }


    .collaboration-section h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .collaboration-section .hexagons-container .row-1,
    .collaboration-section .hexagons-container .row-2 {
        flex-direction: column;
    }

    .collaboration-section .hexagons-container .hexagon {
        width: 300px;
        height: 275px;
    }

    .collaboration-section .hexagons-container .hexagon p {
        max-width: 220px;
    }

    .collaboration-section .hexagons-container .row-1 {
        transform: translateY(0);
    }

    .collaboration-section .hexagons-container .row-1 .hexagon {
        background-image: url("/wp-content/uploads/2025/07/hexagon-light.svg");
        background-size: contain;
        /* or contain, or auto */
        background-repeat: no-repeat;
        background-position: center;
    }

    .collaboration-section .hexagons-container .row-1 .hexagon:nth-child(1) {
        transform: translateX(0);
    }

    .collaboration-section .hexagons-container .row-1 .hexagon:nth-child(2) {
        transform: translateY(0);
    }

    .collaboration-section .hexagons-container .row-1 .hexagon:nth-child(3) {
        transform: translateX(0);
    }

    .collaboration-section .hexagons-container .badge {
        display: none;
    }

    .collaboration-section .hexagons-container .row-2 {
        transform: translateY(0);
    }

    .collaboration-section .hexagons-container .row-2 .hexagon:nth-child(1) {
        transform: translateX(0);
    }

    .collaboration-section .hexagons-container .row-2 .hexagon:nth-child(2) {
        transform: translateY(0);
    }

    .collaboration-section .hexagons-container .row-2 .hexagon:nth-child(3) {
        transform: translateX(0);
    }

    /* === about oqz section === */

    .about-oqz-section .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 45px;
    }

    .about-oqz-section .et_pb_module {
        margin: auto;
    }

    .about-oqz-section .details {
        max-width: 485px;
    }

    .about-oqz-section .cover-image img {
        height: 350px;
        max-width: 100%;
    }

    .about-oqz-section .details p {
        text-align: center;
    }

    /* ================================== Politica confidentialitate page ================================== */
    .confidentiality-section .card {
        padding: 40px 20px;
    }


    /* ================================== Footer ================================== */

    .footer-section .footer-main {
        gap: 50px;
        flex-wrap: wrap;
        justify-content: left;
    }

    .footer-section .footer-main .footer-col {
        gap: 10px;
    }

    .footer-section .footer-main .footer-col:first-child {
        width: 100%;
    }


    .footer-section .footer-main .footer-col .social-footer {
        gap: 20px;
    }

    .footer-section .divider {
        margin: 40px 0;
    }

    .footer-section .footer-secondary {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: start;
    }

    /* ================= Form ================= */
    input[type="checkbox"],
    input[type="radio"] {
        transform: scale(1);
        margin-right: 0;
        margin-bottom: 0;
    }

    /* end tablet only */
}

@media (max-width: 480px) {

    /* end mobile only */
    /* ================= Trust numbers home ================= */
    .trust-numbers-section .counters {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    /* ================= Form ================= */

    .contact-section .contact-icons {
        justify-content: left;
        gap: 25px;
    }

    .other-text-field {
        padding: 0;
    }

    .other-text-field input {
        padding: 10px !important;
    }

    .multistep-form fieldset legend {
        display: flex;
        flex-wrap: nowrap;
        gap: 5px
    }

    input[type="checkbox"],
    input[type="radio"] {
        transform: scale(1);
        margin-right: 0;
        margin-bottom: 0;
    }

    .form-nav .wpcf7-spinner {
        display: none;
    }
}