body *{
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    margin: 0;
    padding: 0;
    color: #00213c;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
    font-size: 16px;
}
section{
    /*overflow-x: hidden;*/

}
p{
    line-height: 1.6em;

}
.p1{
    font-size:1.3em;
    max-width: 900px;
}
.p2{
    font-size:2em;
    max-width:1120px;
}
a{
    text-decoration: none;
    color: inherit
}
b{
    font-weight: 500;
}
.top-bar{
    /*background:#1E4D2B;*/
    background:#c1fc80;
    /*color: #fff;*/
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 9;
    font-weight: 500
}
.word-slider-wrapper {
    height: 1.4em;
    overflow: hidden;
    position: relative;
}

.word-slider {
    display: flex;
    flex-direction: column;
}

.word-slider span {
    height: 1.5em;
    line-height: 1.5em;
    font-weight: 600;
    color: #c1fc80;
    /*font-style: italic;*/
    /*text-align: center;*/
}
.subhead{
    /*color: #c1fc80;*/
    /*background: #1E4D2B;*/
    background: #edf4fb;
    padding: 10px 15px;
    border-radius: 50px;
    display: inline-block;
    /*border: 1px solid;*/
    font-size: 14px;
    /*margin-bottom: 20px;*/
    font-weight: 500;
}
.bg-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: -1;
}


