/*bootstrap 5 override*/
:root {
    --navy: #142744;
    --blue: #2563eb;
    --blue-dark: #1a47b8;
    --blue-deep: #0d2259;
    --blue-light: #eff6ff;
    --blue-mid: #bfdbfe;
    --orange: #eb6604;
    --orange-lt: #fff7ed;
    --green: #10b981;
    --green-lt: #d1fae5;
    --white: #ffffff;
    --g50: #f8fafc;
    --g100: #f1f5f9;
    --g200: #e2e8f0;
    --g300: #cbd5e1;
    --g400: #94a3b8;
    --g500: #64748b;
    --g700: #334155;
    --g800: #1e293b;
    --g900: #0f172a;
}

.offcanvas {
    z-index: 1051;
    background-color: rgba(0, 119, 249);
}

.navbar {
    transition: all .2s ease-out;
}

.navbar-transparent {
    background-color: transparent;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}



.offcanvas-body {
    justify-content: flex-end;
}

.offcanvas-body>.navbar-nav>.nav-item.dropdown>.dropdown-menu.show {
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
    border-radius: 0;
}

.carousel-caption {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15); /* Black color with 0.6 opacity */
  pointer-events: none; /* Allows clicks to pass through */
}

.badge {
    line-height: 18px !important;
    margin-bottom: 5px;
}

.modal-header {
    border-bottom: 0 !important;
}

.modal-footer {
    border-top: 0 !important;
}

.modal-stat-row {
    display: flex;
    gap: 0;
    border: 1px solid var(--g200);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.modal-stat {
    flex: 1;
    padding: 10px;
    text-align: center;
    border-right: 1px solid var(--g200);
    background: var(--g50);
}

.modal-stat .ms-num {
    font-size: 18px;
    font-weight: 800;
    color: var(--blue);
    line-height: 1;
}

.modal-stat .ms-lbl {
    font-size: 12px;
    color: var(--g400);
    margin-top: 3px;
    font-weight: 500;
}

.btn-modal {
    position: relative;
    float: right;
    margin: 20px 0px;
    border-radius: 50%;
    border: 0px;
    background-color: rgb(232, 232, 237);
    height: 24px;
    width: 24px;
    margin-right: 5px !important;
    margin-top: 5px !important;
    text-align: center;
}

.accent-rule{
    width: 46px;
    height: 3px;
    background: var(--orange);
    border-radius: 2px;
    margin-bottom: 16px;
}

.sf-lede {
    font-size: 0.92rem;
    line-height: 1.5;
}

.img-trio{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.img-trio img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}

/* Divider arrow */
.arrow-divider{
    display:flex;
    align-items:center;
    margin: 26px 0 24px;
}
.arrow-divider .line{
    flex:1;
    height: 2px;
    background: linear-gradient(to right, #E7E9EE, var(--orange));
}
.arrow-divider span{
    color: var(--orange);
}

/* Three-up feature columns */
.feature-col{
    display:flex;
    gap: 20px;
    border-right: 1px solid #DADEE7;
    min-height: 175px;
}

.feature-col:last-child{
    border-right: 0;
}

.feature-icon{
    flex: none;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1.5px solid #F3C3AA;
    background: #FCE7DD;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #E8672F;
    font-size: 20px;
}
.feature-col h6{
    color: var(--navy);
    font-weight: 800;
    font-size: 0.96rem;
    margin-bottom: 6px;
}
.feature-col p{
    color: var(--body-text);
    font-size: 0.83rem;
    line-height: 1.55;
    margin-bottom: 0;
}

/* Bottom strip */
.bottom-strip{
    grid-template-columns: repeat(5, 1fr);
    background: #F5F6FA;
    border-radius: 12px;
    padding: 12px 0;
    display: grid;
    align-items:center;
    flex-wrap: wrap;
    width: 100%;
}
.brand-badge{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 17px;
    flex: none;
}
.bottom-strip .brand-copy{
    line-height: 1;
    padding-right: 10px;
    margin-right: 4px;
}

.strip-item{
    display:flex;
    align-items:center;
    gap: 15px;
    border-right: 1px solid #DADEE7;
    padding: 5px 15px;
}

.strip-item:last-of-type{
    border-right:0;
}
.strip-item i{
    color: var(--navy);
    font-size: 17px;
}
.strip-item span{
    color: var(--navy);
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1;
}

/*font face*/
@font-face {
    font-family: 'Roboto';
    src: url('../../vendors/googlefonts/roboto/static/Roboto-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Inter';
    src: url('../../vendors/googlefonts/inter/static/Inter_18pt-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Outfit';
    src: url('../../vendors/googlefonts/outfit/static/Outfit-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
}

@keyframes heartbeat116 {

    0%,
    100% {
        width: 100%;
    }

    50% {
        width: 60%;
    }
}

/*website styles*/

body {
    font-family: 'Inter';
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Outfit';
    font-weight: bold;
}

.no-spacer {
    width: 100%;
    height: 0px;
}

.top-spacer {
    width: 100%;
    height: 84px;
}


.carousel-caption h1,
.carousel-caption h2,
.carousel-caption p {
    text-align: left;
}

.carousel-caption a {
    position: relative;
    float: left;
}

.carousel-caption h2 {
    font-family: 'Outfit';
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.5rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .7);
    color: #F8FAFC;
}

.carousel-caption p {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .7);
}

.bg-dark-theme {
    background-color: rgb(11, 31, 58);
    color: rgb(255, 255, 255);
}

.padding80 {
    padding: 80px 0px;
}

.padding-top-80 {
    padding: 80px 0px 0px 0px;
}

.padding-top-50 {
    padding: 50px 0px 0px 0px;
}

.pt50-pb80 {
    padding: 50px 0px 80px 0px;
}

p {
    line-height: 32px;
}

.nav-item>.nav-link {
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.nav-item>.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: rgb(37, 99, 235);
    width: 0%;
    transition: width 0.3s ease;
}

.nav-item>.nav-link:hover::after,
.nav-item>.nav-link.active::after {
    width: 100%;
    animation: heartbeat116 1.5s ease-in-out 0.3s infinite;
}

h1.heading-title-blue {
    /*color: rgb(37, 99, 235);*/
    color: rgb(0, 119, 249);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 18px;
    margin-bottom: 15px;
}

h1.heading-title-green {
    color: rgb(0, 177, 44);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 18px;
    margin-bottom: 15px;
}

h1.heading-title-orange {
    color: rgb(235, 102, 4);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 18px;
    margin-bottom: 15px;
}

h2.subheading-title {
    font-size: 2.75rem;
    line-height: 45px;
    margin-bottom: 20px;
}

.heading-title-blue {
    color: rgb(37, 99, 235);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

p.hero {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

p.lead {
    color: #64748b;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
}

p.lead-white {
    color: rgba(255, 255, 255, .72);
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
}

p {
    font-weight: 400;
}

p>strong {
    color: rgb(37, 99, 235);
}

.img-m50 {
    margin: 50px 0;
}

.img-rounded {
    border-radius: 25px;
}

.img-thumbnail-rounded {
    border-radius: 5px;
}

.font-shadow {
    text-shadow: 0 1px 5px rgba(0, 0, 0, .7);
}



.pv-technology-background {
    background: url('../../uploads/images/pv-technology-background.webp') top center / cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .5);
    color: #fff;
}

.insights-background {
    background: url('../../uploads/images/footer-background-3.webp') bottom center / cover;
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, .8);
}

.get-in-touch-background {
    background: url('../../uploads/images/footer-background-3.webp') bottom center / cover;
    box-shadow: inset 0 0 0 1000px rgba(37, 99, 235, .9);
    color: #fff;
}

.about-description,
.about-image {
    opacity: 0;
}

.about-description.animate__animated,
.about-image.animate__animated {
    opacity: 1;
}

.contribution-background {
    background: url('../../uploads/images/contribution-background.webp') top center / cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .5);
    color: #fff;
}

.contribution-icon>span {
    font-size: 48px;
    color: rgb(0, 177, 44);
    text-shadow: 0 1px 5px rgba(0, 0, 0, .5);

}

.strength-image {
    opacity: 0;
}

.strength-image.animate__animated {
    opacity: 1;
}

.strength-icon>span {
    font-size: 42px;
    color: rgb(37, 99, 235);
}

.contribution-info>h3,
.strength-info>h3 {
    font-weight: bold;
    font-size: 28px;
}

.contribution-info>p,
.strength-info>p {
    margin-bottom: 0;
}

.contribution-title,
.strength-title {
    color: #94a3b8;
    font-size: 14px;
    line-height: 20px;
}

.safety-counter {
    font-weight: bold;
    color: rgb(235, 102, 4);
    margin-top: 38px;
}

.safety-title {
    font-size: 18px;
    color: #949597;
    font-style: italic;
}

.btn-white {
    background-color: #fff;
    color: rgb(37, 99, 235);
}

.btn-white:hover {
    background-color: rgb(235, 102, 4);
    color: #fff;
}

.btn-orange {
    background-color: rgb(235, 102, 4);
    color: #fff;
}

.btn-orange:hover {
    background-color: var(--orange-lt);
    color: var(--orange);
}

.btn-transparent {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .08);
    color: #fff;
}



.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 2px solid var(--blue);
    border-radius: 5px;
}





