/*
-----------------------------
WHAT WE DO PAGE STYLES
-----------------------------
*/

.video-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    z-index: 10; /* Higher than hex-canvas z-index: 2 */
}

.video-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 2;
    pointer-events: none;
}

.video-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.over-video-section {
    position: relative;
    z-index: 10;
    height: 100%;
    text-align: center;
}

.nav-section {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 10px;
}

.navbar-wrap {
    text-align: right;
}

.secondary-menu-navbar {
    display: inline-flex;
    flex-wrap: wrap;
}

.secondary-menu-link-navbar {
    padding: 2px 15px;
}

.secondary-menu-link-navbar a {
    color: var(--first-color);
    font-size: 1.3rem;
    font-weight: 600;
}

.secondary-menu-link-navbar a:hover {
    font-weight: 800;
}

.primary-menu-navbar {
    display: inline-flex;
    flex-wrap: wrap;
}

.primary-menu-link-navbar {
    padding: 5px 15px;
}

.primary-menu-link-navbar a {
    font-size: 1.6rem;
    color: var(--third-color);
    font-weight: 500;
}

.primary-menu-link-navbar a:hover {
    color: var(--first-color);
}

.on-what-we-do a{
    color: var(--first-color);
    font-weight: 900;
}

/* .btn-menu-hamburger{
    display: none;
} */