header {
    font-family: "Work Sans", sans-serif;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 16px;
    position: sticky;
    left: 0;
    width: 100%;
    z-index: 999;
    top: 0;
    transition: opacity 0.3s ease;
}
header.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
}
/*.color-dark:not(.is-sticky){
    opacity: 0;
}*/
header.is-sticky {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
header>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.color-light{
    color: #fff
}
.color-dark {
    /*background-color: black;*/
    color: inherit;
}
header.color-dark .logo{
    background: #c1fc80;
    padding: 20px;
}
header.color-dark .logo img{
    /*background: #00213c;*/
    width: 100px;
}
.color-light .logo-white, .color-dark .logo-dark{
    display: block;
}
.color-dark .logo-white, .color-light .logo-dark{
    display: none;
}
 .logo h1{
    font-size: 20px;
}
 .logo img{
     width: 150px;
 }
.color-transition {
    background-color: #dfdede;
    transition: background-color 0.3s ease;
}
 .color-light nav.site-navigation {
     padding: 20px 10px;
     background: transparent;
     border-radius: 50px;
 }
.color-dark nav.site-navigation {
    padding: 10px 10px;
    background: #fff;
    border-radius: 50px;
    /*backdrop-filter: blur(5px);*/
}


/*header > div {
    padding: 20px 10px;
    background: transparent;
    border-radius: 50px;
    transition:
            padding 0.4s ease,
            background 0.4s ease,
            opacity 0.4s ease;
    opacity: 1;
}

header.is-sticky > div {
    padding: 10px 10px;
    background: #ffffffcf;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    max-width: 1000px;
    opacity: 0; !* start faded out *!
    animation: fadeStickyIn 0.4s forwards;
}*/

/* Fade in keyframes */
@keyframes fadeStickyIn {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

header.is-sticky .logo{
    margin-left: 10px;
    max-width: 100px;
}
.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation ul li {
    display: inline-block;
    margin: 0 0 0 20px;
    font-weight: 500;
}

.site-navigation ul li a {
    color: inherit;
    text-decoration: none;
}
.site-navigation {
    /*position: relative;*/
}

.has-submenu>li>a {
   display: flex;
    align-items: center;
    gap: 15px
}

.submenu-arrow {
    width: 25px;
    height: 25px;
    /*margin-left: 8px;*/
    vertical-align: middle;
    background-image: url("img/arrow-down-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 7px 0 0 5px;
}
.color-dark  .submenu-arrow {
    background-image: url("img/arrow-down-dark.svg");
}
/* Mega menu styles */
.mega-menu {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 40px;
    display: none;
    z-index: 100;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
    color: #00213c
}
.has-submenu{
    /*position: relative;*/
}
.has-submenu.hover::before {
    content: '';
    position: absolute;
    /*top: -10px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff; /* match .mega-menu background */
    z-index: 1;
    margin: 30px 0 0 30px
}
.has-submenu.hover::before {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.menu-grid {
    display: flex;
    gap: 30px;
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
    /*flex-wrap: wrap;*/
}

.menu-item {
    flex: 1 1 30%;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.menu-item img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.menu-item:hover {
    transform: translateY(-4px);
}
.submenu-arrow {
    float: right;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.has-submenu.hover .submenu-arrow {
    transform: rotate(180deg);
}
/*@media (min-width: 993px) {*/
    .has-submenu .mega-menu {
        display: none;
    }

    .has-submenu.hover .mega-menu {
        display: block;
    }
    .submenu-arrow{
        margin: -1px 0 0 -2px;
        display: inline-block;
    }
/*}*/


/* Mobile: open via toggle class */
@media (max-width: 767px) {
    .mega-menu {
        position: static;
        display: none;
        padding: 20px 0;
        box-shadow: none;
    }

    .has-submenu.hover .mega-menu {
        display: block;
    }

    .menu-grid {
        flex-direction: column;
        gap: 20px;
    }

    .menu-item {
        flex: 1 1 100%;
        text-align: left;
    }


}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1rem;
    color: inherit;
    cursor: pointer;
    z-index: 1001;
    margin: -2px 0 0;
}
.hero {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    margin: -108px 0 0;
    flex-wrap: wrap;
    position: relative;
    gap: 0;
    /*opacity: 0;*/
    /*transform: scale(1.02);*/
    will-change: opacity;
    transition: opacity 0.4s ease-out;
    padding: 90px 0 100px;
    overflow-x: hidden;
}
.short-hero{
    min-height: 50vh;
    padding: 120px 0 100px;
    background-size: cover;
    background-position: center;
}
.hero h2{
    /*text-transform: uppercase;*/

}
.hero.fade-out {
    opacity: 0;
    pointer-events: none;
    /*transform: scale(1.05);*/
}

.hero h2 {
    width: 100%;
    /*text-align: center;*/
    margin: 0;
    position: relative;
    z-index: 9;
}
.hero p{
    color: #fff;
    max-width: 700px;
    margin: 20px 0 30px;
    font-weight: 500;
}
h2{
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 70px;
    margin: 0;
    letter-spacing: -3px;
    /*text-transform: uppercase;*/
}
h4{
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin: 0;
    letter-spacing: -2px;
    /*text-transform: uppercase;*/
    /*color: #e9ced6*/
}
h3{
    /*font-family: "Work Sans", sans-serif;*/
    font-weight: 500;
    font-size: 40px;
    margin: 0;
    letter-spacing: -2px;
}
.light-scene {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: -50px 0;
    height: 550px;
    max-width: 95%;
    max-height: 60vh;
}

.img-transition {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    opacity: 0.5
}

.img-transition img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: grayscale(100%) contrast(1.2);*/
    opacity: 0;
    transform: scale(1);
    z-index: 0;
}

.projector-light {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
    mix-blend-mode: color-dodge;
    filter: blur(80px);
    opacity: 0.4;
    top: 0;
}

.projector-light.teal {
    background: radial-gradient(circle, rgba(133, 151, 192,1) 0%, rgba(0, 255, 255, 0.1) 80%);
}

.projector-light.pink {
    background: radial-gradient(circle, rgba(207, 96, 131, 1) 0%, rgba(255, 0, 100, 0.1) 80%);
}

.vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 40%, rgba(0,0,0,0.6));
    pointer-events: none;
    z-index: 3;
}

section {
    /*min-height: 500px;*/
    /*background: #000;*/
    position: relative;
    padding: 100px 0 0;
    align-items: center;
    overflow-x: hidden;
}
.container{
    max-width: 80%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 9;
}
.full-container{
    max-width: 91%;
    margin: 0 auto;
    position: relative;
}
.mb-30{
    margin-bottom: 30px
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.vertical-title-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #e9ced6
}

.vertical-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #e9ced6;
    opacity: 0;
    transform: translateY(20px) rotate(180deg);
}

.vertical-line {
    width: 2px;
    height: 0;
    background-color: #e9ced6;
    opacity: 0;
}
/* .intro-heading h3 {
     font-size: 48px;
     line-height: 1.2;
     color: #fff;
     opacity: 0;
     transform: translateY(40px);
     transition: all 0.3s ease-out;
 }*/
.intro-heading{
    position: relative;
    margin: 30px 0;
}
.reveal-heading {
    /*font-family: "Work Sans", sans-serif;*/
    /*font-size: 48px;*/
    /*color: #fff;*/
    /*display: inline-block;*/
    white-space: pre-wrap;
    overflow: hidden;
    margin: 0;
    width: 100%;
   /* display: flex;
    flex-wrap: wrap;
    gap: 0;*/
}


.reveal-heading .char {
    display: inline-block;
    opacity: 0;
    transform: translateX(-10px);
}
.reveal-paragraph {
    /*font-size: 20px;*/
    /*line-height: 1.6;*/
    /*color: #000;*/
    /*max-width: 1000px;*/
    /*margin: 30px auto;*/
    /*text-align: center;*/
    overflow: hidden;
}
p{
    /*color: #000;*/
}

.reveal-paragraph .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    will-change: transform, opacity;
}
.animated-heading {
    display: inline-block;
    position: relative;
    margin-bottom: 40px  !important;
    /*overflow: hidden;*/
    /*font-size: 3rem;*/
    /*font-weight: 400;*/
}

