.wpcf7-response-output {
  color: #fff !important;
}

.projects-slider-logos img {height: 250px;}

/* Offcanvas - Slide down from top */

#app-header-offcanvas {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.app-nav-offcanvas .nav-item {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#app-header-offcanvas.show .app-nav-offcanvas .nav-item {
    opacity: 1;
    transform: translateX(0);
}

#app-header-offcanvas.show .app-nav-offcanvas .nav-item:nth-child(1) { transition-delay: 0.08s; }
#app-header-offcanvas.show .app-nav-offcanvas .nav-item:nth-child(2) { transition-delay: 0.16s; }
#app-header-offcanvas.show .app-nav-offcanvas .nav-item:nth-child(3) { transition-delay: 0.24s; }
#app-header-offcanvas.show .app-nav-offcanvas .nav-item:nth-child(4) { transition-delay: 0.32s; }
#app-header-offcanvas.show .app-nav-offcanvas .nav-item:nth-child(5) { transition-delay: 0.4s; }
#app-header-offcanvas.show .app-nav-offcanvas .nav-item:nth-child(6) { transition-delay: 0.48s; }
#app-header-offcanvas.show .app-nav-offcanvas .nav-item:nth-child(7) { transition-delay: 0.56s; }
#app-header-offcanvas.show .app-nav-offcanvas .nav-item:nth-child(8) { transition-delay: 0.64s; }
#app-header-offcanvas.show .app-nav-offcanvas .nav-item:nth-child(9) { transition-delay: 0.72s; }
#app-header-offcanvas.show .app-nav-offcanvas .nav-item:nth-child(10) { transition-delay: 0.8s; }

#app-header-offcanvas:not(.show) .app-nav-offcanvas .nav-item {
    transition-delay: 0s !important;
    transition-duration: 0.2s;
}

/* Strong Scroll Reveal Animations */

.media-card .text-bg-dark,
.media-card [class*="text-bg-"],
.card .ratio.text-bg-dark,
.card .ratio.text-bg-white {
    background-color: transparent !important;
}

