.main_container_info {
    background-color: #fff;
    padding: 60px 30px;
    box-shadow: 0px 3px 12px 0px #00000017;
}

.pcontainer_panel_zone {
    padding: 60px 0px 35px 0px;
}

.pcotnainer_sectoare_sectiune_data{
    width: 100%;
    background: linear-gradient(27.86deg, #000000a3 10.1%, rgb(0 0 0 / 11%) 51.78%);
    height: 100%;
    display: flex;
    align-items: end;
}
.pcotnainer_sectoare_sectiune_data .card_details_hero_sector{
    padding: 60px 30px;
}
.pcotnainer_sectoare_sectiune_data .card_details_hero_sector p {
    font-family: 'Satoshi-Regular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.hero_size_container_f {
    width: 100%;
    height: 730px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: end;
}

.page-gray {
    /* background: #F0F0F0; */
    font-family: 'Satoshi-Regular', sans-serif;
}
.page-gray-dis {
    /* background: #fafafa; */
    font-family: 'Satoshi-Regular', sans-serif;
}

.pcontainer_panel>p {
    font-size: 22px;
    line-height: 2.125rem;
    font-family: 'Satoshi-Regular', sans-serif;
    color: #1D1D1F;
}

.pcontainer_panel>h5 {
    line-height: 1.5rem;
    border-bottom: 1px solid #000000;
    padding-bottom: .85rem;
    font-weight: 600;
}

.pcontainer_panel .pcontainer_panel_list {
    list-style: num;
    padding-left: 10px;
}

.pcontainer_panel .pcontainer_panel_list li {
    margin-bottom: 12px;
    font-family: 'Satoshi-Regular', sans-serif;
    color: #1D1D1F;
    font-size: 16px;
}

.pcontainer_category_list_item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 4;
    overflow: hidden;
    text-decoration: none;
}

.pcontainer_category_list_item:hover {
    cursor: pointer;
}

.pcontainer_category_list_item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.pcontainer_category_list_item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000054;
    z-index: 2;
    transition: background .5s ease;
}

.pcontainer_category_list_item h4 {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    z-index: 3;
}

.pcontainer_category_list_item:hover::after {
    background: #0000002e;
    transition: background .5s ease;
}

.pcontainer_carousel_zone .pcontainer_item_carousel .pcontainer_item_carousel_header>img {
    aspect-ratio: 16 / 9;
}

.pcontainer_carousel_zone .pcontainer_item_carousel {
    padding: 10px;
}

.pcontainer_carousel_zone .pcontainer_item_carousel h5 {
    margin-top: 12px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid;
    font-size: 18px;
}

.sectors-page{
    padding-top: 25px;
}
.sectors-page .sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px 21px;
    padding-bottom: 55px;
}
.sectors-page .sector-card {
    position: relative;
    height: 241px;
    overflow: hidden;
    background: #cccccc;
    cursor: pointer;
}
.sectors-page .sector-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.08);
    z-index: 1;
    transition: background 0.3s ease;
}
.sectors-page .sector-card:hover::before {
    background: rgba(0, 0, 0, 0.25);
}
.sectors-page .sector-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.sectors-page .sector-card:hover .sector-image {
    transform: scale(1.05);
}
.sectors-page .sector-title {
    position: absolute;
    top: 20px;
    left: 23px;
    right: 20px;
    z-index: 2;
    color: #ffffff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
}
.sectors-page .sector-arrow {
    font-size: 21px;
    line-height: 15px;
    margin-left: 8px;
    font-weight: 400;
}


