/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

#submit-loading {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, .4);
  margin: 0;
  padding: 0;
  z-index: 9999;    
}

#submit-loading div {
  opacity: 25%;
}

p:empty {
  height: 0!important;
  padding: 0!important;
  margin: 0!important;
  width: 0!important;
}
/* ------------------- */
/*        setup        */
/* ------------------- */

:root {
    --ws-blue: #214fb1;
    --dark-blue: #13317C;
    --light-blue: #87CDE3;
    --light-yellow: #F1E4B2;
    --light-grey: #F8F9FA;
    --grey: #2E2E2E;
    --nobel: "nobel", sans-serif;
}

* {
    font-family: var(--nobel);
}

body a {
    text-decoration: none;
}

.mw-280 {
    max-width: 280px;
}

.mw-480 {
    max-width: 480px;
}

.mw-md-480,
.mw-lg-480 {
    width: 100%;
}

.mw-576 {
    max-width: 576px;
}

.mw-md-576,
.mw-lg-576,
.mw-lg-768 {
    width: 100%;
}

.mw-768 {
    max-width: 768px;
}

.mw-991 {
    max-width: 991px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.bg-ws-blue {
    background-color: var(--ws-blue);
}

.bg-light-grey {
    background-color: #F8F9FA;
}

.single-p {
    padding-bottom: 64px;
}

.section-p {
    padding-top: 64px;
    padding-bottom: 64px;
}

.fc-white {
    color: #ffffff;
}

.section-title h2 {
    font-size: 32px;
}

.section-title p {
    font-size: 18px;
}

/* Skip to main content */
.skip-to-main-content {
    position: absolute;
    left: -9999px;
    z-index: 9999;
    padding: 1em;
    background-color: black;
    color: #fff;
    opacity: 0;
}

.skip-to-main-content:focus {
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    opacity: 1;
    border: 1px solid red;
}

/* buttons */
.ws-btn-blue {
    background-color: var(--ws-blue);
    color: #ffffff;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid var(--ws-blue);
    position: relative;
    transition: 0.2s ease;
    overflow: visible !important;
}

.ws-btn-blue:hover {
    transform: translate(-2px, -2px);
    background-color: var(--dark-blue);
    color: #ffffff;
    box-shadow: 4px 4px 0px 0px var(--light-blue);
}

.ws-btn-blue:hover .particle {
    opacity: 1;
}

.ws-btn-blue:hover .particle.left.particle-top {
    transform: translate(-10px, -10px);
}

.ws-btn-blue:hover .particle.left.particle-middle {
    transform: translate(-15px, -50%);
}

.ws-btn-blue:hover .particle.left.particle-bottom {
    transform: translate(-10px, -90%);
}

.ws-btn-blue:hover .particle.right.particle-top {
    transform: translate(10px, -10px);
}

.ws-btn-blue:hover .particle.right.particle-middle {
    transform: translate(15px, -50%);
}

.ws-btn-blue:hover .particle.right.particle-bottom {
    transform: translate(10px, -90%);
}

.particle {
    position: absolute;
    width: 15px;
    height: 15px;
    opacity: 0;
    pointer-events: none;
}

.particle.left {
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.particle.right {
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.particle.left:nth-child(1) { top: 10%; }
.particle.left:nth-child(2) { top: 50%; transform: translateY(-50%); }
.particle.left:nth-child(3) { top: 90%; transform: translateY(-100%); }

/* Left-side particles */
.particle.left.particle-top {
    top: 10%;
}

.particle.left.particle-middle {
    top: 50%;
    transform: translateY(-50%);
}

.particle.left.particle-bottom {
    top: 90%;
    transform: translateY(-100%);
}

/* Right-side particles */
.particle.right.particle-top {
    top: 10%;
}

.particle.right.particle-middle {
    top: 50%;
    transform: translateY(-50%);
}

.particle.right.particle-bottom {
    top: 90%;
    transform: translateY(-100%);
}

.particle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* navbar */
.ws-nav {
    position: fixed;
    height: 80px;
    top: 0;
    z-index: 100;
    background-color: var(--ws-blue);
    transition: background-color 250ms ease-out;
    align-content: center;
    width: 100%;
    border-bottom: 1px solid transparent;
}

.ws-nav .nav-link,
.ws-nav .nav-link.active {
    color: #FFFFFF;
    font-size: 20px;
}

.ws-nav .nav-item .input-group .btn {
    border-color: #fff;
    color: #fff;
    padding: 4px 8px;
    font-weight: 600;
}

.ws-nav .nav-item .input-group .btn:hover {
    background-color: #fff;
    color: var(--grey);
}

.ws-nav .nav-item .input-group .btn.show {
    background-color: #fff;
    color: var(--ws-blue);
}

.ws-nav .nav-item .input-group {
    flex-direction: column;
}

.ws-nav .nav-item .input-group .dropdown-menu {
    min-width: unset;
    /* width: 100%; */
    width: 52px;
}

.ws-nav .nav-item .input-group .dropdown-item {
    padding: 2px 0;
    text-align: center;
}

.ws-nav .nav-item .input-group .dropdown-item:hover {
    background-color: rgba(33, 79, 177, 0.2);
}

.ws-nav .nav-link.active {
    font-weight: 600;
}

.ws-nav .nav-link {
    position: relative;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.3s ease-in-out;
}

.ws-nav .nav-item .nav-link {
    padding: 0;
}

.ws-nav .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    margin: 0 auto;
    height: 2px;
    bottom: -4px;
    left: 0;
    right: 0;
    visibility: hidden;
    background-color: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.ws-nav .nav-link:hover::before,
.ws-nav .nav-link.active::before {
    visibility: visible;
    transform: scaleX(1);
}

.navbar-brand {
    width: 200px;
}

.navbar-brand img {
    filter: invert(1);
}

.offcanvas.offcanvas-end {
    width: 100%;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler i {
    font-size: 24px;
    color: #fff;
}

.ws-nav.scrolled {
    background-color: #FFFFFF;
    border-bottom: 1px solid var(--ws-blue);
}

.ws-nav.scrolled .nav-link {
    color: var(--grey);
}

.ws-nav.scrolled .nav-link.active {
    color: var(--ws-blue);
}

.ws-nav.scrolled .navbar-brand img {
    filter: invert(0);
}

.ws-nav.scrolled .nav-link.active::before {
    background-color: var(--ws-blue);
}

.ws-nav.scrolled .nav-link:not(.active):hover::before {
    filter: invert(1);
}

.ws-nav.scrolled .navbar-toggler i {
    color: var(--grey);
}

.ws-nav.scrolled .nav-item .input-group .btn {
    border-color: var(--ws-blue);
    color: var(--ws-blue);
    padding: 4px 8px;
}

.ws-nav.scrolled .nav-item .input-group .btn.show {
    background-color: var(--ws-blue);
    color: #fff;
}

.ws-nav.scrolled .nav-item .input-group .btn:hover {
    background-color: var(--ws-blue);
    color: #fff;
}


.offcanvas.offcanvas-end.show .navbar-nav {
    align-items: center;
}

.offcanvas.offcanvas-end.show .nav-link,
.offcanvas.offcanvas-end.showing .nav-link {
    color: var(--grey);
    font-size: 52px;
    text-align: center;
}

.offcanvas.offcanvas-end.show .nav-link.active,
.offcanvas.offcanvas-end.showing .nav-link.active {
    color: var(--ws-blue);
}

.offcanvas.offcanvas-end.show .nav-link.active::before {
    background-color: var(--ws-blue);
}

.offcanvas.offcanvas-end.show .nav-item .input-group .btn,
.offcanvas.offcanvas-end.showing .nav-item .input-group .btn {
    color: var(--ws-blue);
    border-color: var(--ws-blue);
}

.offcanvas.offcanvas-end.show .nav-item .input-group .btn:hover,
.offcanvas.offcanvas-end.show .nav-item .input-group .btn:focus-visible {
    background-color: var(--ws-blue);
    color: #fff;
}

/* ---------------------- */
/*        HOMEPAGE        */
/* ---------------------- */

.home-banner {
    height: 100vh;
}

.home-banner h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}

.home-banner h1 span {
    display: block;
}

.home-banner p {
    color: #fff;
    font-size: 16px;
}

/* homepage work carousel */
.home-work-carousel h2 {
    font-size: 40px;
}

.home-our-work-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 32px;
    transition: transform 0.5s ease;
    /* overflow-x: hidden; */
}

@keyframes breathing {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.stroll-down-home {
    position: absolute;
    bottom: 20px;
    /* adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    /* make sure it's above other elements */
}

.stroll-down-home i {
    color: white;
    font-size: 54px;
    animation: breathing 1.5s ease-in-out infinite;
}

.howw-item {
    display: block;
    width: 296px;
    height: 440px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    flex: 0 0 auto;
}

.howw-item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(33, 79, 177, .55);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.howw-item-content h3 {
    color: #fff;
    font-size: 32px;
}

.badge-wrapper {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.badge-wrapper li {
    color: #ffffff;
    line-height: 16px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 10px;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(12px);
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06)
}

.hwc-buttons button {
    background-color: var(--ws-blue);
    color: #ffffff;
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    border: 1px solid var(--ws-blue);
    transition: background-color 0.2s ease;
}

.hwc-buttons button:hover,
.hwc-buttons button:focus-visible,
.hwc-buttons button:active {
    border: 1px solid var(--ws-blue);
    background-color: var(--dark-blue);
}

/* homepage tabs - services*/
.tab-menu .nav-link {
    background-color: #ffffff;
    color: var(--dark-blue);
    box-shadow: none;
    transition: 0.2s;
}

.tab-menu .nav-link.active {
    background-color: #ffffff;
    color: var(--dark-blue);
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px 0px 0px var(--light-blue);
}

.tab-menu .nav-link:not(.active):hover {
    transform: translate(-2px, -2px);
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 4px 4px 0px 0px var(--light-blue);
}

.home-services-wrapper .home-service.show {
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 8px 8px 0px 0px var(--light-yellow);
    /* height: 590px; */
    padding: 16px;
    width: 100%;
    /* layout settings */
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.home-service .service-content {
    display: flex;
    padding: 16px;
    flex-direction: column;
    row-gap: 16px;
    align-self: stretch;
    order: 2;
    width: 100%;
    text-align: left;
    align-items: flex-start;
}

.service-img {
    display: flex;
    height: 280px;
    align-items: flex-start;
    object-fit: cover;
    border-radius: 12px;
    align-self: stretch;
    width: 100%;
    order: 1;
}

.home-service .service-content h3 {
    color: var(--grey);
    font-size: 28px;
    font-weight: 700;
}

.home-service .service-content p {
    color: var(--grey);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.home-service .service-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.home-service .service-content li {
    padding-left: 16px;
    font-size: 16px;
    position: relative;
}

.home-service .service-content li::before {
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    left: 0;
    top: 6px;
    content: '\e122';
    font-weight: 900;
    font-size: 12px;
    color: var(--dark-blue);
    line-height: 12px;
}

/* home cta */

.home-cta-container {
    background-color: #F8F9FA;
    padding: 40px 32px;
    border-radius: 16px;
    display: flex;
}

.cta-carousel-content figure {
    width: 140px;
    height: 140px;
}

.cta-carousel-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.cta-carousel-content div p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.cta-carousel-content div span {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.home-cta-container .card-carousel-control-next,
.home-cta-container .card-carousel-control-prev {
    width: 36px;

}

.home-cta-container .card-carousel-control-next i,
.home-cta-container .card-carousel-control-prev i {
    width: 32px;
    height: 32px;
    border: solid 2px var(--ws-blue);
    background-color: var(--ws-blue);
    border-radius: 9999px;
    font-size: 20px;
    color: #F8F9FA;
    align-content: center;
    transition: ease 0.2s;
}


.home-cta-container i:hover {
    background-color: var(--dark-blue);
    border: solid 2px var(--dark-blue);
}

.home-cta-container i:active {
    background-color: var(--dark-blue);
    border: solid 2px var(--dark-blue);
}



.home-cta-container .card-carousel-control-next,
.home-cta-container .card-carousel-control-prev {
    border: none;
    background-color: #F8F9FA;
}

section.blue-cta h2 {
    color: #ffffff;
    font-size: 32px;
}

.blue-cta .ws-btn-blue {
    border-color: #ffffff;
    font-size: 24px;
    padding: 16px 32px;
}

.blue-cta .ws-btn-blue:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: var(--dark-blue);
    padding: 16px 32px;
}

/* footer */
footer {
    padding-top: 64px;
    padding-bottom: 24px;
}

footer img {
    width: 100%;
    object-fit: contain;
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

footer ul li a {
    color: var(--ws-blue);
    position: relative;
}

footer ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 0;
    background-color: var(--ws-blue);
    transition: height 0.2s ease;
}

footer ul li a:hover::after {
    height: 2px;
}

.footer-branding {
    border-top: 1px solid var(--light-blue);
}

.footer-social {
    display: flex;
    flex-direction: row;
    text-align: center;
    column-gap: 16px;
}

.footer-social a {
    align-content: center;
    display: block;
    font-size: 24px;
    width: 48px;
    height: 48px;
    background-color: var(--ws-blue);
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid var(--ws-blue);
    transition: background-color 0.2s ease;
}

.footer-social a:hover {
    background-color: var(--light-blue);
    color: var(--ws-blue);
}

/* About page */
.subpage-banner {
    padding-top: 176px;
    padding-bottom: 96px;
}

.subpage-banner h1 {
    font-size: 40px;
}

.subpage-banner p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.abt-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}


.hand-wave {
    animation: handWave 2.5s ease-in-out infinite;
    transform-origin: 70% 70%;
    display: inline-block;
}

.about-container p {
    text-align: start;
}

@keyframes handWave {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(14deg);
    }

    20% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(14deg);
    }

    40% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(0deg);
    }

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

.team-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.team-member {
    position: relative;
    width: 384px;
    height: 380px;
    border-radius: 8px;
    overflow: hidden;
}

.team-member-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    width: calc(100% - 4rem);
    padding: 1.5rem;
    display: flex;
    color: #ffffff;
    flex-direction: column;
    gap: .5rem;
    border-radius: .5rem;
    border: 1px solid rgba(33, 79, 177, .3);
    background: rgba(33, 79, 177, .3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.team-member-content h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

.team-member-content p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
}

.row-gap-64 {
    row-gap: 64px;
}

.row-gap-5 {
    row-gap: 3rem;
}

.services-img-container {
    width: 100%;
    max-width: 560px;
    border-radius: 16px;
    overflow: hidden;
    height: 400px;
}

.service-type-content {
    position: relative;
}

.service-type-content .sparkle {
    position: absolute;
    width: 60px;
    height: auto;
    right: 0;
    display: none;
}

.service-type-content h2 {
    color: var(--grey);
    font-weight: 300;
    font-size: 32px;
}

.service-type-content p {
    color: var(--grey);
    font-weight: 300;
    font-size: 18px;
}

.service-type-content a {
    color: var(--dark-blue);
    font-size: 18px;
    position: relative;
}

.service-type-content a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: var(--dark-blue);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.service-type-content a:hover::before {
    opacity: 1;
}

.service-type-content a i {
    padding-left: 8px;
    transition: padding 0.2s ease;
}

.service-type-content a:hover i {
    padding-left: 12px;
}

/* service type */

.service-type-banner img {
    width: 100%;
    height: auto;
    max-height: 640px;
    border-radius: 16px;
    object-fit: cover;
}

.service-type-title {
    font-size: 28px;
    font-weight: 300;
    color: var(--grey);
}

.service-type-title-2 {
    font-size: 28px;
    font-weight: 400;
    color: var(--grey);
}

.service-type-paragraph p {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.service-type-image {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    border-radius: 16px;
}

.service-type-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

/*blog*/

.blog-post-item {
    gap: 20px;
    height: 380px;
}

.blog-post-item span {
    color: var(--ws-blue, #214FB1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}

.blog-post-item h3 {
    color: var(--grey);
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 300;
    line-height: 2rem;
    text-decoration: underline rgba(46, 46, 46, 0);
    transition: text-decoration-color 0.2s ease;
}

.blog-post-item:hover h3 {
    text-decoration-color: rgba(46, 46, 46, 1);
}

.blog-post-item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0px;
    color: var(--grey);
    font-size: 20px;
    font-weight: 300;
}


.blog-post-item .img-container {
    border-radius: 16px;
    overflow: hidden;
    height: 240px;
    position: relative;
}


.blog-post-item .img-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.blog-main-section {
    padding-bottom: 96px;
}

/*.blog-wrapper {
    max-width: 576px;
} */


.blue-box {
    display: flex;
    color: var(--light-grey);
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    background-color: var(--ws-blue);
    border-radius: 16px;
    border: solid 1px var(--light-grey);
    width: 100%;
    height: 380px;
}

.blue-box-icon {
    border: solid 1px var(--light-grey);
    padding: 14px;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    --fa-animation-duration: 1.5s;
    --fa-animation-iteration-count: 1;
}

.blue-box-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;

}

.blue-box-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}

.blue-box-text p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 24px;
}

.blue-box-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;

}

