@charset 'utf-8';
/*
Theme Name: Tardigrada Child Theme
Theme URI: 
Description:
Author: Restobox
Author URI:  
Template: tardigrada
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: tardigrada-child
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body.rbx-el-popup-open {
    overflow: hidden;
}

#footer-subscriber-form .elementor-message:before {
    display: none;
}

#footer-subscriber-form .elementor-message {
    padding-top: 42px;
}

.elementor-location-header {
    background-color: #18191A;
}

.elementor-widget-theme-post-content .elementor-widget-container p:last-child,
.elementor-widget-text-editor .elementor-widget-container p:last-child {
    margin-bottom: 0 !important;
}

.elementor-widget-text-editor ul:last-child {
    margin-bottom: 0;
}


.elementor-icon svg {
    width: auto !important;
    height: auto !important;
}

#footer-logo .elementor-icon svg {
    width: 143px !important;
    height: 143px !important;
}

.elementor-form .elementor-button,
.tds-btn a.elementor-button {
    background: none;
    padding: 0;
    display: inline-flex;
    position: relative;
}

.elementor-form .elementor-button {
    background: transparent !important;
}

.elementor-form .elementor-button .elementor-button-content-wrapper,
.tds-btn a.elementor-button .elementor-button-content-wrapper {
    padding: 16px 44px;
    color: #18191A;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    position: relative;
    background: #ffffff;
    border-radius: 50px;
}

#footer-subscriber-form .elementor-form .elementor-button .elementor-button-content-wrapper {
    color: #ffffff;
    background: #18191A;
}

#footer-subscriber-form .orbify-orb-left,
#footer-subscriber-form .orbify-orb-right {
    background: #1E1E1E;
    color: #ffffff;
}

#footer-subscriber-form .orbify-orb-left .orbify-arrow,
#footer-subscriber-form .orbify-orb-right .orbify-arrow {
    fill: #FFFFFF;
    color: #FFFFFF;
}

#footer-wrap.dark #footer-subscriber-form .orbify-orb-left,
#footer-wrap.dark #footer-subscriber-form .orbify-orb-right,
#footer-wrap.dark #footer-subscriber-form .elementor-form .elementor-button .elementor-button-content-wrapper {
    color: #18191A;
    background: #ffffff;
}

#footer-wrap.dark #footer-subscriber-form .orbify-orb-left .orbify-arrow,
#footer-wrap.dark #footer-subscriber-form .orbify-orb-right .orbify-arrow {
    fill: #18191A;
    color: #18191A;
}

.dark .elementor-form .elementor-button .elementor-button-content-wrapper,
.tds-btn.dark a.elementor-button .elementor-button-content-wrapper {
    background: #1E1E1E;
    color: #ffffff;
}

.tds-btn.border-white .orbify-orb-left,
.tds-btn.border-white .orbify-orb-right,
.tds-btn.transparent-bg a.elementor-button .elementor-button-content-wrapper {
    background: transparent;
    color: #fff;
}

.tds-btn.border-white .orbify-orb-left,
.tds-btn.border-white .orbify-orb-right,
.tds-btn.border-white a.elementor-button .elementor-button-content-wrapper {
    border: 1px solid #fff;
}

.tds-btn.border-white.no-circle-1st .orbify-orb-left {
    border: none;
}

.tds-btn.tds-inter a.elementor-button .elementor-button-content-wrapper {
    font-family: "aktiv-grotesk", Sans-serif, serif;
}

.tds-btn.border-white .orbify-orb-left .orbify-arrow,
.tds-btn.border-white .orbify-orb-right .orbify-arrow {
    fill: #FFFFFF;
    color: #FFFFFF;
}

.tds-tag.elementor-widget-heading .elementor-widget-container {
    padding: 9px 14px;
    border: 1px solid #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.tds-tag.elementor-widget-heading .elementor-widget-container .elementor-heading-title {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 12px;
    color: #FFFFFF;
}

.tds-accordion .e-n-accordion-item .e-n-accordion-item-title {
    padding: 35px 0;
    justify-content: space-between;
}

.tds-accordion .e-n-accordion-item + .e-n-accordion-item {
    border-top: 2px solid #18191A;
}

.tds-accordion .e-n-accordion-item > div.elementor-element,
.tds-accordion .e-n-accordion-item .e-n-accordion-item-title {
    border: 0 !important;
}

.tds-accordion .e-n-accordion-item > div.elementor-element {
    padding-bottom: 35px;
}

.tds-accordion span.e-n-accordion-item-title-icon .e-opened svg,
.tds-accordion span.e-n-accordion-item-title-icon .e-closed svg {
    width: 26px !important;
    height: 26px !important;
}

/* ============== Tag Cloud START ============== */
ul.tar-tag-cloud {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

ul.tar-tag-cloud .tar-tag span,
ul.tar-tag-cloud .tar-tag a {
    border-radius: 50px;
    border: 1px solid #FFFFFF;
    padding: 14px 20px;
    font-family: 'Inter', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    align-items: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
    cursor: pointer;
}

ul.tar-tag-cloud .tar-tag span.active,
ul.tar-tag-cloud .tar-tag span:hover,
ul.tar-tag-cloud .tar-tag a.active,
ul.tar-tag-cloud .tar-tag a:hover {
    color: #1E1E1E;
    background: #FFFFFF;
}

/* ============== Tag Cloud END ================ */

/* ============== Overlay START ============== */
#tds-overlay-menu-wrap {
    background-color: rgba(220, 234, 226, 0.6);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

#overlay-menu-logo svg {
    width: 48px !important;
    height: 48px !important;
}

