.offices-section {
    overflow: visible !important;
}

/* Second article only, desktop */
@media (min-width:1200px) {


    .elementor-widget-oric_article_about:nth-of-type(1) .article-about .image-holder {
        width: 42.3%;
    }


    .elementor-widget-oric_article_about:nth-of-type(2) .article-about .image-holder {
        width: 38.1%;
    }
}

@media (min-width:768px) {
    .elementor-widget-oric_article_about:nth-of-type(2n) .article-about {
        flex-direction: row-reverse;
    }
}

@media (min-width:768px) {
    .elementor-widget-oric_article_about:nth-of-type(3) .article-about .image-holder {
        width: 35.5%
    }
}






.custom-radio {
    gap: 0px;
}






.custom-radio .wpcf7-list-item {
    margin: 0 0 0 20px;
}

@media(max-width: 991px) {
    .custom-radio .wpcf7-list-item {
        margin: 0;
    }
}

.wpcf7-list-item.first {
    margin: 0;

}



.custom-radio .wpcf7-list-item-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #011c2a;
    cursor: pointer;
}


.custom-radio .wpcf7-list-item-label::after {
    width: 10px;
    height: 5px;
    border-width: 0 0 2px 2px;
    border-color: white;
    border-style: solid;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -75%) rotate(-45deg);
    opacity: 0;
}

.custom-radio input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    background: #121212;
}

.custom-radio input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}




.custom-radio .wpcf7-form-control.wpcf7-radio {

    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

@media (max-width: 991px) {
    .custom-radio .wpcf7-form-control.wpcf7-radio {
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px;
    }
}





.custom-radio .wpcf7-list-item-label::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.custom-radio .wpcf7-list-item-label::after {
    position: absolute;
    left: 3px;
    top: 6px;
    border: 1px solid var(--white);
    content: "";
    border-top: 0;
    border-right: 0;
    width: 7px;
    height: 4px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: 0.3s;
}

.custom-radio .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::before {
    background: #011c2a;
}

.custom-radio .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}




@media (min-width: 1200px) {
    .expert-content {
        min-height: inherit;
    }
}



.pagination {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0px;
}


.filters-list .custom-checkbox .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}



.filters-list .custom-checkbox .wpcf7-list-item {
    margin: 0;
}

.filters-list .custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.filters-list .custom-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    background: #122c47;
    border-color: #122c47;

}

.filters-list .custom-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.filters-list .custom-checkbox .wpcf7-list-item-label::before {

    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.filters-list .custom-checkbox .wpcf7-list-item-label::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 5px;
    margin-top: -3px;
    transition: 0.3s;
    border: 1px solid var(--white);
    content: "";
    display: block;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    border-width: 2px;
    margin-left: 4px;

}




.filters-list .area-of-intrest-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column;

}


@media (min-width: 768px) {
    .filters-list .area-of-intrest-checkbox {
        flex-direction: row;
        gap: 0;
    }
}

.filters-list .area-of-intrest-checkbox .wpcf7-list-item {
    display: inline-block;
    width: 100%;
    padding: 6px;
    margin: 0;
}



@media (min-width: 768px) {
    .filters-list .area-of-intrest-checkbox .wpcf7-list-item {
        width: 33.333%;
    }
}


.filters-list .area-of-intrest-checkbox .wpcf7-list-item-label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}



.filters-list .area-of-intrest-checkbox .wpcf7-list-item {
    margin: 0;
}

.filters-list .area-of-intrest-checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.filters-list .area-of-intrest-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    background: #122c47;
    border-color: #122c47;

}

.filters-list .area-of-intrest-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.filters-list .area-of-intrest-checkbox .wpcf7-list-item-label::before {

    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.filters-list .area-of-intrest-checkbox .wpcf7-list-item-label::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 5px;
    border-width: 2px;
    margin-top: -2px;
    transition: 0.3s;
    border: 1px solid var(--white);
    content: "";
    display: block;
    border-top: none;
    border-right: none;
    border-width: 2px;
    transform: rotate(-45deg);
    margin-left: 4px;

}






.request-form .btn-icon {
    background-image: url("../images/ico-send.svg");
    background-repeat: no-repeat;
    background-position-y: center;
}


@media (min-width: 1200px) {
    .request-form .btn-icon {
        background-position-x: calc(50% - 85px);
    }
}

