@import url(fonts.css); 

:root {
    --header-bg-colour: rgb(255, 255, 255);
    --header-dropdown-bg-colour: rgb(240, 240, 240);
}

.justifyText p {
    text-align: justify;
    text-justify: auto;
}

* {
    margin: 0px;
    scroll-behavior: smooth;
}

p, pre {
    font-family: defaultText;
}

body {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: header;
}

header {
    position: fixed;
    background-color: var(--header-bg-colour);
    z-index: 99;
    width: 100vw;
    top: 0px;
    height: 80px;
    left: 0px;
    align-content: center;
}

footer {
    position: relative;
    height: 100px;
    background-color: #2F2F2F;
    color: white;
    text-align: center;
    width: 100vw;
}

#footerDivider {
    position: relative;
    width: 80%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #686868;
}

a {
    color: black;
    text-decoration: none;
}

.flexBreak {
    margin-bottom: 15px;
}

#sideNav {
    position: fixed;
    width: 100vw;
    margin-top: 70px;
    height: calc(100% - 70px);
    background-color: #ffffff00;
    left: 0%;
    top: 0px;
    z-index: 80;
    color: rgba(255, 255, 255, 0);
    display: none;
    flex-direction: row;
    overflow: hidden;
}

#sideBarNavContainer {
    position: relative;
    text-align: left;
    left: 0%;
    transform: translateX(-100%);
    width: 25vw;
    border-right: 1px solid rgb(0, 0, 0);
    background-color: white;
    color: rgba(255, 255, 255, 0);
    font-family: buttonTextFont;
    height: 100%;
    align-content: center;
    transition: 1s;
}

#sideBarMenuContainer {
    position: absolute;
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: row;
    left: 25%;

}

.navDivider {
    position: relative;
    width: 30%;
    height: 1px;
    max-height: 1px;
    background-color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

#sideBarImgOverlay {
    position: absolute;
    width: 100%;
    background-color: #0011ff9a;
    z-index: 80;
    left: 25%;
    height: 0px;
    transition: 1.2s;
}

.navMenuContainer {
    position: absolute;
    height: 100%;
    color: white;
    top: 0px;
    width: 33%;
    z-index: 99;
    text-align: center;
    justify-items: center;
    align-content: center;
    opacity: 0%;
    transition: 0.9s;
}

.bgImgChangeButton {
    margin-left: 10px;
    margin-right: 10px;
    height: 90%;
}

.bgImgChangeButton:hover {
    cursor: pointer;
}

.sideMenuOption {
    color: white;
    font-size: small;
    margin-top: 2px;
    margin-bottom: 2px;
}

.sideMenuTitle{
    font-size: medium;
}

.sideNavArrow {
    height: 30px;
}

.sideNavImg {
    position: relative;
    top: 0px;
    width: 25vw;
    transition: 1.2s;
    height: 0px;
    object-fit: cover;
}


.divider {
    position: relative;
    width: 29ch;
    font-size: x-large;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 100%;
}

.headerLinkContainer {
    display: flex;
    flex-direction: row;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.headerLink {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: medium;
    align-self: center;
    user-select: none;
}

.linksContainer {
    position: relative;
    justify-content: center;
    text-align: left;
    top: 15px;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10%;
    
}

.pageNavButton {
    font-size: large;
}

.pageNavButton:hover {
    position: relative;
    cursor: pointer;
    left: 10px;
    opacity: 80%;
    color: #0011FF;
}

.sideNavPageTitle {
    font-size: x-large;
    color: white;
    font-weight: bold;
}

.sideNavPageLink {
    font-size: x-large;
    color: rgb(0, 0, 0);
    font-weight: normal;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sideNavPageLink:hover {
    border-bottom: 1px solid white;
}

.navDownArrow {
    height: 20px;
    margin-left: 8px;
}

.dropdown {
    position: absolute;
    height: 0px;
    transform: translateX(-30%);
    width: 230px;
    background-color: var(--header-dropdown-bg-colour);
    top: 56px;
    transition: 0.6s;
    opacity: 0%;
    border-radius: 10px;
    outline: 1px solid rgb(99, 99, 99);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #ffffff;
    align-content: center;
    border-top: 0px;
    padding: 5px;
    font-family: buttonTextFont;
}

.headerLogo {
    position: absolute;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
}

.headerOptions {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row;
}

.navigationContainer { 
    position: absolute;
    height: 100%;
    width: max-content;
    left: calc(100% - 15px);
    transform: translateX(-100%);
    display: flex;
    flex-direction: row;
    align-items: center;
    top: 0%;
}

.navIcon {
    position: relative;
    height: 40px;
    margin-right: 10px;
}

.navIcon:hover {
    cursor: pointer;
}

#landingSection {
    position: relative;
    width: 100vw;
    height: calc(100vh - 80px); 
    overflow: hidden;
}

.landingPage-backgroundImage, 
.landingPage-backgroundImage img,
.landingPage-backgroundImage video {
    position: relative;
    top: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    display: block;
}

#backgroundMediaRotation {
    display: flex;
    flex-direction: row;
}