/* ============== Overlay END ================ */
/* ============== Header START ============== */
body.single.single-post #header-wrap {
    background-color: #FFFFFF;
}

body #header-wrap.is-scrolled {
    background-color: transparent !important;
}

#header-menu .elementor-nav-menu {
    background: #fff;
    border-radius: 50px;
    padding: 6px 7px;
}

#header-menu .elementor-nav-menu li a {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #18191A;
    padding: 20px 32px;
    border-radius: 50px;
}

#header-menu .elementor-nav-menu li.current-menu-item a,
#header-menu .elementor-nav-menu li a:hover {
    background-color: #18191A;
    color: #ffffff;
}

#header-menu .elementor-nav-menu li a:after {
    content: none;
}

body.single.single-post #header-wrap #header-menu .elementor-nav-menu {
    background: #18191A;
}

body.single.single-post #header-menu .elementor-nav-menu li a {
    color: #ffffff;
}

body.single.single-post #header-menu .elementor-nav-menu li.current-menu-item a,
body.single.single-post #header-menu .elementor-nav-menu li a:hover {
    background-color: #ffffff;
    color: #18191A;
}

/* ============== Header END ================ */

/* ============== Home page START ============== */
#home-play-demo-wrap {
    max-width: 320px;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}

#home-play-demo-wrap .elementor-widget-icon .elementor-icon svg {
    width: 50px !important;
    height: 50px !important;
    transition: transform 0.3s ease-in-out;
}

#home-play-demo-wrap:hover {
    background: rgba(220, 234, 226, 0.5)
}

#home-play-demo-wrap:hover .elementor-widget-icon .elementor-icon svg {
    transform: scale(1.2);
}

.tdr-blog-posts,
.tdr-latest-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 33px;
    grid-row-gap: 67px;
    font-family: "Roboto", Sans-serif, serif;
}

.tdr-blog-posts-wrapper {
    position: relative;
}

.tdr-loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.tdr-loader.is-active {
    opacity: 1;
    pointer-events: auto;
}

.tdr-spinner {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid #e5e7eb;
    border-top-color: #111827; /* accent */
    animation: tdr-spin .7s linear infinite;
}

.tdr-blog-posts-wrapper .tdr-blog-posts {
    grid-column-gap: 56px;
}