.hero-section-wrap {
    margin-top: 12vh;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero-section-content {
    text-align: center;
    width: 60%;
    max-width: 600px;
    min-width: 280px;
    padding: 4vw 4vw 4vw 4vw;
    background: none;
    float: none;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid linear-gradient(
        transparent,
        var(--first-color),
        transparent
    );
    box-shadow: 0 0 10px var(--first-color) inset;
    border-radius: 30px;
}

.hero-section-text {
    width: 100%;
    max-width: 600px;
}

.hero-section-text h1{
    color: var(--first-color);
    margin-bottom: 18px;
    line-height: 1.1;
}

.hero-section-text p{
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.5;
}

.hero-section-buttons .btn-black {
    margin-right: 16px;
}

@media (max-width: 1023px) {
  .video-hero {
    height: 70vh;
  }
  .hero-section-wrap {
    margin-top: 2vh;
    min-height: 60vh;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-section-content {
    width: 90%;
    max-width: 95vw;
    padding: 4vw 0;
  }
  .hero-section-text {
    max-width: 100vw;
  }
  .hero-section-text h1 {
    font-size: 3rem;
  }
  .hero-section-text p {
    font-size: var(--font-size-s);
  }
}
@media (max-width: 767px) {
  /* Prevent horizontal scrolling */
  body {
    overflow-x: hidden;
    width: 100%;
  }
  
  html {
    overflow-x: hidden;
  }
  
  .video-hero {
    height: 70vh;
  }
  .hero-section-wrap {
    margin-top: 2vh;
    min-height: 60vh;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-section-content {
    width: 90%;
    max-width: 95vw;
    padding: 4vw 0;
  }
  .hero-section-text {
    max-width: 95vw;
  }
  .hero-section-text h1 {
    font-size: 3rem;
  }
  .hero-section-text p {
    font-size: var(--font-size-s);
  }
  
  /* Our Expertise Section Mobile */
  .our-expertise {
    padding: 4vh 0;
    background: radial-gradient(
      circle at top right,
      rgba(255, 165, 0, 0.4) 0%,
      rgba(255, 165, 0, 0.3) 15vw,
      rgba(255, 165, 0, 0.2) 30vw,
      rgba(255, 165, 0, 0.15) 45vw,
      rgba(255, 165, 0, 0.1) 60vw,
      rgba(255, 165, 0, 0.05) 75vw,
      transparent 90vw
    ),
    radial-gradient(
      circle at left 65%,
      rgba(255, 165, 0, 0.4) 0%,
      rgba(255, 165, 0, 0.3) 15vw,
      rgba(255, 165, 0, 0.2) 30vw,
      rgba(255, 165, 0, 0.15) 45vw,
      rgba(255, 165, 0, 0.1) 60vw,
      rgba(255, 165, 0, 0.05) 75vw,
      transparent 90vw
    ),
    var(--second-color) !important;
  }
  
  /* Our Mission Section Mobile */
  .our-mission {
    height: auto;
    min-height: 60vh;
    padding: 0 0 4vh 0;
  }

  .our-mission h2 {
    font-size: 3rem;
  }
  
  .vision-mission-split {
    flex-direction: column !important;
    gap: 0;
    padding: 0 0;
    width: 100%;
  }
  
  .vision-mission-section {
    width: 100% !important;
    padding: 30px 0 !important;
    justify-content: flex-start !important;
  }
  
  .vision-mission-section .vision-mission-content {
    width: 100% !important;
    padding: 0 0vw;
  }
  
  .vision-mission-section .vision-mission-content h2,
  .vision-mission-section .vision-mission-content p,
  .vision-mission-section .vision-mission-content ul {
    width: 100% !important;
    text-align: left;
  }
  
  /* Target specific IDs for better control */
  #material-sourcing .vision-mission-content,
  #client-benefits .vision-mission-content {
    width: 100%;
    max-width: 100%;
  }
  
  #material-sourcing .vision-mission-content h2,
  #material-sourcing .vision-mission-content p,
  #material-sourcing .vision-mission-content ul,
  #client-benefits .vision-mission-content h2,
  #client-benefits .vision-mission-content p,
  #client-benefits .vision-mission-content ul {
    width: 100%;
    max-width: 100%;
  }
  
  .vision-mission-split h2 {
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    /* margin-bottom: 20px; */
  }
  
  .vision-mission-split h3 {
    font-size: var(--font-size-m);
    margin-bottom: 15px;
  }
  
  .vision-mission-split p {
    font-size: var(--font-size-xs);
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .vision-mission-split li {
    font-size: var(--font-size-xs);
    line-height: 1.6;
    margin-bottom: 10px;
  }
  
  .our-mission {
    padding-top: 4vh;
  }
  
  .our-team-header {
    margin: 4vh 0 !important;
    padding: 0 4vw;
  }
  
  .our-expertise h1 {
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  }
  
  .our-team-cards {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 4vw;
  }
  
  .team-card {
    width: 100% !important;
    max-width: 90vw !important;
    flex-direction: column !important;
    padding: 30px 20px;
    gap: 20px;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(144, 144, 144, 0.12) !important;
    box-sizing: border-box;
  }
  
  .team-card-img {
    width: 100% !important;
    height: 200px !important;
    margin-bottom: 20px;
    flex-shrink: 0;
  }
  
  .team-card-info {
    flex: 1;
    width: 100%;
    text-align: center;
  }
  
  .team-card-info h2 {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .team-card-info p {
    font-size: var(--font-size-s);
    text-align: center;
    margin-bottom: 15px;
  }
  
  .team-card-info ul {
    text-align: center;
    padding-left: 0;
  }
  
  .team-card-info li {
    font-size: var(--font-size-s);
    text-align: center;
    padding-left: 0;
    margin-bottom: 8px;
    list-style: disc;
  }
  
  /* .team-card-info li::before {
    display: none;
  } */
}

/*
-----------------------------
WE SHAPE / ESG PILLARS WRAPPER
-----------------------------
*/

.esg-pillars {
  /* Let content define height to avoid overlap with cards */
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 6vh 0;
  z-index: 10;
}

.esg-pillars-title h1{
  text-align: center;
  color: var(--first-color);
  font-weight: 900;
  margin: 8vh 0;
}

.esg-pillars-split {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 80vh;
  gap: 40px;
  padding: 0 8vw;
  max-width: 1600px;
  margin: 0 auto;
}

.esg-pillars-img {
  width: 45%;
  min-height: 400px;
  background-image: url("../img/other_pages/INFRASTRUCTURE.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* filter: sepia(40%); */
  z-index: 2;
  border-radius: 16px;
}

#digital-services-img {
  background-image: url("../img/other_pages/DIGITAL.png");
}

.esg-pillars-content {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px;
}

.esg-pillars-text {
  color: var(--first-color);
  text-align: left;
}

.esg-pillars-text h2 {
  color: var(--first-color);
  padding: 10px 0;
  font-size: var(--font-size-l);
  margin-bottom: 20px;
}

.esg-pillars-text h3 {
  color: var(--first-color);
  padding: 10px 0;
}

.esg-pillars-text p {
  color: var(--third-color);
  font-size: var(--font-size-s);
  margin: 20px 0;
  text-align: left;
  width: 100%;
  line-height: 1.6;
}

.esg-pillars-text .highlight {
  color: var(--third-color);
  font-size: var(--font-size-s);
  font-weight: 700;
}

.esg-pillars-text ul {
  width: 90%;
  color: #ffffff;
  margin: 20px 0;
  padding-left: 20px;
}

.esg-pillars-text li {
  color: #ffffff;
  margin: 15px 0;
  /* line-height: 1.6; */
  font-size: var(--font-size-s);
  list-style-type: disc;
}

.esg-pillars-text .btn-black {
  width: 40%;
  margin-top: 30px;
}

/* ESG Pillars - Responsive */
@media (max-width: 1023px) {
  .esg-pillars-split {
    flex-direction: column;
    height: auto;
    padding: 0 6vw;
  }
  
  .esg-pillars-img,
  .esg-pillars-content {
    width: 100%;
  }
  
  .esg-pillars-img {
    height: 40vh;
    margin-bottom: 20px;
  }
  
  .esg-pillars-content {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .esg-pillars {
    padding: 2vh 0 6vh 0;
    min-height: auto;
  }
  
  .esg-pillars-title h1 {
    margin: 6vh 0;
    font-size: 3rem;
  }
  
  .esg-pillars-split {
    gap: 0;
    padding: 0 4vw;
  }
  
  .esg-pillars-img {
    min-height: 250px;
    width: 100%;
  }
  
  .esg-pillars-content {
    padding: 20px 0 40px 0;
  }
  
  .esg-pillars-text {
    padding-left: 20px;
  }
  
  .esg-pillars-text h2 {
    font-size: var(--font-size-m);
  }
  
  .esg-pillars-text p {
    font-size: var(--font-size-xs);
    line-height: 1.6;
  }
  
  .esg-pillars-text li {
    font-size: var(--font-size-xs);
    line-height: 1.6;
  }
}

.we-shape {
    background-color: var(--second-color);
    padding: 8vh 0;
    min-height: 50vh;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.we-shape h2 {
    color: var(--first-color);
    /* font-size: 3.2rem; */
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
}

.we-shape p {
    color: #fff;
    /* font-size: 1.6rem; */
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.we-shape-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}

/*
-----------------------------
OUR EXPERTISE SECTION
-----------------------------
*/
.our-expertise {
    background-color: var(--second-color);
    padding: 8vh 0;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: radial-gradient(
    circle at top right,
    rgba(255, 165, 0, 0.4) 0%,
    rgba(255, 165, 0, 0.3) 10vw,
    rgba(255, 165, 0, 0.2) 15vw,
    rgba(255, 165, 0, 0.15) 20vw,
    rgba(255, 165, 0, 0.1) 25vw,
    rgba(255, 165, 0, 0.05) 35vw,
    transparent 40vw
  ),radial-gradient(
    circle at left 65%,
    rgba(255, 165, 0, 0.4) 0%,
    rgba(255, 165, 0, 0.3) 10vw,
    rgba(255, 165, 0, 0.2) 15vw,
    rgba(255, 165, 0, 0.15) 20vw,
    rgba(255, 165, 0, 0.1) 25vw,
    rgba(255, 165, 0, 0.05) 35vw,
    transparent 40vw
  ),
  var(--second-color);
  

  /* radial-gradient(
    circle at bottom right,
    rgba(255, 165, 0, 0.4) 0%,
    rgba(255, 165, 0, 0.3) 10%,
    rgba(255, 165, 0, 0.2) 15%,
    rgba(255, 165, 0, 0.15) 22%,
    rgba(255, 165, 0, 0.1) 25%,
    rgba(255, 165, 0, 0.05) 35%,
    transparent 40%
  ); */
    /* padding-bottom: 16vh; */
    /* z-index: 10; */
}

.our-team-header {
  margin: 8vh 0;
}

.our-expertise h1 {
  /* font-size: 3.2rem; */
  font-weight: 900;
  color: var(--first-color);
}

.our-expertise h2 {
    color: var(--first-color);
    text-align: left;
    margin-bottom: 20px;
    font-size: var(--font-size-l);
}


.our-team-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  z-index: 9;
  position: relative;
}

:root {
  --gradient: conic-gradient(
    from 90deg at 50% 50%,
    var(--first-color),
    rgb(253, 164, 11),
    rgb(253, 196, 11),
    rgb(253, 136, 11)
  );
}

.team-card {
  --start: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 60px 50px;
  width: 80%;
  /* max-width: 800px; */
  min-height: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid transparent;
  /* border: 1px solid var(--gradient); */
  /* border: 1px solid rgba(253, 176, 11, 0.2); */
  /* box-shadow: 0 1px 40px inset rgba(253, 176, 11, 0.2); */
  z-index: 25;
}

.team-card:hover{
    border: 1px solid rgba(253, 202, 11, 0.5);
}

/* .team-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  border: 2px solid transparent;
  background: var(--gradient);
  background-attachment: fixed;
  mask: linear-gradient(#0000, #0000),
    conic-gradient(
      from calc((var(--start) - (20 * 1.1)) * 1deg),
      #ffffff1f 0deg,
      white,
      #ffffff00 100deg
    );
  mask-composite: intersect;
  mask-clip: padding-box, border-box;
  opacity: 0;
  transition: 0.5s ease;
}

.team-card .glow {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(14px);
}

.team-card .glow::before {
  position: absolute;
  content: "";
  width: 98%;
  height: 98%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  border: 15px solid transparent;
  background: var(--gradient);
  background-attachment: fixed;
  mask: linear-gradient(#0000, #0000),
    conic-gradient(
      from calc((var(--start) - (20 * 1.1)) * 1deg),
      #ffffff1f 0deg,
      white,
      #ffffff00 100deg
    );
  mask-composite: intersect;
  mask-clip: padding-box, border-box;
  opacity: 0;
  transition: 1s ease;
}

.team-card:hover > .glow::before {
  opacity: 1;
}

.team-card:hover::before {
  opacity: 0.6;
} */

.team-card-img {
  width: 40%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
  flex-shrink: 0;
}

.team-card-info {
  flex: 1;
}

.team-card-info h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--first-color);
  margin-bottom: 20px;
  text-align: left;
}

.team-card-info h5 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}

.team-card-info p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 20px 0;
  text-align: left;
}