.fa-shake {
    animation-name: fa-shake;
    animation-duration: var(--fa-animation-duration, 1s);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-timing-function: var(--fa-animation-timing, linear);
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg);
    }

    4% {
        transform: rotate(15deg);
    }

    8%,
    24% {
        transform: rotate(-18deg);
    }

    12%,
    28% {
        transform: rotate(18deg);
    }

    16% {
        transform: rotate(-22deg);
    }

    20% {
        transform: rotate(22deg);
    }

    32% {
        transform: rotate(-12deg);
    }

    36% {
        transform: rotate(12deg);
    }

    40%,
    100% {
        transform: rotate(0deg);
    }
}



.blue-box span {
    text-align: center;
    background-color: var(--ws-blue);
    border: solid 1px var(--light-grey);
    color: var(--light-grey);
    border-radius: 8px;
    padding: 12px 18px 12px 18px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: background-color 0.2s ease;
}

.blue-box:hover span {
    background-color: var(--light-grey);
    color: var(--ws-blue);
}

/* contact */

.subpage-banner.contact-subpage-banner p {
    color: var(--grey);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-top: 24px;
    text-align: start;
}

.subpage-banner.contact-subpage-banner h1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: start;
}

.location-info-wrapper {
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.location-info-item i {
    background-color: var(--ws-blue);
    font-size: 24px;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 16px;
}

.location-info-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

#map-bathurst {
    height: 320px;
    width: 100%;
}