.tdr-blog-post .tdr-bp-thumbnail,
.tdr-latest-posts .tdr-lp-thumbnail {
    height: 555px;
    border-radius: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tdr-bp-content .tdr-bp-meta,
.tdr-lp-content .tdr-lp-meta {
    margin-top: 22px;
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

.tdr-bp-content .tdr-bp-title,
.tdr-lp-content .tdr-lp-title {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    margin: 15px 0 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
}

body.blog .tdr-bp-content .tdr-bp-title {
    font-size: 28px;
    line-height: 30px;
}

.tdr-bp-content .tdr-bp-title a,
.tdr-lp-content .tdr-lp-title a {
    color: #17181A;
}

.tdr-blog-posts .tdr-bp-content .tdr-bp-title a {
    color: #17181A;
}

.tdr-work-posts-wrapper .tdr-blog-posts .tdr-bp-content .tdr-bp-title a {
    color: #FFFFFF;
}

.next-project .next-project-thumbnail .tdr-feature-video,
.tdr-work-posts-wrapper .tdr-bp-thumbnail video.tdr-feature-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tdr-bp-content span.tdr-bp-date,
.tdr-lp-content span.tdr-lp-date {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: rgba(23, 24, 26, 0.7);
    text-transform: uppercase;
}

.tdr-bp-categories,
.tdr-lp-categories {
    display: flex;
}

.tdr-bp-categories a.category-item,
.tdr-lp-categories a.category-item {
    background: #17181A;
    color: #ffffff;
    border-radius: 50px;
    font-family: 'Inter', serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 7px 14px;
}

.tdr-bp-categories a.category-item:hover,
.tdr-lp-categories a.category-item:hover {
    background: #ffffff;
    color: #17181A;
}

.tdr-bp-content .tdr-wb-sub-title,
.tdr-bp-content .tdr-bp-features,
.tdr-lp-content .tdr-lp-features {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(23, 24, 26, 0.7);
}

.tdr-work-posts-wrapper .tdr-bp-content {
    margin-top: 45px;
}

.tdr-work-posts-wrapper .tdr-bp-content .tdr-bp-title {
    color: #FFFFFF;
}

.tdr-work-posts-wrapper .tdr-bp-content .tdr-wb-sub-title {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.tdr-work-posts-wrapper .tdr-wb-tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
}

.tdr-work-posts-wrapper .tdr-wb-tags .tag-item {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    border-radius: 50px;
    border: 1px solid #FFFFFF;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.trd-htesti-wrapper {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    display: flex;
    gap: 338px;
    position: relative;
}

.trd-htesti-container {
    max-width: 1182px;
    position: initial;
}

.trd-htesti-count-wrap {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 39px;
    color: #FFFFFF;
    flex: 0 0 95px;
}

.trd-htesti-count-wrap span.dash {
    position: relative;
    width: 34px;
    display: inline-flex;
    margin: 0 8px;
}

.trd-htesti-count-wrap span.dash:before {
    position: absolute;
    content: " ";
    left: 0;
    top: -12px;
    width: 100%;
    height: 3px;
    background: #fff;
}

.trd-htesti-container {
    z-index: 1;
}

.trd-htesti.swiper-wrapper {
    display: flex;
    align-items: stretch;
    max-width: 826px;
}

.trd-htesti.swiper-wrapper .swiper-slide {
    height: auto;
}

.trd-htesti-item.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trd-htesti-container .trd-htestii-comments {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    color: #FFFFFF;
}

.trd-htestii-comments p:last-child {
    margin-bottom: 0;
}

.trd-htesti-container .trd-htestii-meta {
    margin-top: 70px;
}

.trd-htesti-container .trd-htestii-designation,
.trd-htesti-container .trd-htestii-author {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
}

.trd-htesti-container .trd-htestii-author {
    color: #FFFFFF;
}

.trd-htesti-container .trd-htestii-designation {
    color: rgba(255, 255, 255, .6);
}

/* Equal height behavior */
.trd-htesti-slider-wrap .swiper-wrapper {
    align-items: stretch;
}

.trd-htesti-slider-wrap .swiper-slide {
    height: auto; /* override Swiper's height:100% */
    display: flex; /* allow inner card to stretch */
}

/* Make your slide content fill the slide height
   (adjust selector to your actual card wrapper) */
.trd-htesti-slider-wrap .swiper-slide > * {
    flex: 1;
}

.trd-htesti-slider-nav-wrap {
    position: absolute;
    display: flex;
    gap: 15px;
    right: 0;
    top: 0;
    z-index: 999;
}

.trd-htesti-slider-nav-wrap > div {
    cursor: pointer;
    width: 62px;
    height: 62px;
    background-image: url("img/arrow-right-black.svg");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #ffffff;
}

.trd-htesti-slider-nav-wrap .trd-htesti-button-prev {
    transform: rotate(180deg);
}

.trd-h-services {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    display: flex;
    flex-direction: column;
}

.trd-hs-item-wrap {
    border-top: 1px solid #18191A;
    cursor: pointer;
}

.trd-hs-item-wrap:last-child {
    border-bottom: 1px solid #18191A;
}

.trd-hs-item-wrap.open,
.trd-hs-item-wrap:hover {
    background: #DCEAE2;
}

.trd-hs-item {
    max-width: 1820px;
    display: flex;
    padding: 50px 20px;
    margin: 0 auto;
    gap: 364px;
    position: relative;
    /**align-items: center; **/
}

.trd-hsi-title {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 500;
    font-size: 51px;
    line-height: 44px;
    color: #18191A;
    position: relative;
    top: 18px;
    transition: top 500ms ease;
}

.trd-hsi-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 42px;
    flex: 1;
}

.trd-hsi-icon {
    width: 235px;
    display: flex;
}

.trd-hsi-icon img,
.trd-hsi-icon svg {
    width: 85px;
    max-width: 100%;
}

.trd-hsi-icon svg {
    width: 85px;
    height: 85px;
    transform: scale(1);
    transition: transform 0.3s ease;
    transform-origin: top left;
}

.trd-hs-item-wrap.open .trd-hsi-icon svg {
    transform: scale(2.7);
}

.trd-hsi-content {
    display: flex;
    gap: 120px;
    justify-content: space-between;
}

.trd-hsi-details {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trd-hsi-sub-title {
    font-family: 'Inter', serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #18191A;
}

.trd-hsi-description {
    font-family: 'Inter', serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #18191A;
}

.trd-hsi-description p:last-child {
    margin-bottom: 0;
}

.trd-hsi-tags {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-end;
    flex: 1;
    max-width: 400px;
}

.trd-hsi-tags span.tag-item {
    padding: 13px 19px;
}

span.tag-item {
    font-family: 'Inter', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #18191A;
    padding: 14px 20px;
    border-radius: 50px;
    border: 1px solid #18191A;
    display: inline-block;
}

.trd-hsi-action {
    position: absolute;
    top: 77px;
    right: 22px;
    z-index: 99;
    width: 26px;
    height: 26px;
    background-image: url("img/plus-icon-black.svg");
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.trd-hs-item-wrap:not(.open) .trd-hsi-content {
    display: none;
}

.trd-hs-item-wrap.open .trd-hsi-icon img {
    width: auto;
}

.trd-hs-item-wrap.open .trd-hsi-action {
    transform: rotate(45deg);
}

.tds-pagination-wrap:empty {
    display: none;
}

.tds-pagination-wrap ul.page-numbers,
.tds-pagination-wrap .nav-links {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Inter', serif;
}

.tds-pagination-wrap ul.page-numbers {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.tds-pagination-wrap {
    margin-bottom: 20px;
    margin-top: 70px;
}

.tds-pagination-wrap .pagination {
    padding: 0;
    margin: 0;
    justify-content: center;
}

.tds-pagination-wrap ul.page-numbers .page-numbers,
.tds-pagination-wrap .nav-links .page-numbers {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #18191A;
    padding: 14px 28px;
    border-radius: 50px;
    border: 1px solid #18191A;
}

.tds-pagination-wrap ul.page-numbers .current,
.tds-pagination-wrap ul.page-numbers .page-numbers:hover,
.tds-pagination-wrap .nav-links .current,
.tds-pagination-wrap .nav-links .page-numbers:hover {
    color: #FFFFFF;
    background-color: #18191A;
}

.tdr-work-posts-wrapper .tds-pagination-wrap .nav-links .page-numbers {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}


.tdr-work-posts-wrapper .tds-pagination-wrap .nav-links .current,
.tdr-work-posts-wrapper .tds-pagination-wrap .nav-links .page-numbers:hover {
    color: #18191A;
    background-color: #FFFFFF;
}


body .elementor-shortcode .tdr-work-posts-wrapper .tdr-blog-posts {
    grid-row-gap: 125px !important;
    grid-gap: 50px;
}

/* ============== Home page END ================ */

/* ============== Contact START ============== */
#contact-form .elementor-field {
    border-radius: 50px;
    padding: 23.5px 20px;
    font-family: 'Inter', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #18191A;
}

#contact-form textarea.elementor-field {
    border-radius: 30px;
    padding: 34px 20px;
}

#footer-subscriber-form .elementor-field-type-email input#form-field-email::placeholder,
#contact-form input::placeholder,
#contact-form textarea::placeholder {
    font-family: 'Inter', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #18191A;
    opacity: 1 !important;
}

.dark #footer-subscriber-form .elementor-field-type-email input#form-field-email::placeholder,
.dark #contact-form input::placeholder,
.dark #contact-form textarea::placeholder {
    color: #FFFFFF;
}