.team-card-info ul {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 20px 0;
  text-align: left;
  padding-left: 0;
}

.team-card-info li {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 8px 0;
  text-align: left;
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.team-card-info li::before {
  content: "•";
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .our-team-cards {
    gap: 24px;
  }
  .team-card {
    width: 90%;
    max-width: 600px;
  }
}
@media (max-width: 800px) {
  .our-team-cards {
    flex-direction: column;
    align-items: center;
  }
}

/*
-----------------------------
OUR MISSION SECTION
-----------------------------
*/

.our-vision, .our-mission {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--second-color);
    padding: 8vh 0 16vh 0;
    background: radial-gradient(
    circle at bottom right,
    rgba(255, 165, 0, 0.4) 0%,
    rgba(255, 165, 0, 0.3) 10%,
    rgba(255, 165, 0, 0.2) 15%,
    rgba(255, 165, 0, 0.15) 22%,
    rgba(255, 165, 0, 0.1) 25%,
    rgba(255, 165, 0, 0.05) 35%,
    transparent 40%
  ),
  var(--second-color);
  }

.vision-mission-split {
    height: 100%;
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 80%;
  }
  .vision-mission-section {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 60px;
    box-sizing: border-box;
  }
  
  .vision-mission-split h2 {
    color: var(--first-color);
    padding: 20px 0;
    font-size: var(--font-size-l);
  }

  .our-mission h2 {
    color: var(--first-color);
    padding-top: 10px;
    /* padding: 20px 0; */
  }
  
  .vision-mission-split h3 {
    color: var(--third-color);
  }
  
  .vision-mission-split p {
    color: var(--third-color);
    font-size: var(--font-size-s);
    line-height: 1.4
  }
  
  .vision-mission-split li {
    color: var(--third-color);
    font-size: var(--font-size-s); 
    line-height: 2.4rem;           /* optional: improves readability */
    font-weight: 500;  
    padding: 1% 0;
  }
  
  .vision-mission-split ul {
    padding: 10px 5%;
    list-style-type: disc; /* removes default bullet points */
  }