.animated-heading b {
    display: inline-block;
    transform: translateX(40px);
    opacity: 0;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    color: #e9ced6
}


.conceptual-circles {
    position: relative;
    width: 100%;
    min-height: 300px;
    margin:50px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.smooth-heading {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    will-change: opacity, transform;
}*/

.circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-size: 40px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translate(0, 0);
    will-change: transform, opacity;
    transition: none;
}

/* Radial positions */
.circle:nth-child(1) {
    background: radial-gradient(circle, rgba(133, 151, 192,0.8) 0%, rgba(133, 151, 192,0.5) 30%, transparent 100%);
backdrop-filter: blur(10);
    top: 0;
    left: 0;
    /*transform: translate(-50%, -50%) translateX(100px);*/
}

.circle:nth-child(2) {
    background: radial-gradient(circle, rgba(207, 96, 131, 0.8) 0%, rgba(207, 96, 131, 0.5) 30%, transparent 100%);

    top: 0;
    left: 34%;
    /*transform: translate(-50%, -50%) translateX(100px);*/
}

.circle:nth-child(3) {
    background: radial-gradient(circle, rgba(204, 174, 98, 0.8) 0%, rgba(204, 174, 98, 0.5) 30%, transparent 100%);
    top: 0;
    left: 70%;
    /*transform: translate(-50%, 50%) translateX(100px);*/
}
.row{
    display: flex;
    gap: 30px;
}
.col-6{
    width: 50%
}
.col-4{
    width: 30%;
}
.col-8{
    width: 70%
}
.col-7{
    width: 60%
}
.col-5{
    width: 40%
}
.two-columns{
    position: relative;
}
.side-nav {
    position: sticky;
    top: 150px;
    list-style: none;
    padding: 0;
}

.side-nav li {
    margin-bottom: 20px;
}

.side-nav a {
    /*color: #999;*/
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 20px;
}

.side-nav a.active {
    /*color: #fff;*/
    border-bottom: 1px solid;
}
.section-bg-overlay {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 1s ease;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    filter: brightness(0.2);
    background-attachment: fixed
}
.anchor-content-block {
    /*opacity: 0;*/
    /*transform: translateY(20px);*/
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin: 0 0 50px;
    scroll-margin-top: 50px;
}
.anchor-content-block:first-of-type {
    /*padding-top: 100px; !* or margin-top *!*/
}
.services-section {
    position: relative;
    overflow: hidden;
    background-color: #111;
}

.background-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: opacity 1s ease-in-out;
    filter: brightness(0.2);
}
.background-image:first-of-type{
    opacity: 0.3;
}

.services {
    position: relative;
    z-index: 2; /* content stays above */
}

.services h4{
    font-size: 100px;
    margin: 0 0 20px;
    font-family: inherit;
    text-transform: none;
    /*text-align: center;*/
}
.services h4 a{
    color: inherit;
    text-decoration: none;
    /*width: 100%;*/
    display: inline-block;
    position: relative;
}
.services h4 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background-color: currentColor;
    transition: width 0.4s ease;
}