#contact-form .elementor-form .elementor-button .elementor-button-content-wrapper {
    font-weight: 600;
    font-family: "aktiv-grotesk", Sans-serif, serif;
}

/* ============== Contact END ================ */

/* ============== Blog START ============== */
.tdr-post-categories-wrap {
    display: flex;
    flex-wrap: wrap;
}

a.tdr-post-category-item {
    border: 1px solid #18191A;
    border-radius: 50px;
    color: #18191A;
    padding: 14px 20px;
    font-family: 'Inter', serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(24, 25, 26, 0.75);
    transition: background-color .3s ease-in-out;
}

a.tdr-post-category-item.active,
a.tdr-post-category-item:hover {
    background: #FFFFFF;
}

/* ============== Blog END ================ */

/* ============== About Us START ============== */
.toggle-flip {
    cursor: pointer;
}

.toggle-flip.dark .elementor-widget-container {
    background: #18191A;
    transition: background-color 0.5s ease-in-out;
}

.toggle-flip.dark.on .elementor-widget-container .elementor-heading-title {
    transition: color 0.5s ease-in-out;
}

.toggle-flip.dark.on .elementor-widget-container {
    background: #FFFFFF;
}

.toggle-flip.dark.on .elementor-widget-container .elementor-heading-title {
    color: #18191A;
}

.trd-team-container {
    position: relative;
}

.trd-team-container .trd-team-nav-wrap {
    position: absolute;
    right: 0;
    top: -182px;
    display: flex;
    gap: 15px;
    bottom: 0;
    z-index: 98;
}

.trd-team-container .trd-team-nav-wrap > div {
    cursor: pointer;
    width: 62px;
    height: 62px;
    background-image: url("img/arrow-right-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #1E1E1E;
}

.trd-team-container .trd-team-nav-wrap .trd-team-button-prev {
    transform: rotate(180deg);
}

.trd-team-slider-wrap:not(.swiper-initialized) .trd-team.swiper-wrapper .trd-team-member {
    max-width: 400px;
}

.trd-team-member {
    font-family: "aktiv-grotesk", Sans-serif, serif;
}

.trd-team-member .trd-tm-image {
    height: 500px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}

.trd-team-member .trd-tm-image .trd-tm-label {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    position: absolute;
    right: 11px;
    bottom: 15px;
    background: #DCEAE2;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;

    color: #17181A;
}

.trd-team-member .trd-tm-content {
    margin-top: 20px;
}

.trd-team-member .trd-tm-name {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    color: #18191A;
    max-width: 240px;
}

.trd-team-member .trd-tm-location,
.trd-team-member .trd-tm-designation {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #18191A;
}

.trd-team-member .trd-tm-designation {
    margin-top: 6px;
}

/* ============== About Us END ================ */
/* ============== Footer START ============== */

body.archive footer.elementor-location-footer,
body.slug-studio footer.elementor-location-footer,
body.slug-work footer.elementor-location-footer,
body.blog footer.elementor-location-footer {
    background: #18191A;
}

div#footer-wrap.dark:after {
    background: #ffffff;
}

