html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

article,
aside,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

sub,
sup {
  vertical-align: baseline;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ul,
ol {
  list-style-position: inside;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul>li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

body {
  font: 400 14px/14px "Open Sans", sans-serif;
  background-color: #fff;
  min-width: 320px;
  color: #000000;
  margin: 0;
  font-style: normal;
  -ms-overflow-style: scroll-bar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #264229;
  font-style: normal;
  margin: 0;
}

.loggedin {
  padding-top: 20px;
}
.loggedin .container h2 {
  width: 100%;
  text-align: right;
  font-size: 14px;
}

.loggedin h2 {
  display: flex;
  justify-content: flex-end;
}
.loggedin h2 svg {
  margin-right: 3px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-inline: 15px;
}

.login-sec {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.login-form {
  max-width: 363px;
  width: 100%;
  padding-inline: 15px;
}

.strata-logo {
  width: 156px;
  height: 156px;
  margin: 0 auto;
  margin-bottom: 48px;
}

.login-form input {
  width: 100%;
  border: 1px solid #CCCCCC;
  height: 32px;
  border-radius: 3px;
  margin-bottom: 22px;
}

.login-form label {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  display: block;
}

.lost-psd-txt {
  display: block;
  font-size: 12px;
  line-height: 100%;
  color: #949090;
}

.login-sec::before {
  background-image: url(images/project-bg1\ 1.png);
  position: absolute;
  width: 300px;
  height: 544px;
  top: 5%;
  left: 0;
  background-repeat: no-repeat;
  content: '';
}

.login-sec::after {
  background-image: url(images/project-bg1\ 1.png);
  position: absolute;
  width: 296px;
  height: 545px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  content: '';
  transform: rotate(180deg);
}

.container {
  max-width: 1300px;
}

.strata-project {
  padding-block: 26px;
}

.strata-project {
  padding-top: 5px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -12px;
  row-gap: 22px;
}

.col-3 {
  width: 100%;
  padding-inline: 12px;
}

.col-4 {
  width: 100%;
  padding-inline: 12px;
}

.project-desc h1,
.tab-panel h2 {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 45px;
}

.project-desc-col {
  position: relative;
  overflow: hidden;
}

.project-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  height: 100%;
}

.project-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.project-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.87;
  padding-block: 24px 18px;
  padding-inline: 24px;
  transition: opacity 0.3s ease, background-color 0.3s ease, top 0.3s ease, bottom 0.3s ease, left 0.3s ease, right 0.3s ease;
  z-index: 1;
}

.project-cont h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 19px;
}

