body {
    background-color: #ffffff
}

.wolf-fix-mt {
    margin-top: .75rem
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.wolf-button {
    color: #fff;
    background-color: var(--second-color);
    border: 1px solid var(--second-color);
    font-weight: 600;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 7px 20px
}

.wolf-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background-color: var(--second-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1
}

.wolf-button:hover,
.wolf-button:focus {
    color: #fff
}

.wolf-button:hover:after,
.wolf-button:focus:after {
    width: 100%;
    transform: skew(0deg);
    left: 0
}

.wolf-index-slider {
    --ease-out-jim: cubic-bezier(0.42, 0, 0.002, 1);
    min-height: 100vh
}

@media (max-width: 767px) {
    .wolf-index-slider {
        min-height: 80vh
    }
}

.wolf-index-slider .swiper-slide a {
    min-height: 100vh
}

@media (max-width: 767px) {
    .wolf-index-slider .swiper-slide a {
        min-height: 80vh
    }
}

.wolf-index-slider .swiper-slide a .wolf-slider-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.wolf-index-slider .swiper-slide a .wolf-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.wolf-index-slider .main-slider img {
    opacity: 0;
    transform: scale(1.2);
    transition: transform 1.5s var(--ease-out-jim), opacity 1s var(--ease-out-jim)
}

.wolf-index-slider .main-slider .wolf-slider-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 80%;
    padding: 0 30px;
    color: var(--slider-text-color)
}

@media (max-width: 991px) {
    .wolf-index-slider .main-slider .wolf-slider-content {
        padding: 0
    }
}

@media (max-width: 767px) {
    .wolf-index-slider .main-slider .wolf-slider-content {
        width: 85%
    }
}

.wolf-index-slider .main-slider .wolf-slider-content .small-title {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .wolf-index-slider .main-slider .wolf-slider-content .small-title {
        font-size: 14px;
        margin-bottom: 15px
    }
}

.wolf-index-slider .main-slider .wolf-slider-content .big-title {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
    line-height: 1.1;
    max-width: 700px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .wolf-index-slider .main-slider .wolf-slider-content .big-title {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 20px
    }
}

.wolf-index-slider .main-slider .wolf-slider-content .content-title {
    font-size: 22px;
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .wolf-index-slider .main-slider .wolf-slider-content .content-title {
        font-size: 16px;
        margin-bottom: 15px
    }
}

.wolf-index-slider .main-slider .wolf-slider-content .sub-title {
    max-width: 220px;
    text-align: center
}

.wolf-index-slider .main-slider .swiper-slide-active img {
    opacity: 1;
    transform: scale(1)
}

@media (max-width: 767px) {
    .wolf-index-slider .main-slider .swiper-pagination:not(.swiper-pagination-progressbar) {
        background-color: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px)
    }
}

@media (min-width: 768px) {
    .wolf-index-slider .group-actions {
        display: none
    }
}

.wolf-title a {
    color: var(--main-text-color)
}

.wolf-title a:hover {
    color: var(--second-color)
}

.wolf-button-more {
    color: var(--main-text-color);
    font-weight: 500;
    font-size: 17px
}

.wolf-button-more svg {
    color: var(--second-color)
}

.wolf-button-more:hover {
    color: var(--second-color)
}

.wolf-index-small-title {
    color: var(--second-color);
    font-weight: 700;
    font-size: 17px
}

@media (max-width: 767px) {
    .wolf-index-small-title {
        font-size: 15px
    }
}

.wolf-index-big-title {
    color: var(--main-text-color);
    font-weight: 800;
    font-size: 40px;
    line-height: 1.3
}

.wolf-index-big-title span {
    color: var(--second-color)
}

@media (max-width: 767px) {
    .wolf-index-big-title {
        font-size: 30px
    }
}

.wolf-index-big-title a {
    color: var(--main-text-color)
}

.wolf-index-big-title a:hover {
    color: var(--second-color)
}

.wolf-index-big-title a:hover span {
    color: var(--main-text-color)
}

.wolf-index-description {
    color: var(--main-text-color)
}

.wolf_section_about {
    background-image: url(//bizweb.dktcdn.net/100/061/990/themes/1115038/assets/index_about_img_bg.jpg?1786708566190);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain
}

.wolf_section_about .about-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.wolf_section_about .about-images .about-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease
}