div#footer-wrap > div.e-con-inner {
    z-index: 1;
}

#footer-menu-wrap .elementor-nav-menu li a {
    padding: 0;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
}

div#footer-wrap.dark #footer-menu-wrap .elementor-nav-menu li a {
    color: #ffffff;
}

#footer-menu-wrap.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: #ffffff;
}

div#footer-wrap.dark #footer-menu-wrap.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: #18191A;
}

#footer-menu-wrap .elementor-nav-menu {
    gap: 42px;
}

#footer-privacy-policy {
    align-items: end;
}

#footer-privacy-policy .e-con-inner {
    margin: 0;
}

#footer-subscriber-form .elementor-form-fields-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 837px;
}

#footer-subscriber-form .elementor-field-type-email {
    width: auto;
    flex: 1;
    margin: 0;
    padding: 0;
}

#footer-subscriber-form .elementor-field-type-email input#form-field-email {
    padding: 21px;
}

#footer-subscriber-form .e-form__buttons {
    padding: 0;
    margin: 0;
    width: auto;
}

/* ============== Footer END ================ */

/* ============== Single post START ============== */
#single-post-content-wrap {

}

.single-project-tags ul.elementor-post-info {
    justify-content: right;
}

.single-project-tags ul.elementor-post-info li.elementor-icon-list-item {
    margin: 0;
}

.single-project-tags ul.elementor-post-info .elementor-post-info__terms-list {
    display: flex !important;
    flex-wrap: wrap;
    max-width: 666px;
    font-size: 0;
    justify-content: end;
}

.single-project-tags ul.elementor-post-info .elementor-post-info__terms-list a.elementor-post-info__terms-list-item {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid #FFFFFF;
    padding: 14px 20px;
    border-radius: 50px;
}

.single-project-tags ul.elementor-post-info .elementor-post-info__terms-list a.elementor-post-info__terms-list-item.on {
    background: #FFFFFF;
    color: #18191A;
}

.next-project-wrap {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    max-width: 1688px;
    margin: 0 auto;
}

.next-project-wrap .next-project-text {
    font-family: "Bridge Head", Sans-serif, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 250px;
    line-height: 262px;
    color: #18191A;
}

.next-project {
    flex: 1;
    max-width: 942px;
}