.project-cont a,
.project-cont .view-project-btn {
  background-color: #000;
  color: #ffff;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding: 4px 25px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.project-img {
  height: 100%;
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* On hover, expand overlay to cover full image and center contents */
.project-card-link:hover .project-cont,
.project-desc-col:hover .project-cont {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(232, 229, 222, 0.95); /* matches #E8E5DE with ~95% opacity */
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
}

/* Optional: refine button style on hover state */
.project-card-link:hover .project-cont a,
.project-card-link:hover .project-cont .view-project-btn,
.project-desc-col:hover .project-cont a,
.project-desc-col:hover .project-cont .view-project-btn {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

/*
 CSS for the main interaction
*/

.card {
  background-color: #E8E5DE;
  color: #264229;
}

.card:hover {
  background-color: #F2F1EC;
}

.card a:link,
.card a:visited,
.card a:hover,
.card a:active {
  color: #264229;
}

.tabset>input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset>input[aria-controls="Reports"]:checked~.tab-panels>#Reports,
.tabset>input[aria-controls="Videos"]:checked~.tab-panels>#Videos,
.tabset>input[aria-controls="Dashboards"]:checked~.tab-panels>#Dashboards,
.tabset>input[aria-controls="FleetwideReports"]:checked~.tab-panels>#FleetwideReports,
.tabset>input[aria-controls="Projects"]:checked~.tab-panels>#ProjectsSection,
.tabset>input[aria-controls="StrataTeam"]:checked~.tab-panels>#StrataTeam {
  display: block;
}

.tab-panel-row {
  margin-bottom: 30px;
}

.tabset>label {
  position: relative;
  display: inline-block;
  padding: 13px 30px;
  cursor: pointer;
  color: #fff;
  background-color: #2D803B;
  display: flex;
  gap: 8px;
  align-items: center;
}

.tabset>label:hover,
.tabset>input:focus+label,
.tabset>input:checked+label {
  color: #fff;
  background-color: #00AA1D;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
  background: #06c;
}

.tabset {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1px;
}

.tab-panels {
  width: 100%;
}

.tab-panels {
  padding-block: 63px;
}

.p-relative {
  background-color: #E8E5DE;
  padding: 23px 23px 6px 39px;
  border-radius: 8px;
}

.tab-panel h2 {
  margin-bottom: 36px;
}

.tab-panel-col summary {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 13px;
  list-style-type: none;
  font-weight: 700;
  cursor: pointer;
}

.tab-panel-col h3 span {
  font-weight: 900;
}

.tab-panel-col .p-relative {
  position: relative;
}

.tab-panel-col .p-relative ul {
  padding-bottom: 13px;
}

.tab-panel-col .p-relative ul li+li {
  margin-top: 4px;
}

.pg-header-tab {
  padding-block: 26px;
}

.pg-header-tab {
  padding-top: 5px;
}

.pg-header-tab .container {
  position: relative;
}

.sse-logo-pst {
  margin-bottom: 30px;
}

.tab-panel-col .p-relative summary::after {
  content: "+";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 23px;
  left: 28px;
}

.tab-panel-col .p-relative[open=""] summary::after {
  content: '-';
  top: 22px;
}

.tab-panel-col .p-relative[open="true"] summary::after {
  content: '-';
  top: 22px;
}

.video-tab-left {
  background-color: #E8E5DE;
  padding-top: 15px;
  border-radius: 8px;
}

.video-tab-left .col-4 {
  width: 100%;
  padding-inline: 0;
}

.video-tab-left .col-4 .p-relative {
  padding: 0 0 0 15px;
}

.video-tab-left .tab-panel-col .p-relative summary::after {
  top: 0;
  left: 4px;
}

.video-tab-left,
.video-tab-right {
  width: 100%;
}

.videos-tab-cont {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.video-tab-right img{
  width: 100%;
  height: 100%;
}

.tab-left-span{
  font-weight: 700;
  padding-left: 15px;
  padding-bottom: 10px;
  color: #000;
  display: block;
}

.strata-team-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.staff-name {
  font-size: 20px;
  padding-bottom: 10px;
}
.staff-position svg {
  margin-right: 10px;
}
.staff-email svg {
  margin-right: 5px;
}
.staff-contact svg {
  margin-right: 17px;
}
.staff-member {
  min-width: 360px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.staff-member .staff-info {
  background-color: #E8E5DE;
  padding: 23px 23px 20px 39px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 8px;
}

.submit-btn,
.logout-btn{
  border-radius: 0 !important;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  background-color: #2D803B;
  border: 1px solid transparent !important;
  cursor: pointer;
}

.submit-btn{
  margin: 0 auto;
  display: block;
  border-radius: 0 !important;
  color: #fff;
  width: 120px !important;
  height: 40px !important;
}

.submit-btn:hover,
.logout-btn:hover{
  background-color: #00AA1D;
  color: #fff;
  border: 1px solid #2D803B !important;
}

.logout-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
}

.login-form p{
  color: #ff3333;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.header-head{
  display: flex;
  justify-content: space-between;
  margin-bottom: 63px;
}

.talent-content-list li a{
  color: #000000;
}

.talent-content-list li{
  cursor: pointer;
  padding-bottom: 5px;
}

/* report button styling */
.talent-content-list li {
  margin-bottom: 5px;
}
.report-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 10px;
  border: solid 1px #00AA1D;
  background: #ffffff;
}
.report-btn:hover {
  display: inline-flex;
  align-items: center;
  padding: 10px 10px;
  background-color: #00AA1D;
}
.report-btn svg {
  margin-right: 3px;
  min-width: 20px;
}

@media (min-width: 576px) {
  .col-4 {
    width: 50%;
  }

  .video-tab-left {
    width: 30%;
  }

  .video-tab-right {
    width: 70%;
  }

  .video-tab-left,
  .video-tab-right {
    padding-inline: 12px;
  }
}

@media (min-width: 768px) {
  .col-3 {
    width: 50%;
  }

  .container,
  .login-form {
    padding-inline: 30px;
  }

  .sse-logo-pst {
    position: absolute;
    top: 0;
    left: 30px;
    margin-bottom: 0;
  }

  .tabset {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .videos-tab-cont {
    margin-inline: -12px;
  }

  .video-tab-left {
    width: 25%;
  }

  .video-tab-right {
    width: 75%;
  }
}

@media (min-width: 992px) {
  .col-3 {
    width: 33.33%;
  }

  .col-4 {
    width: 25%;
  }

  .video-tab-left {
    width: 20%;
  }

  .video-tab-right {
    width: 80%;
  }
}

@media (max-width: 767px) {
.logout-pst-btn{
  position: absolute;
  top: 0;
  right: 10px;
}
}