#map-fredericton {
    height: 320px;
    width: 100%;
}

.location-info-item h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    padding-top: 14px;
    margin-bottom: 0;
}

.location-info-item p {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
    color: var(--grey);
}

.location-info-item a {
    text-decoration: none;
    font-size: 20px;
    color: var(--grey);
    font-style: normal;
    font-weight: 300;
}

.location-info-item a:hover {
    color: var(--ws-blue);
}

.location-info-item div {
    gap: 8px;
}

.pen-circle-container {
    height: 80px;
}

.contact-form-title {
    z-index: 1;
}

.contact-form-title::after {
    content: url(/assets/frontend/pen-circle-fa635889a08a9901e0dc37551b0ad1297d78d6a17bdca30bcd3d33698c2134f1.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(20%);
    z-index: -1;
    pointer-events: none;
}

.contact-form-title h3 {
    color: var(--colors-text-text-primary-900, #101828);
    text-align: center;
    font-style: normal;
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: -0.72px;
    position: relative;
    margin-bottom: 0;
}

.contact-form-title p {
    color: var(--grey);
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 64px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.contact-form-button {
    display: flex;
    flex-direction: column;
}

.contact-form textarea {
    overflow: hidden;
    color: #667085;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    resize: none;
}

.contact-form a {
    background-color: var(--ws-blue);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    justify-self: stretch;
    margin-top: 8px;
}

.contact-form span {
    color: rgb(252, 63, 63);
}

.contact-form .form-control {

    border-color: var(--light-blue);
}

.contact-form .form-control:focus {
    box-shadow: 0px 0px 0px 4px rgba(135, 206, 227, 0.575);
}

.line-scrible-img-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 572px;
    height: 790px;
    display: none;
    z-index: 1;
    pointer-events: none;
    transform: translateX(0%);
}

.line-scrible-img-container img {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Our Work */

.our-work-section {
    padding-bottom: 96px;
}

.our-work-panel-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    /* space between panel groups */
}

/* Panel container - default large layout */
.our-work-panel-container {
    display: grid;
    grid-template-rows: repeat(2, 430px);
    grid-template-columns: repeat(2, 540px);
    gap: 24px;
    justify-content: center;
}

/* First layout type */
.first-item1 {
    grid-row: span 2;
    grid-column: 1;
}

.first-item2 {
    grid-row: 1;
    grid-column: 2;
}

.first-item3 {
    grid-row: 2;
    grid-column: 2;
}

/* Second layout type */
.second-item1 {
    grid-row: 1;
    grid-column: 1;
}

.second-item2 {
    grid-row: 2;
    grid-column: 1;
}

.second-item3 {
    grid-row: span 2;
    grid-column: 2;
}

/* Image container styling */
.our-work-panel-img-container {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.our-work-panel-img-container img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

/* Overlay styling */
.our-work-panel-tag-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition: background-color 0.2s ease;
    border-radius: 24px;
}

.our-work-panel-tag-overlay:hover,
.our-work-panel-tag-overlay:focus {
    background-color: rgba(33, 79, 177, .55);
}

.our-work-panel-tag-overlay h3 {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: auto;
}

.client-card-title h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.96;
    color: var(--grey);
}

.client-card-title p {
    font-size: 18px;
    font-weight: 300;
    color: var(--grey);
}

.client-card-stack {
    min-width: 300px;
    width: 70%;
    height: 200px;
    position: relative;
    margin-top: 32px;
    margin-bottom: 32px;
}

.client-card-stack::after {
    content: url(/assets/frontend/three-drawn-lines-b731be7afc7340dcea2d28923b0eeb4bed4ade1e0687491cdb72a41363b3d196.svg);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-500%) translateY(300%);
    display: none;
}