@media (max-width: 1199px) {
    .request-form .btn-icon {
        background-position-x: calc(50% - 75px);
    }
}

.request-form .btn-icon:hover {
    background-color: #ad0003;
    background-image: url("../images/ico-send.svg");
    background-repeat: no-repeat;
    background-position-y: center;
}


@media (min-width: 1200px) {
    .request-form .btn-icon:hover {
        background-position-x: calc(50% - 85px);
    }
}

@media (max-width: 1199px) {
    .request-form .btn-icon:hover {
        background-position-x: calc(50% - 75px);
    }
}


.contact-form .wpcf7-not-valid-tip,
.request-form .wpcf7-not-valid-tip {
    margin: 5px 0 0;
}


.request-form .custom-fileinput {
    padding: 18px 15px;
}

@media (min-width: 768px) {
    .request-form .custom-fileinput {
        padding: 17px 20px;
    }
}

/* Popup Wrapper (hidden by default) */
#industryPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

/* Dark overlay background */
#industryPopup .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

/* Popup box */
#industryPopup .popup-box {
    position: relative;
    background: #fff;
    max-width: 900px;
    width: 90%;
    margin: 50px auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
    z-index: 100000;
    animation: fadeInUp 0.3s ease-out;
    max-height: 85vh;
    overflow-y: auto;
}

/* Content */
#industryPopup .popup-content {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Close button */
#industryPopup .popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #f44336;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s;
}

#industryPopup .popup-close:hover {
    background: #d32f2f;
}

/* Smooth popup animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}




@media (min-width: 1200px) {
    .expertise-form .field.large {
        width: 48%;
        max-width: inherit;
    }
}

.oric-equipment-content .cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* space between cards */
}

.oric-equipment-content .card-box.cardbox-grid-item {
    flex: 1 1 calc(25% - 20px);
    /* 4 per row with gap compensation */
    box-sizing: border-box;
    padding: 15px;
    flex-direction: column;
    /* stack content vertically */
    align-items: center;
    /* horizontal center */
    justify-content: center;
    /* vertical center */
    max-width: 25%;
}

.oric-equipment-content .expert-info .image-holder {
    width: 100%;
}

@media (max-width: 1200px) {
    .oric-equipment-content .card-box.cardbox-grid-item {
        flex: 1 1 calc(33.333% - 20px);
        /* 3 per row */
        max-width: 33.333%;
    }
}

@media (max-width: 900px) {
    .oric-equipment-content .card-box.cardbox-grid-item {
        flex: 1 1 calc(50% - 20px);
        /* 2 per row */
        max-width: 50%;
    }
}

@media (max-width: 600px) {
    .oric-equipment-content .card-box.cardbox-grid-item {
        flex: 1 1 100%;
        /* 1 per row */
        max-width: 100%;
    }
}







/* new css */


.equipment-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
}


.equipment-slider .slick-slide {
    margin-right: 10px;
    height: auto;
}



@media (min-width:768px) {
    .equipment-slider .slick-slide {
        margin-right: 12px
    }
}


.equipment-slider .office-box {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.equipment-slider .office-box .textbox {
    position: static;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 15px;
    color: #000;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin-bottom: 20px;
}

.equipment-slider .office-box .image-holder::before {
    display: block;
    content: '';
    padding-top: 66.5%;
}


.equipment-slider .office-box .image-holder {

    flex-shrink: 0;
}

.equipment-slider .office-box .image-holder img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: top;
}

.equipment-slider .office-box .text-holder {
    flex-grow: 1;
    flex-basis: 0;
}

.equipment-slider .office-box .btn-holder {
    flex-shrink: 0;
}


.equipment-slider .slick-arrow {
    bottom: 0
}

.equipment-slider .office-box .textbox h3 {
    color: #000;
}

@media (min-width:768px) {
    .equipment-slider .slick-arrow {
        top: -75px;
        bottom: auto
    }
}

.equipment-slider .slick-arrow.slick-next {
    right: calc(50% - 45px)
}

@media (min-width:768px) {
    .equipment-slider .slick-arrow.slick-next {
        right: 0
    }
}

.equipment-slider .slick-arrow.slick-prev {
    left: calc(50% - 45px)
}

@media (min-width:768px) {
    .equipment-slider .slick-arrow.slick-prev {
        left: auto;
        right: 50px
    }
}