[data-aos="fade-right"] {
    opacity: 0 !important;
    transform: translateX(-120px) !important;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

[data-aos="fade-left"] {
    opacity: 0 !important;
    transform: translateX(120px) !important;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

[data-aos="fade-up"] {
    opacity: 0 !important;
    transform: translateY(80px) !important;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

[data-aos="fade-in"] {
    opacity: 0 !important;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

[data-aos].aos-animate {
    opacity: 1 !important;
    transform: translateX(0) translateY(0) !important;
}

.media-card [data-aos],
.card [data-aos="fade-in"] {
    opacity: 0 !important;
    transform: translateX(-100px) scale(0.95) !important;
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.col-lg-8 .media-card [data-aos],
.col-lg-8 .card [data-aos="fade-in"],
.order-lg-last .media-card [data-aos] {
    transform: translateX(100px) scale(0.95) !important;
}

.media-card [data-aos].aos-animate,
.card [data-aos="fade-in"].aos-animate {
    opacity: 1 !important;
    transform: translateX(0) scale(1) !important;
}

/* Projects Slider Card - Slide from Right */

.projects-slider-card[data-aos="fade-up"] {
    opacity: 0 !important;
    transform: translateX(150px) !important;
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.projects-slider-card[data-aos="fade-up"].aos-animate {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/* Plus Button Hover Scale Effect */

.card-footer .btn.icon-link {
    transition: all 0.3s ease;
}

.card-footer .btn.icon-link svg {
    transition: transform 0.3s ease;
}

.card-footer .btn.icon-link:hover svg {
    transform: scale(1.5);
}

/* Navigation Buttons Hover Effect */

.swiper-navigation-btn.btn.btn-floral-white {
    transition: background-color 0.3s ease !important;
    border: 1px solid #fff !important;
}

.swiper-navigation-btn.btn.btn-floral-white svg {
    transition: transform 0.5s ease !important;
}

/* Hover state */
.swiper-navigation-btn.btn.btn-floral-white:hover {
    background-color: #6b6b6b !important;
    border-color: #fff !important;
}

.swiper-navigation-btn.btn.btn-floral-white:hover svg {
    transform: rotate(360deg) !important;
        fill: #fff !important;
    color: #fff !important;
}

/* Disable All Tooltips */

.tooltip {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.app-phone.btn.btn-link.link-floral-white.fs-26px.p-1.font-family-open-sans.icon-link.text-decoration-none.focus-ring.focus-ring-floral-white {
  font-size: 1.2rem !important;
}

[dir="ltr"] .btn {
  transition: right .5s ease-in-out, left .5s ease-in-out, top .5s ease-in-out, bottom .5s ease-in-out, width .5s ease-in-out, height .5s ease-in-out, padding-right .5s ease-in-out, padding-left .5s ease-in-out, padding-bottom .5s ease-in-out, padding-top .5s ease-in-out, margin-left .5s ease-in-out, margin-right .5s ease-in-out, color .5s ease-in-out, transform .5s ease-in-out, background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out;
}


[dir="ltr"] .btn-cta.icon-link.icon-link-hover:not(.icon-link-hover-down):not(.icon-link-hover-up):hover::after {
  right: -8px !important;
}

.app-social-nav-footer .nav-link:focus, .app-social-nav-header .nav-link:focus, .app-social-nav-offcanvas .nav-link:focus, .app-social-nav-share .nav-link:focus, .focus-ring:focus {
  box-shadow: none !important;
  outline: 0;
}


[dir="ltr"] .h1, [dir="ltr"] .h2, [dir="ltr"] .h3, [dir="ltr"] .h4, [dir="ltr"] .h5, [dir="ltr"] .h6, [dir="ltr"] h1, [dir="ltr"] h2, [dir="ltr"] h3, [dir="ltr"] h4, [dir="ltr"] h5, [dir="ltr"] h6 {
    font-family: "adobe-text-pro" !important;
}

/* News Section Staggered Animation */
.news-home > .container[data-aos="fade-up"] {
    transform: none !important;
    opacity: 1 !important;
}

.news-home .news-home-bg-shape {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.news-home .col-auto {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.news-home .row-cols-lg-2 > .col {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.news-home.in-view .news-home-bg-shape:first-of-type {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.news-home.in-view .news-home-bg-shape:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.news-home.in-view .col-auto {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.news-home.in-view .row-cols-lg-2 > .col:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}

.news-home.in-view .row-cols-lg-2 > .col:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}
.news-home:not(.in-view) .news-home-bg-shape,
.news-home:not(.in-view) .col-auto,
.news-home:not(.in-view) .row-cols-lg-2 > .col {
    transition-delay: 0s;
}

[dir="ltr"] .news-home-bg-shape {
    left: 4% !important;
    width: 92%;
}

.news-home-bg-shape:first-of-type {
    left: 7% !important;
    width: 86%;
}

#app {
  overflow-x: hidden !important;
}

.ceo-message [data-aos] {
    transition-property: transform, opacity !important;
    transition-duration: 1s !important;
    will-change: transform, opacity;
}

.ceo-message [data-aos].aos-animate {
    transition-duration: 1s !important;
}

.btn.btn-link.btn-cta.text-start.text-uppercase.icon-link.icon-link-hover.link-offset-2.link-underline-opacity-0.link-underline-opacity-75-hover.link-dark {
      display: ruby  !important;
}
.btn.btn-link.btn-cta.text-start.text-uppercase.icon-link.icon-link-hover.link-offset-2.link-underline-opacity-0.link-underline-opacity-75-hover.link-dark:hover {
  display: ruby  !important;
}

.app-main h1:not(.no-animate),
.app-main h2:not(.no-animate),
.app-main h3:not(.no-animate),
.app-main h4:not(.no-animate) {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.app-main p:not(.no-animate) {
    opacity: 0;
    transition: opacity 0.6s ease-out;
}

.app-main h1.text-animated,
.app-main h2.text-animated,
.app-main h3.text-animated,
.app-main h4.text-animated {
    opacity: 1;
    transform: translateY(0);
}

.app-main p.text-animated {
    opacity: 1;
}

.news-home h1, .news-home h2, .news-home h3, .news-home h4,
.news-home p,
.news-card h2,
.news-card p,
.inner-header h1,
.inner-header p {
    opacity: 1 !important;
    transform: none !important;
}
.project-card {
    opacity: 0;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.row-cols-lg-2 > .col:nth-child(odd) .project-card {
    transform: translateX(-60px);
}
.row-cols-lg-2 > .col:nth-child(even) .project-card {
    transform: translateX(60px);
}

.project-card.card-animated {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.value-card {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.value-card.card-animated {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.row-cols-lg-4 > .col:nth-child(1) .value-card.card-animated { transition-delay: 0s; }
.row-cols-lg-4 > .col:nth-child(2) .value-card.card-animated { transition-delay: 0.1s; }
.row-cols-lg-4 > .col:nth-child(3) .value-card.card-animated { transition-delay: 0.2s; }
.row-cols-lg-4 > .col:nth-child(4) .value-card.card-animated { transition-delay: 0.3s; }
.row-cols-lg-4 > .col:nth-child(5) .value-card.card-animated { transition-delay: 0.4s; }
.row-cols-lg-4 > .col:nth-child(6) .value-card.card-animated { transition-delay: 0.5s; }
.row-cols-lg-4 > .col:nth-child(7) .value-card.card-animated { transition-delay: 0.6s; }
.row-cols-lg-4 > .col:nth-child(8) .value-card.card-animated { transition-delay: 0.7s; }

.value-card:not(.card-animated) {
    transition-delay: 0s !important;
}

.project-card,
.job-card {
    opacity: 0;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.row-cols-lg-2 > .col:nth-child(odd) .project-card,
.row-cols-lg-2 > .col:nth-child(odd) .job-card {
    transform: translateX(-60px);
}

.row-cols-lg-2 > .col:nth-child(even) .project-card,
.row-cols-lg-2 > .col:nth-child(even) .job-card {
    transform: translateX(60px);
}

.project-card.card-animated,
.job-card.card-animated {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.project-card:not(.card-animated),
.job-card:not(.card-animated) {
    transition-delay: 0s !important;
}

.newsletter-card {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.newsletter-card.card-animated {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.project-card,
.job-card,
.news-card {
    opacity: 0;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.row-cols-lg-2 > .col:nth-child(odd) .project-card,
.row-cols-lg-2 > .col:nth-child(odd) .job-card,
.row-cols-lg-2 > .col:nth-child(odd) .news-card {
    transform: translateX(-60px);
}

.row-cols-lg-2 > .col:nth-child(even) .project-card,
.row-cols-lg-2 > .col:nth-child(even) .job-card,
.row-cols-lg-2 > .col:nth-child(even) .news-card {
    transform: translateX(60px);
}

.project-card.card-animated,
.job-card.card-animated,
.news-card.card-animated {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.project-card:not(.card-animated),
.job-card:not(.card-animated),
.news-card:not(.card-animated) {
    transition-delay: 0s !important;
}

@media (max-width: 600px) {
.card-title.proj-title {
  font-size: 1.1rem !important;
}
}