.next-project-thumbnail {
    height: 626px;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.next-project-content {
    margin-top: 12px;
}

.next-project-content .next-project-title {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
}

.next-project-content .next-project-title a {
    color: #18191A;
}

.next-project-content .next-project-sub-title {
    font-family: "aktiv-grotesk", Sans-serif, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgba(24, 25, 26, 0.8);
}

.tds-project-url-btn a.elementor-button {
    background: #fff;
    font-family: 'Inter', serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #1E1E1E;
    padding: 16px 44px;
    border-radius: 64px;
}

/* ============== Single post END ================ */
.dark .trd-hs-item-wrap.open,
.dark .trd-hs-item-wrap:hover {
    background-color: transparent;
}

.dark .trd-hs-item-wrap {
    border-top: 1px solid #FFFFFF;
}

.dark .trd-hs-item-wrap:last-child {
    border-bottom: 1px solid #FFFFFF;
}

.dark .trd-hsi-icon svg path {
    fill: #FFFFFF;
}

.dark .trd-hsi-sub-title,
.dark .trd-hsi-description,
.dark .trd-hsi-tags span.tag-item,
.dark .trd-hsi-title {
    color: #FFFFFF;
}

.dark .trd-hsi-tags span.tag-item {
    border-color: #FFFFFF;
}

.dark .trd-hsi-action {
    background-image: url('img/plus-icon-white.svg');
}


body:not(.elementor-editor-active) .tds-project-read-more-text {
    display: none;
}

.tds-project-banner-wrap .tds-project-banner-image {
    width: 100%;
    /*     height: 970px; */
    border-radius: 15px;
    display: block;
}

.tds-project-banner-wrap .tds-project-banner-video-wrap {
    height: 970px;
}

.tds-project-banner-wrap .tds-project-banner-video {
    border-radius: 15px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.tds-project-video-gallery-wrap .elementor-widget-video .elementor-wrapper {
    --video-aspect-ratio: .766 !important;
}


.video-aspect-ratio-216345 .elementor-wrapper {
    --video-aspect-ratio: 2.16345 !important;
}

.tds-service-video-wrap {
    overflow: hidden !important;
}

.tds-service-video-wrap .elementor-widget-video .elementor-wrapper {
    --video-aspect-ratio: 1.6234 !important;
}

.elementor-message.elementor-message-success {
    font-family: "aktiv-grotesk", Sans-serif !important;
    font-size: 32px;
    font-weight: 400 !important;
    line-height: 37px;
    color: #FFFFFF;
    padding-top: 24px;
}

.elementor-message:before {
    display: none !important;
}

.page-id-54 .elementor-location-header, .blog .elementor-location-header, .page-id-52 .elementor-location-header {
    background-color: #DCEAE2;
}

:root {
    --odette-corner-tl: url('img/odette/corner-top-left.svg');
    --odette-corner-tr: url('img/odette/corner-top-right.svg');
    --odette-corner-bl: url('img/odette/corner-bottom-left.svg');
    --odette-corner-br: url('img/odette/corner-bottom-right.svg');
    --odette-side-top: url('img/odette/side-top.svg');
    --odette-side-right: url('img/odette/side-right.svg');
    --odette-side-bottom: url('img/odette/side-bottom.svg');
    --odette-side-left: url('img/odette/side-left.svg');
    --odette-edge: 80px;
}

.tdr-blog-post.odette-by-kelly-deck a.tdr-bp-thumbnail-anchor,
.odette-img-wrap a {
    position: relative;
}

.tdr-blog-post.odette-by-kelly-deck a.tdr-bp-thumbnail-anchor::before,
.odette-img-wrap a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: var(--odette-corner-tl), var(--odette-corner-tr),
    var(--odette-corner-bl), var(--odette-corner-br),
    var(--odette-side-top), var(--odette-side-right),
    var(--odette-side-bottom), var(--odette-side-left);

    background-position: top left, top right,
    bottom left, bottom right,
    top center, right center,
    bottom center, left center;

    background-repeat: no-repeat, no-repeat,
    no-repeat, no-repeat,
    repeat-x, repeat-y,
    repeat-x, repeat-y;

    background-size: 80px 80px, 80px 80px,
    80px 80px, 80px 80px,
    auto 80px, 80px auto,
    auto 80px, 80px auto;
}

.odette-img-wrap a img,
.tdr-blog-post.odette-by-kelly-deck a.tdr-bp-thumbnail-anchor .tdr-bp-thumbnail {
    background-color: #043448;
}

.odette-img-wrap a::before {
    border-radius: 15px;
    overflow: hidden;
}

@keyframes tdr-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .tdr-spinner {
        animation: none;
    }
}

.custom-height-video .e-hosted-video.elementor-wrapper.elementor-open-inline {
    height: 896px;
    margin: 0 auto;
}

.custom-height-video.elementor-widget-video .e-hosted-video .elementor-video {
    border-radius: 15px !important;
}


@media screen and (min-width: 768px) {

    .trd-h-services .trd-hs-item-wrap:first-child .trd-hsi-tags {
        max-width: 270px;
    }

    .p-june-video-aspect-ratio_1_85.elementor-widget-video .elementor-wrapper {
        --video-aspect-ratio: 1.85 !important;
    }

    .p-june-video-aspect-ratio_52.elementor-widget-video {
        width: 410px !important;
    }

    .p-june-video-aspect-ratio_52.elementor-widget-video .elementor-wrapper {
        --video-aspect-ratio: .52 !important;
    }

}

@media screen and (min-width: 1400px) {

    #contact-form-wrapper {
        position: static;
    }

    div#contact-form-wrap {
        position: absolute;
        right: 0;
        top: 38px;
    }
}

@media screen and (min-width: 1500px) {
    .p-june-video-aspect-ratio_52.elementor-widget-video {
        max-width: 410px !important;
    }
}

@media screen and (min-width: 1820px) {

    .trd-team-container .trd-team-nav-wrap {
        right: calc(100% - 1753px);
    }

    .trd-team-container-wrap {
        padding-right: 0 !important;
    }

    .trd-team-container {
        padding-left: calc((100% - 1820px) / 2);
    }

    .trd-team-slider-wrap.swiper {
        overflow: hidden;
    }

    /* important */
    .trd-team-slider-wrap .swiper-wrapper {
        overflow: visible;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1390px) {
    .tds-s-service-wrap > .elementor-widget-heading .elementor-heading-title {
        font-size: 45px !important;
        line-height: 45px !important;
    }

    .tds-s-service-wrap > .tds-s-service {
        --width: 510px !important;
    }

    #project-banner-title .elementor-heading-title {

    }
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
    .tds-home-equal-hw .e-con-inner > * {
        /*width: 50%;*/
        height: auto !important;
    }

    .tds-home-equal-hw .tds-home-equal-hw-tag-wrap {
        width: 100%;
    }

    .tds-home-equal-hw .tds-home-equal-hw-imgwp {
        min-height: auto !important;
    }

    .tds-home-equal-hw .elementor-widget-image img,
    .tds-home-equal-hw .elementor-widget-video .elementor-wrapper {
        /*height: 335px;*/
    }

    div#tds-work--title-wrap {
        flex-direction: column;
    }

    #footer-logo {
        margin-top: 200px;
    }

    #footer-logo svg {
        width: 200px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
    div#project-banner-title-wrap {
        width: auto;
    }

    .trd-hs-item {
        gap: 145px;
    }

    #contact-form-container > .e-con-inner {
        flex-direction: column;
        gap: 50px;
    }

    #contact-form-wrap {
        width: 100%;
        border-radius: 100px;
    }

    .pt-height-100.elementor-widget-image img,
    .pt-height-100.elementor-widget-image {
        height: 100% !important;
    }
}