/*
-----------------------------
WHO WE ARE SECTION
-----------------------------
*/

.who-we-are {
    background-color: var(--second-color);
    min-height: 60vh; 
    height: auto;
    background: radial-gradient(
    circle at top right,
    rgba(255, 165, 0, 0.4) 0%,
    rgba(255, 165, 0, 0.3) 10%,
    rgba(255, 165, 0, 0.2) 15%,
    rgba(255, 165, 0, 0.15) 22%,
    rgba(255, 165, 0, 0.1) 25%,
    rgba(255, 165, 0, 0.05) 35%,
    transparent 40%
  ),
  var(--second-color);
}

.who-we-are-split {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    height: auto;
    /* margin-bottom: 6vh; */
}


/* Our Story video overlay and video styling */
.whwar-section-img {
  position: relative;
  width: 50%;
  height: 100vh;
  background-image: url("../img/homepage/Rectangle1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.video-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  z-index: 2;
  pointer-events: none;
}
.whwar-section-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}

.whwar-section-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.whwar-section-content {
    width: 75%;
}

.whwar-section-content-title {
    margin-bottom: 28px;
}

.whwar-section-content-title h2 {
    color: var(--first-color);
    margin-bottom: 5px;
}

.whwar-section-content-text  p,
.whwar-section-content-title h4 {
    color: #ffffff;
}