.services h4 a:hover::after {
    width: 100%;
}
.section-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom,
    rgba(0, 33, 61, 0.6) 0%,
    rgba(0, 33, 61, 0.5) 20%,
    rgba(0, 33, 61, 0.5) 80%,
    rgba(0, 33, 61, 0.6) 100%);
    z-index: 1;
}
.hero .section-overlay{
    opacity: 0.4;
}
[data-theme="dark"] .section-overlay{
    opacity: 1;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.centered-block{
    margin-left: auto !important;
    margin-right: auto !important;
}
.vertical-center-block{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 70vh;
    align-items: center;
}
.img-reveal-wrapper {
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 100%;
    min-height: 450px;
    /*border-radius: 10px;*/
}
.img-reveal-wrapper img{
    transform: translateX(100%);
    opacity: 0;
    will-change: transform, opacity;
}
.img-full{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 800px;
    display: block;
}
.img-responsive{
    width: 100%;
    display: block;
}
.content-block{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 600px;
    /*align-items: stretch;*/
    /*min-height: 100%*/
}
.content-block .smooth-heading {
    margin-bottom: 0;
}
.service-block{
    border-radius: 20px;
    overflow: hidden;
    min-height: 400px;
    padding: 40px;
    position: relative;
    margin: 30px 0 0;
    transition: transform 0.4s ease
}
.mega-menu .service-block{
    min-height: 150px;
    margin: 0 0 10px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: flex-start;*/
   width: 25%;
}
.mega-menu .service-block .btn-icon{
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin-left: 10px
}
.mega-menu .p2 {
    font-size: 20px;
    letter-spacing: 0;
}
.service-block img {
    transition: transform 0.4s ease;
    width: 100%;
    display: block;
}
.mega-menu .service-block img{
    filter: brightness(0.7);
}

.service-block:hover img {
    transform: scale(1.03);
}
.service-block .d-flex{
    color: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.service-block img{
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}
.service-block a {
    width: 100%;
}
.stats{
    gap: 50px;
    max-width: 1000px
}
.stat{
    width:33%
}
/*.project-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.project-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: none;
}

.project-track .col-6 {
    flex: 0 0 auto;
    !*width: 80vw;*!
    margin-right: 40px;
}*/

/* Add horizontal padding to each slide */
#gallery-carousel{
    margin: 50px 0 0;
    overflow-x: hidden;
}
#gallery-carousel .gallery-slide {
    padding: 0 10px; /* 10px on left and right = 20px total gap */
    box-sizing: border-box;
}
.gallery-slide img{
    height: 400px;
    object-fit: cover;
    object-position: center;
}
/* Offset that padding so slides align with the container */
#gallery-carousel .slick-track {
    margin-left: -10px;
    margin-right: -10px;
}

.project-block{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #eef5fc
}
.project-block .content{
    padding: 20px;
}
.project-block img {
    height: 303px;
    object-fit: cover;
    /*margin-bottom: 20px;*/
}
.col-6 .project-block img{
    height: 400px;
}
.project-block .d-flex {
    width: 100%;
    justify-content: space-between;
}
.project-block .subhead{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    /*background: #fff*/
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #1a2b4c; /* dark blue or your brand color */
}

.benefits-list .icon {
    width: 24px;
    height: 24px;
    background-color: #edf4fb; /* soft circle background */
    padding: 6px;
    border-radius: 50%;
}

.btn-icon{
    background-color: #c1fc80;
    color: #000 !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}
.btn-icon svg {
    transition: transform 0.3s ease;
}

.service-block:hover .btn-icon {
    transform: scale(1.1);
}
.button{
    background-color:#c1fc80;
    /*color: #000;*/
    color: #00213c !important;
    text-decoration: none;
    /*padding: 10px 50px;*/
    border-radius: 50px;
    /*background: rgba(133, 151, 192,1);*/;
    /*background: #fff;*/
    /*border: 2px solid #fff;*/
    /*width: 150px;*/
    /*height: 150px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*margin: 0 auto;*/
    transition: color 0.3s ease;
    position: relative;
    padding: 15px 40px;
    line-height: 1;
    /*text-transform: uppercase;*/
    font-size: 16px;
    /*letter-spacing: 1px;*/
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}
.button-icon{
    background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 40px;
    flex: 0 0 auto;
    width: auto;
    padding: 10px 10px 10px 40px;
}
.button-icon img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.button-link {
    position: relative;
    padding-bottom: 5px;
    display: inline-flex;
    align-self: flex-start;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    overflow: hidden;
}

.button-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background-color: currentColor;
    transition: width 0.4s ease;
}

