.or_service_wrapper .or_banner_and_service {
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding-bottom: 5rem;
}

/* .or_service_wrapper .or_banner_and_service .or_section_banner {
    height: 100vh;
    position: relative;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-banner {
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    padding: 3rem 3rem 5rem 3rem;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-banner::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-banner ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-banner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-banner ul li .nav-link {
    padding: 0;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: "Darker Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-banner ul li .nav-link.active {
    background-color: transparent;
    border: 0;
    color: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-1 {
    position: absolute;
    bottom: 30%;
    left: 0;
    z-index: 1;
    width: 25%;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-1 figure {
    position: relative;
    padding-bottom: 125%;
    overflow: hidden;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image img {
    border-radius: 20px;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image figure img {
    transition: all 0.5s ease;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image figure:hover img {
    transform: scale(1.2);
    transition: all 0.5s ease;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-1 figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-2 {
    position: absolute;
    top: 65%;
    left: 13%;
    z-index: 2;
    width: 30%;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-2 figure {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    margin: 0;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-2 figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    right: 0;
    left: 0;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-3 {
    position: absolute;
    top: 48%;
    right: 10%;
    z-index: 1;
    width: 25%;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-3 figure {
    position: relative;
    padding-bottom: 99%;
    overflow: hidden;
    margin: 0;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-3 figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    right: 0;
    left: 0;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-4 {
    position: absolute;
    bottom: 48%;
    right: 5%;
    z-index: 1;
    width: 15%;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-4 figure {
    position: relative;
    padding-bottom: 125%;
    overflow: hidden;
    margin: 0;
}

.or_service_wrapper .or_banner_and_service .or_section_banner .tab-content-image .banner-gallery-4 figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    right: 0;
    left: 0;
} */

.or_service_wrapper .or_banner_and_service .or_section_service {
    padding-top: 5rem;
    position: relative;
}

.or_service_wrapper .or_banner_and_service .or_section_service .img_hunger {
    position: absolute;
    left: -13%;
    top: 0;
    width: 30%;
}

.or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service {
    position: relative;
    -webkit-box-shadow: 0px 10px 17px 0px rgba(51, 8, 14, 0.5);
    box-shadow: 0px 10px 17px 0px rgba(51, 8, 14, 0.5);
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 45.63%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    height: 50%;
}

.or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service .list_link_sv li a:hover::before {
    background-position: bottom center;
}

.or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service:not(:last-child) {
    margin-bottom: 3rem;
}

.or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service .content_or_item-sv {
    position: absolute;
    /* bottom: 0; */
    height: 100%;
    top: 10px;
    left: 0;
    width: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service .title-sv {
    z-index: 1;
    position: relative;
}

.or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service .list_link_sv {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
    text-align: end;
}

.or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service .list_link_sv li:not(:last-child) {
    margin-bottom: 5px;
}

.or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service .list_link_sv li a {
    color: #FFF;
    font-family: "Darker Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service .list_link_sv li a img {
    width: auto;
    height: 12px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service .list_link_sv li a::before {
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    background: url(/assets/arrow.png) no-repeat top center / 100% auto;
    right: -20px;
    top: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.or_service_wrapper .or_outstanding_project {
    position: relative;
    z-index: 1;
    padding-top: 3rem;
    padding-bottom: 10rem;
}

.or_service_wrapper .or_outstanding_project .or_list_outstanding {
    position: relative;
}

.or_service_wrapper .or_outstanding_project .or_list_outstanding .grid-container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    gap: 10px;
    grid-template-areas:
        'one one one one one one one one one one'
        'two two three three three three three three four four';
}

.or_service_wrapper .or_outstanding_project .or_list_outstanding .grid-item {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
}

.or_service_wrapper .or_outstanding_project .or_list_outstanding .grid-item img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.or_service_wrapper .or_outstanding_project .or_list_outstanding .grid-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.or_service_wrapper .or_outstanding_project .or_list_outstanding .grid-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-area: one;
    background-color: red;
    padding-bottom: 45%;
}

.or_service_wrapper .or_outstanding_project .or_list_outstanding .grid-item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: two;
    background-color: #000;
}

.or_service_wrapper .or_outstanding_project .or_list_outstanding .grid-item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 6;
    grid-area: three;
    background-color: thistle;
}

.or_service_wrapper .or_outstanding_project .or_list_outstanding .grid-item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
    -ms-grid-column-span: 2;
    grid-area: four;
    background-color: tomato;
}

.or_service_wrapper .or_outstanding_project .or_list_outstanding .btn_seeAll {
    margin-top: 5rem;
}

.or_service_wrapper .back_to_about {
    position: relative;
    z-index: 1;
    padding-bottom: 5rem;
}

.or_service_wrapper .back_to_about .link_to_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.or_service_wrapper .back_to_about .link_to_about a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid white;
}

.or_service_wrapper .back_to_about .link_to_about a img {
    width: auto;
    height: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.or_service_wrapper .back_to_about .link_to_about a:hover img {
    width: auto;
    height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ─── RESPONSIVE STYLES ─────────────────────────────────────── */
/* md: 992px */
@media (max-width: 992px) {
    .or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service {
        background-size: cover;
        min-height: 375px;
    }
}

/* sm: 768px */
@media (max-width: 768px) {
    .or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service {
        padding: 2rem 1rem 2rem 1rem;
        background-size: cover;
        min-height: auto; /* Reset tablet override */
    }

    .or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service .content_or_item-sv {
        position: unset;
        flex-direction: column;
        align-items: start;
        padding: 0;
        min-height: 320px;
    }

    .or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service .list_link_sv li a {
        font-size: 16px;
    }

    .or_service_wrapper .or_outstanding_project {
        padding-bottom: 0;
    }

    .or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service .list_link_sv li a::before {
        display: none;
        content: none;
        visibility: hidden;
    }

    .or_service_wrapper .or_banner_and_service .or_section_service .or_list_service .or_item_service::after {
        display: none;
        content: none;
        visibility: hidden;
    }

    .or_service_wrapper .or_outstanding_project .or_list_outstanding .grid-container {
        -ms-grid-template-areas: 'one one one one one' 'two two two four four' 'three three three three three';
        grid-template-areas:
            'one one one one one'
            'two two two four four'
            'three three three three three';
    }

    .or_service_wrapper .or_outstanding_project .or_list_outstanding .grid-item {
        border-radius: 10px;
        padding-bottom: 70%;
    }

    .or_section_service .or_list_service .or_item_service .content_or_item-sv h3 {
        font-size: 25px;
    }

    .or_section_service .or_list_service .or_item_service .content_or_item-sv ul {
        margin-left: auto;
    }
}