@media screen and (max-width: 1400px) {
    .trd-htesti-wrapper {
        flex-direction: column;
        gap: 60px;
    }

    .trd-htesti-count-wrap {
        order: 1;
    }

    .trd-htesti-slider-nav-wrap {
        bottom: -112px;
    }
}

@media screen and (max-width: 1200px) {
    .next-project-wrap {
        gap: 25px;
        flex-direction: column;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .trd-hsi-content-wrap .trd-hsi-title {
        font-size: 35px;
        line-height: 30px;
        top: 7px;
        display: flex;
        transition: justify-content 0.5s ease;
    }

    .trd-hsi-action {
        top: 59px;
    }

    .trd-hs-item-wrap:not(.open) .trd-hsi-content-wrap .trd-hsi-title {
        width: calc(100% - 190px);
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .trd-hsi-icon {
        width: 45px;
    }

    .tds-project-banner-wrap .tds-project-banner-image {
        height: auto;
        border-radius: 0;
    }

    .tds-project-banner-wrap .tds-project-banner-video {
        border-radius: 0;
    }

    .tds-project-banner-wrap .tds-project-banner-video-wrap {
        height: auto;
    }

    .service-rotate {
        width: 97px;
        height: 464px;
    }

    .tab-rotate-90 {
        transform: rotate(90deg);
    }

    .trd-hsi-icon svg {
        width: 45px;
        height: 45px;
    }

    .trd-hs-item-wrap.open .trd-hsi-icon svg {
        transform: scale(1);
    }

    .next-project-wrap .next-project-text {
        font-size: 67px;
        line-height: 70px;
    }

    .single-project-tags ul.elementor-post-info .elementor-post-info__terms-list {
        max-width: none;
        justify-content: center;
    }

    div#footer-wrap:after {
        transform: rotate(0);
        border-radius: 500px 500px 0 0;
        width: 100%;
        left: 0;
        height: 100%;
        top: 0;
    }

    #footer-content {
        width: auto;
    }

    #footer-wrap {
        --padding-top: 74px
    }

    div#footer-subscriber-form {
        margin: 0 auto;
    }

    #footer-subscriber-form .elementor-field-type-email {
        width: 332px;
    }

    #footer-logo .elementor-icon svg {
        width: 112px !important;
        height: 112px !important;
    }

    #footer-menu-wrap .elementor-nav-menu--main {
        justify-content: center;
    }

    #footer-menu-wrap .elementor-nav-menu {
        flex-direction: column;
        align-items: center;
    }

    #footer-subscriber-form .elementor-form-fields-wrapper {
        flex-direction: column;
        gap: 3px;
    }

    #footer-menu-wrap .elementor-nav-menu:after {
        content: none;
    }

    #footer-subscriber-form .e-form__buttons {
        justify-content: end;
    }
}