.button-link:hover::after {
    width: 100%;
}
.active{
    border-bottom: 1px solid;
}
.scroll-image {
    width: 80%;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
    transform: scale(0.95);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
.img-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-end;
    justify-content: center;
}

.img-right img {
    width: 90%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    opacity: 0.95;
    transition: transform 0.4s ease;
}
.img-right img:hover {
    transform: scale(1.02);
}
.vertical-scroll-wrapper {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.vertical-scroll-track {
    display: flex;
    flex-direction: column;
}

.vertical-scroll-track img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    flex-shrink: 0;
    margin-bottom: 20px;
}
.animated-hero-heading {
    overflow: hidden;
    display: inline-block;
}
.animated-hero-heading .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    will-change: transform, opacity;
}

.d-flex{
    display: flex;
    height: 100%
}
.align-center{
    align-items: center;
    flex-wrap: wrap;
}

/*.button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid white;
    transform: scale(0);
    transition: transform 0.5s ease;
}

.button:hover::before {
    transform: scale(1.05);
}*/
.cta{
  /*  background-image: url("img/solar-panels.jpg");
    background-size: 40%;
    background-position: right;
    background-repeat: no-repeat;*/
    padding: 0;
    background-color: #00213c;
    margin-top: 100px
}
.cta .content-wrapper{
    flex-wrap: wrap;
    display: flex;
    /*flex-direction: column;*/
    align-items: stretch;
    gap: 30px;
    padding: 100px 0 100px 50px
}
.cta .cta-arrow {
    margin: 20px auto;
    display: block;
    opacity: 0;
    transform: translateY(-20px);
}
.cta .content-block p, .cta .content-block{
    max-width: 100%;
    width: 100%;
}
footer{
    padding: 50px 0;
    font-size: 18px;
    background: #eef5fc;
}
footer p{
    margin: 20px 0;
    font-size: 14px;
}
footer .row{
    align-items: center
}
.footer-nav{
    float: right
}
footer h4{
    font-size: 23px;
    margin-bottom: 10px;
}
footer ul{
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
footer ul li{
    margin-bottom: 10px;
    font-size: 16px
}

.map-section{
    /*background: #00213c;*/
    background: #eef5fc;
    margin-top: 100px;
    padding: 80px 0 60px;
    /*color: #fff*/
}
.map-section .row{
    align-items: center;
}
.map-section .subhead{
    background: #fff
}
.map-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 50px;
}
.map-img{
    width: 100%
}
.location{
    display: flex;
    gap: 30px;
    align-items: center;
}
.location-list{
    column-count: 2;
    width: 80%;
}
.location-list li{
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    /*min-width: 50%;*/
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
    border: none;
    position: relative;
}
.location-list li.active {
    opacity: 1;
    border: none;
    font-weight: bold;
    /*border-bottom: 1px solid #c1fc80;*/
}
.location-list li.active:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c1fc80;
    border-radius: 50%;
    position: absolute;
  left: -15px;
    top: 5px;
}
.location {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.location.active {
    display: flex;
    opacity: 1;
    border: none;
    justify-content: space-between;
    width: 80%;
}
.map-marker {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #c1fc80;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    transition: opacity 0.3s, transform 0.3s;
    border: none;
}
.location.active {
    display: flex;
    opacity: 1;
}
.location-contact{
    width: 80%;
}
.map-marker {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    /*opacity: 0.5;*/
    transition: opacity 0.3s, transform 0.3s;
    z-index: 2;
    cursor: pointer;
}
.map-marker.active {
    opacity: 1;
    background: #c1fc80;
    transform: translate(-50%, -50%) scale(1.2);
}
.location-img img{
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff
}
/* Container reset */
.jotform-form {
    font-family: inherit;
    /*background: #111;*/
    /*color: #fff;*/
    padding: 0;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}
.jotform-form ul{
    margin: 0;
    padding: 0
}
.jotform-form li{
    list-style: none;
}

/* Remove default borders and box-shadows */
.form-all, .form-line, .form-input-wide {
    border: none !important;
    box-shadow: none !important;
}

/* Labels */
.form-label {
    /*color: #ccc;*/
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 10px;
    display: block;
}

/* Inputs and Textareas */
.form-textbox, .form-textarea {
    width: 100% !important;
    background-color: #fff;
    color: inherit;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}
span.error-navigation-message {
    font-size: 13px;
}
.form-error-message img {
    display: none;
}
button.error-navigation-next-button {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
}
.form-textbox:focus,
.form-textarea:focus {
    border-color: #c1fc80;
    outline: none;
}

/* Button styling */
.form-submit-button {
    background: #c1fc80;
    color: #000;
    border: none;
    padding: 18px 28px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s ease;
    width: 100%;
    font-family: inherit;
    text-transform: none;
}

.form-submit-button:hover {
    background-color: #a8e46f;
}

/* Required star */
.form-required {
    color: inherit;
}

/* Error fix spacing */
.form-line {
    margin-bottom: 24px;
}

/* Remove hidden field spacing */
.form-line[style*="display:none"] {
    margin: 0 !important;
}
.contact-text{
    margin-top: 100px;
    max-width: 500px;
}
.testimonial{
    margin-top: 60px;
    max-width: 300px;
    /*float: right;*/
}
.testimonial p{
    font-style: italic;
    font-size: 0.9em;
}
.testimonial .author{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px
}
.author-name h5{
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px
}
.testimonial img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.services-carousel-wrapper,.gallery-carousel-wrapper {
    position: relative;
    padding-top: 50px;
}

.carousel-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.carousel-nav button {
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
    background: #ecf5fc;
    font-weight: 300;
    padding: 0 0 3px 1px;
}

.carousel-nav button:hover {
    background: #a8e46f;
}
#services-carousel .slick-slide {
    padding: 0 10px; /* half the desired gap */
    box-sizing: border-box;
}

