/*
CTC Separate Stylesheet
Updated: 2025-02-03 08:25:17
*/

.grid-post-archive nav.elementor-pagination>* {
    border: 1px solid rgb(226, 232, 240);
    border-radius: 8px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.grid-post-archive nav.elementor-pagination>span.page-numbers.current {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-69a49bf);
}

.grid-post-archive nav.elementor-pagination>*:hover {
    background-color: var(--e-global-color-69a49bf);
}

.grid-post-archive nav.elementor-pagination>span.page-numbers {
    cursor: not-allowed;
}

.grid-post-archive nav.elementor-pagination>.page-numbers.prev>.dashicons,
.grid-post-archive nav.elementor-pagination>.page-numbers.next>.dashicons {
    width: 38px;
    height: 38px;
    line-height: 38px;
}

.grid-post-archive nav.elementor-pagination {
    margin-top: 48px;
}

.grid-post-archive h4.elementor-heading-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 55px;
}

.grid-post-archive .elementor-widget-theme-post-excerpt {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tagcloud a.tag-cloud-link {
    display: inline-block;
    padding: 4px 12px;
    background: #f1f5f9;
    border-radius: 99px;
    font-size: 12px !important;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
}

.elementor-widget-wp-widget-tag_cloud h5,
.elementor-widget-wp-widget-archives h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 0;
}

.elementor-widget-wp-widget-archives li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #94a3b8;
    font-size: 14px;
}

.elementor-widget-wp-widget-archives ul {
    list-style: none;
    padding-left: 0;
}

.elementor-widget-wp-widget-archives li a:hover {
    color: var(--e-global-color-primary);
}

li.ez-toc-page-1:not(:last-child) {
    margin-bottom: 10px !important;
}

div#ez-toc-container {
    border: none;
    padding: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none;
}

#ez-toc-container a {
    color: var(--e-global-color-text) !important;
}

figure.wp-block-pullquote {
    background-color: var(--e-global-color-primary);
    border-radius: 8px;
    max-width: 600px;
    margin: 12px auto;
    padding: 24px;
    font-size: 16px;
    color: var(--e-global-color-69a49bf);
}

blockquote.wp-block-quote:not(:has(blockquote)) {
    border-left: 5px solid #ccc;
    margin: .9rem 0 !important;
    padding: 5px 5px 5px 15px;
    font-style: italic;
    font-size: 18px;
}

blockquote.wp-block-quote:has(blockquote) {
    margin: 0 !important;
}

blockquote.wp-block-quote:empty {
    display: none;
}

.blog-detail-content div#ez-toc-container {
    border: 1px solid #e2e8f0;
    box-shadow: 0px 2px 12px 0px #0000000D;
    border-radius: 16px;
    padding: 16px !important;
    margin-bottom: 16px !important;
}

.blog-detail-content div#ez-toc-container .ez-toc-title {
    font-weight: 600;
    font-size: 18px;
}

.cont-services .img-hover {
    opacity: 0;
    transition: all .3s !important;
}

.cont-services .img-default {
    transition: all .3s !important;
}

.cont-services:hover .img-hover {
    opacity: 1;
}

.cont-services:hover .img-default {
    opacity: 0;
}

.cont-services .title-services *,
.cont-services .text-services * {
    transition: all .3s;
}

.cont-services:hover .title-services *,
.cont-services:hover .text-services * {
    color: #fff
}

.cont-services:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: width .4s, height .4s;
    animation: width .4s, height .4s;
    position: absolute;
    transition: width .4s, height .4s;
    left: 50%;
    top: 50%;
    background: inherit;
    box-shadow: inherit;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    will-change: width, height;
}

.cont-services:hover:after {
    width: 103%;
    height: 103%;
}

.animation-vertical {
    animation-name: vertical;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

@keyframes vertical {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.title-watermark {
    position: absolute !important;
    color: #fff0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / .1019607843);
    line-height: 1;
    margin: 0;
    left: -90px;
    top: -25px;
    z-index: 0;
}

.title-watermark .elementor-heading-title {
    font-size: 132px;
    font-weight: 900;
    letter-spacing: 0;
    color: #fff0 !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0 0 0 / .1019607843);
}

.title-watermark .elementor-heading-title:after {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(255 255 255 / .8855917367) 0%, rgb(255 255 255 / .6082808123) 35%, #fff0 100%);
}

.sc-clients p.elementor-heading-title:before,
.sc-clients p.elementor-heading-title:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #94a3b8;
}

.sc-clients p.elementor-heading-title {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 40px;
}

.gallery-clients img.swiper-slide-image {
    box-shadow: rgba(33, 5, 5, 0.05) 0px 10px 30px 0px;
    filter: grayscale(100%);
    transition: 0.3s;
}

.gallery-clients img.swiper-slide-image:hover {
    filter: grayscale(0%);
    transform: translateY(-5px) scale(1.02);
}

.img-sv-1 {
    animation: gt3pulse_out 7s linear infinite;
}

@keyframes gt3pulse_out {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

.img-sv-2,
.img-sv-3,
.img-sv-4,
.img-sv-5 {
    animation: rotatedelement 5s linear infinite;
}

@keyframes rotatedelement {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg);
    }

    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg);
    }

    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg);
    }

    100% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}

.img-sv-6 {
    animation: movedelement 5s linear infinite;
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.divider-ft .elementor-divider:before {
    content: "";
    width: 18px;
    height: 2px;
    background-color: #fff;
    margin-right: 7px;
}

@media screen and (min-width:1025px) {
    .blog-detail-content div#ez-toc-container {
        display: none !important;
    }
}

@media screen and (max-width:1024px) {
    .title-watermark {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .grid-post-archive h4.elementor-heading-title {
        height: auto;
    }

    .title-watermark .elementor-heading-title {
        font-size: 90px;
    }
}