.top-banner {
    background-repeat: no-repeat !important;
    background-position-x: center !important;
    background-position-y: center !important;
    background-size: cover !important;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .15);
    color: #fff;
}

.top-banner-description {
    display: flex;
    align-items: center;
    /* Vertically centers the items */
    height: 100%;
    /* Requires a defined height to see vertical centering */
}

.vision-box,
.mission-box {
    border-radius: 25px;
    padding: 25px;
    min-height: 350px;
    margin: 15px 0;
    border: 1px solid #e2e8f0;
    min-height: 450px;
}

.vision-box {
    color: #fff;
    background-color: rgba(37, 99, 235, 0.9);
    backdrop-filter: blur(4px);
}

.mission-box {
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(2px);
}

.badge-light {
    background: rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .9);
}

.vision-mission-background {
    background: url('../../uploads/images/vision-mission-background.webp') bottom right /cover;
    box-shadow: inset 0 0 0 1000px rgba(248, 250, 252, .8);
}

.vision-mission-image {
    width: 64px;
    height: 64px;
    font-size: 22px;
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 20px;
    background-color: #eff6ff;
    color: rgb(37, 99, 235);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-box>h3,
.mission-box>h3 {
    margin-bottom: 24px;
}

.team-background {
    background: url('../../uploads/images/our-team.webp') bottom center / cover;
    box-shadow: inset 0 0 0 1000px rgba(11, 31, 58, .8);
    color: #fff;
}

.timeline-wrap {
    position: relative;
    margin-top: 48px;
}

.timeline-wrap::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: rgba(255, 255, 255, .32);
    transform: translateX(-50%);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.tl-item:nth-child(odd) {
    flex-direction: row;
}

.tl-item:nth-child(even) {
    flex-direction: row;
}

.tl-item:nth-child(odd) .tl-card {
    margin-right: auto;
    text-align: right;
}

.tl-item:nth-child(even) .tl-card {
    margin-left: auto;
    text-align: left;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.tl-item {
    display: flex;
    gap: 0;
    margin-bottom: 36px;
    position: relative;
    align-items: flex-start;
}



.tl-card {
    width: calc(50% - 40px);
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    padding: 20px 22px;
    backdrop-filter: blur(4px);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.tl-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    top: 12px;
}

.tl-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2563eb;
    border: 2px solid #ffffff;
    ;
    z-index: 2;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.tl-dot.orange {
    background: #eb6604;
}

.tl-year-badge.orange {
    background: #eb6604;
}

.tl-dot.green {
    background: #10b981;
}

.tl-year-badge.green {
    background: #10b981;
}

.tl-year-badge {
    background: #2563eb;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 10px;
    margin-top: 5px;
    border-radius: 20px;
    letter-spacing: .5px;
    white-space: nowrap;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.awards-certifications-box {
    border: 1px solid #e2e8f0;
    border-radius: 25px;
    padding: 25px;
    min-height: 500px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: hsla(0, 0%, 100%, .2);
}

.awards-certifications-img {
    width: 100%;
    margin-bottom: 15px;
}

.awards-certifications-info {
    width: 100%;
}

.get-in-touch-title {
    font-family: 'Inter';
}

.svc-step-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.deliverable-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 28px;
}

.d-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 12px;
}

.d-item .di-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: #eff6ff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 20px;
}

.d-item span {
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    line-height: 1.4;
    margin-top: 5px;
}

.sector-card {
    /*background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 25px;
    overflow: hidden;
    
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);*/
    border: 1px solid rgba(255, 255, 255, .09);
    transition: border-color .28s, transform .28s;
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(20px);
    background: hsla(0, 0%, 100%, .2);
    border-radius: 25px;
    margin-top: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    cursor: pointer;
}