#services-carousel {
    margin: 0 -10px; /* to offset the inner slide padding */
}
.slick-list{
    overflow: visible;
}

.timeline {
    position: relative;
    /*max-width: 900px;*/
    /*margin: 100px auto;*/
    /*padding: 0 20px;*/
}

.timeline-line {
    position: absolute;
    top: 2px;
    left: 40px;
    width: 2px;
    height: 100%;
    background: #edf4fb;
}

.timeline-step {
    display: flex;
    /*align-items: center;*/
    margin-bottom: 3px;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    padding: 40px;
    background: #edf4fb;
    gap: 50px;
}

.step-label {
    width: 80px;
    font-weight: 500;
    position: relative;
    margin-right: 40px;
    text-align: right;
    font-size: 20px;
    padding-left: 20px;
    margin-top: 12px
}

.step-label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #00213c;
    /*background: #c1fc80;*/
    border-radius: 50%;
    /*border: 2px solid #00213c;*/
}

.step-content {
    flex: 1;
}
.step-content p{
    margin-top: 10px;
    max-width: 900px;
}
.timeline-step.active {
    opacity: 1;
    border: none;
}

.timeline-step.active .step-label::before {
    background: #c1fc80;
}
.accordion-item {
    padding: 40px 40px 30px;
    background: #edf4fb;
    font-family: inherit;
    margin-bottom: 5px
}
.accordion-item.active{
    border: none;
}
.accordion-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    /*padding: 16px;*/
    cursor: pointer;
    font-family: inherit;
    position: relative;
    padding-right: 30px;
    /*font-weight: 600;*/
}
.accordion-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    transition: transform 0.3s ease;
    font-weight: 300
}

/* When active, change to minus */
.accordion-item.active .accordion-question::after {
    content: "–";
}
.accordion-answer {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    margin-top: 10px;
    /*padding: 0 16px;*/
}

.accordion-item.active .accordion-answer {
    /* optional: add bottom padding only when open */

}

