/*
    Override
 */
.btns {
    & .signup {
        &.chat {
            padding-right: 22px;
        }
    }
}

.btns {
    .signup {
        right: -240px;
    }
}

.web {
    & .web__text {
        p {
            text-align: center;
        }
    }
}


.section__title {
    text-transform: none !important;
}

.testimonial {
    /* display: none; */

    .section__title {
        width: 24rem;
    }
}

/* 
.team {
    display: none;
} */

.min_info {
    padding-top: 100px;

    h4 {
        font-size: 1.7rem;
        color: #fff;
        margin-bottom: 20px;
    }

    ul {
        li {
            color: #ffffff77;

            &:not(:last-child) {
                margin-bottom: 10px;
            }
        }

    }
}


.logoCanvas {
    width: 80px;
    height: 80px;
    background: transparent;
}

.navbar {
    .navbar-brand {
        align-items: center;
        color: #ffffff;

        p {
            margin-bottom: 0;
        }
    }
}


.web__vector {
    .web__vector--icon {
        position: absolute;
        right: 20%;
        top: 0;
    }
}


.about__wrapper--vector {
    .about__wrapper--vector-1 {
        position: absolute;
        right: 20%;
        bottom: 20%;
    }
}



.features-five-area {
    padding-top: 100px;

    .pb5-70 {
        padding-bottom: 70px;
    }

    .features-single-item-five {
        background-color: #1A1929;
        margin-bottom: 30px;
        border-image-width: initial;
        border-image-outset: initial;
        border-image-repeat: initial;
        border-image-slice: 1;
        border-image-source: linear-gradient(to left, rgb(13, 13, 13), rgb(13, 13, 13), rgb(13, 13, 13), rgb(13, 13, 13), rgb(13, 13, 13));
        padding: 30px;
        border-style: solid;
        border-color: initial;
        border-width: 1px;
        transition: .5s;
        /* border-radius: 1.25em; */
    }

    .features-single-item-five p {
        margin-bottom: 40px;
        color: #ffffff77;

    }



    img {
        max-width: 100%;
    }

    .features-single-item-five .read-more {
        color: #ffffff;
        text-decoration: none;
        transition: .5s;
    }


    .features-single-item-five:hover {
        border-image-source: linear-gradient(42deg, #c99280 -1.07%, #fcc583 -1.06%, #c99280 104.1%);
    }

    .features-single-item-five.style-two2 p {
        margin-bottom: 0px;
    }

    .features-single-item-five.style-two2 h2 {
        margin-bottom: 20px;
        margin-top: 0 !important;
    }

    .features-single-item-five {
        h2 {
            font-size: 1.25rem;
            font-weight: 600;
            color: #ffffff !important;
            margin-top: 20px;
            margin-bottom: 0;
        }
    }




    .features-single-item-five.style-two2 .icon {
        margin-bottom: 40px;
    }

}


.discuss {
    position: relative;
    background-color: #1a1929a3;
    border: 2px solid #1a1929;
    border-radius: 26px;
    padding: 100px 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .title {
        max-width: 550px
    }

    .title h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.25em;
        color: #ffffff;
        /* margin-bottom: 40px !important; */
        text-align: center;
    }

    .apply-btn {
        background: var(--color-btn);
        color: #0D0C1C;
        /* font-family: var(--sora); */
        font-weight: 600;
        font-size: 1rem;
        padding: .815rem 1.875rem;
        border: 1px solid;
        border-color: transparent;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;

        &:hover {
            background: #0D0C1C;
            color: #fff;
            border-color: var(--color-btn);
        }
    }

    .single-job__btn {

        &.up {
            .apply-btn {
                background: transparent !important;
                border-color: var(--color-btn) !important;
                color: #ffffff !important;

                &:hover {
                    transform: translateY(-7px);
                }
            }
        }
    }
}

@media (max-width: 992px) {
    .discuss {
        flex-direction: column;
        padding: 40px 26px;
        gap: 10px;

        .title h2 {
            font-size: 24px;
        }
    }

    .contact {
        & .img-wrapper {
            img {
                left: 0px !important;
            }
        }
    }
}