.sector-card:hover {
    /*border-color: rgba(37,99,235,.55);*/
    transform: translateY(-5px);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.sector-card:hover .sector-card-img {
    transform: scale(1.05);
}

.sector-card-body>h4 {
    margin-top: 10px;
}

.reveal-delay-1 {
    transition-delay: .1s;
}

.reveal-delay-2 {
    transition-delay: .2s;
}

.reveal-delay-3 {
    transition-delay: .3s;
}

.reveal-delay-4 {
    transition-delay: .4s;
}

.reveal-delay-5 {
    transition-delay: .5s;
}



.sector-card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.sector-card-body {
    padding: 24px 22px;
}

.sector-card p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, .58);
    line-height: 1.7;
    margin-bottom: 18px;
    min-height: 100px;
}



.sector-meta {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.sector-meta-item {
    text-align: center;
    width: 33%;
}

.sector-meta-item .m-num {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    line-height: 1;
}

.sector-meta-item .m-num span {
    font-size: 18px;
    color: #eb6604;
}

.sector-meta-item .m-lbl {
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
    margin-top: 2px;
    font-weight: 500;
}

.sector-read-more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #eb6604;
    text-decoration: none;
    transition: gap .2s;
}

.sector-read-more>span {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 24px;
    color: #fff;
    background-color: #eb6604;
}



.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px !important;
    height: 80px !important;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin: 0 10px;
    background: #ffffff;
    flex-shrink: 0;
    transition: border-color .2s, box-shadow .2s;
    padding: 12px 20px;
}

.logo-item:hover {
    border-color: #bfdbfe;
    box-shadow: 0 4px 16px rgba(37, 99, 235, .1);
}

/* SVG/text-based placeholder logos */
.logo-inner {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'Inter', sans-serif;
    pointer-events: none;
}

.logo-inner svg {
    flex-shrink: 0;
}

.logo-name {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -.3px;
    white-space: nowrap;
}



/*map legend*/
.map-legend {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 5px;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
}

.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}



.region-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 32px;
}

.region-item {
    transition: background .22s, border-color .22s;
    cursor: pointer;
    background: var(--g50);
    border: 1px solid var(--g200);
    border-radius: 8px;
    padding: 10px 12px;
}

.align-items-start {
    align-items: flex-start !important;
}



.region-name {
    font-weight: 700;
    color: var(--g700);
    margin-bottom: 4px;
}

.legend-primary {
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.legend-warning {
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.legend-success {
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}



.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   PROJECT PORTFOLIO — HORIZONTAL SCROLL
   ============================================================ */
.portfolio-section {
    padding: 88px 0 0;
    background: #f8fafc;
}

.portfolio-section+.portfolio-section {
    padding-top: 56px;
}

.portfolio-last {
    padding-bottom: 88px;
}

/* Category header */
.cat-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0px;
    flex-wrap: wrap;
    gap: 12px;
}

.cat-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.ci-blue {
    background: #eff6ff;
    color: #2563eb;
}

.ci-orange {
    background: #fff7ed;
    color: #eb6604;
}

.ci-green {
    background: #fff7ed;
    color: #10b981;
}

.cat-title {
    font-weight: 800;
    color: var(--g900);
    margin-bottom: 2px;
}

.cat-count {
    color: var(--g400);
    font-weight: 500;
}

.scroll-btns {
    display: flex;
    gap: 8px;
}

.scroll-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid #e2e8f0;
    background: #ffffff;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    transition: all .2s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.scroll-btn:hover {
    border-color: #2563eb;
    color: #2563eb;
    background: #eff6ff;
}

/* Scroll track */
.h-scroll-outer {
    overflow: hidden;
    position: relative;
}

.h-scroll-outer::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    /*background:linear-gradient(to right,transparent,#f8fafc);*/
    pointer-events: none;
}

.h-scroll-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 16px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.h-scroll-track::-webkit-scrollbar {
    display: none;
}

/* Project card */
.proj-card {
    flex: 0 0 320px;
    background: #fff;
    border: 0px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .25s, border-color .25s, box-shadow .25s;
    position: relative;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

.proj-card:hover {
    transform: translateY(-5px);
    border-color: #bfdbfe;
    box-shadow: 0 12px 32px rgba(37, 99, 235, .12);
}

.proj-card-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.proj-card:hover .proj-card-img {
    transform: scale(1.04);
}

.proj-card-img-wrap {
    overflow: hidden;
    position: relative;
}

.proj-status {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
}

.ps-completed {
    background: rgba(16, 185, 129, .85);
    color: #fff;
}

.ps-ongoing {
    background: rgba(235, 102, 4, .85);
    color: #fff;
}

.proj-mw-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(9, 30, 90, .75);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .15);
}

.proj-card-body {
    padding: 18px 18px 20px;
}

.proj-location {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #94a3b8;
    font-weight: 500;
    margin-bottom: 7px;
    min-height: 42px;
}

.proj-location span {
    color: #2563eb;
    font-size: 14px;
}

.proj-card-body h5 {
    font-weight: 700;
    color: var(--g900);
    margin-bottom: 8px;
    line-height: 1.35;
    min-height: 55px;
}

.proj-card-body p {
    color: var(--g500);
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 70px;
}

.proj-meta-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding-top: 12px;
    border-top: 1px solid var(--g100);
}



.proj-detail-btn {
    font-weight: 600;
    color: var(--blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    transition: gap .2s;
    border: none;
    background-color: transparent;
}

.proj-detail-btn:hover {
    gap: 8px;
    color: var(--blue);
}

/**/

/*project experience modal*/
.spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.spec-item {
    background: var(--g50);
    border: 1px solid var(--g200);
    border-radius: 8px;
    padding: 10px 12px;
}

.spec-item .si-label {
    font-size: 12px;
    color: var(--g400);
    font-weight: 500;
    margin-bottom: 0px;
}

.spec-item .si-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--g800);
}

.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide__slide {
    opacity: 1;
}

.modal-body .modal-logo {
    width: auto;
    height: 60px;
    margin-bottom: 0px;
}

.modal-body p {
    color: var(--g500);
    line-height: 1.65;
    margin-bottom: 20px;
}

.modal-proj-location {
    margin-bottom: 15px;
    color: var(--g500);
}

.modal-proj-location>span {
    color: #EA4335;
}

.modal-sow {
    color: var(--g500);
    line-height: 1.65;
    padding-left: 18px;
    margin-bottom: 0;
}

/*end project experience modal*/

/*insights*/
.result-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.result-count {
    font-size: 16px;
    color: var(--g500);
}

.sort-select {
    border: 1.5px solid var(--g200);
    border-radius: 6px;
    color: var(--g700);
    padding: 6px 12px;
    outline: none;
    background: var(--white);
    cursor: pointer;
}