@media screen and (min-width: 1700px){
    body{
        font-size: 18px;
    }
    section{
        padding: 150px 0 0
    }
    .map-section{
        margin-top: 150px
    }
    header, .logo h1, footer, .button{
        font-size: inherit;
    }
    #hero{
        min-height: 80vh;
    }

    h2 {
        font-size: 90px;
    }
    h3{
        font-size: 70px;
    }
    .content-block p{
        /*max-width: 500px;*/
    }

    .project-block img {
        height: 503px;
    }

  section  .service-block{
        min-height: 700px
    }
}
@media screen and (max-width: 1370px){
    h2{
        font-size: 70px
    }
    h3{
        font-size: 40px;
    }
}
@media screen and (max-width: 992px){
    body{
        font-size: 16px;
    }
.container{
    max-width: 95%
}

    .p2 {
        font-size: 1.4em;
        max-width: 1120px;
    }

    .services h4{
        font-size: 40px;

    }
    .row{
        flex-wrap: wrap;
    }
    .col-6, .col-4, .col-8, .col-7, .col-5{
        width: 100%
    }
    .content-block {
        min-height: 200px;
    }
    .img-transition{
        height: 100%
    }
    .vertical-title-wrapper{
        padding-left: 10px;
    }
    .vertical-text{
        font-size: 18px;
    }

    .hero{
        margin-top: -120px;
        /*min-height: 100px;*/
    }
    .short-hero{
        margin-top: -70px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-nav {
        float: none;
    }
    footer .site-navigation ul li {
        margin: 0 10px 0 0;
    }
    .vertical-center-block{
        min-height: 0
    }
    .vertical-scroll-wrapper{
        height: 500px
    }
    .vertical-scroll-wrapper img{
        height: 300px
    }
    .img-reveal-wrapper{
        min-height: 300px;
    }
    .jotform-form{
        margin-left: 0
    }
    .full-container {
        max-width: 95%;
        margin: 0 auto;
    }
    .contact-text {
        margin-top: 50px;
    }

    .anchor-content-block {
        margin: 0 0 40px;
        scroll-margin-top: 40px;
    }
/*}
@media screen and (max-width: 499px) {*/
    .submenu-arrow {
        background-image: url("img/arrow-down-dark.svg");
    }
    .menu-toggle {
        display: block;
        /*color: #00213c;*/
    }
    .menu-toggle.open {
        /*display: block;*/
        color: #00213c;
    }
    .top-bar{
        font-size: 14px;
    }
    .mega-menu .service-block{
        min-height: 80px;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 250px;

    }
    .mega-menu .p2 {
        font-size: 18px;
        letter-spacing: 0;
    }
    .mega-menu .btn-icon {
        width: 20px;
        height: 20px;
        margin-left: 10px
    }
    .stats {
        flex-wrap: wrap;
        gap: 30px
    }
    .stat{
        width: 40%
    }
    .service-block{
        padding: 20px;
    }
    .map-section{
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .location-list, .location-contact, .location.active{
        width: 100%;
        margin: 0 auto
    }
    .cta{
        margin-top: 0
    }
    .cta .content-wrapper {
        padding: 50px 20px 100px 20px;
    }
   header .site-navigation ul li {
        display: block;
        margin: 20px 0;
        width: 100%;
       font-size: 30px;
    }
  header  .site-navigation {
      position: fixed;
      border-radius: 0;
      top: 0;
      right: -100%;
      width: 80%;
      height: 100vh;
      transition: right 0.4s ease;
      padding: 60px 40px !important;
      z-index: 9;
      max-width: 250px;
      display: flex;
      align-items: center;
      background: #fff;
      color: #00213c;
    }

    header .site-navigation.open {
        right: 0;
        border-radius: 0;
        width: 100%;
        background: #fff;
        color: #00213c;
    }

   header .site-navigation ul {
       flex-direction: column;
       gap: 40px;
    }
    .services h4{
        font-size: 30px;
    }
    .conceptual-circles{
        min-height: 120px;
        /*margin: 0 0 40px;*/
    }
    .circle{
        width: 100px;
        height: 100px;
        font-size: 18px;
    }
    h2 {
        font-size: 45px;
    }
    .cta   h2 {
        font-size: 35px
    }
    h3{
        font-size: 30px;
    }
    header{
        font-size: 14px;
    }
    .submenu-arrow {
        margin: 5px 0 0 0;
    }
   /* .hero{
        padding: 0 10px 50px;
    }*/
    section{
        padding: 50px 10px 50px 10px;
        box-sizing: border-box;
    }
    #gallery-carousel{
    margin: 0
    }
    .gallery-slide{
        min-width: 150px;
    }
    .gallery-slide img {
        height: 200px;
    }
    .timeline-step{
        padding: 20px;
        gap: 20px;
    }
    .step-label {
        padding-left: 0;
        margin-right: 0;
        font-size: 0;
        width: 0px;
        margin-left: 0;
    }
    .step-label::before{
        top: 0px;
        left: -10px;
    }
    .accordion-item {
        padding: 20px 20px 10px;
    }
    .accordion-question{
        font-size: 18px;
    }
}