.logo-box-style2 img {
    width: 75px;
}

.clearfix .logo img {
    width: 75px;
}

.service-style1-area {
    padding: 0px 0 0px 0px;
}

.service-style1__content {
    padding-top: 18px;
}

.working-process__single {
    padding: 0px 0px 0px;
}

.icon img {
    padding: 20px;
}

.footer-logo {
    width: 60px;
}
.our-company-info img{
    width:90px;
}

.footer-bottom .bottom-inner {
    padding: 10px 0px 10px;
}

.animation-preloader img {
    width: 200px;
    margin-left: 110px;
}

.features-style2-single-box {
    padding: 40px 25px 25px;
}

.roadmap-heading h2,
.roadmap-heading h3 {
    color: #fff;
}

.single-service-style1 .image-holder img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(7400%) hue-rotate(357deg) brightness(92%) contrast(102%);
    transition: 0.3s;
}

.single-service-style1:hover .image-holder img {
    filter: brightness(0) invert(1);
}

.single-service-style1 .image-holder {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
}

.single-service-style1 .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-style2-area {
    background-color: #f5f5f5;
}

.custom-service-padding .single-service-style2 {
    padding-top: 100px;
}

.sticky-header .main-menu .navigation>li>a {
    color: var(--thm-black);
    padding: 38px 0px 20px;
}

.sticky-header .logo {
    position: relative;
    display: block;
    padding: 10px 0 10px;
}

.bottom-parallax .footer-area {
    position: static;
    height: auto;
}

.footer-social img {
    width: 20px;
}

.footer-widget-links ul li a {
    color: #fff;
}

.text-theme {
    color: #d20300 !important;
}

.bg-theme {
    background-color: #d20300 !important;
}

.single-service-style1 .title-holder h3 {
    color: #111;
}

.single-service-style1:hover .title-holder h3 {
    color: #fff;
}

.slogan-style3-area {
    padding: 30px 0 !important;
}

.breadcrumb-menu ul li:hover a,
.breadcrumb-menu ul li.active {
    color: #fff;
}

@media (min-width: 320px) and (max-width: 767px) {
    .about-style1-area {
        padding: 90px 0 90px;
    }

    .animation-preloader img {
        margin-left: 0px;
    }

    .service-style2-area {
        padding: 90px 0 90px;
    }

    .company-benefits-area {
        padding: 90px 0 90px;
    }

    .footer {
        padding-top: 90px;
        padding-bottom: 0px;

    }

    .testimonial-style1-area {
        padding: 90px 0 90px;
    }

    .footer-bottom .bottom-inner .copyright p {
        font-size: 14px;
    }

    .footer-bottom .bottom-inner .copyright {
        padding-top: 0px;
    }

    .mobile-menu .social-links li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
     .job-container {
        flex-direction: column;
    }

    .filters {
        flex: 1;
        width: 100%;
        order: 1;
    }

    .job-section {
        order: 2;
        width: 100%;
    }

    .search-bar {
        flex-direction: column;
    }

    .search-bar input, 
    .search-bar button {
        width: 100%;
    }
     .job-header h2 {
        font-size: 20px;
    }

    .filters h4 {
        font-size: 14px;
    }

    .filters label {
        font-size: 13px;
    }

    .job-details h2 {
        font-size: 16px;
    }

    .job-meta {
        font-size: 12px;
    }

    .job-card {
        padding: 10px;
    }
}

.job-container {
    display: flex;
    max-width: 1100px;
    margin: 30px auto;
    padding: 20px;
    gap: 30px;
}


.filters {
    width: 250px;
    border: 1px solid #ddd;
    padding: 20px;
    background: #fafafa;
    position: relative;
    padding: 20px;
    background-color: #f5f5f5;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: auto;
}

.filters::before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 60px;
    height: 60px;
    border-bottom: 60px solid #d60000;
    border-left: 60px solid transparent;
    transform: rotateY(-90deg) scaleY(1);
    transform-origin: right;
    transition: all 0.5s ease-in-out 0.1s;
    z-index: 1;
    pointer-events: none;
}


.filters:hover {
    border-color: var(--thm-base, #4f83cc);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.filters:hover::before {
    transform: rotateY(0deg) scaleY(1);
}

.job-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-list:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


.filters h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.filters label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.filters input[type="checkbox"] {
    margin-right: 8px;
}

.job-section {
    flex: 1;
}

.job-header {
    margin-bottom: 20px;
}

.job-header h2 {
    margin: 0;
    font-size: 26px;
    color: black;
}

.job-header p {
    color: #666;
}

.search-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.search-bar input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
}

.search-bar button {
    padding: 10px 20px;
    background: #d60000;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.job-card:first-child {
    border-top: none;
}

.job-card {
    border: 1px solid #eee;
    padding: 15px 20px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.3 ease;
    display: flex;
    flex-direction: column;
    gap: 05px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card::before{
content: "";
position: absolute;
  right: -1px;
    bottom: -1px;
    width: 60px;
    height: 60px;
    border-bottom: 60px solid #d60000;
    border-left: 60px solid transparent;
    transform: rotateY(-90deg) scaleY(1);
    transform-origin: right;
    transition: all 0.5s ease-in-out 0.1s;
    z-index: 1;
    pointer-events: none;
}

.job-card:hover {
    border-color: #d60000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
    transform: translateY(-5px) scale(1.02);
}

.job-card:hover::before {
    transform: rotateY(0deg) scaleY(1);
}

.job-card h2 {
    font-size: 20px;
    color: #d60000;
    font-weight: bold;
    text-decoration: none;
}


.job-card p{
    color: black;
    font-size: 18px;
}

.job-card a:hover {
    text-decoration: underline;
}

.job-meta {
    font-size: 14px;
    color: #777;
    margin: 5px 0;
}

.job-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job-details span {
    font-size: 10px;
    color: #555;
}
.gallery-section img {
    border-radius: 0px;
    cursor: pointer;
    margin-bottom: 20px;
}
 .gallery-section {
    padding: 60px 0;
}