.breadcumb-area.style_two {
    padding: 30px 0;
    background: #f8f8f8;
}
.special_step_padding{
    margin-bottom: 70px;
    margin-top: 10px;
}

.steps-single-item {
    margin-bottom: 30px;
    padding: 40px 40px 31px;
    background: url('/taskassets/assets/images/task/workingparty/steps_bg.png');
    /*background: url(../images/home_one/steps_bg.png);*/
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    position: relative;
}

section.steps_area {
    background: #E9EBEC;
    background-color: rgb(233, 235, 236);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    border-radius: 20px 20px 0 0;
    padding: 80px 0 80px;
}
.testimonial_item.style_five .testimonial-content::after {
    position: absolute;
    content: "";
    right: 22px;
    background: url(../images/testimonials/arrow.png);
    background-repeat: repeat;
    height: 50px;
    width: 62px;
    background-repeat: no-repeat;

}

.testimonial_item.style_five .testi-star {
    background-color: #A50011;
    display: inline-block;
    padding: 12px 95px 10px 40px;
    position: absolute;
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
    border-radius: 0 0 0 10px;
    bottom: 0;
    left: 0;
}

.feature_item {

    /*background-image: url('/taskassets/assets/images/feature_shape.png');*/

    background-image: url('/taskassets/assets/images/workingparty/feature_shape.png'); !important;
    /*background: url(../images/home_one/feature_shape.png); !important;*/
    /*background-image: url('/images/home_one/feature_shape.png');*/
    /*background: url(../images/home_one/feature_shape.png);*/
    background-repeat: repeat;
    background-size: auto;
    background-repeat: round;
    background-size: cover;
    padding: 40px 25px 30px 36px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
}

section.footer_area.style_five {
    background-image: url('/taskassets/assets/images/footer_bg.png'); !important;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 0;
    padding: 245px 0 27px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -15px;
}

.header-menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 225px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #7E000C;
    opacity: 0;
}
.header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    transition: .1s;
    visibility: inherit !important;
    color: #7E000C !important;
    font-size: 16px;
    font-weight: 500;
}
.header-menu ul .sub_menu li:hover > a {
    background: #E9EBEC;
    color: #a8a774 !important;
}
section.contact_form {
    padding-top: 3px;
}
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /*background-color: #;*/
}

/* Logo loader with rotation effect */
.logo-loader {
    width: 120px;
    height: 120px;
    background-image: url('/taskassets/assets/images/task/workingparty/tasklogowhite.png');
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate 2s linear infinite;
}

/* Rotation animation */
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #7e000c !important;
    transition: .5s;
    z-index: 9;
}
.mean-container .mean-bar::before {
    content: "TASK";
    color: #7e000c;
    /*background-image: url('/taskassets/assets/images/taskparent2.png');*/
    background-size: contain; /* Ensures the image scales proportionally */
    background-repeat: no-repeat;
    width: 40px; /* Adjust width as needed */
    height: 40px; /* Adjust height as needed */
    position: absolute;
    left: 10px;
    top: 10px;
}
.mean-container .mean-bar {
    background: #7e000c;
    float: left;
    min-height: 60px;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
    z-index: 999;
}

.single-team_item.style_five {
    border: none;
    text-align: center;
    padding: 10px 10px 10px;
    border-radius: 5px;
    transition: .5s;
    /*background: #7e000c;*/
    background: #e9ebec;
    background: #FFFFFF;
}

section.team_area.style_five {
    background: #a8a774;
    /*background: #e9ebec;*/
    border-radius: 20px;
}

.mean-container a.meanmenu-reveal {
    color: #7e000c;
}

.feature_item.style_five::before {
    background: url(../images/home-six/feature_img.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.logo-container {
    text-align: center;
}

.logo {
    width: 300px; /* Adjust size as needed */
    animation: swivel 3s ease-in-out infinite;
}
section.hero_slider.style_sixs {
    background: url('/taskassets/assets/images/task/workingparty/red_hero_bg.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    border-radius: 0 0 20px 20px;
    margin: 0 20px 20px 20px;
    overflow: hidden;
}
.header-button a svg {
    margin-right: 5px; /* Adjust spacing between icon and text */
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #7e000c !important;
    transition: .5s;
    z-index: 9;
}

/* Resources Page Specific Styles */
.template-resources .breadcumb-area.style_two {
    background: #7e000c;  /* TASK's primary red color */
    padding: 100px 0 50px;
    position: relative;
}

.template-resources .breadcumb-area.style_two::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(126, 0, 12, 0.95), rgba(126, 0, 12, 0.85));
}

.template-resources .breadcumb-area.style_two .container {
    position: relative;
    z-index: 1;
}

.sticky.consalt-header-area.style_three {
    padding: 4px 10px 4px 60px;
    position: relative;
    width: calc(100% - 40px);
    margin: 0px 20px 0;
    left: 0;
    background: #E9EBEC;
    border-radius: 1px 1px 0 0;
    background: none !important;
    background-color: #e9ebec !important;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
}

.sticky .header-menu ul li a i {
    color: #000000;
}

.main_hero {
    height: 650px;
}

.sticky.consalt-header-area.style_three .header-menu ul li a {
    color: #000000 !important;
}

/* Animation keyframes */
@keyframes swivel {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


.loading-screen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e9ebec;
    z-index: 1000;
}

.loading-screen .bar {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #F4F1EE;
}

.loading-screen .top-bar {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.loading-screen .down-bar {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}


.loading-screen .animation-preloader {
    z-index: 1000;
}