.client-card-logo {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.11), 0 15px 20px 0#00000020;
    transition: transform 200ms;
}

.client-card-img-background {
    position: absolute;
    display: block;
    width: 100%;
}

.client-card-logo img {
    display: block;
    width: 100%;
    height: 170px;
    margin: auto;
    object-fit: contain;
}

.client-card-logo:nth-last-child(n + 4) {
    border: solid 10px #0e214b;
    --y: calc(-50% + -30px);
    transform: translate(-50%, var(--y)) scale(0.9);
    box-shadow: 0 0 1px 1px #00000003;
}

.client-card-logo:nth-last-child(3) {
    border: solid 10px #132e69;
    --y: calc(-50% + -15px);
    transform: translate(-50%, var(--y)) scale(0.95);
}

.client-card-logo:nth-last-child(2) {
    border: solid 10px #183b86;
    --y: calc(-50%);
    transform: translate(-50%, var(--y)) scale(1);
}

.client-card-logo:nth-last-child(1) {
    border: solid 10px var(--ws-blue);
    --y: calc(-50% + 15px);
    transform: translate(-50%, var(--y)) scale(1.05);
}

@keyframes swap {
    50% {
        transform: translate(-50%, calc(var(--y) + 250px)) scale(0.85);
        animation-timing-function: ease-in;
    }

    100% {
        transform: translate(-50%, calc(var(--y) + 15px)) scale(0.85);
        z-index: -1;
    }
}

/* case-study page */

.case-study-banner .case-study-banner-heading {
    padding: 96px 0px 160px 0px;
}

.case-study-banner .banner-img {
    transform: translateY(-95px);
}

.case-study-banner {
    color: #fff;
    position: relative;
    overflow: visible;
}

.case-study-banner-heading h1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -1.92px;
}

.case-study-banner p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.case-study-banner-container {
    padding-top: 64px;
}