#photoInfoSidePanel {
    position: absolute;
    width: 40%;
    height: 100%;
    background-image: radial-gradient(at top left, #4042d0b0, #303044b0, #181818a8);
    top: 0px;
    left: -40%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-right: 1px solid #606060;
    height: 100%;
    transition: 1s;
}

.panelSlideIn {
    left: 0px; 
}

#photoTextContainer {
    position: relative;
    width: 80%;
    height: max-content;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    left: 50%;
}

.boldBodyText {
    font-family: IBMPlexSansBOLD;
}

#getInTouchButtonIcon {
    height: 35px;
}

#getInTouchButton {
    position: relative;
    font-family: buttonTextFont;
    font-weight: bold;
    display: flex;
    float: right;
    border-radius: 10px;
    background-color: #FFFFFF;
    align-items: center;
    padding-left: 10px;
    padding-right: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.8s;
    border: 0px;

}

#getInTouchButton:hover {
    background-color: #0011FF;
    cursor: pointer;
    color: white;
}

#imageSelector {
    position: relative;
    width: 95%;
    height: 60%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.imageSelectorIndicator {
    position: relative;
    width: 25%;
    height: 10px;
    background-color: rgb(124, 124, 124);
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px;
}

.imageSelectorIndicator:hover {
    cursor: pointer;
}

#imageSelectorContainer {
    position: absolute;
    background-color: rgb(241, 241, 241);
    width: max-content;
    padding: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
    height: 50px;
    left: 100%;
    top: 100%;
    transform: translate(-100%, -100%);
    border-top-left-radius: 15px;
    align-content: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#whatWeDoSection {
    position: relative;
    background-color: rgb(240, 240, 240);
    height: 70px;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}

#landContactInfo {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: max-content;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
}

.email-icon {
    position: relative;
    height: 40px;
}

#closeSideInfoButton {
    position: absolute;
    height: 30px;
    top: 100%;
    left: 100%;
    transform: translate(0%, -100%);
    padding: 10px;
    background-color: #000000;
}

#closeSideInfoButton:hover {
    cursor: pointer;
}

/*services*/
.serviceSection {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100vw;
    border-bottom: 20px solid black;
    height: max-content;
    min-height: 95vh;
}

.serviceHeader {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    align-content: center;
    border-radius: 10px;
    font-size: large;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: rgb(0, 0, 0);
    margin-top: 20px;
}

#fabrication {
    background-color: rgb(255, 255, 255);
    justify-items: center;
    width: 100vw;
    height: fit-content;
    padding-bottom: 40px;
}

.serviceText {
    position: relative;
    background-color: #ececec;
    width: calc(70vw - 1px) ;
    height: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    align-content: center;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

#fabContainer {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.servicePara {
    position: relative;
    padding-top: 0px;
    font-size: small;
    max-width: 60%;
    width: max-content;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    text-justify: inter-word;
    text-align: left;
}

#fabricationImage {
    height: 100%;
    width: 25vw;
    border: 1px solid rgb(56, 56, 56);
    border-top-left-radius: 20px;
    border-right: 0px;
}

#fabricationImageContainer {
    position: relative;
    left: 0px;
    height: max-content;
}