/* Category pills */
.cat-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cat-pill {
    border: 1.5px solid var(--g200);
    background: var(--white);
    color: var(--g500);
    padding: 7px 16px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.cat-pill i {
    font-size: 13px;
}

.cat-pill:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.cat-pill.active {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}

.cat-pill .pill-count {
    background: rgba(0, 0, 0, .08);
    color: inherit;
    padding: 1px 10px;
    border-radius: 10px;
}

.cat-pill.active .pill-count {
    background: rgba(255, 255, 255, .2);
}

.border-bottom {
    border-bottom: 1px solid var(--g200);
}

/*home insights other article*/
.other-article-card {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    transition: box-shadow .25s;
    cursor: pointer;
    margin-bottom: 18px;
}

.other-article-card:hover {
    box-shadow: 0 12px 40px rgba(37, 99, 235, .12);
}

.other-article-img-wrap {
    position: relative;
    overflow: hidden;
}

.other-article-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 220px;
    transition: transform .4s;
}

.other-article-card:hover .other-article-img-wrap img {
    transform: scale(1.04);
}

.other-article-body {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.other-article-body h5 {
    color: var(--g900);
    line-height: 1.3;
    margin-bottom: 12px;
}

.other-article-body p {
    color: var(--g500);
    line-height: 1.65;
    margin-bottom: 20px;
}

/*end home insights other article*/

/* ── FEATURED ARTICLE ── */


.featured-card {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    transition: box-shadow .25s;
    cursor: pointer;
}

.featured-card:hover {
    box-shadow: 0 12px 40px rgba(37, 99, 235, .12);
}

.featured-img-wrap {
    position: relative;
    overflow: hidden;
}

.featured-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 340px;
    transition: transform .4s;
}

.featured-card:hover .featured-img-wrap img {
    transform: scale(1.04);
}

.featured-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--blue);
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
}

.featured-body {
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cat-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    width: fit-content;
}

.featured-body h2 {
    color: var(--g900);
    line-height: 1.3;
    margin-bottom: 12px;
}

.featured-body p {
    color: var(--g500);
    line-height: 1.65;
    margin-bottom: 20px;
}

.art-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.art-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: var(--g400);
}

.art-meta-item i {
    font-size: 14px;
}

.art-hidden{
    display:none;
}

.featured-body>.btn {
    width: fit-content;
}

/* Category colour tokens */
.cat-project {
    background: rgba(37, 99, 235, .1);
    color: var(--blue);
}

.cat-industry {
    background: rgba(16, 185, 129, .12);
    color: #065f46;
}

.cat-tech {
    background: rgba(139, 92, 246, .12);
    color: #5b21b6;
}

.cat-hse {
    background: rgba(235, 102, 4, .12);
    color: #c2410c;
}

.cat-company {
    background: rgba(245, 158, 11, .12);
    color: #92400e;
}

/* ── ARTICLE GRID ── */


.home-art-card-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.art-card {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .25s, border-color .25s, box-shadow .25s;
    cursor: pointer;
}

.art-card:hover {
    transform: translateY(-4px);
    border-color: var(--blue-mid);
    box-shadow: 0 10px 28px rgba(37, 99, 235, .1);
}

.art-card-img-wrap {
    position: relative;
    overflow: hidden;
}

.art-card-img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.art-card:hover .art-card-img {
    transform: scale(1.05);
}

.art-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.art-card-body p {
    color: var(--g500);
    line-height: 1.65;
    margin: 14px 0;
}

.art-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid var(--g100);
    margin-top: auto;
}

.read-more-link {
    font-weight: 600;
    color: var(--blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: gap .18s;
}

.read-more-link:hover {
    gap: 8px;
    color: var(--blue);
}

.read-time {
    font-size: 14px;
    color: var(--g400);
    display: flex;
    align-items: center;
    gap: 4px;
}

/* No results */
.no-results {
    text-align: center;
    padding: 64px 0;
}

.no-results span {
    font-size: 48px;
    color: var(--g300);
    margin-bottom: 16px;
}

.no-results h4 {
    font-weight: 700;
    color: var(--g700);
    margin-bottom: 6px;
}

.no-results p {
    color: var(--g500);
}

/* Load more */
.load-more-wrap {
    text-align: center;
    margin-top: 80px;
}

.btn-load-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid var(--g200);
    background: var(--white);
    color: var(--g700);
    font-weight: 600;
    padding: 11px 28px;
    border-radius: 7px;
    cursor: pointer;
    transition: border-color .2s, color .2s;
}

.btn-load-more:hover {
    border-color: var(--blue);
    color: var(--blue);
}

/*end insights*/

/*article*/
.art-meta-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.art-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: var(--g400);
}

.art-meta-item i {
    font-size: 11px;
}

.author-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 20px;
    padding: 4px 12px 4px 6px;
}

.author-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--white);
    flex-shrink: 0;
}

.author-name {
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
}

/* READING PROGRESS */


/* ARTICLE LAYOUT */
.article-layout {
    padding: 60px 0 80px;
    background: var(--white);
}

/* Article body typography */
.article-body {
    font-size: 16px;
    line-height: 1.85;
    color: var(--g700);
}

.article-body p {
    margin-bottom: 1.5em;
}

.article-body h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--g900);
    margin: 2em 0 .6em;
    line-height: 1.25;
}

.article-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--g900);
    margin: 1.6em 0 .5em;
}

.article-body ul,
.article-body ol {
    padding-left: 22px;
    margin-bottom: 1.5em;
}

.article-body li {
    margin-bottom: .5em;
    line-height: 1.7;
}

.article-body strong {
    color: var(--g900);
    font-weight: 700;
}

.article-body a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-body p {
    text-align: justify;
}

.article-body blockquote {
    border-left: 4px solid var(--blue);
    background: var(--blue-light);
    padding: 20px 24px;
    border-radius: 0 10px 10px 0;
    margin: 2em 0;
}

.article-body blockquote p {
    font-size: 17px;
    font-weight: 500;
    color: var(--blue-deep);
    font-style: italic;
    margin: 0 0 6px;
    line-height: 1.65;
}

.article-body blockquote cite {
    font-size: 12px;
    color: var(--g500);
    font-style: normal;
}

/* Inline stat callout */
.stat-callout-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--g200);
    border-radius: 12px;
    overflow: hidden;
    margin: 2em 0;
}

.stat-callout-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--g200);
    border-radius: 12px;
    overflow: hidden;
    margin: 2em 0;
}

.sc-item {
    padding: 18px 16px;
    text-align: center;
    border-right: 1px solid var(--g200);
}

.sc-item:last-child {
    border-right: none;
}

.sc-num {
    font-size: 26px;
    font-weight: 800;
    color: var(--blue);
    line-height: 1;
}