.banner-img-container {
    position: relative;
    max-height: 624px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.banner-img-container img {
    height: auto;
    width: 100%;
    border-radius: 16px;
}

.case-study-description-container {
    gap: 64px;
}

.case-study-title {
    gap: 20px;
}

.case-study-description {
    gap: 48px;
}

.case-study-title p {
    font-size: 24px;
    font-weight: 300;
}

.case-study-description-item {
    gap: 16px;
}

.case-study-title h2 {
    color: var(--colors-text-text-primary-900, #101828);
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}

.case-study-description h3 {
    color: var(--dark-grey, #2E2E2E);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding-top: 5px;
}

.case-study-description p {
    color: var(--dark-grey, #2E2E2E);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.case-study-description i {
    color: #FFFFFF;
    font-size: 24px;
    padding: 12px;
    border-radius: 10px;
    background: #214FB1;
    text-align: center;
    justify-content: center;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.carousel-wrapper i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 1;
}

.carousel-wrapper i:active {
    animation: pop 0.4s ease;
}

@keyframes pop {
    0% {
        transform: translateY(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }

}

.card-carousel-container #left {
    left: 10px;
}

.card-carousel-container #right {
    right: 10px;
}

.card-carousel-container .carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    gap: 32px;
    padding: 0;
    padding-bottom: 30px;
    margin: 0;
    list-style: none;
}

.card-carousel-container .carousel::-webkit-scrollbar {
    display: none;
}

.card {
    flex: 0 0 auto;
    width: 300px;
    height: 300px;
    scroll-snap-align: start;
    background: #fff;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-study-information {
    max-width: 1216px;
    text-align: center;
}

.case-study-information {
    justify-content: center;
    gap: 24px;
}

.case-study-information h2 {
    font-size: 28px;
    font-weight: 300;
}

.swigly-lines {
    justify-self: center;
    display: none;
    position: relative;
    width: 100%;
    gap: 12px;
}

.case-study-paragraph {
    gap: 48px;

}

.case-study-paragraph h2 {
    color: var(--dark-grey, #2E2E2E);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.64px;
}

.case-study-paragraph p {
    color: var(--dark-grey, #2E2E2E);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.case-study-paragraph-img-container {
    position: relative;
    height: 360px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
}

.case-study-paragraph-img-container img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.carousel-wrapper i.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.ws-url-style {
    color: #214fb1;
    font-weight: 700;
    text-decoration: none;
    transition: color .15s ease-out;
}

.ws-url-style:hover {
    color: #7a95d0;
}


/*about*/
.about-container {
    position: relative;
    justify-content: center;
}

.about-arrow {
    position: absolute;
    display: none;
}

.hand-drawn-swirly-arrow-img-container {
    position: absolute;
    top: -75px;
    width: 618px;
    display: none;
}

.hand-drawn-swirly-arrow-img-container img {
    object-fit: contain;
    width: 100%;
}

.team-stars-img-container {
    position: absolute;
    top: 50px;
    right: 175px;
    display: none;
}

.team-member-img-container img {
    position: absolute;
    object-fit: contain;
}

.sprite-animation.sprite-1 {
    background-image: url(/assets/frontend/animations/spritesheet_1-0858526ca5d422eb64cd54c791f606f62b4935b2b432c8ce2cd2b543f37d98e5.png);
}

.sprite-animation.sprite-2 {
    background-image: url(/assets/frontend/animations/spritesheet_2-bc658252303a1a729c7157466fd2fc89eeaacad4a24cb3be1b54f81f6047ab03.png);
}

.sprite-animation.sprite-3 {
    background-image: url(/assets/frontend/animations/spritesheet_3-3f048735b245910692808b5d38c12e9d0eff16929bda06bf89b9af2b2cfa3719.png);
}

.sprite-animation.sprite-4 {
    background-image: url(/assets/frontend/animations/spritesheet_4-e7ba3b4d4d711d24f3e66091cf3d5a77e3a98e2033aa431144465c21a1a4ee90.png);
}

.sprite-animation.sprite-5 {
    background-image: url(/assets/frontend/animations/spritesheet_5-b4cc33bb6d836aa9e250f8bcfd68424d84de4d2072fb125110816bef7ad62433.png);
}

.sprite-animation.sprite-6 {
    background-image: url(/assets/frontend/animations/spritesheet_6-e4acd2edcbd7bf136eba2be9406c065c48090273f5f8a6000b7654a92988c215.png);
}

@keyframes team-sprite-animation-keyframes {
    100% {
        background-position-x: -9650px;
        background-position-y: center;
    }
}

.sprite-animation {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 32rem;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    animation: team-sprite-animation-keyframes 1s steps(25) forwards;
    background-position: 0;
}

.team-member:hover>.sprite-animation {
    display: block;
}

.timeline-title {
    text-align: center;
    margin-bottom: 48px;
    user-select: none;

}

.timeline-title h2 {
    font-size: 48px;
    font-weight: 700;
    user-select: none;

}

.timeline-title span {
    font-size: 18px;
    color: #6c757d;
}

.timeline-container-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;

}

.timeline-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 0;
    overflow-x: hidden; /* Changed from 'auto' to 'hidden' */
    height: 300px;
    scroll-behavior: smooth;
    gap: 1rem;
    scrollbar-width: none;
}

.timeline-wrapper::-webkit-scrollbar {
    display: none;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1000%;
    height: 2px;
    background: #dee2e6;
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-item {
    flex-shrink: 0;
    width: 150px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 40px;
    cursor: pointer;
}

.timeline-item:first-child {
    margin-left: 80px;
}

.timeline-item:last-child {
    margin-right: 80px;
}

.timeline-item>span {
    font-weight: bold;
    position: absolute;
    top: calc(50% - 40px);
    left: 50%;
    transform: translateX(-50%);
    color: var(--grey);
    font-size: 1.1em;
    white-space: nowrap;
    user-select: none;

}

.timeline-item>span:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #dee2e6;
    border: 3px solid var(--white);
    border-radius: 50%;
    z-index: 3;
}

.timeline-item.active>span:before {
    background-color: var(--ws-blue);
    border-color: var(--ws-blue);
}

.timeline-item.active .timeline-event-item {
    display: block;
    opacity: 1;
    visibility: visible;
}

.timeline-event-item h3 {
    text-align: center;
    font-size: 24px;
    color: #2e2e2e;
    margin-bottom: 10px;
    user-select: none;
}

.timeline-event-item p {
    text-align: center;
    font-size: 20px;
    color: #737373;
    line-height: 1.6;
    user-select: none;
}

.timeline-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    z-index: 5;
    background-color: var(--ws-blue);
    border: solid 1px var(--dark-blue);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    color: var(--light-grey);
    transition: all 0.3s ease;
}
.timeline-nav i{
    color: var(--light-grey);
}

.timeline-nav:hover,
.timeline-nav:active {
    background-color: var(--dark-blue);
}



.timeline-nav.prev {
    left: 0;
}

.timeline-nav.next {
    right: 0;
}

.timeline-nav.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

.timeline-nav:active {
    animation: pop 0.4s ease;
}

@keyframes pop {
    0% {
        transform: translateY(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }

}

/*Blog-post*/

.blog-post-banner {
    padding-top: 80px;
    padding-bottom: 0;
}

.blog-post-banner-title p {
    text-align: start;
}

.blog-banner-img-container {
    position: relative;
    overflow: hidden;
    height: 400px;
    width: 100%;
}

.blog-banner-img-container img {
    position: absolute;
    max-width: 400%;
    height: 100%;
    object-fit: contain;
}

.blog-banner-grid-container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 576px;
    padding: inherit;
}

.banner-post-item.item-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 64px 32px 64px 32px;
}

.banner-post-item.item-2 {
    background-color: var(--grey);
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.blog-container p {
    color: var(--grey);
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin: 20px 0px;
}

.blog-main-text h3 {
    color: #101828;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
}

.blog-main-img-container {
    position: relative;
    min-height: 240px;
    overflow: hidden;
    border-radius: 12px;
}

.blog-main-img-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.blog-quote-text-container ::before {
    position: absolute;
    content: "";
    border-inline-start: 2px solid var(--light-blue);
    height: 100%;
    left: 0;
    top: 0;
}

.blog-quote-text {
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
}

.blog-quote-text blockquote {
    position: relative;
    font-style: italic;
    font-size: 24px;
    padding-left: 32px;
    font-weight: bold;
    line-height: 36px;
    color: var(--grey);
}

.blog-post-highlight h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    padding-bottom: 20px;
}