.serviceImageCaption {
    position: relative;
    background-color: #181818c7;
    width: calc(25vw - 20px);
    height: max-content;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    padding-left: 20px;
    margin-left: 15%;
    float: left;
    transform: translateX(-50%);
}

#seeProjectButton {
    position: relative;
    border-radius: 0px;
    padding: 10px;
    background-color: #D8D8D8;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    margin-left: 25px;
    font-family: buttonTextFont;
}

#seeProjectButton:hover {
    background-color: rgb(117, 117, 117);
    cursor: pointer;
}

.projectImageIndicator {
    position: relative;
    width: 160px;
    height: 30px;
    background-color: black;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.projectsImgGrid {
    position: relative;
    width: 100%;
    left: 0px;
    justify-items: center;
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 0px;
}

.projectGridImgElement {
    width: 100%;
    height: 100%;
    object-fit: fill;
    background: #ebf0f8;
    transition: 1s;
}

.projectRowCol {
    width: 50%;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.projectGridImg {
    --height: 320px;
    width: 25vw;
    height: var(--height);
    border-radius: 5px;
    
}

.projectGridImg:hover {
    cursor: pointer;
}
 
.projectGridImg:hover .projectGridCaption {
    display: block;
}

.projectGridCaption {
    position: absolute;
    display: none;
    width: inherit;
    top: inherit;
    transform: translateY(calc(-100% - 3px));
    background: #000000;
    background: linear-gradient(19deg,rgba(0, 0, 0, 0.8) 0%, rgba(38, 43, 136, 0.8) 35%, rgba(0, 17, 255, 0.8) 72%);
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
    height: calc(var(--height) * 0.4);
    align-content: center;
    color: white;
    flex-direction: row;
    align-items: center;
    font-size: large;
}

.projectImageSelector {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: grey;
    border-radius: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.projectDescList {
    padding-left: 1.2em;
    margin-left: 0;
    list-style-position: outside;
    font-family: defaultText;
    font-size: small;
}

.enlargeIcon {
    position: absolute;
    top: inherit;
    left: inherit;
    transform: translateX(-100%);
    padding-top: 4px;
    padding-right: 4px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.39);
    display: none;
}

.enlargeIcon:hover {
    cursor: pointer;
}

.changeImage-button {
    height: 50px;
}

.gridCaptionArrow {
    position: relative;
    transform: rotate(180deg);
    left: 5px;
    height: 30px;
}


.changeImage-button:hover {
    cursor: pointer;
    opacity: 50%;
}

.conerArrowIcon {
    height: 25px;
}


.mechElecIcon {
    height: 60px;
    background-color: white;
    padding: 5px;
    border-radius: 25px;
    margin-left: 10px;
}

.mechElecContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 95%;
    height: max-content;
}

.mechElecImg {
    width: 33%;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid black;
}


.mechElecBgImg {
    position: relative;
    height: 100vh;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    border-top: 2px solid rgb(255, 255, 255);;
    margin-top: 10px;
    border-radius: 10px;
}

.mechElecDesc {
    position: relative;
    min-height: 100%;
    width: 66%;
    background-color: #797979;
    color: rgb(0, 0, 0);
    z-index: 70;
    border: white solid 1px;
    text-align: center;
    padding: 10px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 10px;
    align-content: center;
    color: white;
}

.mechElecBgCardsHeader {
    position: relative;
    height: 60px;
    width: 70%;
    background: #5c8a96;
    background: linear-gradient(153deg, rgba(92, 138, 150, 1) 0%, rgba(122, 143, 158, 1) 41%, rgba(247, 247, 247, 1) 100%);
    justify-self: center;
    border-radius: 20px;
    text-align: center;
    align-content: center;
    font-family: buttonTextFont;
    border: 1px lightgrey solid;
    margin-top: 5px;
    margin-bottom: 5px;
}

.serviceDesc {
    width: 85%;
}

#mechanical {
    background-color: #ffffff;
    justify-items: center;
    height: fit-content;
    padding-bottom: 40px;
    width: 100%;
    justify-content: center;
}

.mechElecServiceCardsContainer {
    position: relative;
    background-color: #252525d7;
    height: max-content;
    width: 95%;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-self: center;
    justify-content: center;
    border-radius: 8px;
}