.wolf_section_about .about-images .about-image:nth-child(2) {
    margin-top: 30px
}

.wolf_section_about .about-images .about-image:nth-child(3) {
    margin-bottom: 30px
}

.wolf_section_about .about-images .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease
}

.wolf_section_about .about-images .about-image:hover img {
    transform: scale(1.1)
}

.wolf_section_about .about-content .about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.wolf_section_about .about-content .about-stats .stat-number {
    font-size: 34px;
    font-weight: 800;
    color: var(--second-color)
}

.wolf_section_about .about-content .about-stats .stat-label {
    color: var(--main-text-color)
}

.wolf-section-why {
    background-color: #f8f8f8
}

.wolf-section-why .why-images {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.wolf-section-why .why-choose-item-list .why-choose-item+.why-choose-item {
    border-top: 1px solid var(--border-color)
}

.wolf-section-why .why-choose-item-list .why-choose-item .icon-box {
    width: 60px;
    height: 60px;
    background-color: var(--border-color)
}

.wolf-section-why .why-choose-item-list .why-choose-item .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--second-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out
}

.wolf-section-why .why-choose-item-list .why-choose-item .icon-box img {
    z-index: 1;
    transition: all 0.3s ease-in-out
}

.wolf-section-why .why-choose-item-list .why-choose-item .why-choose-item-content .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px
}

.wolf-section-why .why-choose-item-list .why-choose-item:hover .icon-box:before {
    transform: scale(1)
}

.wolf-section-why .why-choose-item-list .why-choose-item:hover .icon-box img {
    filter: brightness(0) invert(1)
}

.wolf-section-service .wolf-service-item {
    overflow: hidden
}

.wolf-section-service .wolf-service-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, transparent 105%);
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out
}

.wolf-section-service .wolf-service-item .wolf-service-image {
    overflow: hidden
}

.wolf-section-service .wolf-service-item .wolf-service-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 500 / 800;
    transition: all 0.4s ease-in-out
}

.wolf-section-service .wolf-service-item .wolf-service-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
    color: #fff
}

.wolf-section-service .wolf-service-item .wolf-service-content .title {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 5px
}

.wolf-section-service .wolf-service-item .wolf-service-content .content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    min-height: 72px
}

.wolf-section-service .wolf-service-item .wolf-service-content .service-btn {
    color: #fff;
    font-weight: 600
}

.wolf-section-service .wolf-service-item .wolf-service-content .service-btn:before {
    content: "";
    height: 2px;
    width: 80%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out
}

.wolf-section-service .wolf-service-item .wolf-service-content .service-btn:hover:before {
    width: 100%
}

.wolf-section-service .wolf-service-item:hover .wolf-service-image img {
    transform: scale(1.1)
}

.wolf-section-project {
    background-image: url(//bizweb.dktcdn.net/100/061/990/themes/1115038/assets/index_project_img_bg.jpg?1786708566190);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    min-height: 585px
}

.wolf-section-project .wolf-project-item {
    overflow: hidden
}

.wolf-section-project .wolf-project-item .image {
    overflow: hidden;
    isolation: isolate;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    aspect-ratio: 600 / 450
}

.wolf-section-project .wolf-project-item .image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain
}

.wolf-section-project .wolf-project-item .image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, transparent 100%)
}

.wolf-section-project .wolf-project-item .content {
    padding: 15px;
    position: absolute;
    bottom: -60px;
    text-align: center;
    width: 100%;
    transition: all .7s;
    z-index: 2;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 2%, rgba(0, 0, 0, 0.75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%)
}

.wolf-section-project .wolf-project-item .content h5 {
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.wolf-section-project .wolf-project-item .content h5 a {
    color: #fff
}

.wolf-section-project .wolf-project-item .content h5:hover {
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px
}

.wolf-section-project .wolf-project-item .content h5:hover a {
    color: var(--second-color)
}

.wolf-section-project .wolf-project-item .content .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 20px
}

.wolf-section-project .wolf-project-item .content .details {
    font-size: 15px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 45px
}