.sc-num span {
    font-size: 14px;
    color: var(--orange);
}

.sc-lbl {
    font-size: 11px;
    color: var(--g400);
    margin-top: 4px;
    font-weight: 500;
}

/* Article image */
.art-img-wrap {
    margin: 2em 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.art-img-wrap img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.art-img-caption {
    font-size: 12px;
    color: var(--g400);
    margin-top: 8px;
    display: block;
    text-align: center;
}

/* Tag list */
.art-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 2.5em 0 0;
}

.art-tag {
    font-size: 14px;
    font-weight: 500;
    color: var(--g500);
    border: 1px solid var(--g200);
    border-radius: 20px;
    padding: 4px 12px;
    text-decoration: none;
    transition: all .2s;
}

.art-tag:hover {
    border-color: var(--blue);
    color: var(--blue);
}

/* Share bar */
.share-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid var(--g200);
    border-bottom: 1px solid var(--g200);
    margin: 2em 0;
    flex-wrap: wrap;
}

.share-label {
    color: var(--g700);
}

.share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background .2s, color .2s;
    border: 1.5px solid var(--g200);
    color: var(--g500);
}

.share-btn:hover {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
}

.copy-link-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: var(--g500);
    border: 1.5px solid var(--g200);
    border-radius: 20px;
    padding: 6px 14px;
    cursor: pointer;
    background: var(--white);
    transition: border-color .2s, color .2s;
}

.copy-link-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
}

/* Author card */
.author-card {
    background: var(--g50);
    border: 1px solid var(--g200);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin: 2.5em 0;
}

.author-card-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: var(--white);
}

.author-card h5 {
    font-weight: 700;
    color: var(--g900);
    margin-bottom: 3px;
}

.author-card .role {
    color: var(--g400);
    margin-bottom: 8px;
}

.author-card p {
    color: var(--g500);
    line-height: 1.65;
    margin: 0;
}

/* SIDEBAR */
.sidebar {
    position: sticky;
    top: 120px;
}

.toc-card {
    background: var(--g50);
    border: 1px solid var(--g200);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
    margin-top: 2em;
}

.toc-title {
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--g400);
    margin-bottom: 14px;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-list li {
    margin-bottom: 6px;
}

.toc-list a {
    color: var(--g500);
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
    transition: color .2s;
    padding: 4px 0;
}

.toc-list a:hover,
.toc-list a.active {
    color: var(--blue);
}

.toc-list a .toc-marker {
    width: 2px;
    height: 14px;
    background: var(--g300);
    border-radius: 1px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: background .2s;
}

.toc-list a.active .toc-marker,
.toc-list a:hover .toc-marker {
    background: var(--blue);
}

.sidebar-share {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
}

.sidebar-share p {
    letter-spacing: 1.5px;
    color: var(--g400);
    margin-bottom: 14px;
}

.sidebar-share-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sb-share-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1.5px solid var(--g200);
    border-radius: 8px;
    padding: 9px 14px;
    font-weight: 500;
    color: var(--g700);
    text-decoration: none;
    transition: all .2s;
}

.sb-share-btn:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.sb-share-btn i {
    font-size: 15px;
    width: 18px;
    text-align: center;
}

.related-card-mini {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 0;
    border-bottom: 1px solid var(--g100);
    cursor: pointer;
    text-decoration: none;
}

.related-card-mini:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.related-card-mini img {
    width: 72px;
    height: 56px;
    object-fit: cover;
    border-radius: 7px;
    flex-shrink: 0;
}

.related-card-mini h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--g800);
    line-height: 1.4;
    margin-bottom: 0px;
}

.related-card-mini span {
    font-size: 12px;
    color: var(--g400);
}

.related-card-mini:hover h6 {
    color: var(--blue);
}

/* RELATED ARTICLES */
.related-section {
    padding: 64px 0 88px;
    background: var(--g50);
}

.sec-eyebrow {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--orange);
    display: block;
    margin-bottom: 10px;
}

.sec-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--g900);
    margin-bottom: 0;
}

.sec-title .accent {
    color: var(--blue);
}

.title-rule {
    width: 40px;
    height: 3px;
    background: var(--blue);
    border-radius: 2px;
    margin: 12px 0 28px;
}

.rel-card {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    transition: transform .25s, box-shadow .25s;
}

.rel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(37, 99, 235, .1);
}

.rel-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.rel-card-body {
    padding: 18px;
}

.rel-card-body h5 {
    font-weight: 700;
    color: var(--g900);
    line-height: 1.4;
    margin-bottom: 8px;
}

.rel-card-body p {
    color: var(--g500);
    line-height: 1.6;
    margin-bottom: 12px;
}

.rel-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid var(--g100);
}

.read-link {
    font-weight: 600;
    color: var(--blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.read-link:hover {
    color: var(--blue);
}

.btn-cta-ol {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid rgba(255, 255, 255, .35);
    color: var(--white);
    background: transparent;
    font-weight: 600;
    padding: 11px 24px;
    border-radius: 7px;
    text-decoration: none;
    transition: border-color .2s;
}

.btn-cta-ol:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, .08);
    color: var(--white);
}

/*end article*/

/*contacts*/
/* ── FORM CARD ── */
.form-card {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: 16px;
    padding: 44px 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05);
}

.form-card-header {
    margin-bottom: 32px;
}

/* Enquiry type pills */
.enquiry-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.enq-pill {
    border: 1.5px solid var(--g200);
    background: var(--white);
    color: var(--g500);
    font-size: 16px;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    gap: 6px;
    user-select: none;
}

.enq-pill i {
    font-size: 12px;
}

.enq-pill:hover {
    border-color: var(--blue);
    color: var(--blue);
}

.enq-pill.active {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}

/* Form fields */
.form-group {
    margin-bottom: 20px;
}

.form-label-custom {
    font-weight: 600;
    color: var(--g700);
    margin-bottom: 7px;
    display: block;
}

.required-star {
    color: var(--orange);
}

.form-control-custom {
    width: 100%;
    padding: 11px 16px;
    border: 1.5px solid var(--g200);
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    color: var(--g800);
    background: var(--white);
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.form-control-custom:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);
}

.form-control-custom::placeholder {
    color: var(--g400);
}

.form-control-custom.is-error {
    border-color: #ef4444;
}

.field-error {
    font-size: 11.5px;
    color: #ef4444;
    margin-top: 5px;
    display: none;
}