#electrical {
    background-color: rgb(255, 255, 255);
    justify-items: center;
    width: 100vw;
    height: fit-content;
}

.mechElecBgCard {
    min-width: 300px;
    width: 20vw;
    margin: 20px;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 190px;
    height: 20vh;
    border-radius: 15px;
    outline: 1px solid white;
    box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 0px 2px, rgba(255, 255, 255, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    text-align: center;
}

.mechElecBgCard img{
    object-fit: cover; 
    object-position: center; 
    display: block;
}

.mechElecBgCardImg {
    position: absolute;
    min-width: 300px;
    width: 20vw;
    min-height: 190px;
    height: 20vh;
    border-radius: 15px;
}

.mechElecCardDesc {
    position: relative;
    background-color: #ffffff6b;
    top: 100%;
    transform: translateY(-100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    align-content: center;
    min-height: 30%;
    height: max-content;
    backdrop-filter: blur(8px);
    border-top: 1px solid rgb(104, 104, 104);
}

.mechElecInfoDropHeader {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-left: 40px;
    font-size: large;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #a1a1a1;
    color: rgb(0, 0, 0);
    justify-content: center;
}

/*projects pages*/
.projectsBody {
    background-color: #ffffff;
}

.projectsSection {
    justify-items: center;
}


.projectstitleHeader {
    position: relative;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.projectImgShowContainer {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 50vh;
    align-content: center;
    align-items: center;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;

}

.projectShowImg {
    height: 100%;
    width: 100%;
    outline: white 1px solid;
}

.projectContentHeader {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #131313;
    color: white;
    text-align: center;
    align-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.projectContentBox1 {
    position: relative;
    height: max-content;
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px;
}

#projectBoxText {
    position: relative;
    width: 80%;
    padding: 15px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.projectContentBox2 {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: top;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    padding-bottom: 100px;
}

#accreditaionsBoxContainer {
    position: relative;
    height: max-content;
    width: 90vw;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    color: black;
}

#accreditImg {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 15%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
    margin-bottom: 40px;
}


#accredCardGrid {
    position: relative;
    display: flex;
    height: max-content;
    flex-wrap: wrap;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-content: center;
    top: 0px;
}

.accredCardText {
    position: relative;
    width: max-content;
    max-width: 95%;
    text-align: left;
    text-justify: inter-word;
    left: 50%;
    transform: translateX(-50%);
}

.flip-card {
    background-color: transparent;
    width: 400px;
    height: 80px;
    perspective: 1000px;
    width: 20%;
    margin: 10px;
    text-align: center;
    align-content: center;
    padding: 10px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}


.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: #0011FF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  align-content: center;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.flip-card-back {
    font-size: small;
}

.flip-card-front {
  color: rgb(255, 255, 255);
  align-content: center;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}



#portrait-container-grid {
    position: relative;
    display: grid;
    width: max-content;
    height: max-content;
    grid-template-columns: auto auto auto auto;
    margin-bottom: 100px;
}

.portrait {
    width: 200px;
    height: 300px;
    border: 1px solid black;
    margin: 20px;
}

.portraitImg {
    margin-top: 25%;
    height: 50%;
}

#timelineContainer {
    position: relative;
    width: max-content;
    height: max-content;
    left: 50%;
    margin-bottom: 140px;
}

#timelineInnerContainer {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    left: 0px;
    transition: 0.5s;
}

.timelineObject {
    height: 100px;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    transform: translateX(-50%);
    text-align: center;
}

.timelineCircle {
    position: relative;
    width: 40px;
    height: 40px;
    border: 5px solid black;
    border-radius: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 2;
    background-color: white;
}

.timelineCircle:hover {
    background-color: #0011FF;
    cursor: pointer;
}

.loader-container {
    position: relative;
    width: 100%; /* Control the overall size here */
    top: -60%;
    transform: translateX(-50%);
    display: none;
}

.semi-circle-loader {
  width: 200%;
  height: auto;
}

/* Base styles for both paths */
.track, .fill {
  fill: none;
  stroke-width: 6; /* Thickness of the line */
  stroke-linecap: round; /* Gives the ends a nice rounded look */
}