.blog-post-highlight {
    background-color: var(--light-grey);
    border-radius: 16px;
    padding: 32px;
    font-size: 18px;
}

.share-post-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.share-post-bar p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    align-content: center;
}

.share-post-buttons {
    display: flex;
    gap: 6px;
}

.share-post-buttons a {
    align-content: center;
    text-align: center;
    display: block;
    font-size: 24px;
    width: 48px;
    height: 48px;
    background-color: var(--ws-blue);
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid var(--ws-blue);
    transition: background-color 0.2s ease;
}

.share-post-buttons button {
    align-content: center;
    text-align: center;
    display: block;
    font-size: 20px;
    height: 48px;
    background-color: var(--ws-blue);
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid var(--ws-blue);
    transition: background-color 0.2s ease;
    padding-inline: 16px;
}

.share-post-buttons a:hover,
.share-post-buttons button:hover {
    background-color: var(--light-blue);
    color: var(--ws-blue);
}

.copy-link-button a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    width: 100%;
}

.copy-link-button i {
    font-size: 24px;
}

.copy-link-button a {
    font-size: 12px;
    font-weight: 300;
}

/*service-type*/

.service-type-title-2 {
    position: relative;
}

.service-type-title-2::after {
    content: url(/assets/frontend/service-circle-cfc2cf0a723ac9fbb5dbf5ad28d38bdadc244e086d5c226f064265717dae3e4d.svg);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-60%) translateY(-28%);
    display: none;
}

.service-type-list .list-item p {
    font-size: 20px;
    color: var(--grey);
    font-weight: 300;
    line-height: 30px;
}

.service-type-list .list-item h3 {
    font-size: 28px;
    color: var(--grey);
    font-weight: 300;
}

.refrences-heading h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    color: var(--grey);
}

.refrences-heading p {
    font-size: 24px;
    margin-top: 16px;
    color: var(--grey);
    font-weight: 300;
    line-height: 36px;
}

.refrence-line-img {
    max-width: 280px;
}

.refrence-work-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 48px;
    width: 100%;
}

.refrence-img-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 24px;
    overflow: hidden;
    display: block;
}

.refrence-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.refrence-tag-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.199);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    transition: background-color 0.2s ease;
    border-radius: 24px;
}

.refrence-tag-overlay:hover,
.refrence-tag-overlay:focus {
    background-color: rgba(0, 0, 0, 0.514);
}

.refrence-tag-overlay h3 {
    margin-top: auto;
    color: #fff;
    font-size: 32px;
    line-height: 44px;
}

/*404*/

.error-page-title {
    color: #FFFFFF;
}

.error-page-title h1 {
    font-size: 53px;
}

.error-page-title h2 {
    margin-top: 50px;
    font-size: 48px;
}

.error-page .btn {
    display: flex;
    justify-content: center;
}

/* industry-post */

.industry-main-title{
    color: var(--grey);
    font-size: 28;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
}

.industry-main-text{
    margin-right: auto;
    margin-left: auto;
}

.industry-main-text p {
    color: var(--dark-grey, #2E2E2E);
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.industry-main-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 316px;
}

.industry-main-img-container img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.marquee {
    display: flex;
    overflow: hidden;
    padding: 0 0;
    background-color: #f8f9fa;
}


.marquee__content {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-shrink: 0;
    animation: scroll 30s linear infinite;
}


.marquee:hover .marquee__content {
    animation-play-state: paused;
}


.marquee__item {
    display: block;
    width: 180px;
}

.marquee__item img {
    width: 100%;
    display: block;
}


@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.info-hub-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 48px;
    justify-content: center;
    margin-top: 16px;
    transform: translateY(-156px);
}

.info-hub-bg .bg-ws-blue{
    padding: 64px 0px 140px 0px;
}

.info-hub-title h2 {
    color: var(--light-grey);
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}

.info-hub-title p {
    color: var(--light-grey);
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}

.info-hub-text {
    padding: 24px;
    border: solid 1px var(--light-blue);
    border-radius: 16px;
    background-color: #F9FAFB;
    height: 360px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.info-hub-text h3 {
    color: var(--grey);
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.info-hub-text p {
    color: var(--grey);
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.info-hub-icon {
    position: absolute;
    top: -28px;
}

.info-hub-img-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    background-color: var(--ws-blue);
}

.info-hub-img-container img {
    position: absolute;
    height: 44px;
    width: 100%;
}

.info-hub-item {
    display: flex;
    min-width: 280px;
    max-width: 384px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 0 0;
    position: relative;
}

.section-divider {
    height: 1px;
    width: 100%;
    display: block;
    background-color: var(--light-blue);
}


.faq-segment .accordion {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.faq-segment .accordion-body p {
    color: var(--grey);
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    padding-right: 20px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
}


.accordion-item .accordion-button.collapsed:hover {
    background-color: var(--light-grey);
}

.accordion-item .accordion-button.collapsed:focus-visible {
    border: 1px solid black;
    overflow: hidden;
    border-radius: 16px;
}

.faq-segment .accordion-header button {
    color: var(--dark-blue);
    font-size: 24px;
    font-weight: 500;
}

.faq-segment .accordion {
    --bs-accordion-active-bg: #FFF;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-border-width: none;
}


.faq-segment .accordion-button:not(.collapsed) {
    box-shadow: none;
}



.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 16px;
    overflow: hidden;
}

.accordion-item {
    border-radius: 16px;
    overflow: hidden;
}

.faq-segment .accordion-item:has(.accordion-button:not(.collapsed)) {
    border: solid 1px var(--light-blue);
}

.text-content {
    font-size: 18px; /* Slightly larger for long-form reading */
    line-height: 1.8; /* More breathing room between lines */
    color: var(--grey);
}

/* Add breathing room above headings inside the content */
.text-content h2,
.text-content h3,
.text-content h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--dark-blue);
}

.text-content h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Fix lists if Summernote forgot padding */
.text-content ul,
.text-content ol {
    margin-bottom: 12px;
    padding-left: 24px;
}

/* Ensure links stand out */
.text-content a {
    color: var(--ws-blue); /* Assuming you have this var */
    text-decoration: underline;
}

/* Clean up the Summernote paragraphs */
.text-content p {
    margin-bottom: 12px;
}