.wolf-section-project .wolf-project-item .icon-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    background-color: var(--second-color);
    text-align: center;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    z-index: 10;
    transition: all .5s
}

.wolf-section-project .wolf-project-item .icon-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    text-align: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none
}

.wolf-section-project .wolf-project-item .icon-wrapper .hover-icon {
    opacity: 0
}

.wolf-section-project .wolf-project-item .icon-wrapper .hover-icon-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    text-decoration: none;
    z-index: 2
}

.wolf-section-project .wolf-project-item:hover .image {
    filter: none;
    transform: scale(1.05, 1.05);
    transition: all 3s ease
}

.wolf-section-project .wolf-project-item:hover .content {
    bottom: 0
}

.wolf-section-project .wolf-project-item:hover .content .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.9s;
    transition-timing-function: ease-in-out
}

.wolf-section-project .wolf-project-item:hover .icon-wrapper {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 15px;
    border-radius: 0 0 0 50px;
    background-color: var(--second-color)
}

.wolf-section-project .wolf-project-item:hover .icon-wrapper .default-icon {
    opacity: 0;
    transform: scale(0.8)
}

.wolf-section-project .wolf-project-item:hover .icon-wrapper .hover-icon {
    opacity: 1;
    font-size: 15px;
    color: #fff
}

.wolf-section-procedure {
    background-color: #064e2b
}

.wolf-section-procedure .wolf-index-big-title {
    color: #fff
}

.wolf-section-procedure .wolf-index-description {
    color: #fff
}

.wolf-section-procedure .procedure-list .how-we-work-item {
    color: #fff
}

.wolf-section-procedure .procedure-list .how-we-work-item .icon-box img {
    height: 60px;
    width: 60px;
    filter: brightness(0) invert(1)
}

.wolf-section-procedure .procedure-list .how-we-work-item .how-we-work-content h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    min-height: 44px
}

.wolf-section-blog .wolf-blog-items .wolf-block-item-img {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 600 / 450
}

.wolf-section-blog .wolf-blog-items .wolf-block-item-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain
}

.wolf-section-blog .wolf-blog-items .wolf-blog-item-title {
    font-weight: 700;
    font-size: 18px
}

.wolf-section-blog .wolf-blog-items .wolf-blog-item-title a {
    color: var(--main-text-color);
    min-height: 43px
}

.wolf-section-blog .wolf-blog-items .wolf-blog-item-title a:hover {
    color: var(--second-color)
}

.wolf-section-blog .wolf-blog-items .wolf-blog-item-description {
    color: #333
}

.wolf-section-blog .wolf-blog-items .wolf-blog-item-date {
    color: #848484;
    font-size: 14px
}

.wolf-section-contact {
    height: 450px;
    background-repeat: repeat
}

.wolf-section-contact .title {
    color: var(--main-text-color);
    font-weight: 800;
    font-size: 40px
}

@media (max-width: 767px) {
    .wolf-section-contact .title {
        font-size: 30px
    }
}

.wolf-section-contact .content {
    font-size: 17px
}

.wolf-section-contact .group-button .btn {
    padding: 15px 40px;
    font-weight: 600;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.wolf-section-contact .group-button .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background-color: var(--second-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1
}

.wolf-section-contact .group-button .btn:hover,
.wolf-section-contact .group-button .btn:focus {
    color: #fff
}

.wolf-section-contact .group-button .btn:hover:after,
.wolf-section-contact .group-button .btn:focus:after {
    width: 100%;
    transform: skew(0deg);
    left: 0
}

.wolf-section-contact .group-button .btn-link-1 {
    background-color: var(--second-color);
    color: #fff;
    border-color: var(--second-color)
}

.wolf-section-contact .group-button .btn-link-1:after {
    background-color: #1f1f1f
}

.wolf-section-contact .group-button .btn-link-1:hover,
.wolf-section-contact .group-button .btn-link-1:focus {
    border-color: #1f1f1f
}

.wolf-section-contact .group-button .btn-link-2 {
    background-color: #fff;
    border-color: #1f1f1f;
    color: #1f1f1f
}

.wolf-section-contact .group-button .btn-link-2:hover,
.wolf-section-contact .group-button .btn-link-2:focus {
    border-color: var(--second-color)
}