.track {
  stroke: 333px; /* Dark gray track */
}

.fill {
  stroke: #0011FF; /* Loading bar blue */
  
  /* The Magic: The length of this specific arc is exactly 125.6 */
  stroke-dasharray: 125.6; 
  stroke-dashoffset: 125.6; /* Starts completely hidden */
  
  /* Hook up the animation */
  animation: fillProgress 10s ease-in-out infinite;
}

/* Animation Timeline */
@keyframes fillProgress {
  0% {
    stroke-dashoffset: 125.6; /* 0% filled */
  }
  50% {
    stroke-dashoffset: 0; /* 100% filled */
  }
  100% {
    stroke-dashoffset: 0; /* Pauses at full before resetting (optional) */
  }
}
.timelineLine {
    position: relative;
    top: 25%;
    transform: translate(-100%, -100%);
    left: 0%;
    height: 3px;
    background-color: #000000;
    width: 25px;
}

.lineDown {
    position: absolute;
    transition: 1s;
    height: 0px;
    width: 2px;
    background-color: #000000;
    top: calc(100% + 22px) ;
    left: 50%;
    transform: translate(-50%, 0%);
}

.timelineImg {
    width: 40%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.timelineText {
    position: relative;
    text-align: center;
    text-justify: newspaper;
}

#timelineGoBack {
    position: absolute;
    top: inherit;
    left: 5%;
    transform: translateX(-50%);
    height: 60px;
}

#timelineGoForward {
    position: absolute;
    top: inherit;
    left: 95%;
    rotate: 180deg;
    transform: translateX(-50%);
    height: 60px;
}

#timelineGoBack:hover {
    cursor: pointer;
}

#timelineGoForward:hover {
    cursor: pointer;
}

#meetTheTeamContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    width: max-content;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.membershipsContainer {
    position: relative;
    width: 90vw;
    background-color: #fdfdfd;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
    display: flex;
    flex-direction: row;
}

.memshipIcon {
    margin-top: 20px;
    width: 70%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    align-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 60px;
}

.membership {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 30%;
    height: 300px;
    background-color: #a6b5cf;
    border-radius: 10px;
    justify-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
}


#design {
    width: 100vw;
    padding-bottom: 40px;
}

.designDescription {
    position: relative;
    background-color: rgb(218, 218, 218);
    border-radius: 4px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#landingDesignImg {
    position: relative;
    width: 30vw;
    margin-top: 20px;
    border: #ffffff00 3px solid;
    outline: 1px solid black;
    border-radius: 5px;
    margin-bottom: 0px;
}

.designBoxSection {
    position: relative;
    height: 360px;
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
}


.innerDesignBox {
    position: relative;
    height: 90%;
    width: 75%;
    text-align: center;
    align-content: center;
    border: 1px solid white;
}


.designExampleImg {
    position: relative;
    height: 90%;
    width: 21%;
    border: 1px solid white;
}

.designImgCaption {
    position: relative;
    background-color: #c4c4c4e0;
    max-width: 30%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
    padding: 5px;
    border: 1px solid black;
    justify-self: left;
    left: 2.5%;
}

.boxDesignText {
    padding: 20px;
    padding-left: 20%;
    padding-right: 20%;
    font-size: medium;
}

.designStepsContainer {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: end;
    background-color: #d9d9d94b;
    width: 95%;
    justify-content: center;
}

.deisgnStepBox {
    margin: 20px;
    justify-items: start
}

.deisgnStepLabel {
    position: relative;
    background-color: rgba(128, 128, 128, 0.932);
    color: white;
    width: max-content;
    font-size: medium;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    top: -8px;
    left: 5px;
    transform: translateY(-100%);
}

.designStepImg {
    width: 20vw;
    border: 5px solid rgba(0, 0, 0, 0);
    outline: black 1px solid;
    border-radius: 5px;
}

#capabilities {
    position: relative;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

#capabilitiesHeader {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    text-align: center;
    align-content: center;
    border-radius: 10px;
}