select.form-control-custom {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

textarea.form-control-custom {
    resize: vertical;
    min-height: 120px;
}

.char-count {
    font-size: 11px;
    color: var(--g400);
    text-align: right;
    margin-top: 4px;
}

/* File upload */
.file-upload-area {
    border: 2px dashed var(--g200);
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    background: var(--g50);
}

.file-upload-area:hover {
    border-color: var(--blue);
    background: var(--blue-light);
}

.file-upload-area.dragover {
    border-color: var(--blue);
    background: var(--blue-light);
}

.file-upload-area span.icon {
    font-size: 48px;
    color: var(--g300);
    margin-bottom: 8px;
    display: block;
}

.file-upload-area p {
    font-size: 14px;
    color: var(--g500);
    margin: 0;
}

.file-upload-area span {
    font-size: 14px;
    color: var(--g400);
}

#fileInput {
    display: none;
}

.file-list {
    margin-top: 10px;
}



/* Consent */
.consent-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 22px;
}

.consent-cb {
    width: 16px;
    height: 16px;
    accent-color: var(--blue);
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
}

.consent-text {
    font-size: 14px;
    color: var(--g500);
    line-height: 1.6;
}

.consent-text a {
    color: var(--blue);
    text-decoration: none;
}

/* Submit btn */
.btn-submit {
    width: 100%;
    padding: 14px 24px;
    background: var(--blue);
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: background .2s, transform .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-submit:hover {
    background: var(--blue-dark);
}

.btn-submit:active {
    transform: scale(.98);
}

.btn-submit.loading {
    pointer-events: none;
    opacity: .8;
}

/* Success state */
.form-success {
    display: none;
    text-align: center;
    padding: 48px 24px;
}

.success-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--green-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--green);
    margin: 0 auto 20px;
}

.form-success h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--g900);
    margin-bottom: 8px;
}

.form-success p {
    font-size: 14px;
    color: var(--g500);
    line-height: 1.7;
    margin-bottom: 24px;
}

.btn-new-enquiry {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid var(--g200);
    color: var(--g700);
    background: var(--white);
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 7px;
    cursor: pointer;
    transition: border-color .2s, color .2s;
    font-family: 'Inter', sans-serif;
}

.btn-new-enquiry:hover {
    border-color: var(--blue);
    color: var(--blue);
}

/* ── INFO COLUMN ── */
.info-col {
    padding-left: 8px;
}

/* Office card */
.office-card {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}

.office-card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.office-card-body {
    padding: 22px;
}

.office-card-body h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--g900);
    margin-bottom: 16px;
}

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 11px 0;
    border-bottom: 1px solid var(--g100);
}

.contact-detail:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.cd-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.cd-blue {
    background: var(--blue-light);
    color: var(--blue);
}

.contact-detail .cd-label {
    font-size: 14px;
    color: var(--g400);
    font-weight: 500;
    margin-bottom: 2px;
}

.contact-detail .cd-value {
    font-size: 16px;
    font-weight: 600;
    color: var(--g800);
}

.contact-detail .cd-value a {
    color: var(--g800);
    text-decoration: none;
    transition: color .2s;
}

.contact-detail .cd-value a:hover {
    color: var(--blue);
}

/* Hours card */
.hours-card {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: 14px;
    padding: 22px;
    margin-bottom: 20px;
}

.hours-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--g900);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--g100);
}

.hours-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.hours-day {
    color: var(--g500);
    font-weight: 500;
}

.hours-time {
    color: var(--g800);
    font-weight: 600;
}

.hours-closed {
    color: var(--g400);
    font-style: italic;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}

.status-open {
    background: var(--green-lt);
    color: #065f46;
}



.live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .4;
    }
}

/* Social card */
.social-card {
    background: var(--white);
    border: 1px solid var(--g200);
    border-radius: 14px;
    padding: 22px;
}

.social-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--g900);
    margin-bottom: 16px;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 10px;
    border: 1px solid var(--g200);
    text-decoration: none;
    transition: border-color .2s, background .2s;
}

.social-link:hover {
    border-color: var(--blue-mid);
    background: var(--blue-light);
}

.sl-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.sl-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--g800);
}

.sl-handle {
    font-size: 14px;
    color: var(--g400);
}

.sl-arrow {
    margin-left: auto;
    color: var(--g300);
    font-size: 18px;
}

.social-link:hover .sl-arrow {
    color: var(--blue);
}

/* ─────────────────────────────────────────
   MAP SECTION
───────────────────────────────────────── */
.map-section {
    padding: 0 0 0;
    background: var(--g50);
}

.map-wrap {
    position: relative;
    height: 420px;
    background: var(--g900);
    overflow: hidden;
    border-top: 4px solid var(--blue);
}

/* Embedded map placeholder (replace with Google Maps embed in production) */
.map-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0d2259 0%, #1a3a8a 50%, #0d2259 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.map-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1400&q=60') center/cover no-repeat;
    opacity: .18;
}

.map-pin-card {
    position: absolute;
    z-index: 3;
    background: var(--white);
    border-radius: 12px;
    padding: 20px 24px;
    text-align: center;
    max-width: 320px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
}

.map-pin-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--white);
    margin: 0 auto 14px;
}

.map-pin-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: var(--g900);
    margin-bottom: 6px;
}

.map-pin-card p {
    font-size: 16px;
    color: var(--g500);
    line-height: 1.6;
    margin-bottom: 14px;
}

.btn-directions {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--blue);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    padding: 9px 18px;
    border-radius: 7px;
    text-decoration: none;
    transition: background .2s;
}

.btn-directions:hover {
    background: var(--blue-dark);
    color: var(--white);
}

/* Map overlay badge */
.map-overlay-badge {
    position: absolute;
    bottom: 28px;
    left: 28px;
    z-index: 3;
    background: var(--white);
    border-radius: 10px;
    padding: 14px 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    gap: 12px;
}

.mob-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--blue-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-size: 18px;
    flex-shrink: 0;
}

.mob-label {
    font-size: 14px;
    color: var(--g400);
    font-weight: 500;
    margin-bottom: 2px;
}

.mob-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--g900);
}

/* ─────────────────────────────────────────
   FAQ SECTION
───────────────────────────────────────── */
.faq-section {
    padding: 88px 0;
    background: var(--white);
}

.faq-list {
    margin-top: 40px;
}

.faq-item {
    border: 1px solid var(--g200);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color .22s;
}

.faq-item.open {
    border-color: var(--blue-mid);
}

.faq-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px;
    cursor: pointer;
    user-select: none;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

.faq-q {
    font-size: 16px;
    font-weight: 600;
    color: var(--g800);
    line-height: 1.4;
}

.faq-item.open .faq-q {
    color: var(--blue);
}

.faq-chevron {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--g100);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--g400);
    flex-shrink: 0;
    transition: background .2s, color .2s, transform .3s;
}