@media (min-width:1024px) {
    .equipment-slider .slick-arrow.slick-prev {
        right: 60px
    }
}

.offices-section .btn-holder.equipment-btn-holder {
    text-align: center;
}

/* equipmenet single page */

.page-template-page-discover-oric-equipment .cards-grid {
    display: flex;
    gap: 0;
    margin: 0;
}

@media(min-width: 576px) {
    .page-template-page-discover-oric-equipment .office-box {
        margin: -6px;
    }
}



.page-template-page-discover-oric-equipment .office-box {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px;

}

@media(min-width: 576px) {
    .page-template-page-discover-oric-equipment .office-box {
        width: calc(50% - 12px);
        margin: 6px;

    }
}


@media(min-width: 991px) {
    .page-template-page-discover-oric-equipment .office-box {
        width: calc(33.3333% - 12px);
        margin: 6px;


    }
}


@media(min-width: 1440px) {
    .page-template-page-discover-oric-equipment .office-box {
        width: calc(25% - 12px);
        margin: 6px;

    }
}






.page-template-page-discover-oric-equipment .office-box .textbox {
    position: static;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 15px;
    color: #000;
    flex-grow: 1;
    background: #fff;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
}

.page-template-page-discover-oric-equipment .office-box .image-holder::before {
    display: block;
    content: '';
    padding-top: 56.5%;
}


.page-template-page-discover-oric-equipment .office-box .image-holder {

    flex-shrink: 0;
}

.page-template-page-discover-oric-equipment .office-box .image-holder img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;

}

.page-template-page-discover-oric-equipment .office-box .text-holder {
    flex-grow: 1;
    flex-basis: 0;
}

.page-template-page-discover-oric-equipment .office-box .btn-holder {
    flex-shrink: 0;
    margin-top: 12px;
}


.page-template-page-discover-oric-equipment .slick-arrow {
    bottom: 0
}

.page-template-page-discover-oric-equipment .office-box .textbox h3 {
    color: #000;
}



.expertise-form .field.full-width {
    width: 100%;
    max-width: none;
}



@media(max-width: 1023px) {
    .nav-opener {
        display: block;
    }

    .nav-holder {
        padding: 80px 0;
        width: 300px;
        right: 0;
        top: 0;
        bottom: 0;
        background: var(--primary);
        position: fixed;
        display: block;
        transition: all 0.4s ease;
        transform: translate(100%, 0);
        overflow: auto;
    }

    .nav-active .nav-holder {
        transform: none;
        box-shadow: -2px 0 20px rgba(0, 0, 0, 0.2);
    }

    .menu {
        display: block;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        font: 500 16px/1.5 "Poppins", Arial, sans-serif;
    }

    .menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .menu a {
        text-decoration: none;
        transition: all 0.4s ease;
        display: block;
        color: var(--white);
        padding: 16px 24px 12px;
    }

}

@media (min-width: 1024px) {

    .page-template-page-discover-oric-equipment .expertise-form .expertise-form-fields,
    .page-template-page-discover-oric-industry .expertise-form .expertise-form-fields {
        gap: 15px;
    }
}

/* end */




@media (min-width: 1024px) {
    .office-box .textbox p {
        margin-bottom: 10px;
    }
}



/* new css */

.page-id-90767 .offices-section {
    padding-top: 0;
    padding-bottom: 0;
}

/* end */


@media (min-width: 768px) {
    .offices-section .custom-offices-head {
        padding-right: 0;
    }
}



.sub-menu {
    width: 100%;
    list-style: none;
    padding: 0 30px 15px;
    margin: 0;
    font-size: 14px
}

@media (min-width:1024px) {
    .sub-menu {
        background: #fff;
        position: absolute;
        left: 0;
        top: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        opacity: 0;
        visibility: visible;
        width: 200px;
        padding: 7px
    }
}

.sub-menu li:last-child {
    border-bottom: 0
}

.sub-menu li a {
    display: block;
    padding: 9px
}

@media (min-width:1024px) {
    .sub-menu li a {
        padding: 7px
    }
}

@media (min-width:1024px) {
    .menu li:hover .sub-menu {
        opacity: 1;
        visibility: visible
    }
}

.menu li:hover>a {
    color: var(--yellow)
}

@media (min-width:1024px) {
    .menu li:hover>a {
        color: var(--secondary)
    }
}


