* {
    font-family: "Poppins", sans-serif;
}

.image_holder_pages {
    width: 100%;
    height: 45vh;
    overflow: hidden;
    border-radius: 15px;
}

.image_holder_pages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.breadcrumb-area .text-center ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.breadcrumb-area .text-center ul li {
    margin: 0 8px;
}

.breadcrumb-area .text-center ul li a {
    color: #fdc716;
    /* Primary color for links */
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-area .text-center ul li a:hover {
    color: darken(#fdc716, 10%);
    /* Slightly darker on hover */
}

.breadcrumb-area .text-center ul li i.fa-angle-right {
    color: #fdc716;
    /* Primary color for icons */
}

.post-pagination li {
    padding: 0.5rem;
}

.post-pagination li.disabled a {
    background-color: #e9ecef !important;
    /* Light gray for disabled state */
    color: #6c757d;
    /* Muted text color for better contrast */
    cursor: not-allowed;
    /* Indicates the item is not clickable */
    box-shadow: none;
}

.post-pagination li a {
    padding: 0.9rem 0 0.2rem 0;
    width: 45px;
    height: 45px;
}

.footer_link {
    color: #e9ecef;
}

.image_service_holder {
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
}

.image_service_holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.footer_link:hover,
.footer_link:focus,
.footer_link:active {
    color: #d3d3d3;
}

@media(max-width: 991px) {
    .sidebar_top_margin_mobile {
        margin-top: 2rem;
    }

    .container_full_on_mobile {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}


.brand_slider_area {
    position: relative;
    z-index: 10;
}

.brand_slider_area .owl-controls {
    display: block !important;
    height: 50px;
    position: absolute;
    top: 25%;
    z-index: 11;
    width: 100%;
    left: -20px;
    right: -20px;
}

.brand_slider_area .owl-controls .owl-nav {
    display: block !important;
    height: 30px;
}

.brand_slider_area .owl-controls .owl-nav .owl-prev,
.brand_slider_area .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    /* Size of the icons */
    color: #ffffff;
    /* Primary color */
    background-color: #fdc716;
    /* Semi-transparent background */
    padding: 11px 19px;
    /* Padding for better click area */
    border-radius: 50%;
    /* Rounded buttons */
    transition: all 0.3s ease;
    cursor: pointer;
    display: block;
}

.brand_slider_area .owl-controls .owl-nav .owl-prev {
    left: -20px;
    /* Position left button */
}

.brand_slider_area .owl-controls .owl-nav .owl-next {
    right: -60px;
    /* Position right button */
}

.brand_slider_area .owl-controls .owl-nav .owl-prev:hover,
.brand_slider_area .owl-controls .owl-nav .owl-next:hover {
    color: #fdc716;
    /* Darker shade on hover */
    background-color: #fff;
    /* Solid white on hover */
}

.brand_slider_area .owl-controls .owl-nav .owl-prev.disabled,
.brand_slider_area .owl-controls .owl-nav .owl-next.disabled {
    opacity: 0.5;
    /* Dim disabled buttons */
    cursor: not-allowed;
}

.home_page_button a {
    height: 55px;
    line-height: 55px;
    width: 140px;
}

.top_header_margin {
    margin-top: 35px;
}


@media(max-width: 991px) {

    .contact-area,
    .shop-area,
    .services-area,
    .chemical-research-area {
        padding-top: 20px !important;
        padding-bottom: 5px !important;
    }

}


.certificate_item .title-holder {
    padding: 5px 0;
}

.section_content_about {
    margin-left: 3rem;
}

.language_area {
    position: relative;
}

.language-dropdown {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    right: -10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 5px;
}

.language-dropdown.mobile {
    right: 0;
    left: 0;
    width: 35%;
    text-align: left;
}

.language-dropdown ul {
    display: flex;
    flex-direction: column;
}

.language-dropdown ul li {
    margin-left: 10px !important;
}

.language-dropdown ul li a,
.language-dropdown ul li {
    color: #000;
    text-decoration: none;
    /* font-weight: bold; */
}

.language-dropdown ul li:hover,
.language-dropdown ul li:focus,
.language-dropdown ul li:active,
.language-dropdown ul li a:hover,
.language-dropdown ul li a:focus,
.language-dropdown ul li a:active {
    color: #094d7d;
}

.first_li_element_on_desktop {
    margin-top: -20px;
}



.language-dropdown ul li:last-child {
    margin-right: 10px !important;
}

@media(min-width:991px) {
    .top_header_padding {
        margin-top: 5px;
    }
}

.language-dropdown.mobile ul li {
    margin-bottom: 5px;
}

.language-dropdown.mobile ul li:last-child {
    margin-right: 0 !important;
}

.text-holder:hover .language-dropdown {
    display: block;
    z-index: 100000;
}


.padded_project {
    padding: 25px 10px 5px 10px;
}

.slogan_area {
    background-size: cover !important;
    height: 35px;
    margin: 0px 0px 0px;
}

.popular-post .img-holder {
    height: 100%;
}

.popular-post .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_text_holder {
    margin-top: 10px;
}

.project_text_holder {
    opacity: 1;
    /* Tamamilə görünən */
    visibility: visible;
    /* Görünən və kliklənə bilən */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /* Yumşaq keçid effekti üçün */
}

/* single-project üzərinə gəldikdə yazı qutusunu gizlədirik */
.single-project:hover .project_text_holder {
    opacity: 0;
    /* Tamamilə şəffaf */
    visibility: hidden;
    /* Gizli və kliklənə bilməyən */
}

.service_description_top_holder {
    margin-top: 15px;
}

.rev_slider_wrapper .rev_slider .button .thm-btn {
    padding: 15px;
}



@media(max-width: 991px) {

    .rev_slider_wrapper,
    .rev_slider_wrapper .rev_slider {
        height: 400px !important;
    }

    .rev_slider .slotholder {
        width: 100%;
        height: 100%;
    }
    
    .rev_slider_wrapper .slide-content-box h3 {
        font-size: 25px !important;
        line-height: 25px !important;
    }

    .home_page_button {
        width: 100%;
        display: flex;
    }

    .home_page_button a {
        height: 45px;
        line-height: 45px;
        width: 100px;
        margin-left: auto;
        font-size: 11px;
    }

    .about_us_design {
        height: 500px;
    }

    .about_us_design .about-title p {
        font-size: 13px;
    }

    .about_us_design .about-title h1 {
        font-size: 25px;
    }

    .about_us_design .text-box,
    .about_us_design .text-box p {
        font-size: 16px !important;
        word-break: break-all;
        word-wrap: break-word;
    }

    .about_us_design .outer-box {
        height: 360px !important;
    }

    .about_us_design .outer-box .image-column {
        padding: 55px 0;
        background-size: contain;
        display: none;
    }

    .about_us_design .outer-box .image-column ul.icon-box {
        width: 70%;
    }

    .about_us_design .outer-box .image-column ul.icon-box .single-item {
        padding: 10px;
        padding-left: 55px;
    }

    .about_us_design .outer-box .image-column ul.icon-box .single-item .icon {
        padding: 15px 0;
        width: 55px;
    }

    .about_us_design .outer-box .image-column ul.icon-box .single-item .content h2 {
        font-size: 17px;
    }

    .about_us_design .outer-box .image-column ul.icon-box .single-item .content p {
        font-size: 12px;
    }

    .sec-title p {
        font-size: 14px;
    }

    .sec-title h1 {
        font-size: 25px;
    }

    .brand-area h1 {
        font-size: 25px;
    }

    .brand_slider_area .owl-controls .owl-nav .owl-prev {
        left: 3px;
    }

    .brand_slider_area .owl-controls .owl-nav .owl-next {
        right: -35px;
    }

    .breadcrumb-area {
        padding-bottom: 35px;
        padding-top: 100px;
    }

    .breadcrumb-area h1 {
        font-size: 17px;
    }

    .breadcrumb-area ul {
        display: flex;
        flex-wrap: wrap;
    }

    .breadcrumb-area ul li {
        margin: 0 5px;
        margin-bottom: 5px;
    }

    .breadcrumb-area ul li a {
        font-size: 13px;
    }


    .breadcrumb-bottom-area .container_full_on_mobile .left {
        width: 30%;
        font-size: 14px;
        padding: 0;
        text-align: center;
    }

    .breadcrumb-bottom-area .container_full_on_mobile .left a,
    .breadcrumb-bottom-area .container_full_on_mobile .right ul li a {
        font-size: 12px !important;
    }

    .breadcrumb-bottom-area .container_full_on_mobile .right {
        width: 69%;
        text-align: right;
        font-size: 11px !important;
    }

    ul.popular-post {
        margin-bottom: 10px;
    }

    .sidebar {
        margin-top: 10px;
    }

    .footer-area {
        padding: 10px 0;
        font-size: 13px;
    }

    .footer-area .pd-bottom {
        padding-bottom: 10px;
    }

    .footer-area .title h3 {
        padding-bottom: 3px;
        margin-top: 10px;
    }

    .footer-area .quick-links li {
        line-height: 30px;
        font-size: 13px;
    }

    .latest-project-area .home-container-img {
        height: 200px;
    }

    .padded_project {
        padding-top: 10px;
    }

    .padded_project p {
        font-size: 13px;
    }

    .tp-parallax-wrap {
        left: 25% !important;
    }

    .slide-content-box h1,
    p,
    h3,
    h4,
    h5,
    span {
        color: #000000;
    }

    .mobile_row_new .sec-title {
        padding-bottom: 10px;
    }

    .mobile_row_new .button {
        margin: 15px 0;
    }

    .mobile_row_new .button a {
        font-size: 14px;
        padding: 7px 15px;
    }

    .tp-mask-wrap,
    .tp-mask-wrap .tp-caption,
    .slide-content-box {
        top: 50% !important;
        margin-top: 50% !important;
    }

    .rev_slider .button {
        margin-top: 100%;
    }

    .title-holder h4 {
        font-size: 14px;
    }

    .title-holder p {
        font-size: 11px;
    }

    .breadcrumb-bottom-area .left a {
        padding-left: 10px !important;
    }

    .breadcrumb-bottom-area .right {
        padding-right: 10px !important;
    }

    .image_service_holder {
        height: 300px;
    }

    .service_description_top_holder {
        padding: 0 40px;
    }

    .service_description_top_holder .text_holder {
        padding-top: 5px;
    }
}

.rev_slider ul>li:not(.active-revslide) .slide-content-box .button {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}
