.sec-intro {
    margin-bottom: 70px;
}
.img-block {
    border-radius: 50px;
    overflow: hidden;
}
.img-block img {
    width: 100%;
}


.about-media-wrapper .about-image-wrapper{
    border-radius: 50px;
    overflow: hidden;
}
.about-media-wrapper .about-image-wrapper img{
    width: 100%;
    height: auto;
    display: block;
}
.about-media-wrapper .about-video-wrapper{
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}
.about-media-wrapper .about-video-wrapper video{
    object-fit:cover;
    border: none;
}
.about-media-wrapper .video-btn{
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    background: rgba(255, 255, 255, 0.44);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.about-media-wrapper .video-btn i{
    color: var(--color3);
    font-size: 24px;
}
.about-media-wrapper .video-btn i.icon-play{
    font-size: 32px;
}

.socials-share .icon-share {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #fff;
    padding-bottom: 1px;
    transition: 0.4s ease;
    background: var(--color3);
    border-radius: 100%;
    box-shadow: 0 0 4px 0 #0000CD70;
    outline: 3px solid #CCCCF2;
}

.socials-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #fff;
    border-radius: 22px;
    border: 2px solid #CCCCF2;
    gap: 24px;

}
.socials-share.mobile-share {
    justify-content: center;
    border-radius: 4px;
    padding: 15px 10px 15px;
    margin-bottom: 24px;
}
.socials {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-right: 16px;
    flex-grow: 1;
}
.socials a {
    display: flex;
    font-size: 24px;
    line-height: 1;
    color: var(--color3);
}
.socials a:hover {
    color: var(--color2);
}
.copy-btn {
    position: relative;
    display: flex;
    font-size: 24px;
    color: #1A2141;
    line-height: 1;
    cursor: pointer;
    transition: 0.4s ease;
}

.copy-btn:hover {
    color: var(--color2);
}

.copy-btn i {
    z-index: 2;
}

.copy-btn .tooltip-url {
    position: absolute;
    box-shadow: 0 1px 7px rgba(67, 43, 179, 0.1);
    background: #fff;
    padding: 9px 8px 5px;
    border-radius: 11px;
    bottom: 115%;
    min-width: 75px;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    white-space: nowrap;
    font-size: 16px;
    direction: ltr;
    color: #000;
    text-align: center;
    z-index: 1;
}

.copy-btn .tooltip-url::before {
    content: '';
    display: block;
    position: absolute;
    right: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 3px solid #000;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgb(0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgb(0, 0, 0);
    border-color: #0000 #0000 #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg) translateX(50%);
    box-shadow: -1px 1px 3px 0 rgb(106 137 204 / 19%);
    z-index: 0;
}

.copy-btn:hover .tooltip-url {
    opacity: 1;
    visibility: visible;
}

.copy-btn .tooltip-url:hover {
    opacity: 0;
    visibility: hidden;
}
.sw--slider.job-slider {
    border-radius: 28px;
}
.sw--slider.job-slider img {
    width: 100%;
}
.job-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
}
.job-image {
    width: 106px;
    height: 106px;
    background: #F7F7FD;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}
.job-title .title-heading {
    font-size: 28px;
    color: #212121;
}
.mobile-job-title {
    text-align: center;
    margin-bottom: 24px;
}
.mobile-job-title .job-image {
    width: 100px;
    height: 100px;
   margin-bottom: 12px;
}
.mobile-job-title .title-heading {
    font-size: 24px;
    color: #212121;
    line-height: 1.5;
}
.blog-meta.job-meta {
    flex-direction: column-reverse;
    gap: 24px;
    margin: 24px 0;
}
.job-image img {
    max-width: 95px;
    max-height: 95px;
    width: auto;
    height: auto;
}
.job-cats a {
    background: #F7F7FD;
    padding: 6px 16px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    color: #292D32;
}
.job-cats a::before {
    content: '';
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #fff;
    border: 3px solid var(--color3);
    border-radius: 10px;
}
.job-cats {
    display: flex;
    gap: 8px 16px;
    flex-wrap: wrap;
}
.blog-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.single-job-wrap {
    background: #fff;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(0, 0, 205, 0.1);
    margin-bottom: 50px;
}
.job-options-sec {
    margin-top: 40px;
}
.job-options-title {
    font-size: 24px;
    margin-bottom: 24px;
    color: #3a3a3a;
}
.job-option {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    align-items: center;
}
.job-option span {
    background: #CCCCF236;
    display: block;
    border-radius: 22px;
    padding: 11px 10px;
    font-size: 14px;
    line-height: 34px;
    color: #292D32;
}
.job-option span.title {
    flex: 1 0 45%;
}
.job-option span.value {
    flex: 1 0 47%;
}
.job-option span.title::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #fff;
    border: 2px solid var(--color3);
    border-radius: 10px;
    margin-left: 3px;
}
.job-options-sec .button {
    background: #00F;
}
.btn-wrap {
    text-align: center;
}
.job-item {
    display: flex;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid #0000CD30;
    gap: 16px;
    transition: 0.4s ease;
}
.job-item:hover {
    border-color: #0000CD;
}
.job-item-image {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.job-item-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}
.job-item-body .button {
    margin-right: auto;
    height: 33px;
    width: fit-content;
    display: flex;
    background: #00F;
    margin-top: 10px;
    min-width: 129px;
}
.job-item-body hr {
    border-top: 0;
    border-color: rgba(0, 0, 205, 0.1);
    margin-top: auto;
    display: block;
    width: 100%;
    margin-bottom: 0;
}
.job-item-body .title {
    font-size: 16px;
    min-height: 47px;
    line-height: 1.5;
}
.job-item:hover .title  a{
    color : #0000CD;
}
.job-card-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}
.job-card-cats a {
    background: #CCCCF25E;
    border-radius: 30px;
    font-size: 13px;
    color: var(--color3);
    padding: 5px 10px;
    transition: 0.4s ease;
}
.job-card-cats a:hover {
    box-shadow: 0 2px 4px #0000ff57;
}
.job-item-date {
    color: rgba(72, 72, 72, 0.8);
    font-size: 13px;
}
ul.page-numbers {
    margin-top: 44px;
}

@media screen and (min-width: 576px) {

    .job-option span.title {
        flex: 1 0 30%;
    }
    .job-option span.value {
        flex: 1 0 50%;
    }
    .job-option span.title::before {
        width: 9px;
        height: 9px;
        border: 3px solid var(--color3);
        margin-left: 8px;
    }
}
@media screen and (min-width: 768px) {
    .blog-meta.job-meta {
        flex-direction: row;
    }


    .job-item-body .button {
        margin-top: 16px;
    }
    .job-option span {
        padding: 11px 24px;
        font-size: 18px;
        line-height: 40px;
    }
    .btn-wrap {
        text-align: left;
    }
    .single-job-wrap {
        margin-bottom: 96px;
    }
}
@media screen and (min-width: 992px) {
    .job-option span.title {
        flex: 1 0 15%;
    }
    .job-option span.value {
        flex: 1 0 60%;
    }
}