.whwar-section-content-text span{
    color: var(--third-color);
    font-size: var(--font-size-m);
    font-weight: 700;
}

.whwar-section-content-button {
    margin-top: 50px;
}
@media (max-width: 767px) {
/* Who We Are Section */
.who-we-are-split{
  flex-direction: column !important;
}

/* .who-we-are-split :nth-child(1){
  order: 2;
} */

  .whwar-section-img {
    /* min-height: 35vh !important; */
    min-height: 250px !important;
    height: 500px !important;
    width: 100% !important;
  }
  
  .whwar-section-wrap {
    padding: 20px 0;
    width: 100% !important;
  }
  
  .whwar-section-content {
    width: 100% !important;
    text-align: center;
    padding: 4vh 8vw;
  }
  
  .whwar-section-content-title h2 {
    font-size: 3rem;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 15px;
    text-align: center;
  }
  
  .whwar-section-content-title h4 {
    font-size: var(--font-size-m);
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .whwar-section-content-text p {
    font-size: var(--font-size-xs);
    line-height: 1.6;
    margin-bottom: 50px;
    text-align: left;
  }
  
  .whwar-section-content-button {
    margin-top: 30px;
  }
  
  .whwar-section-content-button .btn-black {
    width: 100%;
    padding: 15px 30px;
    font-size: var(--font-size-xs);
    font-weight: 300;
  }
}
/*
-----------------------------
ARE YOU READY SECTION
-----------------------------
*/

.why-choose-us {
    background-color: var(--second-color);
    min-height: 60vh; 
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8vh 0;
}

.wcu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 0 8vh; */
}

.wcu-titles {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wcu-titles h2 {
    color: var(--first-color);
    margin-bottom: 80px;
}

.wcu-buttons{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wcu-buttons .btn-black {
    background-color: var(--first-color);
    color: #000;
    border: 2px solid var(--first-color);
}

.wcu-buttons .btn-black:hover {
  border: 2px solid var(--first-color);
  background-color: var(--second-color);
  color: #fff;
}

.wcu-buttons .btn-yellow-negativ {
  border: 2px solid var(--first-color);
}
.wcu-buttons .btn-yellow-negativ:hover{
  border: 2px solid var(--first-color);
}

