/* Mobile */
@media (max-width: 640px) {
    /* Cod pentru mobile */
    h1{
        font-size: 2.5rem;
        line-height: 35pxr;
    }
    h2{
        font-size: 2.5rem;
    }
    .mt-100{
        margin-top: 50px;
    }
    .mb-100{
        margin-bottom: 50px;
    }
    .grid-2{
        grid-template-columns: repeat(1, 1fr);
    }
    .top-bar{
        display: none;
    }
    .hero_section h1{
        margin-bottom: 15px;
    }
    .hero_section p{
        font-size: 1.8rem;
    }
    .hero_section .d-flex{
        flex-direction: column;
    }
    .hero_section .row{
        flex-direction: column-reverse;
    }
    .mission_right{
        padding-left: 0;
    }
    .who_item img{
        margin-top: 30px;
        height: 300px;
    }
    .services_section .grid-3{
        grid-template-columns: repeat(1, 1fr);
    }
    .contact_form .cf7-fields-row{
        grid-template-columns: 1fr;
    }
    .contact_form{
        padding: 20px;
    }
    .contact_right img{
        height: 320px;
    }
    /* Top Bar Mobile */
    .top-bar__left {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .top-bar__left a,
    .top-bar__address {
        font-size: 1.2rem;
    }

    .top-bar__right {
        display: none;
    }

    .about-why__image img{
        height: 300px;
    }
    
    .about-cta__box .main_button{
        width: 100%;
    }
    .careers-audience__image img{
       height: 300px;
       margin-bottom: 20px;
    }

    .careers-checklist{
        margin-bottom: 50px;
    }

    /* Navbar Mobile */
    .hamburger {
        display: flex;
    }

    .menu_container {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        justify-content: flex-start;
        padding: 80px 30px 30px;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
        z-index: 999;
        transition: right 0.3s ease;
        overflow-y: auto;
    }

    .menu_container.active {
        right: 0;
    }

    .menu_container ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .menu_container ul li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .menu_container ul li a {
        padding: 14px 0;
        font-size: 1.6rem;
    }

    .navbar__actions {
        display: none;
    }

    .navbar__mobile-group {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .navbar__cart--mobile {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .header_logo {
        max-width: 170px;
    }

    .mission_right h2{
        font-size: 3rem;
    }

    .footer__top {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 0 30px;
    }

    .footer__legal {
        flex-direction: column;
        gap: 10px;
    }

    /* About Page Mobile */
    .about-hero__content{
        padding-left: 0;
        margin-top: 24px;
    }

    .about-hero__content h1{
        font-size: 4rem;
        line-height: 50px;
    }

    .about-story{
        padding: 56px 0;
    }

    .about-story__content{
        padding-right: 0;
        margin-bottom: 24px;
    }

    .about-story__image{
        margin-left: 0;
    }

    .timeline::before{
        left: 18px;
    }

    .timeline__item,
    .timeline__item:nth-child(odd),
    .timeline__item:nth-child(even){
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 48px;
        padding-right: 0;
    }

    .timeline__item:nth-child(odd) .timeline__dot,
    .timeline__item:nth-child(even) .timeline__dot{
        left: 11px;
        right: auto;
    }

    .certifications__grid{
        grid-template-columns: 1fr;
    }

    .values__grid{
        grid-template-columns: 1fr;
    }

    .about-why__content{
        padding-left: 0;
        margin-top: 24px;
    }

    .stats__grid{
        grid-template-columns: 1fr 1fr;
        gap: 32px 16px;
    }

    .about-cta__box{
        padding: 40px 20px;
    }

    .about-cta__box .d-flex{
        flex-direction: column;
        align-items: center;
    }

    .about-credentials .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .credentials__box {
        padding: 28px 20px;
        margin-bottom: 16px;
    }

    .credentials__box h2 {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }

    .credentials__icon {
        width: 40px;
        height: 40px;
    }

    .credentials__icon svg {
        width: 22px;
        height: 22px;
    }

    .credentials__item h4 {
        font-size: 1.6rem;
    }

    .credentials__item p {
        font-size: 1.4rem;
        line-height: 22px;
    }

    .certification__card {
        padding: 18px;
    }

    .certification__badge {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }

    .certification__card h4 {
        font-size: 1.4rem;
    }

    .certification__card p {
        font-size: 1.3rem;
        line-height: 20px;
    }

    /* Workshop Mobile */
    .workshops-archive__hero {
        padding: 50px 0 30px;
    }

    .workshops-archive__hero h1 {
        font-size: 3.4rem;
        line-height: 44px;
    }

    .workshops-archive__filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .workshops-archive__filters::-webkit-scrollbar {
        display: none;
    }

    .workshops-filter__pill {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .workshops-archive__toolbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .workshops-archive ul.products {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .workshops-archive__empty {
        padding: 50px 16px;
    }

    .workshops-archive__empty h3 {
        font-size: 2rem;
    }

    .workshop-header {
        margin-top: 57px;
        margin-bottom: 32px;
    }

    .workshop-header__title {
        font-size: 2.2rem;
        line-height: 32px;
    }

    .workshop-header__excerpt {
        font-size: 1.5rem;
        line-height: 24px;
    }

    .workshop-header__meta {
        flex-direction: column;
        gap: 10px;
    }

    .workshop-header__excerpt {
        font-size: 1.5rem;
        line-height: 24px;
    }

    .workshop-header__meta {
        flex-direction: column;
        gap: 10px;
    }

    .workshop-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .workshop-sidebar {
        position: static;
        order: -1;
    }

    .workshop-section h2 {
        font-size: 2.2rem;
    }

    .workshop-benefits {
        grid-template-columns: 1fr;
    }

    .workshop-related ul.products {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    /* Cart Mobile */
    .afx-cart__header h1 {
        font-size: 2.8rem;
    }

    .afx-cart__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .afx-cart-item {
        flex-direction: column;
        gap: 16px;
    }

    .afx-cart-item__image {
        width: 100%;
        height: 200px;
    }

    .afx-cart-item__actions {
        flex-wrap: wrap;
    }

    .afx-cart__bottom-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .afx-cart__coupon {
        flex-direction: column;
    }

    .afx-cart__coupon .input-text {
        min-width: 100%;
    }

    .afx-cart-totals {
        position: static;
    }

    /* Checkout Mobile */
    .afx-checkout__header h1 {
        font-size: 2.8rem;
    }

    .afx-checkout__steps {
        display: none;
    }

    .afx-checkout__layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .afx-checkout__section {
        padding: 20px;
    }

    .afx-checkout__order-review {
        position: static;
        padding: 20px;
    }

    /* Thank You Mobile */
    .afx-thankyou__grid {
        grid-template-columns: 1fr;
    }

    .afx-thankyou__status h2 {
        font-size: 2.4rem;
    }

    .afx-thankyou__cta {
        flex-direction: column;
        align-items: center;
    }

    .afx-thankyou__actions {
        flex-direction: column;
        align-items: center;
    }

    .afx-thankyou .woocommerce-columns--addresses {
        grid-template-columns: 1fr;
    }

    /* Careers Mobile */
    .careers-hero__content h1 {
        font-size: 3.6rem;
        line-height: 46px;
    }

    .careers-hero__image {
        margin-left: 0;
        margin-top: 32px;
    }

    .careers-hero__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .careers-audience {
        padding: 56px 0;
    }

    .careers-audience__content {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .careers-audience__image {
        margin-left: 0;
    }

    .careers-benefits__grid {
        grid-template-columns: 1fr;
    }

    .careers-timeline {
        max-width: 100%;
    }

    .careers-timeline__number {
        width: 44px;
        height: 44px;
        font-size: 1.6rem;
    }

    .careers-timeline::before {
        left: 22px;
    }

    .careers-mentorship__content {
        padding-left: 0;
        margin-top: 24px;
    }

    .careers-stats {
        padding: 48px 0;
    }

    .careers-growth__grid {
        grid-template-columns: 1fr;
    }

    .careers-apply {
        padding: 40px 0;
        border-radius: 0;
    }

    .careers-apply__info {
        padding-right: 0;
        margin-bottom: 32px;
    }

    .careers-apply__form {
        padding: 24px;
    }

    .careers-apply__form .cf7-fields-row {
        grid-template-columns: 1fr;
    }

    /* Contact Page Mobile */
    .contact-hero {
        padding: 50px 0 30px;
    }

    .contact-hero__content h1 {
        font-size: 3.4rem;
        line-height: 44px;
    }

    .contact-hero__content p {
        font-size: 1.6rem;
        line-height: 26px;
    }

    .contact-quick__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: -20px;
    }

    .contact-quick__item {
        padding: 20px 24px;
    }

    .contact-forms__tabs {
        flex-direction: column;
    }

    .contact-forms__tab {
        padding: 16px 20px;
        justify-content: flex-start;
        border-bottom: none;
        border-left: 3px solid transparent;
    }

    .contact-forms__tab.active {
        border-bottom: none;
        border-left-color: var(--gold);
    }

    .contact-forms__panel-inner {
        padding: 30px 20px;
    }

    .contact-forms__panel-header h2 {
        font-size: 2.4rem;
    }

    .contact-form__custom .cf7-fields-row {
        grid-template-columns: 1fr;
    }

    .contact-faq__header h2 {
        font-size: 2.4rem;
    }

    .contact-faq__question {
        padding: 18px 20px;
        font-size: 1.5rem;
    }

    .contact-faq__answer p {
        padding: 0 20px 18px;
        font-size: 1.4rem;
    }

    .contact-details__info h2 {
        font-size: 2.8rem;
    }

    .contact-details__info {
        margin-bottom: 40px;
    }

    .contact-details__map {
        min-height: 300px;
    }

    .contact-details__map iframe {
        min-height: 300px;
    }

    .contact-cta__box {
        padding: 40px 20px;
    }

    .contact-cta__box h2 {
        font-size: 2.6rem;
    }

    .contact-cta__actions {
        flex-direction: column;
        align-items: center;
    }

    /* Social Page Mobile */
    .social-hero {
        padding: 50px 0 30px;
    }

    .social-hero__content h1 {
        font-size: 3.4rem;
        line-height: 44px;
    }

    .social-hero__content p {
        font-size: 1.5rem;
        line-height: 24px;
    }

    .social-platforms__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .social-platform__card {
        padding: 28px 20px;
    }

    .social-videos__layout {
        grid-template-columns: 1fr;
    }

    .social-videos__main iframe {
        height: 280px;
    }

    .social-videos__sidebar ul {
        max-height: 300px;
    }

    .social-videos__sidebar ul li img {
        width: 80px;
        min-width: 80px;
        height: 48px;
    }

    .social-cta__box {
        padding: 40px 20px;
    }

    .social-cta__box h2 {
        font-size: 2.6rem;
    }

    .social-cta__actions {
        flex-direction: column;
        align-items: center;
    }

    /* WooCommerce Notices – Mobile */
    .woocommerce-notices-wrapper {
        top: 15px;
        right: 15px;
        left: 15px;
        max-width: 100%;
    }

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error li {
        font-size: 1.3rem;
        padding: 14px 40px 14px 16px;
        gap: 10px;
    }

    .woocommerce-message a.button.wc-forward {
        font-size: 1.1rem;
        padding: 5px 12px;
    }

    /* Coupon form – Mobile */
    .checkout_coupon {
        flex-direction: column;
        padding: 20px;
    }

    .checkout_coupon .form-row-first,
    .checkout_coupon .form-row-last {
        width: 100%;
    }

    .checkout_coupon .form-row-last .button,
    .checkout_coupon button[name="apply_coupon"] {
        width: 100%;
    }
}

/* Tablet */
@media (min-width: 641px) and (max-width: 1023px) {
    /* Cod pentru tabletă */

    /* Top Bar Tablet */
    .top-bar__left a span,
    .top-bar__address span {
        font-size: 1.2rem;
    }

    /* Navbar Tablet */
    .navbar__actions {
        display: none;
    }

    .navbar__mobile-group {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .navbar__cart--mobile {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .menu_container {
        position: fixed;
        top: 0;
        right: -100%;
        width: 60%;
        max-width: 400px;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        justify-content: flex-start;
        padding: 80px 30px 30px;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
        z-index: 999;
        transition: right 0.3s ease;
        overflow-y: auto;
    }

    .menu_container.active {
        right: 0;
    }

    .menu_container ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .menu_container ul li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .menu_container ul li a {
        padding: 14px 0;
        font-size: 1.6rem;
    }

    .footer__top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 40px 0 30px;
    }

    .footer__col--info {
        grid-column: 1 / -1;
    }

    /* About Page Tablet */
    .about-hero__content{
        padding-left: 24px;
    }

    .about-story__content{
        padding-right: 24px;
    }

    .about-story__image{
        margin-left: 16px;
    }

    .timeline::before{
        left: 18px;
    }

    .timeline__item,
    .timeline__item:nth-child(odd),
    .timeline__item:nth-child(even){
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 50px;
        padding-right: 0;
    }

    .timeline__item:nth-child(odd) .timeline__dot,
    .timeline__item:nth-child(even) .timeline__dot{
        left: 9px;
        right: auto;
    }

    .values__grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .about-why__content{
        padding-left: 24px;
    }

    .stats__grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    /* Credentials Tablet */
    .about-credentials .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .credentials__box {
        padding: 36px 28px;
    }

    .credentials__box h2 {
        font-size: 2.8rem;
    }

    .certifications__grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Workshop Tablet */
    .workshops-archive__filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .workshops-archive__filters::-webkit-scrollbar {
        display: none;
    }

    .workshops-filter__pill {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .workshops-archive ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .workshop-header__title {
        font-size: 3.4rem;
        line-height: 44px;
    }

    .workshop-layout {
        grid-template-columns: 1fr 320px;
        gap: 32px;
    }

    .workshop-benefits {
        grid-template-columns: 1fr;
    }

    .workshop-related ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    /* Cart Tablet */
    .afx-cart__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .afx-cart-totals {
        position: static;
    }

    .afx-cart-item__image {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }

    /* Checkout Tablet */
    .afx-checkout__layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .afx-checkout__order-review {
        position: static;
    }

    /* Thank You Tablet */
    .afx-thankyou__cta {
        flex-direction: column;
        align-items: center;
    }

    /* Careers Tablet */
    .careers-hero__image {
        margin-left: 16px;
    }

    .careers-audience__content {
        padding-right: 24px;
    }

    .careers-audience__image {
        margin-left: 16px;
    }

    .careers-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .careers-mentorship__content {
        padding-left: 24px;
    }

    .careers-apply__info {
        padding-right: 24px;
    }

    /* Social Page Tablet */
    .social-hero__content h1 {
        font-size: 4.2rem;
        line-height: 54px;
    }

    .social-platforms__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .social-videos__layout {
        grid-template-columns: 1fr 300px;
    }

    .social-videos__main iframe {
        height: 400px;
    }

    .social-videos__sidebar ul {
        max-height: 400px;
    }

    .social-cta__box {
        padding: 48px 40px;
    }

    /* Contact Page Tablet */
    .contact-hero__content h1 {
        font-size: 4.2rem;
        line-height: 54px;
    }

    .contact-quick__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-forms__panel-inner {
        padding: 40px 32px;
    }

    .contact-forms__tab {
        font-size: 1.4rem;
        padding: 18px 16px;
    }

    .contact-details__info {
        margin-bottom: 40px;
    }

    .contact-details__map {
        min-height: 360px;
    }

    .contact-details__map iframe {
        min-height: 360px;
    }

    .contact-cta__box {
        padding: 48px 40px;
    }
}

/* Small screens */
@media (min-width: 1024px) and (max-width: 1365px) {
    /* Cod pentru ecrane mici */

    /* Careers Small Screens */
    .careers-hero__content h1 {
        font-size: 5rem;
        line-height: 64px;
    }

    .careers-hero__image {
        margin-left: 20px;
    }

    .careers-audience__content {
        padding-right: 32px;
    }

    .careers-mentorship__content {
        padding-left: 32px;
    }

    /* Social Page Small Screens */
    .social-hero__content h1 {
        font-size: 4.8rem;
        line-height: 62px;
    }

    .social-platforms__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Contact Page Small Screens */
    .contact-hero__content h1 {
        font-size: 4.8rem;
        line-height: 62px;
    }

    .contact-forms__panel-inner {
        padding: 44px 40px;
    }
}