@media (max-width: 768px) {
    .discuss {
        .btns-wrapepr {
            flex-direction: column;
            gap: 10px;
        }
    }
}

/* next */

.howwe {
    padding-bottom: 75px;

    .custom-card {
        background-color: #1a1929a3 !important;
        border: none;
        border-radius: 15px;
        padding: 30px 20px;
        height: auto;
        color: #ffffff77;
    }

    .card-number {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        opacity: 0.7;
        color: #c99280;
    }

    .card-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #ffffff;
    }

    .card-text {
        font-size: 14px;
        line-height: 1.6;
        color: #ffffff77;
    }

    .main-title {
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
        text-align: center;
        margin-bottom: 60px;
    }

    .bottom-section {
        margin-top: 60px;
        background-color: #1a1929a3;
        border-radius: 20px;
        padding: 40px;
    }

    .big-number {
        font-size: 180px;
        font-weight: 700;
        color: #c99280;
        line-height: 1;
        margin-bottom: 10px;
    }


    .success-title {
        font-size: 32px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .newsletter-title {
        font-size: 20px;
        font-weight: 600;
        color: #ffffff77;
        text-align: center;
        margin-bottom: 30px;
        line-height: 1.4;
    }

    .form-control {
        border-radius: 10px;
        border: 1px solid #ddd;
        padding: 25px;
        margin-bottom: 20px;
    }

    .btn-contact {
        background-color: #c99280;
        color: white;
        border: none;
        border-radius: 10px;
        padding: 15px 30px;
        font-weight: 600;
        width: 100%;
    }

    .btn-contact:hover {
        background-color: #a57869;
        color: white;
    }

    .subscribers-text {
        font-size: 12px;
        color: #ffffff77;
        text-align: center;
        margin-top: 15px;
    }

    .regular-text {
        font-size: 16px;
        color: #ffffff77;
        margin-top: 20px;
    }

    .cards-container {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cards-container .card {
        flex: 1;
        min-width: 200px;
        max-width: 100%;
        padding: 19px 24px 30px;
    }

    .bottom-content {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .left-section {
        display: flex;
        gap: 20px;
        justify-content: center;
        padding: 58px 80px;
        flex: 1;
        align-items: center;
        border-radius: 5px;
        background-color: transparent;
        background-image: url(home-reputable-success-section-story-bg.webp);
        background-repeat: no-repeat;
        background-position: right top;
    }

    .right-section {
        flex: 1;
        max-width: 400px;
    }

    @media (max-width: 768px) {
        .cards-container {
            flex-direction: column;
            align-items: center;
        }

        .cards-container .card {
            max-width: 100%;
            width: 100%;
        }

        .bottom-content {
            flex-direction: column;
            text-align: center;
        }

        .left-section {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
    }
}


.benefits-section {
    padding: 80px 0;

    .benefits-title {
        font-size: 32px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 60px;
        line-height: 1.2;
    }

    .benefits-cards {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .benefit-card {
        background-color: #1a1929a3;
        border-radius: 20px;
        padding: 40px 30px;
        flex: 1;
        min-width: 280px;
        max-width: 320px;
        color: ffffff77;
        border: none;
        display: flex;
        flex-direction: column;
        padding-bottom: 70px;
    }

    .benefit-card-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
        line-height: 1.3;
        color: #ffffff;
    }

    .benefit-card-text {
        font-size: 16px;
        line-height: 1.6;
        color: #ffffff77;
        flex-grow: 1;
    }

    @media (max-width: 1200px) {
        .benefits-cards {
            justify-content: center;
        }

        .benefit-card {
            max-width: 45%;
        }
    }

    @media (max-width: 768px) {
        .benefits-title {
            font-size: 36px;
            text-align: center;
        }

        .benefits-cards {
            flex-direction: column;
            align-items: center;
        }

        .benefit-card {
            max-width: 100%;
            width: 100%;
        }
    }
}

.mb-75 {
    margin-bottom: 75px;
}


.blog {
    & .blog__single {
        height: 100%;

        .blog__single--box {
            height: 100%;

            & .blog-img {
                img {
                    height: 100%;
                    filter: brightness(0.5);
                }
            }
        }
    }
}

.pagination {
    & .pagination-link {
        & .page-item {
            .page-link {
                display: flex;
                justify-content: center;
                align-items: center;
                background: #131225;
                border-radius: .625rem;
                height: 3.125rem;
                width: 3.125rem;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -ms-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
                color: #ffffff77;
            }

            &.active {
                a {
                    background: var(--liner1);
                    color: var(--color-dark-blue);
                }
            }
        }
    }
}

.pagination {
    & .pagination-link {
        & .page-item {
            &:hover {
                a {
                    color: white;
                }
            }
        }
    }
}

.blog-details {
    & .blog-details__text {
        .blog-details__text--content {
            h1 {
                color: #ffffff;
            }
        }
    }
}

.web {


    .web__list {
        /* width: 90%;
        margin: 0 auto; */
        margin-top: 46px;

        li {
            background-color: #1A1929;
            border-radius: 1.25rem;
            padding: 35px 20px;
        }

        .col-lg-6 {
            li {
                margin: 0 auto;
                width: fit-content;
            }
        }

        p {
            margin: unset;
            margin-bottom: 0 !important;
            color: #ffffff;
            text-align: center;
            font-size: 24px;

            span {
                color: #ffffff77;
                font-size: 18px;
            }
        }
    }
}

.modalForCards {
    .modal-dialog {
        max-width: 700px;
    }


    button:focus:not(:focus-visible) {
        outline: none !important;
        box-shadow: unset;
    }

    .form__group {
        display: flex;
        flex-direction: column;
        gap: 10px;


        input {
            width: 100%;
            padding: .5rem 1rem;
            background: #131225;
            border: 1px solid #A0A0A645;
            color: #fff;
            outline: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;

            &:focus {
                border-color: #c99280;
            }
        }

    }

    .modal-content {
        background-color: #1A1929 !important;
    }

    label {
        color: #ffffff77;
    }

    .modal-header {
        border-bottom: none;

        h1 {
            color: #ffffff;
        }
    }

    .modal-footer {
        border-top: none;
    }

    .modal-body {
        padding: unset;

        h4 {
            color: #ffffff;
            font-size: 20px;
        }
    }

    .btn-close {
        color: #ffffff;
        font-size: 28px;
        background-image: unset;
        line-height: 28px;
    }
}


.form {
    padding: 1rem 2rem;
}

.form__radio-input {
    display: none;
}

.form__radio-label {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    font-size: 16px;
    cursor: pointer;
}

.form__radio-button {
    height: 1.5rem;
    width: 1.5rem;
    border: 2px solid #55c57a;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transform: translateY(-2px);
}

.form__radio-button::after {
    content: "";
    display: block;
    height: .8rem;
    width: .8rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transition: opacity 0.1s;
    transform: translate(-50%, -50%);
    background-color: #55c57a;
    opacity: 0;
}

.form__radio-input:checked+.form__radio-label .form__radio-button::after {
    opacity: 1;
}

.apply-btn {
    background: var(--color-btn);
    color: #0D0C1C;
    /* font-family: var(--sora); */
    font-weight: 600;
    font-size: 18px;
    padding: .5rem 1.575rem;
    border: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 10px;

    &:hover {
        background: #0d0c1c00;
        color: #fff;
        border-color: var(--color-btn);
    }
}


/* services-D page */

.services-details {
    .career__thumb {
        margin-bottom: 30px;

        img {
            height: 530px;
            width: 100%;
            object-fit: cover;
            border-radius: 1.25rem;
        }
    }

    .sidebar {
        .sidebar__widget {
            padding: 1.875rem 1.875rem;
            background: #131225;

            &:not(:last-child) {
                margin-bottom: 1.875rem;
            }

            h5 {
                font-size: 1.125rem;
                margin-bottom: 1.25rem;
                font-weight: 700;
                display: block;
                text-decoration: underline;
                color: #fff;
                /* font-family: var(--sora); */
                text-transform: capitalize;
            }

            .sidebar__widget--search {

                form {
                    position: relative;

                    input {
                        width: 100%;
                        outline: none;
                        padding: .8125rem 1rem;
                        background: var(--color-dark-blue);
                        border: 1px solid transparent;
                        color: #fff;
                        position: relative;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                    button {
                        position: absolute;
                        right: 1rem;
                        border: 0;
                        background: transparent;
                        color: #fff;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }
                }
            }

            .sidebar__widget--category {
                ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;

                    li.cat-item {
                        background-clip: padding-box;
                        box-sizing: border-box;
                        position: relative;
                        width: 100%;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -ms-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;

                        &:hover::before {
                            opacity: 1;
                        }

                        &:not(:last-child) {
                            margin-bottom: 1.25rem;
                        }

                        &::before {
                            content: "";
                            position: absolute;
                            top: 0;
                            right: 0;
                            bottom: 0;
                            left: 0;
                            margin: -1px;
                            border-radius: inherit;
                            background: var(--liner1);
                            opacity: 0;
                            -webkit-transition: all 0.3s ease-in;
                            -moz-transition: all 0.3s ease-in;
                            -ms-transition: all 0.3s ease-in;
                            -o-transition: all 0.3s ease-in;
                            transition: all 0.3s ease-in;
                        }

                        a {
                            position: relative;
                            color: #fff;
                            padding: 1.25rem 1.875rem;
                            background-color: var(--color-dark-blue);
                            display: flex;
                            justify-content: space-between;
                            align-items: center;

                            &:before {
                                position: absolute;
                                left: 1rem;
                                top: 50%;
                                content: '';
                                background: var(--liner1);
                                height: 4px;
                                width: 4px;
                                border-radius: 50%;
                                -webkit-transform: translateY(-50%);
                                -ms-transform: translateY(-50%);
                                transform: translateY(-50%);
                            }
                        }

                        span {
                            background: var(--liner1);
                            -webkit-text-fill-color: transparent;
                            background-clip: text;
                            -webkit-background-clip: text;
                        }
                    }
                }
            }

            .pswp-gallery {
                padding-bottom: 30px;


                .pagination__dots {
                    position: absolute;
                    display: flex;
                    gap: 10px;
                    left: 50% !important;
                    bottom: 0;
                    transform: translateX(-50%);
                    width: 116px;
                    height: fit-content;

                    span {
                        width: 25px;
                        height: 25px;
                        background: transparent;
                        border-radius: 50%;
                        position: relative;
                        border: 1px solid transparent;

                        &.swiper-pagination-bullet-active {
                            border-color: #fff;
                        }

                        &:after {
                            position: absolute;
                            height: 10px;
                            width: 10px;
                            content: '';
                            border-radius: 50%;
                            background: #9E9E94;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                        }
                    }
                }

                .swiper-wrapper {

                    .swiper-slide {
                        a {
                            color: #fff;
                            font-size: 1rem;
                            font-weight: 600;
                            text-transform: capitalize;
                            /* font-family: var(--sora); */
                            display: block;
                            margin-bottom: 1rem;
                            text-decoration: none;

                        }

                        &:hover {
                            background: var(--liner1);
                            background-clip: text;
                            -webkit-background-clip: text;
                            -webkit-text-fill-color: transparent;
                            font-family: var(--sora);
                        }

                        img {
                            margin-top: 20px;
                            height: 180px;
                            width: 100%;
                            object-fit: cover;
                        }
                    }
                }
            }

            .sidebar__widget--tag {
                ul {

                    &.tag-list {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        display: grid;
                        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
                        gap: 1rem;
                        text-align: center;
                        max-width: 100%;

                        li {

                            &.tag-item {
                                background-clip: padding-box;
                                box-sizing: border-box;
                                position: relative;
                                display: inline-block;
                                -webkit-transition: all 0.3s ease-in;
                                -moz-transition: all 0.3s ease-in;
                                -ms-transition: all 0.3s ease-in;
                                -o-transition: all 0.3s ease-in;
                                transition: all 0.3s ease-in;

                                &:hover::before {
                                    opacity: 1;
                                }

                                &::before {
                                    content: "";
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    bottom: 0;
                                    left: 0;
                                    margin: -1px;
                                    border-radius: inherit;
                                    background: var(--liner1);
                                    opacity: 0;
                                    -webkit-transition: all 0.3s ease-in;
                                    -moz-transition: all 0.3s ease-in;
                                    -ms-transition: all 0.3s ease-in;
                                    -o-transition: all 0.3s ease-in;
                                    transition: all 0.3s ease-in;
                                }

                                a {
                                    position: relative;
                                    color: #fff;
                                    padding: .625rem .5rem;
                                    background-color: #0D0C1C;
                                    display: block;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .mw100 {
        max-width: 100%;
    }

    .career-details__text {
        color: #ffffff77;
    }

    .bullet-list li {
        color: #ffffff77 !important;
    }
}

.sidebar__widget--button {
    text-align: center;
}

.sidebar__widget--button a.contact {
    padding: 1rem 2.625rem;
    background: #fff;
    color: var(--body-bg);
    font-weight: 600;
    font-family: var(--sora);
    border-radius: 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar__widget--button a.contact:after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: var(--liner1);
    top: -3px;
    left: -3px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sidebar__widget--button a.contact:hover {
    background-color: transparent;
}

.sidebar__widget--button a.contact:hover::after {
    top: 0;
    left: 0;
}


.smth {

    h4,
    h5 {
        color: #ffffff;
    }

    p {
        color: #ffffff77;
    }

    .pl-3 {
        padding-left: 24px;
    }

    .mr-3 {
        margin-right: 12px;
    }
}

footer {
    margin-top: 50px;
    position: relative;


    .footer-credit--img {
        position: absolute;
        left: 50%;
        top: -1.90rem;
        background-color: #192c44;
        padding: 0 1.875rem;
        transform: translateX(-50%);

        img {
            height: 3.5rem;
            object-fit: cover;
        }
    }

    .footer__widget--contact {
        li {
            justify-content: center;
            margin-bottom: 0 !important;
        }

        .footer__social {
            justify-content: center;
        }
    }
}

.footer {
    background-color: #142438;
    padding-top: 10.66667rem !important;
    padding-bottom: 3.66667rem !important;

    .footer__widget {
        margin-bottom: 0;
    }

    .footer-credit--img {
        background-color: transparent;
        top: 1rem;

        a {
            display: flex;
            gap: 10px;
            align-items: center;

            p {
                color: #ffffff;
                font-size: 30px;
                margin-bottom: 0;
            }
        }
    }

    .logoCanvas {
        width: 110px;
        height: 110px;
        background: transparent;
    }

    .footer__widget {
        height: 100%;

        .footer__widget--contact {
            height: 100%;

            ul {
                height: 100%;

            }

            li {
                height: 100%;

                a {
                    color: #A0A0A6;
                    font-size: 25px;
                }

                i {
                    color: #A0A0A6;
                    font-size: 25px;
                }
            }

            .footer__social {
                align-items: center;
                height: 100%;

                a {
                    height: 4.5rem;
                    width: 4.5rem;

                    i {
                        font-size: 25px;
                    }
                }
            }
        }
    }
}

.footer-credit {
    background-color: #142438;
}

.banner {
    .button__two {
        text-transform: none !important;
    }
}


.service {
    & .title {
        & .title__content {
            .title__sub {
                text-transform: none;
            }
        }
    }
}

.title {
    .title__content {
        strong {
            color: #192c44 !important;
        }
    }
}

.title {
    text-transform: none !important;
}

.section__title strong {
    color: #192c44 !important;
}

.section__sub {
    text-transform: none !important;
}

.title__sub {
    text-transform: none !important;
}


/* ------------------------ */
.benefits-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.benefits-title {
    text-align: center;
    font-size: 2.5rem;
    color: white;
    margin-bottom: 60px;
    font-weight: 300;
    line-height: 1.2;
}

.benefits-title strong {
    font-weight: 700;
}

.benefits-cards {
    display: flex;
    gap: 20px;
    height: 400px;
    position: relative;
}

.benefit-card {
    background: rgba(26, 25, 41, 0.7);
    border-radius: 20px;
    padding: 40px 30px;
    color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
    overflow: hidden;
    backdrop-filter: blur(10px);
    max-width: unset !important;
    min-width: unset !important;
    height: 100%;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.benefit-card-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #c99280;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.benefit-card-number-vertical {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    transform-origin: center;
    font-size: 3rem;
    font-weight: 700;
    color: #c99280;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.benefit-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.benefit-card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

/* Hover states */
.benefits-cards:hover .benefit-card:not(:hover) {
    flex: 0.1;
    opacity: 0.9;
    transform: scale(0.95);
}

.benefits-cards:hover .benefit-card:hover {
    flex: 3;
    background: rgba(26, 25, 41, 0.9);
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.benefits-cards:hover .benefit-card:hover .benefit-card-number {
    font-size: 2.5rem;
    color: #c99280;
}

.benefits-cards:hover .benefit-card:hover .benefit-card-title {
    font-size: 1.8rem;
    color: white;
}

.benefits-cards:hover .benefit-card:hover .benefit-card-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
}

/* Hide content of non-hovered cards and show vertical numbers */
.benefits-cards:hover .benefit-card:not(:hover) .benefit-card-number,
.benefits-cards:hover .benefit-card:not(:hover) .benefit-card-title,
.benefits-cards:hover .benefit-card:not(:hover) .benefit-card-text {
    opacity: 0;
    transform: translateY(10px);
}

/* Show vertical numbers in collapsed cards */
.benefits-cards:hover .benefit-card:not(:hover) .benefit-card-number-vertical {
    opacity: 1;
}

/* Hide vertical numbers in expanded cards */
.benefits-cards:hover .benefit-card:hover .benefit-card-number-vertical {
    opacity: 0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .benefits-cards {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }

    .benefit-card {
        min-height: 200px;
    }

    .benefits-cards:hover .benefit-card:not(:hover) {
        flex: 0.3;
        opacity: 0.5;
    }

    .benefits-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .benefits-section {
        padding: 60px 0;
    }

    .benefit-card {
        padding: 30px 20px;
    }

    .benefits-title {
        font-size: 1.8rem;
    }
}


@media screen and (max-width: 992px) {
    .pricing {
        padding-top: 6.25rem;
    }
}

.pricing__item {
    background: #131225;
    padding: 1.875rem 1.5rem;
    border: 2px solid transparent;
    position: relative;
    box-sizing: border-box;
    background-clip: padding-box;
    overflow: visible;
    border-radius: 0.625rem;
    margin-bottom: 1.875rem;
}

.pricing__item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: var(--liner1);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.pricing__item:hover:before {
    opacity: 1;
}

.pricing__item.popular {
    padding-top: 3.125rem;
}

@media screen and (max-width: 992px) {
    .pricing__item.popular {
        margin-top: 1.25rem;
    }
}

.pricing__item.popular::before {
    opacity: 1;
}

.pricing__item .popular-tag {
    position: absolute;
    top: -4%;
    left: 50%;
    background: #0D0C1C;
    padding: .625rem 1.5rem;
    border-radius: .3125rem;
    color: var(--body-bg);
    font-family: var(--sora);
    font-weight: 600;
    transform: translate(-50%, -5%);
    font-size: 1rem;
    width: max-content;
}

.pricing__item--title h5 {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: var(--sora);
    color: #fff;
    margin: 0;
}

.pricing__item--price {
    padding: 1.875rem 0;
    position: relative;
}

.pricing__item--price::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    height: 1px;
    width: 100%;
    background: #0D0C1C;
}

.pricing__item--price .price {
    line-height: 1;
}

.pricing__item--price .price span {
    font-size: 3.125rem;
    font-weight: 600;
    font-family: var(--sora);
    color: #fff;
    margin-right: .5rem;
    white-space: nowrap;
}

.pricing__item--price .price span sub {
    font-size: 1.875rem;
    margin-right: .5rem;
}

.pricing__item--price .price em {
    background: var(--liner1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: var(--sora);
    font-style: normal;
    text-transform: capitalize;
}

.pricing__item--list {
    margin-top: 1.875rem;
}

.pricing__item--list li {
    position: relative;
    margin-left: 2rem;
}

.pricing__item--list li:not(:last-child) {
    margin-bottom: 1.125rem;
}

.pricing__item--list li::before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: -2rem;
    font-family: 'Font Awesome 5 Free';
    color: var(--btn-bg);
}

.section-title {
    h3 {
        color: #ffffff;
        font-weight: 600;
    }
}

.pricing__item--btn {
    margin-top: 1.875rem;
    background-clip: padding-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 0.5rem;
}

.pricing__item--btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -1px;
    border-radius: inherit;
    background: var(--liner1);
    z-index: -1;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.pricing__item--btn:hover::before {
    opacity: 0;
}

.pricing__item--btn .pricing-btn {
    background: #0D0C1C;
    display: inline-block;
    padding: 1.125rem 0;
    display: inherit;
    color: #fff;
    font-weight: 600;
    border-radius: .5rem;
}



/* infoblock */

.infoblock {
    background-color: #131225;
    padding: 25px 30px;
    border-radius: 8px;

    h4 {
        font-size: 24px !important;
        font-weight: 700 !important;
        margin-bottom: 20px !important;
        color: #ffffff !important;
    }

    p {
        margin-bottom: 8px !important;

        span {
            color: #ffffff;
            font-weight: 700;
            margin-right: 5px;
        }
    }
}

.howweworkser {
    .card {
        background-color: #131225;
        padding: 20px;
        border-radius: 20px;
        height: 100%;

        p {
            font-size: 20px;
            color: #ffffff;
            margin-bottom: 0 !important;

            span {
                font-size: 20px;
                font-weight: 700;
                color: #fcc583;
                margin-bottom: 20px;
            }
        }
    }
}



.contact {
    & .contact__single {
        .contact__single--item {
            text-align: left !important;
            flex-direction: row !important;
            gap: 20px;
        }
    }
}

.contact {
    .contact__form {
        padding: 30px;
        border-radius: 15px;
        background-color: #666666;
    }
}

.contact {
    & .contact__form {
        & .input__form {
            & .submit-btn {
                .main-btn {
                    padding: .8rem 1.875rem;
                }
            }
        }
    }
}


.contact {
    .img-wrapper {
        width: 100%;
        height: 100%;
        margin-top: 40px;
        padding-bottom: 40px;

        img {
            border-radius: 15px;
            object-fit: cover;
            width: 120%;
            height: 100%;
            left: -60px;
            position: relative;
        }

    }

    & .contact__form {
        position: relative;
        z-index: 3;

        & .input__form {
            & form {
                & .input-group {
                    & .single-input {

                        input {
                            border-radius: 10px;
                            padding: 1rem;
                            background-color: #192c44 !important;
                        }

                    }
                }
            }
        }
    }
}

.contact {
    & .contact__form {
        & .input__form {
            & form {
                & .textarea {
                    textarea {
                        border-radius: 10px !important;
                        padding: 1rem !important;
                        background-color: #192c44 !important;

                    }
                }
            }
        }
    }
}

.contact {

    & .contact__single {
        & .contact__single--item {
            padding: 1rem 2.3rem;

            .icon {
                margin-bottom: 0 !important;
            }
        }
    }
}

.contact {
    & .contact__single {
        & .contact__single--item {
            & .content {
                h6 {
                    margin-bottom: 5px;
                }
            }
        }
    }
}

.contact {
    & .contact__single {
        & .contact__single--item {
            & .icon {
                i {
                    width: 60px;
                    height: 60px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            }
        }
    }
}


.infowrapper {
    margin-top: 50px;

    .day-info {
        background-color: #142438;
        padding: 30px;
        border-radius: 20px;
        height: 100%;
    }
}

#logo3d {
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-block
}

#logo3d .logoCanvas,
#logo3d .logoFallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity .25s
}

#logo3d .logoFallback {
    opacity: 1
}

#logo3d .logoCanvas {
    opacity: 0
}

#logo3d.show-canvas .logoCanvas {
    opacity: 1
}

#logo3d.show-canvas .logoFallback {
    opacity: 0
}



.want-wrapper {
    background-color: #131225;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--liner1);



}

.want-p {
    margin-bottom: 10px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}


.wecreate-dev {
    background-color: #131225;
    border-radius: 10px;
    padding: 30px;

}




.benefits-section {
    .benefit-card {
        position: relative;
    }

    .benefit-card {
        border: 2px solid #c99280;
    }
}

/* ::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -2;
        margin: -2px;
        border-radius: inherit;
        background: var(--liner1);
        opacity: 1;
        -webkit-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
        -ms-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    } */

.web__list li {
    position: relative;

    &:hover {

        &::before {
            opacity: 1;
        }
    }
}

.howwe {
    .bottom-section {
        position: relative;
    }
}

.howwe {
    .bottom-section {
        background-color: #1a1929;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -2;
            margin: -2px;
            border-radius: inherit;
            background: var(--liner1);
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -moz-transition: opacity 0.3s ease-in;
            -ms-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }
    }
}

.howwe {
    .cards-container .card {
        position: relative;
    }
}

.howwe {
    .cards-container .card {
        background-color: #1a1929 !important;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -2;
            margin: -2px;
            border-radius: inherit;
            background: var(--liner1);
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -moz-transition: opacity 0.3s ease-in;
            -ms-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }
    }
}

.web__list li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    margin: -2px;
    border-radius: inherit;
    background: var(--liner1);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.breadcrumb-item {
    position: relative;
    z-index: 2;
}

.blog-details {
    .blog-details__text {
        background-color: #1a1929 !important;
        position: relative;
        border-radius: 20px;
        padding: 34px 20px;

        &::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -2;
            margin: -2px;
            border-radius: inherit;
            background: var(--liner1);
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in;
            -moz-transition: opacity 0.3s ease-in;
            -ms-transition: opacity 0.3s ease-in;
            -o-transition: opacity 0.3s ease-in;
            transition: opacity 0.3s ease-in;
        }
    }
}

.blog-details {
    & .sidebar {
        .sidebar__widget {
            background-color: #1a1929 !important;
            position: relative;
            border-radius: 20px;
            padding: 34px 20px;

            &::before {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: -2;
                margin: -2px;
                border-radius: inherit;
                background: var(--liner1);
                opacity: 1;
                -webkit-transition: opacity 0.3s ease-in;
                -moz-transition: opacity 0.3s ease-in;
                -ms-transition: opacity 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in;
                transition: opacity 0.3s ease-in;
            }
        }
    }
}


.project {
    & .project__single {
        max-height: unset !important;

        &::before {
            height: auto !important;
        }
    }

    .img-fluid {
        width: 100% !important;
        height: 350px !important;
    }
}

.project-details__wrapper {
    & .project-details__info {
        & ul {
            & li {
                .item {
                    align-items: center;
                    height: 100%;
                }
            }
        }
    }
}

.project-details__wrapper {
    & .project-details__text {
        img {
            max-height: 100%;
            width: 100%;
            height: 500px;
            border-radius: 1.25rem;
            margin-bottom: 3.125rem;
            object-fit: cover;
        }
    }

    .project-details__text {
        img.hover-target {
            width: 100%;
            height: 500px;
            border-radius: 10px;
            margin-bottom: 30px;
        }
    }

    .gallery {
        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
            height: 100% !important;

            .grid-item img {
                width: 100% !important;
                height: 350px !important;
                object-fit: cover;
                border-radius: 8px;
                transition: transform 0.3s;
            }

            .grid-item {
                width: 100% !important;
                height: 100% !important;
            }

            .grid-item:hover img {
                transform: scale(1.03);
            }
        }
    }

    .swiper {
        width: 100%;
        height: 100%;

        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;

            img {
                width: 100%;
                height: auto;
                border-radius: 10px;
            }
        }

        .swiper-button-prev,
        .swiper-button-next {
            color: #fff;
        }
    }

    .caption-text {
        font-size: 16px;
        line-height: 1.5;
        color: #eee;
    }

}