.faq-item.open .faq-chevron {
    background: var(--blue);
    color: var(--white);
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .3s ease;
    padding: 0 22px;
}

.faq-item.open .faq-answer {
    max-height: 300px;
    padding: 0 22px 18px;
}

.faq-answer p {
    font-size: 14px;
    color: var(--g500);
    line-height: 1.75;
    margin: 0;
}

/*end contacts*/

.footer {

    /*border-top: 1px solid rgba(0,0,0,0.16);*/
    border-top: 1px solid #dedede;
    background-color: hsla(0, 0%, 93%, .2);
    padding: 67px 0 30px 0;
}

.footer-logo {
    width: 200px;
    height: auto;
    margin: 15px 0;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul a,
.footer ul a:visited {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.72);
    font-size: 14px;
}

.footer ul a:hover {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.72);
}

.footer-menu {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.copyright {
    color: #949597;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 0;
}

ul.terms-privacy {
    list-style: none;
    float: left;
    margin-bottom: 0;
}

ul.terms-privacy>li {
    display: inline-block;
    margin: 0 15px;
}

ul.terms-privacy>li>a {
    color: #949597;
    font-size: 13px;
    line-height: 24px;
}

ul.terms-privacy>li>a:hover {
    color: #949597;
    text-decoration: underline;
}

ul.contacts {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

ul.contacts>li {
    display: inline-block;
    width: 100%;
}

ul.contacts>li>span:first-child {
    color: rgb(37, 99, 235);
}

ul.contacts>li>span:last-child,
ul.contacts>li>a {
    float: right;
    width: calc(100% - 20px);
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

ul.contacts>li>a:hover {
    text-decoration: underline;
}

.social-media-link,
.social-media-button {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.social-media-link>li {
    display: inline-block;
    padding: 5px 10px;
}

.social-media-link>li>a {
    font-size: 20px;
}

.social-media-link>li>a>span {
    color: rgb(37, 99, 235);
}

.social-media-button>li {
    display: inline-block;
    padding: 5px;
}

.certification {
    list-style: none;
    padding-left: 0;
}

.certification>li {
    display: inline-block;
    padding: 5px;
}

.certification>li>a>img {
    width: 100px;
    height: auto;
}

.btn-scroll-top {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    background-color: rgb(37, 99, 235);
    border: 1px solid rgb(37, 99, 235);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 10px;

    display: none;
    transition: background-color 0.3s;
}

.btn-scroll-top>span {
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    height: 100%;
}

/* Ensure the quotes stay inline with the blockquote text */
blockquote {
    quotes: "“" "”";
    /* Defines standard curly double quotes */
}

/* Adds the quotation mark before the text */
blockquote::before {
    content: '';
}

/* Adds the quotation mark after the text */
blockquote::after {
    content: '';
}

blockquote>p {
    display: inline;
    font-size: 18px;
}
blockquote > cite {
    display: inline-block;
}

.file-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--blue-light);
    border: 1px solid var(--blue-mid);
    color: var(--blue);
    font-size: 14px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
    margin: 3px 3px 0 0;
}

.file-chip button {
    background: none;
    border: none;
    color: var(--g400);
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    margin-left: 3px;
}


@media (max-width: 575px) {

    .timeline-wrap::before {
        left: 8%;
    }

    .tl-center {
        left: 8%;
    }

    .tl-item:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .tl-item:nth-child(odd) .tl-card {
        margin-left: auto;
        text-align: left;
        margin-right: 0;
    }

    .tl-card {
        width: calc(160%);
    }

    video,
    .top-banner {
        height: 550px;
    }

    .offcanvas {
        background: url('../../uploads/images/footer-background-3.webp') bottom center / cover;
        box-shadow: inset 0 0 0 1000px rgba(37, 99, 235, .95);
        border-left: none !important;
    }

    .offcanvas-body>.navbar-nav>.nav-item>.nav-link {
        color: rgb(255, 255, 255);
        opacity: .8;
    }

    .nav-link.active::after {
        width: 0 !important;
        animation: none !important;
    }

    .carousel-caption h2 {
        font-size: 2.75rem;
        line-height: 45px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    .btn-lg {
        font-size: 14px;
    }

    .contribution-icon,
    .strength-icon {
        width: 20%;
        text-align: center;
        position: relative;
        float: left;
    }

    .contribution-icon>span,
    .strength-icon>span {
        font-size: 40px;
    }

    .contribution-info,
    .strength-info {
        width: 80%;
        text-align: left;
        position: relative;
        float: left;
    }

    .safety-counter {
        font-size: 48px;
        line-height: 56px;
    }

    .safety-title {
        font-size: 18px;
    }

    .region-list {
        grid-template-columns: 1fr;
    }

    .featured-card {
        grid-template-columns: 1fr;
    }

    .featured-img-wrap img {
        min-height: 220px;
    }

    .featured-body {
        padding: 24px;
    }

    .footer-menu>div:first-child {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    ul.terms-privacy {
        float: none;
        text-align: center;
        padding: 5px 0;
    }

    .social-media-link {
        float: none;
        text-align: center;
    }

    .proj-card:first-of-type {
        margin-left: 3rem;
    }

    .proj-card:last-of-type {
        margin-right: 3rem;
    }
    

    .bottom-strip{
        grid-template-columns: repeat(1, 1fr);
    }

    .strip-item{
        border-right: 0;
    }

    .feature-col{
        min-height: 0;
        border-right: 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    video,
    .top-banner {
        height: 550px;
    }

    .offcanvas {
        background: url('../../uploads/images/footer-background-3.webp') bottom center / cover;
        box-shadow: inset 0 0 0 1000px rgba(37, 99, 235, .95);
        border-left: none !important;
    }

    .offcanvas-body>.navbar-nav>.nav-item>.nav-link {
        color: rgb(255, 255, 255);
        opacity: .8;
    }

    .nav-link.active::after {
        width: 0 !important;
        animation: none !important;
    }

    .contribution-icon,
    .strength-icon {
        width: 20%;
        text-align: center;
        position: relative;
        float: left;
    }

    .contribution-icon>span,
    .strength-icon>span {
        font-size: 40px;
    }

    .contribution-info,
    .strength-info {
        width: 80%;
        text-align: left;
        position: relative;
        float: left;
    }

    .safety-counter {
        font-size: 60px;
        line-height: 48px;
    }

    .safety-title {
        font-size: 18px;
    }

    .region-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-card {
        grid-template-columns: 1fr;
    }

    .featured-img-wrap img {
        min-height: 220px;
    }

    .featured-body {
        padding: 24px;
    }

    .footer-menu>div:first-child {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    ul.terms-privacy {
        float: none;
        text-align: center;
        padding: 5px 0;
    }

    .social-media-link {
        float: none;
        text-align: center;
    }

    .proj-card:first-of-type {
        margin-left: calc(((100vw - var(--bs-breakpoint-sm)) / 2) + 3rem);
    }

    .proj-card:last-of-type {
        margin-right: calc(((100vw - var(--bs-breakpoint-sm)) / 2) + 3rem);
    }

    .bottom-strip{
        grid-template-columns: repeat(1, 1fr);
    }

    .strip-item{
        border-right: 0;
    }

    .feature-col{
        border-right: 0;
        min-height: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    video,
    .top-banner {
        height: 600px;
    }

    .offcanvas {
        background: url('../../uploads/images/footer-background-3.webp') bottom center / cover;
        box-shadow: inset 0 0 0 1000px rgba(37, 99, 235, .95);
        border-left: none !important;
    }

    .offcanvas-body>.navbar-nav>.nav-item>.nav-link {
        color: rgb(255, 255, 255);
        opacity: .8;
    }

    .nav-link.active::after {
        width: 0 !important;
        animation: none !important;
    }

    .contribution-icon {
        width: 100%;
        text-align: center;
        float: none;
    }

    .contribution-info {
        width: 100%;
        text-align: center;
        float: none;
    }

    .strength-icon {
        width: 25%;
        text-align: left;
        float: left;
    }

    .strength-info {
        width: 75%;
        text-align: left;
        float: left;
    }

    .safety-counter {
        font-size: 60px;
        line-height: 48px;
    }

    .region-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .featured-card {
        grid-template-columns: 1fr;
    }

    .featured-img-wrap img {
        min-height: 220px;
    }

    .featured-body {
        padding: 24px;
    }

    .footer-menu>div:first-child,
    .footer-menu>div:last-child {
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    ul.terms-privacy {
        float: none;
        text-align: center;
        padding: 5px 0;
    }

    .social-media-link {
        float: none;
        text-align: center;
    }

    .proj-card:first-of-type {
        margin-left: calc(((100vw - var(--bs-breakpoint-md)) / 2) + 3rem);
    }

    .proj-card:last-of-type {
        margin-right: calc(((100vw - var(--bs-breakpoint-md)) / 2) + 3rem);
    }

    .bottom-strip{
        grid-template-columns: repeat(1, 1fr);
    }

    .strip-item{
        border-right: 0;
    }

    .feature-col{
        border-right: 0;
        min-height: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {


    .bottom-strip{
        grid-template-columns: repeat(2, 1fr);
    }

    .strip-item{
        border-right: 0;
    }

    .feature-col{
        border-right: 0;
        min-height: 0;
    }

    video,
    .top-banner {
        height: 600px;
    }

    .offcanvas {
        background: transparent;
        box-shadow: none;
        border-left: none !important;
    }

    .offcanvas-header>.btn-close,
    .offcanvas-body>.navbar-nav>.nav-item>.nav-link {
        color: rgb(0, 0, 0);
    }

    .contribution-icon {
        width: 100%;
        text-align: center;
        float: none;
    }

    .contribution-info {
        width: 100%;
        text-align: center;
        float: none;
    }

    .strength-icon {
        width: 35%;
        text-align: left;
        float: left;
    }

    .strength-info {
        width: 65%;
        text-align: left;
        float: left;
    }

    .safety-counter {
        font-size: 60px;
        line-height: 48px;
    }

    .footer-menu>div:first-child {
        text-align: left;
    }

    .footer-menu>div:last-child {
        text-align: left;
    }

    ul.terms-privacy {
        float: none;
        text-align: center;
        padding: 5px 0;
    }

    .social-media-link {
        float: none;
        text-align: center;
    }

    .proj-card:first-of-type {
        margin-left: calc(((100vw - var(--bs-breakpoint-lg)) / 2) + 3rem);
    }

    .proj-card:last-of-type {
        margin-right: calc(((100vw - var(--bs-breakpoint-lg)) / 2) + 3rem);
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {

    video {
        /*height: 100vh;*/
        height: auto;
    }

    .offcanvas {
        background: transparent;
        box-shadow: none;
        border-left: none !important;
    }

    .offcanvas-header>.btn-close,
    .offcanvas-body>.navbar-nav>.nav-item>.nav-link {
        color: rgb(0, 0, 0);
    }

    .contribution-icon {
        width: 100%;
        text-align: center;
        float: none;
    }

    .contribution-info {
        width: 100%;
        text-align: center;
        float: none;
    }

    .strength-icon {
        width: 30%;
        text-align: left;
        float: left;
    }

    .strength-info {
        width: 70%;
        text-align: left;
        float: left;
    }

    .safety-counter {
        font-size: 72px;
        line-height: 64px;
    }

    .top-banner {
        height: 570px;
    }

    .footer-menu>div:first-child {
        text-align: left;
    }

    .footer-menu>div:last-child {
        text-align: left;
    }

    ul.terms-privacy {
        float: none;
        text-align: left;
        padding: 5px 0;
    }

    .social-media-link {
        float: right;
    }

    .proj-card:first-of-type {
        margin-left: calc(((100vw - var(--bs-breakpoint-xl)) / 2) + 3rem);
    }

    .proj-card:last-of-type {
        margin-right: calc(((100vw - var(--bs-breakpoint-xl)) / 2) + 3rem);
    }
}

@media (min-width: 1400px) {

    video {
        /*height: 100vh;*/
        height: auto;
    }

    .offcanvas {
        background: transparent;
        box-shadow: none;
        border-left: none !important;
    }

    .offcanvas-header>.btn-close,
    .offcanvas-body>.navbar-nav>.nav-item>.nav-link {
        color: rgb(0, 0, 0);
    }

    .contribution-icon {
        width: 100%;
        text-align: center;
        float: none;
    }

    .contribution-info {
        width: 100%;
        text-align: center;
        float: none;
    }

    .safety-counter {
        font-size: 72px;
        line-height: 64px;
    }

    .top-banner {
        height: 570px;
    }

    .footer-menu>div:first-child {
        text-align: left;
    }

    .footer-menu>div:last-child {
        text-align: left;
    }

    ul.terms-privacy {
        float: none;
        text-align: left;
        padding: 5px 0;
    }

    .social-media-link {
        float: right;
    }

    .proj-card:first-of-type {
        margin-left: calc(((100vw - var(--bs-breakpoint-xxl)) / 2) + 3rem);
    }

    .proj-card:last-of-type {
        margin-right: calc(((100vw - var(--bs-breakpoint-xxl)) / 2) + 3rem);
    }

}