.blog-post-item{
    width: 100%;
    max-width: 420px;
}

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

    /* homepage */
    .home-banner h1 {
        font-size: 32px;
    }

    .home-banner p {
        font-size: 18px;
    }

    /* services */
    .services-img-container {
        height: 240px;
    }

    /* service type */
    .service-type-image {
        max-height: 240px;
    }

    /*about*/

    .team-member {
        height: 480px;
    }

    p{
        font-size: 16px;
    }

    /*industries*/
    .info-hub-text{
        height: 340px;
    }

}

/* Phablet */
@media screen and (min-width: 425px) {

    /* services */
    .services-img-container {
        height: 280px;
    }

    /* service type */
    .service-type-image {
        max-height: 280px;
    }


}

@media screen and (max-width:575px) {
    .ws-btn-blue {
        width: 100%;
    }

    /* timeline */

    .timeline-title h2 {
        font-size: 30px;
    }

    .timeline-container-wrapper {
        padding: 0 20px;
        /* Smaller padding on very small screens */
    }

    .timeline-item {
        width: 100px;
        /* Even smaller width for items */
        margin: 0 15px;
    }

    .timeline-item-inner {
        width: 220px;
        /* Smaller content box */
        padding: 10px;
        top: 40px;
    }

    .timeline-wrapper {
        height: 200px;
        padding-top: 50px;
        padding-bottom: 50px;
    }


}

@media screen and (min-width: 576px) {
    .howw-item {
        width: 425px;
        height: 594px;
    }

    /* services */
    .services-img-container {
        height: 320px;
    }

    /* service type */
    .service-type-image {
        max-height: 320px;
    }

    /*our-work*/

    .client-card-logo img {
        display: block;
        width: 100%;
        height: 270px;
        margin: auto;
        object-fit: contain;
    }

    .client-card-stack {
        min-width: 300px;
        width: 70%;
        height: 280px;
        position: relative;
        margin-top: 32px;
        margin-bottom: 32px;
    }



    .case-study-paragraph-img-container {
        height: 654px;
    }

}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }

}

/* Tablet */
@media screen and (min-width: 768px) {
    .mw-md-480 {
        max-width: 480px;
    }

    .mw-md-576 {
        max-width: 576px;
    }

    .section-title h2 {
        font-size: 48px;
    }

    .section-title p {
        font-size: 24px;
    }

    /* homepage */
    .home-banner h1 {
        font-size: 64px;
    }

    .home-banner p {
        font-size: 24px;
    }

    /* homepage work carousel */
    .home-work-carousel h2 {
        font-size: 64px;
    }

    .home-services-wrapper {
        padding-left: 32px;
        padding-right: 32px;
    }

    .home-service .service-content h3 {
        font-size: 36px;
        line-height: 44px;
    }

    .home-service .service-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .home-service .service-content li {
        font-size: 18px;
        position: relative;
    }

    .home-service .service-content li::before {
        top: 8px;
    }

    /* home cta */
    .home-cta-container {
        padding: 64px;
    }

    .cta-carousel-content p {
        font-size: 24px;
        line-height: 32px;
    }

    .home-cta-container .carousel-control-next,
    .home-cta-container .carousel-control-prev {
        width: 56px;
    }

    /* blue cta */
    section.blue-cta h2 {
        font-size: 48px;
    }

    /* about page */
    .subpage-banner h1 {
        font-size: 64px;
    }

    .subpage-banner p {
        font-size: 24px;
        line-height: 34px;
    }

    .abt-banner .abt-img {
        height: 640px;
    }

    /* services page */
    .row-gap-64 {
        row-gap: 96px;
    }

    .services-img-container {
        height: 400px;
    }

    .service-type-content h2 {
        font-size: 48px;
    }

    .service-type-content p {
        font-size: 24px;
    }

    /* service-type */
    .service-type-title,
    .service-type-title-2 {
        font-size: 36px;
    }

    .service-type-paragraph p {
        font-size: 24px;
    }

    .service-type-image {
        max-height: 400px;
    }

    /*blog post*/
    .blog-main-img-container {
        height: 460px;
    }

    /*our work*/

    .client-card-title h2 {
        font-size: 48px;
    }

    .client-card-title p {
        font-size: 24px;
    }

    .our-work-panel-container {
        grid-template-rows: repeat(2, 280px);
        grid-template-columns: repeat(2, 340px);
        /* case studies */
    }

    .case-study-banner .banner-img {
        transform: translateY(-150px);
    }

    .case-study-title h2 {
        color: var(--colors-text-text-primary-900, #101828);

    }


    /*timeline*/
    .timeline-title h2 {
        font-size: 38px;
    }

    .timeline-title span {
        font-size: 1rem;
    }


    .timeline-item {
        width: 120px;
        margin: 0 20px;
    }

    .timeline-item>span {
        font-size: 1em;
        top: -35px;
    }

    .timeline-item>span:before {
        width: 16px;
        height: 16px;
        top: 35px;
    }

    .timeline-item-inner {
        width: 250px;
        bottom: -130px;
        /* Adjust if it overlaps content below */
        top: 50px;
    }

    .timeline-wrapper {
        height: 220px;
        /* Adjust height for smaller screens */
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /*contact*/
    #map-bathurst {
        height: 576px;
        width: 100%;
    }

    #map-fredericton {
        height: 576px;
        width: 100%;
    }

    /* service-type */

    .refrence-line-img {
        max-width: 360px;
    }

    .refrence-img-container {
        position: relative;
        width: 100%;
        height: 240px;
        max-width: 384px;
        border-radius: 24px;
        overflow: hidden;
        display: block;
    }


    .industry-main-title h2 {
        font-size: 36px;
    }

    .industry-main-text p {
        font-size: 24px;
    }

    .service-type-content .sparkle {
        display: block;
    }

    /*industries*/

    .info-hub-text{
        height: 360px;
    }

    .info-hub-title h2{
        font-size: 38px;
    }


    .industry-main-img-container{
        height: 600px;
    }
}

@media (max-width: 768px) {

    .our-work-panel-container {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 24px;
    }

    .our-work-panel-img-container{
        max-width: 576px;
        margin-left: auto;
        margin-right: auto;
    }
    .first-item1,
    .first-item2,
    .first-item3,
    .second-item1,
    .second-item2,
    .second-item3 {
        grid-column: 1 !important;
        grid-row: auto !important;
        height: 297px;


    }

}