.capabilitiesContainer {
    margin-top: 30px;
    position: relative;
    width: calc(((95% - (420px * 2)) / 3) + (420px * 2));
    padding: calc((95% - (420px * 2)) / 3);
    background: radial-gradient(circle,rgb(100% 100% 100% / 0.21) 1.50px,transparent 2.05px) 0.00px 0.00px / 12.50px 12.50px rgb(15.25% 23.3% 36.65%);
    border-radius: 10px;
    height: max-content;
    border: 3px solid rgba(255, 255, 255, 100);
    outline: 1px solid black;
    padding-top: 50px;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: auto auto;
}

.capabilityImg {
    position: relative;
    max-height: 65%;
    outline: white 1px solid;
    border-radius: 5px;
    max-width: 50%;
}


.capabilityText {
    text-align: center;
    font-weight: bold;
    font-size: large;
}


.capability {
    position: relative;
    width: 420px;
    height: 400px;
    background-color: rgba(216, 216, 216, 0.315);
    align-items: center;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 10px;
    justify-items: center;
    border: 1px solid white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    align-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}



.capabilityIcon {
    height: 60px;
}

#industries {
    position: relative;
    justify-items: center;
    width: 90%;
    left: 50%;
    height: max-content;
    transform: translateX(-50%);
    margin-bottom: 10%;
}

/*contact us pages*/
#contactUsSection {
    justify-items: center;
    justify-content: center;
}

.contactUsSection {
    position: relative;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
}

.contactUsHeader {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    text-align: center;
    align-content: center;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    font-size: x-large;
}

.supplyChainPointContainer {
    position: relative;
    width: 80%;
    height: max-content;
    background-color: #D9D9D9;
    display: flex;
    flex-direction: row;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px;
    align-items: center;
}

.supplyChainPointNumber {
    min-width: 70px;
    max-width: 70px;
    min-height: 100px;
    background-color: #000000;
    color: white;
    text-align: center;
    margin-right: 20px;
    align-content: center;
}


#supportingClientImgContainer {
    position: relative;
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
    margin: 0px;
    justify-content: center;
    justify-items: center;
}

#supportingClientImgInnerContainer {
    display: flex;
    flex-direction: column;
    width: 20%;
}

.supportingClientImg {
    width: 40%;
}
.supportingClientInnerImg {
    width: 100%;
}

.contactUsText {
    position: relative;
    width: 60%;
    margin: 20px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.addressTitle {
    padding: 4px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #a0a6f7;
    border-radius: 10px;
}

.changeMapLocationButton {
    position: relative;
    border: 0px;
    background-color: #0011FF;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.changeMapLocationButton:hover {
    cursor: pointer;
    opacity: 80%;
}

.officePreviewImg {
    position: absolute;
    top: inherit;
    height: 12vw;
}

.locationSeperator {
    position: relative;
    background-color: #a7a7a7;
    width: 70%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}


.nextSectionButton {
    z-index: 99;
    position: fixed;
    top: 80%;
    left: 99%;
    transform: translateX(-100%);
    border-radius: 9px;
    padding: 10px;
    background-color: #0011FF;
    color: white;
    outline: 0px;
    border: 0px;
    width: max-content;
}

.nextSectionButton:hover,.lastSectionButton:hover {
    opacity: 80%;
    cursor: pointer;
}

.lastSectionButton {
    z-index: 99;
    position: fixed;
    top: 80%;
    left: 1%;
    border-radius: 9px;
    padding: 10px;
    background-color: #0011FF;
    color: white;
    outline: 0px;
    border: 0px;
    width: max-content;
}

.servicesSectionsHorizontalScroll {
    display: flex;
    flex-direction: row;
    width: 400vw;
}

#mapOptionsContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
}

/*site template */
.siteInfoContainer {
    position: relative;
    margin-top: 100px;
    width: 95vw;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 10px;
    min-height: 95vh;
}

.projectColContainers {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.projectTypeText {
    padding-right: 100px;
    border-radius: 10px;
    font-size: medium;
    width: max-content;
}

#projectBackIcon {
    height: 18px;
    transform: rotate(90deg);
    margin-right: 4px;
}

.projectBackContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    height: max-content;
}

.projectBackContainer:hover {
    cursor: pointer;
}


.heroSiteImgContainer {
    width: 100%;
    max-height: 60vh;
}