.pcontainer_bredcrumb_sectoare {
    background-color: #FAFAFA;
    padding-top: 15px;
    padding-bottom: 15px;
}
.pcontainer_bredcrumb_sectoare .bredcrumb_pcontainer_inside {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.pcontainer_bredcrumb_sectoare .bredcrumb_pcontainer_inside a {
    color: #6B8E23;
}
.pcontainer_bredcrumb_sectoare .bredcrumb_pcontainer_inside span {
    color: #1D1D1F;
}
.pcontainer_bredcrumb_sectoare .bredcrumb_pcontainer_inside svg {
    margin-left: 8px;
    margin-right: 8px;
}
.card_details_hero_sector .second_link:hover{
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #1D1D1F;
}
 .card_details_hero_sector h1 {
    font-family: 'Satoshi-Bold', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin-bottom: 18px;
} 
 .card_details_hero_sector h4 {
    font-family: 'Satoshi-Medium', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
} 


.section-image-text-sector .antent_sectiune_sector_img{
    font-family: 'Satoshi-Medium', sans-serif;
    color: #6E6E73;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.6px;
}
.section-image-text-sector .titlu_sectiune_sector_img{
    font-family: 'Satoshi-Medium', sans-serif;
    color: #1D1D1F;
    font-size: 27px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.section-image-text-sector  .desc_coloane_img_sector_0 {
    padding-left: 25px;
}
.section-image-text-sector  .desc_coloane_img_sector_1 {
    padding-right: 25px;
}

.section-image-text-sector .main_image_wrapper{
    margin-bottom:25px;
}
.space_bottom_sector_img{
    margin-bottom: 15px;
}
.subsection-wrapper .subtitlu_data_section_sect{
    font-family: 'Satoshi-Medium', sans-serif;
    color: #1D1D1F;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.custom-toggle-btn {
    border: 1px solid #6E6E6E;
    background: transparent;
    color: #1d1d1f;
    padding: 7px 0 8px;
    width: 255px;
    min-width: 170px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    outline: none !important;
    box-shadow: none !important;
    box-sizing: border-box;
    border-radius: 20.5px;
    margin-bottom: 18px;
}

.custom-toggle-btn:hover {
    background-color: #f5f5f7;
    color: #000;
}

.custom-toggle-btn .icon-symbol {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    text-align: center;
}

.custom-toggle-btn .btn-text {
    width: 100%;
    text-align: center;
    padding-left: 15px;
}

.subsection-wrapper {
    background-color: #f2f2f2;
    position: relative;
    display: none;
    padding: 40px 60px 60px;
}

.subsection-wrapper::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f2f2f2;
    display: none;
}

.btn-close-custom {
    background: transparent;
    border: none;
    font-size: 36px;
    color: #666;
    cursor: pointer;
    /* padding: 30px; */
    top:-10px;
    right:0px;
    transition: color 0.2s;
}

.btn-close-custom:hover {
    color: #000;
}

.sector-gallery-container {
    position: relative;
    padding-left:10px;
}

.sector-thumbs-container {
    margin-top: 10px;
}

.sector-thumbs-container .item_image_owl_thumb {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
    padding: 0 2px;
}

.sector-thumbs-container .item_image_owl_thumb:hover {
    opacity: 1;
}

.sector-thumbs-container .item_image_owl_thumb img {
    border-radius: 4px;
    object-fit: cover;
    height: 75px;
    width: 100%;
}

.benefits_section h6 {
    border-bottom:1px solid #1E1E1E;
    padding-bottom: 10px;
}

.benefits_section li {
    border-bottom:1px solid #C8C8C8;
    font-size:13px;
}

.subsection-wrapper .col-lg-5 {
    padding-left:10px;
}

@media (max-width: 1199.98px) {
    .subsection-wrapper {
        padding: 30px 20px 50px;
    }
}

@media (max-width: 991.98px) {
    .order_element_mobile_1{
       order: 1;
    }
    .order_element_mobile_2{
       order: 2;
    }
}

@media (max-width: 767.98px) {
    .section-image-text-sector .desc_coloane_img_sector_0 {
        padding-left: 0px;
    }
    .section-image-text-sector .titlu_sectiune_sector_img {
        font-size: 20px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .section-image-text-sector .antent_sectiune_sector_img {
        font-size: 13px;
    }
    .section-image-text-sector .desc_coloane_img_sector_1 {
        padding-right: 0px;
    }
    .subsection-wrapper .subtitlu_data_section_sect {
        font-size: 20px;
    }
}



@media (max-width: 991.98px) {
    .sector-card {
        height: 220px;
    }
    .sectors-page .sectors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero_size_container_f{
        height: calc(100vh - 130px);
    }
}

@media (max-width: 767.98px) {
    .pcontainer_category_list_item {
        aspect-ratio: 16 / 10;
    }

    .pcontainer_category_list_item h4 {
        left: 15px;
        right: 15px;
        bottom: 15px;
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .pcontainer_category_list_item h4 {
        font-size: 18px;
    }
    .main_container_info {
        padding: 10px 15px;
        box-shadow: 0px 3px 12px 0px #00000017;
    }
    .pcontainer_panel>p {
        font-size: 20px;
    }
    .sector-card {
        height: 220px;
    }
    .sectors-page .sectors-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

     .hero_size_container_f {
        height: 50vh;
    }
    .hero_size_container_f.video_hero_component {
        height: 70vh;
    }

}