@media screen and (max-width: 767px) {
    .tds-service-video-wrap .elementor-widget-video .elementor-wrapper {
        --video-aspect-ratio: 1.46 !important;
    }

    .tds-accordion .e-n-accordion-item .e-n-accordion-item-title {
        align-items: start;
    }

    #contact-form textarea.elementor-field {
        height: 221px;
    }

    .tds-accordion span.e-n-accordion-item-title-icon .e-opened svg, .tds-accordion span.e-n-accordion-item-title-icon .e-closed svg {
        width: 16px !important;
        height: 16px !important;
    }

    .trd-team-member .trd-tm-image {
        height: 300px;
    }

    .trd-htesti-slider-nav-wrap {
        top: auto;
        bottom: 50px;
    }

    .trd-htesti-container .trd-htestii-meta {
        margin-top: 53px;
    }

    .trd-htesti-item.swiper-slide {
        justify-content: normal;
    }

    .trd-htesti.swiper-wrapper .swiper-slide {
        align-self: flex-start;
    }

    div#read-all-our-thoughts span.orbify-pair {
        width: 100%;
        display: flex;
    }

    div#read-all-our-thoughts span.orbify-pair .orbify-btn {
        flex: 1;
    }

    #read-all-our-thoughts .elementor-button-content-wrapper {
        width: 100%;
        padding: 15px 30px;
    }

    #header-wrap {
        padding-left: 40px;
        padding-right: 0;
        position: relative;
        z-index: 99;
    }

    .elementor-widget-image.tds-responsive-img,
    .elementor-widget-image.tds-responsive-img a,
    .elementor-widget-image.tds-responsive-img a img,
    .elementor-widget-image.tds-responsive-img img {
        width: 100%;
    }

    div#header-menu {
        position: static;
        transform: none !important;
    }

    #header-menu .elementor-menu-toggle {
        background: transparent;
    }

    #header-menu .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        margin: 0;
        z-index: 999;
    }

    body.single.single-project div#header-wrap #header-logo svg path,
    body.slug-work div#header-wrap #header-logo svg path,
    body.home div#header-wrap #header-logo svg path {
        fill: #18191A;
    }

    #header-wrap > .e-con-inner {
        margin-top: 10px;
        background: #FFFFFF;
        border-radius: 50px 0 0 50px;
        padding: 13px 15px;
        margin-bottom: -1px;
    }

    #header-logo .elementor-icon svg {
        width: 48px !important;
        height: 48px !important;
    }

    #home-play-demo-wrap .elementor-heading-title br {
        display: none;
    }

    body .elementor-shortcode .tdr-work-posts-wrapper .tdr-blog-posts,
    .tdr-blog-posts {
        grid-template-columns: 1fr;
        grid-row-gap: 60px !important;
    }

    .tdr-latest-posts {
        grid-template-columns: 1fr;
        grid-row-gap: 80px !important;
    }

    .tdr-blog-post .tdr-bp-thumbnail, .tdr-latest-posts .tdr-lp-thumbnail {
        height: 257px;
    }

    .tdr-work-posts-wrapper .tdr-bp-content {
        margin-top: 10px;
    }

    .tdr-work-posts-wrapper .tdr-bp-content .tdr-bp-title {
        font-size: 26px;
        line-height: 30px;
        margin: 0;
    }

    .tdr-work-posts-wrapper .tdr-bp-content .tdr-wb-sub-title {
        font-size: 16px;
        line-height: 26px;
    }

    .tdr-work-posts-wrapper .tdr-wb-tags .tag-item {
        padding: 7px 12px;
    }

    .next-project-thumbnail {
        min-height: 257px;
        height: auto;
    }

    .tdr-blog-posts-wrapper .tdr-blog-posts {
        grid-column-gap: 41px;
    }

    .trd-hsi-icon {
        width: 45px;
        flex: 0 0 45px;
    }

    .trd-hsi-icon img {
        width: 100%;
    }

    .trd-hs-item {
        gap: 0;
        align-items: start;
    }

    .trd-hsi-action {
        top: 60px;
    }

    .trd-hsi-content-wrap .trd-hsi-title {
        top: 0;
        font-size: 27px;
        line-height: 23px;
        font-weight: 400;
        margin-left: 70px;
        margin-top: 13px;
    }

    .trd-hs-item-wrap.open .trd-hsi-content {
        flex-direction: column;
        gap: 40px;
        margin-left: -50px;
    }

    .trd-hsi-sub-title {
        font-size: 22px;
        line-height: 30px;
    }

    .trd-hsi-description {
        font-size: 18px;
        line-height: 26px;
    }

    .trd-htesti-container .trd-htestii-comments {
        font-size: 25px;
        line-height: 29px;
    }

    .trd-htesti-container .trd-htestii-author {
        font-size: 24px;
        line-height: 28px;
    }

    .trd-htesti-container .trd-htestii-designation {
        font-size: 21px;
        line-height: 24px;
    }

    .trd-team-container .trd-team-nav-wrap {
        z-index: 0;
        display: none;
    }

    .trd-team-member .trd-tm-name {
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
    }

    .elementor-message.elementor-message-success {
        font-size: 18px !important;
        line-height: 28px !important;
    }


    .next-project .next-project-thumbnail .tdr-feature-video {
        border-radius: 15px;
        min-height: 257px;
    }

    .next-project-wrap {
        padding-top: 70px;
    }

    .elementor-409 .elementor-element.elementor-element-f47fb20 .elementor-wrapper {
        --video-aspect-ratio: 0 !important;

    }

    .elementor-409 .elementor-element.elementor-element-61d9a1b .elementor-wrapper {
        --video-aspect-ratio: 0 !important;
    }

    .elementor-form .elementor-button .elementor-button-content-wrapper,
    .tds-btn a.elementor-button .elementor-button-content-wrapper {
        font-size: 22px;
    }

    .tds-btn a.elementor-button .elementor-button-content-wrapper {
        padding: 16px 30px;
    }
}

/*  end 767 */


/* Extra Small Devices, Phones */
@media only screen and (max-width: 439px) {

    /*.tds-btn .elementor-button .elementor-button-text {*/
    /*    font-size: 22px;*/
    /*}*/


}

/*  end 439 */
@media only screen and (max-width: 395px) {
    .tds-btn a.elementor-button .elementor-button-content-wrapper {
        padding: 16px 19px;
    }
}

@media only screen and (max-width: 375px) {
    #footer-subscriber-form .elementor-field-type-email {
        width: auto;
    }
}
	
	
	
	
	
	
	