#heroSiteImg {
    width: 100%;
    object-fit: contain;
    top: 0px;
    transition: 100ms;
}

.siteImgGridContainer {
    width: 100%;
    height: max-content;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    z-index: 80;
    row-gap: 0px;
}

#mapContainer {
    border:0;
    width: 50%;
    height: 50vh;
}

.siteImgGridContainer img {
    padding: 0px;
    margin: 0px;
}


#addressesContainer {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.projectRow {
    position: relative;
    display: flex;
    flex-direction: row;
    height: max-content;
    width: 66vw;
    min-height: 35vh;
}

.projectCol {
    width: 33%;
    margin: 5px;
    z-index: 1;
}

.projectCol p {
    font-size: small;
}

#projectCol2 {
    width: 23%;
    padding-right: 3%;
    padding-left: 3%;
}

.siteImg {
    width: 100%;
    object-fit: fill;
    aspect-ratio: 1.5/1;
}

.siteImg:hover {
    cursor: pointer;
    opacity: 80%;
}

.innerNavContainer {
    width: 100%;
    transform: translateY(+60px);
    justify-items: center;

}

@media only screen and (max-width: 600px) {
    header {
        height: 70px;
        align-items: center;
    }

    .headerLogo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 65px;
        top: 50%;
    }

    .divider {
        width: 90%;
    } 

    .navigationContainer p{
        display: none;
    }

    .projectsImgGrid {
        grid-template-columns: auto;
    }

    .projectsImgGrid .projectGridImg {
        width: 90%;
    }

    .landingPage-backgroundImage {
        height: 100vh;
    }

    #photoInfoSidePanel {
        width: 100%;    
    }

    #sideNav {
        display: block;
    }

    #sideBarImgOverlay {
        position: absolute;
        top: calc(50vh - 70px);
        left: 0px;
    }

    #sideBarNavContainer {
        position: absolute;
        width: 100%;
        top: 0%;
        padding-top: 0%;
        height: calc(50vh - 70px);
        z-index: 80;
    }

    .sideNavImg {
        width: 100%;
    }

    #sideBarMenuContainer {
        margin-top: calc(50vh - 70px);
        position: relative;
        display: block;
        left: 0px;
        width: 100%;
        flex-direction: column;
    }

    #sideNav {
        flex-direction: column;
        pointer-events: none;
    }

    .navMenuContainer {
        position: absolute;
        width: 100%;
        top: inherit;
        transform: translateY(-100%);
        height: 50vh;
    }

    .innerNavContainer {
        position: relative;
        top: inherit;
        transform: translateY(0%);
    }

    #accreditaionsBoxContainer {
        width: 100vw;
        margin-bottom: 100px;
    }
    #accredCardGrid {
        width: 95%;
        padding-top: 30px;
    }
    .flip-card {
        min-width: 36vw;
        height: 200px;
        margin: 4px;
        font-size: x-small;
    }

    .membershipsContainer {
        flex-direction: column;
    }

    .membership {
        width: 95%;
    }

    .membership:first-child {
        margin-bottom: 20px;
    }

    #portrait-container-grid {
        grid-template-columns: auto auto;
    }

    #mapOptionsContainer {
        display: block;
        width: 100%;
        justify-items: center;
        justify-content: center;
    }

    #imageSelectorContainer {
        display: none;
    }

    .projectGridCaption {
        display: block;
    }

    #mapContainer {
        width: 95vw;
        margin-bottom: 20px;
    }

    .officePreviewImg {
        height: 10%;
    }
    
    /*project templates*/
    .projectColContainers {
        flex-direction: column  ;
    }

    .projectCol:first-child {
        width: 90%;
    }

    .mobile-projectContainer {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .projectRow {
        width: 100%;
    }

    .projectRowCol {
        width: 50%  ;
    }

    .whoWeAreSection {
        overflow-x: hidden;
    }

    .timelineImg {
        width: 80vw;
    }

    #timelineGoForward {
        top: -80px;
        left: calc(40vw);
    }

    #timelineGoBack {
        top: -80px;
        left: -20px;
    }

    .portrait {
        width: 40vw;
        height: 250px;
    }
    
    .sideNavPageLink {
        font-size: large;
    }


}