/* Laptop */
@media screen and (min-width: 992px) {

    .mw-lg-480 {
        max-width: 480px;
    }

    .mw-lg-576 {
        max-width: 576px;
    }

    .mw-lg-768 {
        max-width: 768px;
    }

    .single-p {
        padding-bottom: 96px;
    }

    .section-p {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    /* homepage */
    .home-banner h1 {
        font-size: 80px;
    }

    .home-banner p {
        font-size: 32px;
        line-height: 40px;
    }

    /* homepage work carousel */
    .home-work-carousel h2 {
        font-size: 72px;
    }

    /* homepage services */
    .home-services-wrapper .home-service.show {
        flex-direction: row;
        row-gap: 32px;
    }

    .home-service .service-content {
        padding: 32px 64px;
        gap: 48px;
        width: 50%;
        order: 1;
        justify-content: center;
    }

    .service-img {
        height: 550px;
        width: 50%;
        order: 2;
    }

    /* home cta */
    .cta-carousel-content p {
        font-weight: 400;
    }

    /* blue cta */
    section.blue-cta h2 {
        font-size: 64px;
    }

    /* footer */
    footer ul {
        flex-direction: column;
    }

    /*contact*/
    .location-info-wrapper {
        padding-top: 176px;
    }

    .contact-form-title::after {
        transform: translateX(-50%) translateY(50%);
    }


    /*carousel*/
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }

    .card {
        width: 515px;
        height: 515px;
    }

    /*about*/
    .about-arrow {
        display: block;
        width: 300px;
        height: 100%;
        top: 255px;
    }

    .hand-drawn-swirly-arrow-img-container {
        display: block;
        max-width: 480px;
    }

    .team-stars-img-container {
        display: block;
    }

    /* our work */

    .item.our-work-panel-img-container:nth-child(odd) {
        grid-row: span 2;
        grid-column: span 2;
    }

    .client-card-stack::after {
        display: block;
    }

    /* case studies */

    .case-study-banner-heading h1 {
        font-size: 96px;
    }

    .case-study-information h2 {
        font-size: 48px;
        font-weight: 300;
    }

    /*404*/

    .error-page-title h1 {
        font-size: 78px;
    }

    .banner-post-item.item-1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 48px;
    }

    .banner-post-item.item-2::after {
        content: url(/assets/frontend/blog-details-arrow-3871c4c9a21970dc13fb5408846a0f1abc30840c34c9986353051b55085f00f5.svg);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-15%) translateY(120%);
    }

    /*our-work*/
    .our-work-panel-container1,
    .our-work-panel-container2 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 350px);

    }


    .service-type-title-2::after {
        display: block;
    }

    /* blog */
    .blog-post-item h3 {
        font-size: 24px;
    }

    .blog-post-item p {
        font-size: 18px
    }

    /*.blog-wrapper {
        max-width: 1024px;
    }*/

    /* industry */

    .industry-main-title{
        margin: 0;
        max-width: 768px;
    }
    .industry-main-text{
        margin: 0;
    }

    .info-hub-container{
        flex-direction: row;
    }

}

@media screen and (max-width: 992px) {


    /*blog-post*/

    .blog-post-banner-title {
        padding-top: 64px;
        padding-bottom: 32px;
    }

    .blog-post-banner-title h1 {
        font-size: 48px;
    }

    .blog-banner-grid-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        row-gap: 32px;
    }

    .blog-banner-img-container {
        width: 320px;
        height: 80%;
    }

    .banner-post-item.item-2 {
        width: 100%;
    }

    .blog-banner-img-container img {
        position: static;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    /*timeline*/
    .timeline-item {
        width: 140px;
        margin: 0 30px;
    }

    /*our-work*/
    /* .our-work-panel-wrapper {
        max-width: 576px;

    } */

}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }
}

/* Small screen */
@media screen and (min-width: 1200px) {

    /* homepage */
    .home-banner h1 {
        font-size: 96px;
    }

    /* contact */

    .line-scrible-img-container {

        display: block;
    }

    /*blog*/

    .blue-box {
        gap: 10px;
    }

    .blue-box-text {
        gap: 20px;
    }


    .blue-box-text h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 0;
    }

    .blue-box-text p {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 24px;
    }

    /*our-work*/
    .our-work-panel-container {
        grid-template-rows: repeat(2, 420px);
        grid-template-columns: repeat(2, 600px);
    }

    /*case studies*/

    .case-study-title h2 {
        font-size: 64px;
        font-weight: 400;
        line-height: 64px;
    }

    .case-study-description h3{
        font-size: 28px;
    }
}

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

    /* homepage */
    .home-banner h1 {
        font-size: 128px;
    }

    .home-banner p {
        font-size: 40px;
        line-height: unset;
    }

    /* homepage work carousel */
    .home-work-carousel h2 {
        font-size: 84px;
    }

    /*industries*/
    .info-hub-text{
        height: 300px;
    }

}

@media screen and (max-width: 1400px) {
    .about-arrow {
        transform: translateX(100px);
    }
}

/* ultra large */
@media screen and (min-width:1536px) {
    /*about*/

    .hand-drawn-swirly-arrow-img-container {
        max-width: 618px;
    }

}


@media screen and (max-width: 900px) {
    .card-carousel-wrapper .card-carousel {
        grid-auto-columns: calc((100% / 1.5) - 9px);
    }
}

@media screen and (max-width: 600px) {
    .card-carousel-wrapper .card-carousel {
        grid-auto-columns: 100%;
    }
}




/* Default for desktop */
.card-carousel-wrapper .card-carousel {
    grid-auto-columns: calc((100% / 2.6) - 12px);
}

.card-carousel .card,
.card-carousel .card .img {
    width: 475px;
    height: 475px;
}

@media (max-width: 1024px) {
    .card-carousel-wrapper .card-carousel {
        grid-auto-columns: calc((100% / 2.3) - 12px);
    }

    .card-carousel .card,
    .card-carousel .card .img {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .card-carousel-wrapper .card-carousel {
        grid-auto-columns: calc((100% / 2.4) - 12px);
    }

    .card-carousel .card,
    .card-carousel .card .img {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 480px) {
    .card-carousel-wrapper .card-carousel {
        grid-auto-columns: 100%;
    }

    .card-carousel .card,
    .card-carousel .card .img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
}

@media (max-width: 1199px) and (min-width: 769px) {
    .our-work-panel-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991.98px) {
    .nav-link.active{
        text-decoration: underline;
    }

    .navbar-nav .nav-link:hover {
        text-decoration-color: currentColor;
    }

    .ws-nav .nav-link.active::before {
        display: none !important;
    }
}
