@media (max-width: 991px) {
  winfo body.poster {
    margin-top: 40vh;
  }

  .culture-heading {
    font-size: 22px;
  }
}

footer .ps-1,
footer .ps-3 {
  font-feature-settings: "lnum"1;
  /* Other styles can be added here as needed */
}

body.poster {
  background-attachment: fixed;
}

.navbar-home {
  position: fixed;
  /* Makes the navbar stay in the same place on the screen */
  top: 0;
  /* Position it at the top of the page */
  width: 100%;
  /* Make it span the full width of the screen */
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1000;
  /* Ensures the navbar is above other content */
  color: #041c5c;
}

.home-video {
  height: 100vh;
}

.nav-link {
  font-weight: 600 !important;
  color: #34445f;
  margin-right: 10px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: white;
}

nav {
  background-color: white;
  z-index: 1000;
  /* Ensure it's on top */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1) !important;
  /* Subtle shadow */
  font-family: "Raleway", sans-serif !important;
}

/* Hover effect for dropdown */
.nav-item.hover-dropdown:hover .dropdown-menu {
  display: block;
}

/* Transparent background for dropdown menu */
.nav-item.hover-dropdown .dropdown-menu {
  background-color: rgba(255,
      255,
      255,
      0.8);
  border: none;
}

.nav-item.hover-dropdown .dropdown-menu .dropdown-item {
  background-color: transparent;
  color: #34445f;
  font-weight: 600 !important;
  z-index: 1000;
}

/* Change background color on hover for dropdown items */
.nav-item.hover-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #eaeaea;
  /* Change this color to your preference */
  color: #333333;
}

.gallary {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 300px 300px 300px;
}

.gallary>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

form {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

input[type="submit"] {
  background-color: #1c3c7c;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

input[type="submit"]:hover {
  color: #1c3c7c;
  background-color: white;
  box-shadow: 0 0 0 1px #1c3c7c inset;
}

.note {
  font-size: 0.9em;
  color: #555;
}

.container p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif;
}

#menu {
  position: absolute;
  top: 0;
  z-index: 99;
  transition: top 0.35s;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.menu_list,
.menu-icon {
  pointer-events: auto;
  position: absolute;
  bottom: 1vh;
}

#menu .menu_list {
  background-color: rgba(255, 255, 255, 0.5);
  /* semi-transparent white */
  backdrop-filter: blur(2px);
  border-radius: 8px;
  /* Rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
}

#menu .list-group {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .list-group-item {
  padding: 10px 15px;
  /* Adjust padding as needed */
}

#menu .list-group-item a {
  text-decoration: none;
  /* Remove underline */
  color: #333;
  /* Dark text color for readability */
  font-weight: 400;
  /* Slightly bolder font */
  display: flex;
  /* Align items in a row */
  align-items: center;
  /* Center items vertically */
  gap: 10px;
  /* Space between icon and text */
}

.glass-effect {
  width: 100%;
  border: 1px solid #5e5e62;
  background-color: rgba(16, 25, 44, 0.8);
  /* semi-transparent white */
  backdrop-filter: blur(2px);
  /* blurring the background */
  -webkit-backdrop-filter: blur(10px);
  /* for Safari */
  padding: 10px;
  box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.5);
}

.separator-line {
  border: 0;
  height: 2px;
  background: linear-gradient(to left, transparent, gray 50%, gray 100%);
  margin: 5px 0;
}

.expertise-menu {
  transform: translateY(55%);
  width: 20%;
  /* Only take up necessary width */
  z-index: 10;
  padding: 0;
  margin: 0;
  position: absolute;
}

.expertise-menu .card {
  transition: top 0.35s ease-out;
  /* Adjust the timing and easing as needed */
}

#management {
  color: #294161;
  padding-top: 5%;
  padding-left: 20%;
  height: auto;
  position: relative;
}

.expertise-menu.is-visible {
  display: block;
}

/* Style your button as needed */
.more-expertise-btn {
  display: none;
  /* Hide the button by default */
}

.what-we-do {
  border-top: 2px solid #6888bd;
  padding: 20px;
  position: relative;
  border-radius: 0px;
}

.what-we-do h2 {
  color: #00bcd4;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.what-we-do h5,
h3 {
  font-family: "Raleway", sans-serif;
}

.what-we-do ul {
  list-style-type: none;
}

.what-we-do ul li {
  background: #243c7c;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
}

.custom-list {
  list-style-type: none;
  padding-left: 0;
}

.custom-list li {
  background-color: #4da0cc !important;
}

.custom-list li::before {
  content: "\26A1\00a0";
  display: inline-block;
  width: 1em;
  margin: 2px;
  padding: 2px;
  color: #6888bd;
}

.content-columns {
  display: flex;
}

.column {
  box-sizing: border-box;
  text-align: center;
  flex-basis: calc(33%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon {
  margin-bottom: 10px;
  z-index: 1;
}

.text {
  text-align: center;
  border-image: linear-gradient(to bottom, green, rgba(0, 0, 0, 0)) 1 100%;
  border-right: 2px solid;
  padding: 2%;
  z-index: 1;
  min-height: 250px;
  position: relative;
  margin: auto;
}

.text-last {
  text-align: center;
  padding: 2%;
  z-index: 1;
  margin: auto;
  min-height: 250px;
  position: relative;
}

.capability-card {
  color: white;
  padding: 20px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.capability-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,
      0,
      0,
      0.7);
  /* Adjust the alpha (0.5) to control darkness */
}

.capability-card h3,
.capability-card p,
icon {
  color: white;
  position: relative;
  z-index: 1;
}

.capability-card p {
  font-weight: 600;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  /* Allows items to wrap in smaller screens */
  justify-content: center;
  /* Center the items horizontally */
  gap: 0px;
  /* Spacing between service items */
  margin-top: 20px;
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 250px;
  /* Fixed width to control the size and ensure circular images */
  margin-bottom: 20px;
}

.image-circle {
  width: 200px;
  /* Responsive within the container */
  height: 200px;
  /* Fixed height to maintain aspect ratio */
  border-radius: 50%;
  /* Ensures the image is circular */
  object-fit: cover;
  margin-bottom: 10px;
}

.service-text h4 {
  margin: 0;
  padding: 0;
  color: #333;
}


/* Media Query for Even Smaller Screens */
@media screen and (max-width: 480px) {
  .service {
    width: 120px;
    /* Even smaller width for very small screens */
    height: 120px;
  }

  .image-circle {
    height: 120px;
    /* Matching height for circle integrity */
  }

  .service-text h4 {
    font-size: 12px;
  }
}

.service h4 {
  margin-top: 0;
  color: black;
}

.title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  /* Centered vertically in the viewport */
  overflow: hidden;
  /* Hide overflowing content */
}

.title {
  padding-top: 5%;
  padding-left: 1%;
  color: black;
  font-size: 36px;
  animation: slideIn 1s forwards;
  /* Animation */
  opacity: 0;
  /* Start with opacity 0 */
}

/* Define the animation */
@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    /* Start from the left */
    opacity: 0;
    /* Start with opacity 0 */
  }

  100% {
    transform: translateX(0);
    /* Move to the right */
    opacity: 1;
    /* End with opacity 1 */
  }
}

/* Additional styling for your list items */
.list-group-item {
  background-color: transparent;
  /* making list items also transparent */
  border: none;
  /* removing borders from list items */
}

.list-group-item:hover {
  color: #041c5c;
  transform: scale(1.1);
  transition: transform 0.3s ease, fill 0.3s ease;
}

.about_section {
  width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "Raleway", sans-serif !important;
}

main {
  flex: 1;
}

/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
  padding-top: 5vh;
  margin-top: -3vh;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background: rgb(63, 96, 153);
  background: linear-gradient(0deg,
      rgba(63, 96, 153, 0) 2%,
      rgba(63, 96, 153, 1) 20%,
      rgba(63, 96, 153, 1) 90%,
      rgba(255, 255, 255, 0) 99%);
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  z-index: 90;
  position: relative;
  background-color: inherit;
  width: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.timeline p {
  font-size: 1rem;
}

.timeline.visible {
  opacity: 1;
  transform: translateX(0);
}

/* The rectangles on the timeline */
.timeline::after {
  content: attr(data-year);
  /* Display the year from the data-year attribute */
  position: absolute;
  width: 25px;
  height: 30px;
  right: -13px;
  padding: 0 30px;
  background-color: #d3d3d3;
  top: 15px;
  border-radius: 1px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #183672;
  font-weight: bold;
}

.timeline[data-year]:hover::after {
  background-color: #183672;
  color: #6888bd;
}

/* Place the container to the left */
.left {
  padding: 0px 70px 30px 0px;
  left: 0;
  transform: translateX(3%);
}

/* Place the container to the right */
.right {
  padding: 0px 0px 30px 70px;
  left: 50%;
  transform: translateX(-3%);
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

#timeline-container {
  --mask: linear-gradient(to bottom,
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0) 95%,
      rgba(0, 0, 0, 0) 0) 100% 50% / 100% 100% repeat-x;

  -webkit-mask: var(--mask);
  mask: var(--mask);
  height: 70vh;
}

.summary-link {
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      #6888bd98 40%,
      #6888bdbb 95%,
      #6888bddc 100%) !important;
  transition: transform 0.2s ease-in-out;
  margin-bottom: 0.5vh;
  overflow: visible;
}

.summary-link:hover {
  transform: translateX(2vh);
}

.shadow-title {
  box-shadow: 4px 4px 6px 4px rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Centers content vertically */
  align-items: center;
  /* Centers content horizontally */
  text-align: center;
}

#cookie-popup {
  position: fixed;
  bottom: 2vh;
  opacity: 1;
  transition: opacity 0.6s ease-in-out 0.2s;
  z-index: 9000;
}

#cookie-popup.hidden {
  opacity: 0;
  pointer-events: none;
}

.history-text {
  color: #041c5c;
  text-align: left;
}

.custom-text-color {
  color: white;
  font-family: "Raleway", sans-serif;
}

.team-text h1 {
  color: #041c5c;
}

.team-text h4 {
  color: #345494;
}

.team-mobile {
  text-align: left;
  color: #041c5c;
}

#full-width-blue-background {
  background-color: #2b4a85;
  /* Sets the background color to blue */
  width: 100%;
  /* Ensures the div takes the full width of the screen */
  color: white;
  padding: 30px;
  margin-bottom: 40px;
  z-index: 3;
}

.content {
  max-width: 80%;
  /* Adjust width as needed */
  text-align: left;
  background-color: #ffffff;
  /* White background for the content box */
  padding: 30px;
  /* Padding inside the box */
  border: 1px solid #ddd;
  /* Subtle border */
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  /* Soft shadow for depth */
  margin: 0px;
}

.text-small {
  font-size: 1em;
  color: #041c5c !important;
}

.text-large {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.more-about {
  color: #1c3c7c;
}

.more-about-2 {
  color: #6888bd;
}

.custom-header {
  color: #fff;
  padding: 5rem 0;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
  margin: 0;
  width: 100%;
  height: 15%;
  position: relative;
  box-shadow: 4px 4px 6px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 0;
}

.custom-header2 {
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  padding: 20px;
  color: white;
  position: relative;
  padding-bottom: 200px;
  z-index: 1;
}



.custom-header h1 {
  z-index: 2;
}

.custom-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,
      0,
      0,
      0.6);
  z-index: -1;
}

.image-column {
  display: inline-block;
  padding: 0;
  width: 25%;
  height: 25%;
  z-index: 1;
  transform: translate(90%, 2%);
  box-shadow: 4px 4px 4px 2px rgba(0.1, 0, 0, 0.2);
}

.history-p {
  font-size: 14px;
}

.text-column {
  display: inline-block;
  padding: 0;
  width: 30%;
  height: 40%;
  font-size: 14px;
  transform: translate(80%, 10%);
  z-index: 2;
  box-shadow: 2px 2px 4px 8px rgba(0.1, 0, 0, 0.1);
}

.content {
  max-width: 100%;
  text-align: left;
  color: #333;
}

.title-background {
  background-image: linear-gradient(rgba(104, 136, 189, 0.4),
      rgba(4, 28, 92, 0.4)),
    url("images/BBR vertical.png");
  background-size: contain;
  background-position: center 30%;
  padding: 0;
}

.faqs-background {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/20191214_174505.jpg");
  background-size: cover;
  background-position: center top 50%;
  color: #fff;
  padding: 5rem 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  margin: 0;
  width: 100%;
  text-align: center;
}

.faqs-background h1,
h5 {
  font-family: "Raleway", sans-serif;
}

.details-container {
  background-color: rgba(255, 255, 255, 0.1);
  /* White with 50% opacity */
  backdrop-filter: blur(5px);
  border-radius: 5px;
  padding: 20px;
  margin: auto;
  width: 70%;
  text-align: left;
  margin-top: 25%;
}

summary {
  font-weight: bold;
  color: white;
  /* Title color */
  cursor: pointer;
  font-size: 24px;
}

details[open] summary {
  color: #6888bd;
  /* Title color when open */
}

details p {
  color: white;
  padding: 10px;
  font-size: 20px;
}

#history,
#culture {
  background-color: #ffffff;
}

.blue-background {
  background-color: #2b4a85;
}

.blue-background:hover {
  background-color: #6888bd;
}

.animate-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

#culture-content {
  color: #041c5c;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
}

.culture-sub-content {
  color: #345494;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem !important;
}

.cultureSection {
  border-image: linear-gradient(to bottom, blue, rgba(0, 0, 0, 0)) 1 100%;
  width: 30%;
  border-right: 1px solid gray;
  padding-right: 15px;
  line-height: 1.5;
}

.land_p {
  color: #345494;
}

.right-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
}

.headtop {
  font-size: 80px;
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 0;
  background: linear-gradient(to right, #041c5c, #4a6ba7);
  /* Gradient color */
  -webkit-background-clip: text;
  background-clip: text;
  color: white;
  /* Make the text color transparent to show the gradient */
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  /* Text shadow */
  font-weight: 900;
}

.headbottom {
  margin-left: 10%;
  padding-top: 30px;
  font-size: 28px;
  color: white;
  text-shadow: 12px 12px 8px rgba(0, 0.5, 0.5, 0);
  /* Text shadow */
  background: linear-gradient(to right, #ffffff, #cccccc);
  /* Shine effect */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For webkit browsers */
  font-family: "Raleway", sans-serif;
}

.headbottom-underline {
  position: relative;
  display: inline-block;
  /* Ensures the pseudo-element's width matches the text */
}

.headbottom-underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  /* Position the underline below the text */
  left: 0;
  width: 100%;
  /* Full width of the text */
  height: 2px;
  /* Height of the underline */
  background: linear-gradient(to right,
      transparent,
      white 70%,
      #041c5c 100%);
  /* Gradient effect */
}

.video-container {
  background-color: black;
  width: 40%;
  position: absolute;
  /* Adjust the 'top' property to position the video lower within the header */
  top: 250px;
  /* Increase value to move video down */
  left: 45%;
  /* Centering the video */
  transform: translateX(0%);
  z-index: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1200px) and (max-width: 1800px) {
  .video-container {
    width: 30%;
    /* Reduce width */
    left: 35%;
    /* Adjust horizontal position */
    top: 300px;
    /* Adjust vertical position */
    transform: translate(60%, 20%);
    /* Center the video */
  }

  .headtop {
    font-size: 60px;
  }

  .headbottom {
    font-size: 26px;
  }

  .text-column {
    font-size: 12px;
    width: 30%;
    height: 40%;
    line-height: 1.1;
    transform: translate(60%, 10%);
  }

  .image-column {
    width: 25%;
    height: 20%;
    transform: 0;
    transform: translate(60%, 0%);
  }

  .image-container {
    display: flex;
    width: 100%;
    height: 100%;
    order: -1;
    max-height: 30%;
  }

  .text-container {
    display: block;
    width: 90%;
    height: auto;
    padding: 20px;
    margin: 20px;
  }

  .text-container h1 {
    font-size: 12px !important;
    /* Smaller heading size */
  }

  .text-container ul,
  .text-container ul li {
    font-size: 12px;
    /* Smaller font size for list */
  }

  .custom-link {
    text-decoration: none;
    /* Removes underline */
    color: white;
    /* Sets the text color */
    font-size: 40% !important;
    transition: transform 0.2s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
  }

  .expertise-menu {
    transform: translateY(55%);
    width: 15%;
    /* Only take up necessary width */
    z-index: 10;
    padding: 0;
    margin: 0;
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .video-container {
    left: 30%;
    /* Adjust horizontal position */
    top: 350px;
    /* Adjust vertical position */
    transform: translate(60%, 20%);
    /* Center the video */
  }

  .headtop {
    font-size: 40px;
  }

  .headbottom {
    font-size: 24px;
  }

  .text-column {
    font-size: 12px;
    width: 40%;
    height: 30%;
    line-height: 1.1;
    transform: translate(35%, 10%);
  }

  .image-column {
    width: 35%;
    height: 25%;
    transform: 0;
    transform: translate(35%, 5%);
  }

  .image-container {
    display: flex;
    width: 100%;
    height: 100%;
    order: -1;
    max-height: 30%;
  }

  .text-container {
    display: block;
    width: 90%;
    height: auto;
    padding: 20px;
    margin: 20px;
  }

  .text-container h1 {
    font-size: 12px !important;
    /* Smaller heading size */
  }

  .text-container ul,
  .text-container ul li {
    font-size: 12px;
    /* Smaller font size for list */
  }

  .navbar-home:active {
    background-color: white !important;
    /* Full white background when dropdown is active */
  }

  .navbar-home.dropdown-active {
    background-color: white !important;
    /* Full white background */
  }
}

.header {
  background-color: #446ca1;
  /* Adjust the last value (100% to something larger) to increase the height */
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  padding: 20px;
  color: white;
  position: relative;
  padding-bottom: 200px;
  /* Increase padding to push content down */
  z-index: 1;
}

.career-headline {
  margin-bottom: 15%;
}

core-values {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}

.core-values h1 {
  color: #041c5c;
}

.values-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.values-list li {
  display: flex;
  /* Changed to flex for layout of image and text */
  flex-direction: column;
  /* Stack image and text vertically */
  align-items: center;
  /* Center align items */
  text-align: center;
  /* Center align text */
  position: relative;
}

.value-image {
  width: 100%;
  /* Fixed width */
  height: 100%;
  /* Equal height to width to make it a circle */
  border-radius: 50%;
  /* Make it circular */
  object-fit: fill;
  /* Cover the container */
  margin-bottom: 10px;
  /* Space between image and text */
}

.values-list li:hover {
  transform: translateY(-5px);

  .value-image {
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
  }
}

.value-container {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  /* Ensures the content fits within the circular boundary */
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.value-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, transparent, rgba(36, 60, 124, 0.8));
  border-radius: 50%;
  /* Maintain the circular shape */
  z-index: 1;
}

.value-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 4px 4px 12px rgba(0, 0, 0, 1),
    /* Larger shadow */
    1px 1px 2px rgba(0, 0, 0, 1),
    /* Smaller shadow for a more 'inset' feel */
    -1px -1px 2px rgba(255, 255, 255, 1);
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Center the text */
  z-index: 2;
  text-decoration: underline;
}

.benefits-section {
  display: flex;
  background: white;
  text-align: left;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 5px 10px 10px 10px rgba(0, 0, 0, 0.1);
  color: #183672;
  width: 100%;
  max-height: 100%;
}

.benefits-left,
.benefits-right {
  flex: 1;
  /* This makes them take up equal width */
}

.benefits-image {
  margin: auto;
  /* Center the image in the container */
  display: block;
  /* Allows margins to center the image horizontally */
  width: 95%;
  /* Adjust width as needed while maintaining aspect ratio */
  height: 100%;
  /* Ensures the image does not overflow the container's height */
  object-fit: cover;
  /* Covers the area without stretching; may crop the image */
  border-radius: 100px;
  /* Softens the corners for a modern look */
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.benefits-section h2 {
  color: #1c3c7c;
  margin-bottom: 20px;
}

.benefits-section p,
.benefits-section ul {
  margin-left: 20px;
  font-size: 20px;
}

.benefits-section ul {
  padding-left: 20px;
}

.benefits-section li {
  margin-bottom: 10px;
  position: relative;
}

/* Sub-list styling */
.benefits-section .sub-list li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 9px;
  height: 10px;
  width: 10px;
  background-color: #041c5c;
  border-radius: 50%;
}

.benefits-section .sub-list {
  padding-left: 60px;
}

/* Apply button styling */
.apply-btn {
  display: inline-block;
  background-color: #1c3c7c;
  color: #fff;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
}

.apply-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  color: #c3cfe5;
}

.more-info {
  color: #ffffff;
  font-size: 1.5rem;
  /* Adjust to match h3 size if needed */
  text-transform: uppercase;
  margin: 0;
  /* Resets default paragraph margins */
  display: flex;
  /* Aligns the text and the arrow icon */
  align-items: center;
  padding-right: 15px;
}

.btn.btn-primary {
  background-color: #183672;
  /* Adjust alpha for transparency */
  text-decoration: none;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  /* Smooth transition for hover effect */
}

.btn.btn-primary:hover {
  background-color: rgba(255,
      255,
      255,
      0.2);
  /* Slightly less transparent on hover */
  color: #183672;
  box-shadow: 0 0 0 1px #183672 inset;
}

.career-button {
  background-color: #ffffff;
  /* Adjust alpha for transparency */
  text-decoration: none;
  color: #183672;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  /* Smooth transition for hover effect */
}

.career-button:hover {
  background-color: rgba(24,
      54,
      114,
      0.2);
  /* Slightly less transparent on hover */
  color: white;
  border: 1px solid white;
}

.arrow {
  font-weight: 1000 !important;
  display: inline-block;
  font-size: 26px !important;
}

.gradient-underline {
  position: relative;
  display: inline-block;
  /* Ensures the pseudo-element's width matches the text */
}

.gradient-underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  /* Position the underline below the text */
  left: 0;
  width: 100%;
  /* Full width of the text */
  height: 2px;
  /* Height of the underline */
  background: linear-gradient(to right,
      transparent,
      #007bff 70%,
      #007bff 100%);
  /* Gradient effect */
}

.gradient-text {
  background: #2f4a80;
  -webkit-background-clip: text;
  background-clip: text;
  color: #2f4a80 !important;
  /* Make the text color transparent to show the gradient */
  padding: 1%;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(to left, #183672, transparent);
  background-repeat: no-repeat;
  background-size: content-size 2px;
  background-position: 0 100%;
  padding: 15px;
  margin-bottom: 10px;
}

.culture-header {
  color: #183672;
  margin-right: 10px;
  /* Adjust as needed */
  flex-grow: 1;
  /* Allows the h1 to grow and take up remaining space */
}

#join-us {
  background: linear-gradient(white, transparent),
    linear-gradient(transparent, white),
    url("images/Noriker team outside the Quadrangle.jpg");
  background-repeat: no-repeat;
  background-position: top, bottom, center;
  background-size: 100% 20%, 100% 20%, cover;
  height: auto;
  min-height: 90vh;
}

.join-us-section {
  display: inline-block;
  height: auto;
  background: #f8f9fa;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  margin: 50px auto;
  background-color: rgba(255, 255, 255, 0.5);
  /* semi-transparent white */
  backdrop-filter: blur(10px);
  /* blurring the background */
  -webkit-backdrop-filter: blur(10px);
  /* for Safari */
}

.join-us-section h2 {
  color: #041c5c;
  /* Dark blue, similar to the company logo */
  margin-bottom: 20px;
  font-size: 32px;
}

.join-us-section ul {
  list-style-type: none;
  padding: 0;
}

.join-us-section ul li {
  background: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 4px solid #345494;
  /* Lighter blue */
  font-size: 20px;
  line-height: 1.6;
  color: #1c3c7c;
}

.join-us-section ul li:before {
  content: "–";
  /* Custom bullet point */
  color: #041c5c;
  /* Dark blue */
  font-size: 20px;
  /* Slightly larger than the list text */
  margin-right: 10px;
  font-weight: bold;
}

.join-us-image {
  display: inline-block;
  padding: 0;
  width: 70%;
  height: 70%;
  z-index: 1;
  box-shadow: 4px 4px 4px 2px rgba(0.1, 0, 0, 0.2);
}

.join-us-image img {
  z-index: 1;
}

#opportunities {
  background: linear-gradient(to bottom,
      transparent,
      #041c5c 0.5%,
      #041c5c 100%);
}

.job-listing {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
}

.dropdown-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Aligns content to the left */
  background: #ffffff;
  color: #041c5c;
  font-weight: bold;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  justify-content: space-between;
  position: relative;
  /* For absolute positioning of the arrow */
  margin-top: 1%;
  box-shadow: 4px 4px 4px 5px rgba(0.1, 0, 0, 0.2);
}

.job-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.job-details {
  display: flex;
  /* displays job details in a row */
  gap: 10px;
  /* space between job details */
}

.job-type {
  color: #006400;
  /* Different color for job type */
  border: 2px solid;
  padding: 2px 6px;
  /* Adjust padding as needed */
  font-size: 0.8em;
  /* Smaller font size for job type */
  margin-right: 2px;
}

.job-type2 {
  color: #4a75ea;
  /* Different color for job type */
  border: 2px solid;
  padding: 2px 6px;
  /* Adjust padding as needed */
  font-size: 0.8em;
  /* Smaller font size for job type */
  margin-right: 2px;
}

.dropdown-arrow {
  font-size: 28px;
  position: absolute;
  right: 10px;
  /* Position arrow to the right */
  top: 10px;
  /* Position arrow from the top */
  padding: 15px;
  transition: transform 0.5s ease;
}

.dropdown-btn .dropdown-arrow {
  /* Arrow defaults to pointing down */
  transform: rotate(0deg);
}

.dropdown-btn.active-btn .dropdown-arrow {
  /* When active, the arrow points up */
  transform: rotate(180deg);
}

.dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease;
  opacity: 0;
  padding: 10px;
  background: #ffffff;
  border-top: 1px solid #ddd;
  color: black;
  padding: 10px;
}

.dropdown-content.active {
  max-height: 1000px;
  opacity: 1;
  /* Transition to full opacity */
  transition: max-height 0.5s ease-in, opacity 0.5s ease;
}

.dropdown-content p {
  margin: 5px 0;
}

.dropdown-btn.active-btn {
  background-color: #6888bd;
  color: white;
  margin-top: 1%;

  .dropdown-content {
    margin-bottom: 1%;
  }

  .job-type {
    background-color: #6888bd;
    color: white;
  }

  .job-type2 {
    background-color: #6888bd;
    color: white;
  }
}

.dropdown-btn:hover {
  background-color: #6888bd;
  color: white;

  .job-type {
    background-color: #6888bd;
    color: white;
  }

  .job-type2 {
    background-color: #6888bd;
    color: white;
  }
}

.show {
  display: block;
}

.how-apply-btn {
  position: relative;
  bottom: 0px;
  left: 10px;
  z-index: 1000;
  color: white;
  background-color: #183672;
  padding: 10px 20px;
  font-weight: bold;
}

.how-apply-btn:hover {
  background-color: white;
  color: #183672;
  border: 2px solid #183672;
}

.popup-window {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  color: black;
}

.popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.custom-numbered-list {
  list-style-type: none;
  /* Remove default bullets */
  counter-reset: list-counter;
  /* Create a new instance of counter */
}

.custom-numbered-list li {
  counter-increment: list-counter;
  /* Increment counter for each list item */
}

.custom-numbered-list li::before {
  content: counter(list-counter) ". ";
  /* Display the counter before the list item */
  font-weight: bold;
  margin-right: 5px;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-30%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.step {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  /* Adjust the space between steps */
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

.image-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.4);
}

.image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-circle:hover {
  transform: translateY(-5px);
}

.text-background {
  background-color: #6888bd;
  border-radius: 10px 40px 40px 10px;
  width: 300px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  z-index: 0;
  margin-left: -65px;
  margin-top: 40px;
  padding-left: 40px;
  font-weight: bold;
}

/* Adjust the margin-left for each step to create the staircase effect */
.step:nth-child(1) .image-circle {
  margin-left: 350px;
}

.step:nth-child(2) .image-circle {
  margin-left: 230px;
}

.step:nth-child(3) .image-circle {
  margin-left: 100px;
}

.step:nth-child(4) .image-circle {
  margin-left: 0px;
}

.step:nth-child(1) {
  animation-delay: 0s;
}

.step:nth-child(2) {
  animation-delay: 0.1s;
}

.step:nth-child(3) {
  animation-delay: 0.2s;
}

.step:nth-child(4) {
  animation-delay: 0.3s;
}

.projects-section {
  color: #003366;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 3px solid #6888bd;
  background-color: rgba(255, 255, 255, 0.5);
  /* semi-transparent white */
  backdrop-filter: blur(10px);
  /* blurring the background */
  -webkit-backdrop-filter: blur(10px);
  /* for Safari */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-gradient-border {
  position: relative;
  border-bottom: 3px solid transparent;
  /* Transparent bottom border */
}

.custom-gradient-border::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  /* Same height as the intended border */
  background: linear-gradient(90deg,
      rgba(52, 84, 148, 0) 0%,
      rgba(52, 84, 148, 1) 20%,
      rgba(52, 84, 148, 1) 80%,
      rgba(52, 84, 148, 0) 100%);
}

.project {
  display: flex;
  align-items: center;
  margin: 40px;
}

.project:last-child {
  margin-bottom: 0;
}

.project-number {
  font-size: 70px;
  font-weight: bold;
  width: 110px;
  height: 110px;
  color: white;
  background-color: #446ca1;
  clip-path: circle(50% at 50% 50%);
  animation: fadeIn 3s ease-in-out;
}

.project-number-right {
  font-size: 70px;
  font-weight: bold;
  width: 110px;
  height: 110px;
  color: white;
  background-color: #183672;
  clip-path: circle(50% at 50% 50%);
  animation: fadeIn 3s ease-in-out;
}

.project-content,
.project-content-right {
  display: flex;
  /* Enable flexbox */
  align-items: center;
  /* Vertically center children */
  justify-content: center;
  /* Horizontally center children */
  flex: 1;
  height: 150px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  color: white;
}

.project-content {
  animation: 2s ease-out 0s 1 slideInFromLeftProject;
  background-color: #183672;
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 5% 47%, 0% 0%);
}

.project-content-right {
  animation: 2s ease-out 0s 1 slideInFromRightProject;
  background-color: #446ca1;
  clip-path: polygon(10% 0%, 0% 50%, 10% 100%, 100% 100%, 95% 47%, 100% 0%);
}

@media (max-width: 768px) {
  .project {
    flex-direction: column;
    align-items: start;
  }

  #more-home h2 {
    font-size: 14px !important;
  }

  .navbar-home:active {
    background-color: white !important;
    /* Full white background when dropdown is active */
  }

  .navbar-home.dropdown-active {
    background-color: white !important;
    /* Full white background */
  }
}

.technology-text {
  background-color: #041c5c;
  color: white;
  border-radius: 30px 30px 30px 30px;
  padding: 15px;
  margin-top: -10px;
  height: 700px;
}

.content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 10%,
      /* Start transitioning from white */
      rgba(63, 96, 153, 0.5) 50%,
      /* Midpoint in the color */
      rgba(0, 0, 0, 1) 90%,
      /* Start transitioning to black */
      rgba(0, 0, 0, 1) 100%);
  background-color: #6888bd;
  min-height: 100vh;
  height: auto;
}

.image-container2 {
  height: 350px;
  width: 100%;
  position: relative;
  text-align: center;
  object-fit: cover;
}

.centered-title {
  z-index: 2;
  /* Ensures the text stays above the image */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  /* Shadow effect */
  color: white;
  /* Ensuring text color is white for better contrast */
}

.w-100.pb-n5.mb-n5 {
  height: 500px;
  width: 100%;
  object-fit: cover;
  /* This ensures the image covers the entire area */
}

.custom-link {
  text-decoration: none;
  /* Removes underline */
  color: white;
  /* Sets the text color */
  font-size: 75%;
  transition: transform 0.2s ease, color 0.3s ease;
  /* Add color transition */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  font-family: "Raleway", sans-serif;
  display: flex;
  /* Add flex to align items */
  justify-content: space-between;
  /* Space content */
  align-items: center;
  /* Center items vertically */
}

.custom-link:hover {
  color: #a4b8d7;
}

.custom-link:hover .arrowexpert {
  fill: #3f6099;
  /* Change SVG color to match the text on hover */
  transform: scale(1.1);
  /* Make SVG larger */
  transition: transform 0.3s ease, fill 0.3s ease;
}

.image-container {
  display: flex;
  /* Use flexbox for easy centering */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  max-height: 100%;
  height: 60%;
  /* Use the full height of the container (you can adjust as needed) */
  position: relative;
  /* Relative positioning */
  margin-right: 1%;
  /* Center the container itself if it's not the full width of its parent */
  width: 40%;
  /* Width of the container */
  display: inline-block;
  padding: 1%;
  background-image: radial-gradient(circle at center,
      rgba(255, 255, 255, 0.01),
      rgba(63, 96, 153, 0.01));
  background-color: rgba(24,
      54,
      114,
      0.1);
  /* Semi-transparent fallback color */
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.image-container img {
  object-fit: cover;
  /* This will cover the area of the container without stretching the image */
  width: 100%;
  height: 100%;
}

.text-container {
  display: inline-block;
  background-color: white;
  padding: 2rem;
  border-radius: 20px;
  width: 40%;
  /* Adjust the width as per your requirement */
  height: auto;
  text-align: left;
  font-size: 20px;
  max-height: 100%;
  overflow: auto;
  position: relative;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.text-container ul {
  list-style-type: none;
  /* Removes bullet points */
  padding-left: 10px;
  /* Removes default padding */
}

.text-container ul ul {
  list-style-type: none;
  padding-left: 20px;
}

.text-container h1 {
  color: #183672;
  font-size: 2.5rem;
}

#projects {
  background: linear-gradient(white, transparent),
    linear-gradient(transparent, white), url("images/IMG_7248.HEIC.jpg");
  background-repeat: no-repeat;
  background-position: top, bottom, center;
  background-size: 100% 20%, 100% 20%, cover;
  /* Adjust the 20% to control the gradient size */
}

.circle-layout {
  position: relative;
  /* Use absolute positioning */
  width: 420px;
  /* Adjust based on your requirement */
  height: 420px;
  /* Adjust based on your requirement */
  top: 60%;
  left: 50%;
  transform: translate(-50%,
      40%);
}

.main-section {
  position: relative;
  height: auto;
  min-height: 120vh;
  width: 100%;
  padding: 20px;
  background-color: white;
}

.land-image-container {
  position: absolute;
  width: 50%;
  /* Adjust based on your requirement */
  height: 50%;
  border-radius: 30%;
  /* Rounded corners for the images */
  overflow: hidden;
  border: 6px solid #6888bd;
}

.land-image-container img:hover {
  transform: scale(1.3);
}

.land-text-container {
  position: absolute;
  width: 100%;
  /* Adjust based on your requirement */
  height: 50%;
  padding: 0;
  color: #001c5c;
}

.land-text-container2 {
  position: absolute;
  width: 100%;
  /* Adjust based on your requirement */
  height: 50%;
  padding: 0;
  color: #001c5c;
  text-align: right;
}

.land-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* This will make sure images cover the area */
}

.middle-left {
  top: 0;
  left: 0;
  transform: translate(-120%, 50%);
}

.middle-right {
  top: 0;
  left: 0;
  transform: translate(220%, 50%);
}

.top-left {
  top: 0;
  left: 0;
  transform: translate(-40%, -90%);
}

.top-right {
  top: 0;
  right: 0;
  transform: translate(40%, -90%);
}

.bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(-40%, 90%);
}

.bottom-right {
  bottom: 0;
  right: 0;
  transform: translate(40%, 90%);
}

.center-circle {
  position: absolute;
  width: 80%;
  height: 80%;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px dashed #446ca1;
  /* Dashed border color */
  overflow: hidden;
  /* This will clip the image to the circle */
}

.center-circle img {
  padding-top: 90px;
  width: 100%;
  /* Make the image take full width of the container */
  height: auto;
  border: 10px #446ca1;
  border-radius: 50%;
  /* Make the image circular */
  object-fit: cover;
}

.circle {
  width: 70%;
  height: 70%;
  border: 12px solid #6888bd;
  /* Border color */
  border-radius: 50%;
  /* Make it a circle */
  display: flex;
  justify-content: center;
  align-items: center;
}

.animate-on-scroll {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.text-mirror {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "Raleway", sans-serif;
}

.text-mirror h1 {
  margin: 0;
  line-height: 0.7;
  display: inline-block;
  vertical-align: top;
  font-family: "Raleway", sans-serif;
}

.mirror {
  transform: scaleY(-1);
  opacity: 0.5;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent, blue);
}

.input-group-text {
  width: 170px;
  /* Set the desired fixed width */
  text-align: right;
  /* Align the text to the right within the fixed width */
}

@keyframes slideInFromLeftProject {
  0% {
    transform: translateX(-30%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRightProject {
  0% {
    transform: translateX(30%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  max-height: 100%;
}

.general {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.general:hover {
  transform: scale(1.02);
}

.val1 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}

.val2 {
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}

.val3 {
  grid-column: 3 / span 1;
  grid-row: 1 / span 2;
}

.val4 {
  grid-column: 4 / span 1;
  grid-row: 1 / span 1;
}

.val5 {
  grid-column: 1 / span 2;
  grid-row: 2 / span 1;
}

.val6 {
  grid-column: 4 / span 1;
  grid-row: 2 / span 2;
}

.val7 {
  grid-column: 1 / span 2;
  grid-row: 3 / span 2;
}

.val8 {
  grid-column: 3 / span 1;
  grid-row: 3 / span 1;
}

.val9 {
  grid-column: 3 / span 2;
  grid-row: 4 / span 1;
}

.heading-phone {
  font-size: 48px;
  /* Adjust as needed */
}

.spider-mobile {
  top: 30%;
  left: 50%;
  margin: 0px;
  padding: 20%;
}

.introduction,
.approach {
  margin-bottom: 40px;
  margin-top: 40px;
}

.introduction h1 {
  color: #0056b3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gs-container {
  margin: auto;
  padding: 20px;
}


/* Additional style for the graduation cap logo */
.graduate-logo {
  font-size: 50px;
  /* Size of the graduation cap icon */
  color: #0b225f;
  /* Color of the icon, adjust if needed */
  display: block;
  /* To ensure it sits on top of the heading */
  text-align: center;
  /* Center the icon above the heading */
  margin-bottom: 15px;
  /* Space between the icon and the heading */
}

.gs-container p,
.gs-container li {
  color: #003366 !important;
}

.gs-benefits,
.gs-program-structure,
.gs-journey-success,
.gs-footer {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f8f9fa;
  /* Slight background color for separation */
  border-radius: 8px;
  /* Rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
}

.gs-page-header {
  margin-bottom: 40px;
  padding: 20px;
}

.gs-journey-success p {
  text-align: left;
}

.gs-page-header h1 {
  color: #041c5c;
  /* Slightly darker for better contrast */
  text-align: center;
  margin-bottom: 20px;
  /* Spacing after the header */
  font-weight: 600 !important;
}

.gs-page-header p {
  font-size: 1.5em;
  color: #2f4a80 !important;
}

.gs-header-img,
.gs-section-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}


.gs-section-img {
  margin: 20px 0;
}

.gs-benefits,
.gs-program-structure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.gs-list li {
  text-align: left !important;
  margin-left: 10%;
  margin-right: 10%;
  list-style-type: none;
}

.gs-benefits-text,
.gs-program-structure-text {
  flex: 1;
}

.gs-benefits-text h2,
.gs-program-structure-text h2,
.np-how-to-excel h2 {
  color: #0d47a1;
}

.gs-benefits img,
.gs-program-structure img {
  flex-basis: 40%;
  max-width: 40%;
}

.gs-benefits ul {
  list-style-type: none;
  padding: 0;
}


.gs-benefits li::before {
  content: "✔";
  color: #6a8ec3;
  padding-right: 8px;
}

.gs-program-structure-text li::before {
  content: "✔";
  color: #6a8ec3;
  padding-right: 8px;
}

.gs-choice-of-team .category {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  /* Spacing between categories */
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  /* Rounded corners for the category blocks */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Soft shadow for depth */
}

.gs-choice-of-team {
  margin-bottom: 10%;
  margin-top: 10%;
  padding: 10px;
}

.title-background2 {
  background-image: url('images/paint3.png');
  background-size: cover;
  /* This will cover the entire div area, might need adjustments */
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.title-background2 h2 {
  padding: 20px;
  /* Or adjust to your preference for proper spacing */
  display: inline-block;
  /* Allows the background-size to wrap just the text */
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.np-journey-success {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 40px;

}

.np-journey-success h2 {
  text-align: center;
}

.np-timeline {
  position: relative;
  padding: 20px 0;
}

.np-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 6px;
  /* Adjust width as necessary */
  /* Apply the specified gradient */
  background: rgb(63, 96, 153);
  background: linear-gradient(0deg,
      rgba(63, 96, 153, 0) 2%,
      rgba(63, 96, 153, 1) 20%,
      rgba(63, 96, 153, 1) 80%,
      rgba(255, 255, 255, 0) 98%);
  z-index: 0;
}

.np-timeline-item {
  position: relative;
  width: 50%;
  padding: 10px 40px;
  box-sizing: border-box;
}

.np-timeline-item:nth-child(odd) {
  left: 0;
}

.np-timeline-item:nth-child(even) {
  left: 50%;
  text-align: right;
}

.np-timeline-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0d47a1;
  color: white;
  border-radius: 50%;
  padding: 10px;
}

.np-timeline-content h3 {
  color: #0d47a1;
  font-weight: bold;
}

.np-timeline-content {
  border-radius: 8px;
  background-color: white;
  padding: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.graduate-scheme-advertisement {
  text-align: center;
  /* Center the text and button */
  background-color: #f0f2f5;
  /* Light background for the section */
  color: #0b225f;
  /* Text color that matches the company's branding */
}

.graduate-scheme-advertisement h2 {
  margin-bottom: 20px;
  /* Space between title and description */
}

.graduate-scheme-advertisement p {
  margin-bottom: 30px;
  /* Space between description and button */
}

.btn.apply-now-button {
  padding: 10px 30px;
  /* Larger padding for a more prominent button */
  background-color: #6a8ec3;
  /* Button color that matches the company's color scheme */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn.apply-now-button:hover {
  background-color: #0b225f;
  /* Darker color on hover for interactive feedback */
}


@media (max-width: 768px) {
  .np-timeline::before {
    left: 10px;
  }

  .np-timeline-item {
    width: 100%;
    text-align: left;
    padding-left: 30px;
  }

  .np-timeline-item:nth-child(even) {
    left: 0;
  }

  .np-timeline-icon {
    left: 0;
  }
}

.np-apply-btn {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #0b225f;
  /* Adjust to match your site's color scheme */
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.np-apply-btn:hover {
  background-color: #6a8ec3;
  /* Adjust for hover effect */
  color: white;
}


.np-category-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.np-card {
  background: white;
  border-radius: 10px;
  /* Improved shadow for clarity and a modern look */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  width: 280px;
  padding: 15px;
  transition: transform 0.3s ease;
  /* Slight scale effect on hover for more interactivity */
  &:hover {
    transform: translateY(-10px);
  }
}

.np-icon {
  width: 50px;
  height: auto;
  margin: auto;
}

.np-card-content h3 {
  color: #0d47a1;
  margin-top: 10px;
  font-weight: bold;
}

.np-card-content ul {
  list-style: none;
  padding: 0;
}

.np-card-content li {
  padding-left: 30px;
  text-align: left;
  position: relative;
}

.np-card-content li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #0d47a1;
}

.np-how-to-excel {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.np-how-to-excel h2 {
  text-align: center;
}

.np-excel-tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

.np-tip {
  display: flex;
  align-items: left;
  text-align: left !important;
  margin-bottom: 15px;
  width: 100%;
}

.np-card img {
  width: 100%;
  /* Makes the image take up the full width of the card */
  height: auto;
  max-height: 120px;
  /* Maintains the aspect ratio of the image */
  border-radius: 8px;
  margin-bottom: 10px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .np-tip {
    width: 48%;
  }
}

.np-tip .np-icon {
  color: #0d47a1;
  font-size: 24px;
  margin: 10px;
}

.np-join-us {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  color: #007bff;
}


.category-img {
  width: 100px;
  /* Fixed width for consistency */
  height: auto;
  /* Maintain aspect ratio */
  margin-right: 20px;
  /* Space between image and text */
  border-radius: 50%;
}

.category h3 {
  margin-top: 0;
  color: #0b225f;
  /* Theme color for subheadings */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .gs-choice-of-team .category {
    flex-direction: column;
    align-items: start;
  }

  .category-img {
    margin-bottom: 10px;
    /* Adjust spacing for vertical layout */
    margin-right: 0;
    /* Reset right margin */
  }
}


.approach {
  color: #0066cc;
  font-weight: 700;
}

.approach-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.project-manage-item {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  color: white;
}

.project-manage-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 102, 204, 0.8);
  clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
  z-index: 1;
}

.project-manage-item .content {
  position: relative;
  z-index: 2;
}

.project-manage-item h3 {
  font-weight: 700;
  display: flex;
  align-items: center;
}

.project-manage-item p {
  font-weight: 500;
}

.project-manage h2 {
  color: #007bff;
  border-bottom: 2px solid #007bff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.project-manage h3 {
  color: #0066cc;
  margin-top: 10px;
}

.approach-details {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.approach-details>div {
  flex-basis: 45%;
  text-align: left;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  background: white;
}

.project-lifecycle,
.project-management {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
}

.project-lifecycle:nth-child(even) {
  background-color: #f2f2f2;
}

.project-image {
  width: 40%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
  height: 300px;
  margin: 0;
  border-radius: 15px;
  object-fit: cover;
}

.project-manage-item:hover {
  transform: scale(1.05);
}

.material-symbols-outlined {
  font-size: 34px;
  /* Adjust size as needed */
  padding: 1%;
  display: inline-block;
  color: #3399ff;
}

.overview {
  text-align: center;
  margin-bottom: 2em;
}

.overview h1 {
  color: #003366;
  /* Company color for headers */
  margin-bottom: 0.5em;
}

.delivery-phases {
  margin-bottom: 2em;
}

.optimization {
  background-color: #e6e6e6;
  /* Slightly darker grey for contrast */
  padding: 1em;
  text-align: center;
}

.optimization h2 {
  color: #003366;
  /* Company color for headers */
  margin-bottom: 0.5em;
}

.overview,
.delivery-phase {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.content-block {
  flex: 1;
  padding: 20px;
  background: linear-gradient(to right, #ffffff, #dfdfdf);
}

.image-block {
  flex: 1;
  text-align: center;
}

.image-block img {
  width: 100%;
  /* Ensures the image takes the full width of its container */
  max-height: 400px;
  /* Sets a maximum height for all images */
  object-fit: cover;
  /* Ensures the image covers the area, could be set to 'contain' if you do not want images to be cropped */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  /* Adds shadow to the image */
  margin-bottom: 20px;
  /* Adds space below the image */
}

.image-block:hover {
  transform: scale(1.05);
  /* Slightly enlarges the image on hover */
}

/* Typography */
.content-block h1 {
  font-size: 2.5rem;
  color: #003366;
}

.content-block h2 {
  font-size: 2rem;
  color: #003366;
  margin-bottom: 10px;
}

.content-block p {
  color: #2b4a85;
  font-size: 1.1rem;
  margin-bottom: 10px;
  padding: 1%;
  font-weight: 500;
}

/* Alternating Layout for Phases */
.delivery-phase:nth-child(even) .content-block {
  order: 2;
}

.delivery-phase:nth-child(even) .image-block {
  order: 1;
}

.IT section {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
  margin: 20px;
  border: 1px solid #ddd;
  /* Add borders for separation */
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

/* Style the headings */
.IT h2 {
  font-weight: 600;
  color: #041c5c;
  /* Use a consistent color scheme */
}

.IT img:hover {
  transform: scale(1.05);
}

/* Style the paragraphs */
.IT p {
  line-height: 1.5;
  margin-top: 10px;
  color: black;
  font-weight: 500;
  font-size: 20px;
}

/* Style the images within sections */
.IT img {
  object-fit: cover;
  max-width: 30%;
  height: auto;
  border-radius: 5px;
  margin: 0 20px;
  /* Adjust margin as needed */
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.info {
  width: 100%;
}

.custom-list-software {
  color: white;
  font-weight: 500;
}

.control-row {
  display: flex;
  align-items: center;
  margin-bottom: -50px;
  background-color: white;
  color: #041c5c;
  padding: 0;
}

.control-row img {
  width: 100%;
  height: 200px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.control-image-container {
  width: 30%;
  margin: 3%;
  height: auto;
}

.control-image-container img {
  object-fit: cover !important;
}

.control-image-container:hover {
  transform: scale(1.1);
}

.control-text-content {
  width: 45%;
  padding: 20px;
  color: #041c5c;
}

.control-text-content h3 {
  color: #183672;
  font-weight: 700 !important;
  margin-bottom: 10px;
}

.control-text-content p {
  color: #345494;
  font-weight: 500;
}

.commitment-section {
  background-color: #f4f4f4;
  /* Light grey background */
  color: #003366;
  /* Dark blue text, assuming it's your brand color */
  text-align: center;
  /* Center align the content */
  padding: 50px 20px;
  /* More padding for a spacious layout */
}

.commitment-section h2 {
  color: #0055a5;
  /* Brand color for heading */
  margin-bottom: 0.5em;
  position: relative;
}

.commitment-section h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 60px;
  /* Length of the line */
  height: 4px;
  background-color: #0099cc;
  /* Brand color for the line */
}

.commitment-logo {
  width: 100px;
  /* Size of the logo */
  margin: 0 auto 20px;
  /* Logo above the title */
}

.commitment-image {
  max-width: 50%;
  /* Adjust width as necessary */
  margin-top: 20px;
  /* Space above the image */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}

.commitment-cta {
  background-color: #007bff;
  /* Bright blue for CTA */
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}

/* Hover effect for CTA */
.commitment-cta:hover {
  color: #007bff;
  border: 1px solid #007bff;
  background-color: white;
}

.expertise-card-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* Four columns */
  grid-gap: 10px;
  /* Space between cards */
  padding: 20px;
  max-width: 100%;
  /* Adjust based on your preferred max width */
  margin: auto;
  /* Center the container */
}

.expertise-card {
  background: #e0e0e0;
  /* Grey background for cards */
  border: 1px solid #ccc;
  /* Grey border to match card background */
  /* Removed border-radius */
  text-align: center;
  transition: transform 0.3s ease;
  /* Smooth transition for hover effect */
  z-index: 5;
}

.expertise-card:hover {
  transform: translateY(-5px);
  /* Slight raise effect on hover */
}

.card-icon {
  font-size: 50px !important;
  /* Icon size */
  /* Icon color */
  padding-top: 15px;
  /* Space from top of the card */
}

.expert-symbols {
  font-size: 120px !important;
}

.expertise-card-content {
  padding: 15px 20px;
}

.expertise-card h3 {
  margin: 0;
  font-size: 20px;
  /* Dark blue color for text */
}

.smallbox {
  cursor: pointer;
}

.expertise-card:nth-child(odd) {
  background: #0077b6;
  /* Blue background for every other card */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.expertise-card:nth-child(odd) .material-icons {
  color: white;
  /* White icon color for every other card */
}

.expertise-card:nth-child(even) .material-icons {
  color: #0077b6;
  /* White icon color for every other card */
}

.value-proposition {
  max-width: 80%;
  /* Aligns with the max-width of the card-container */
  margin: 40px auto;
  /* Adds top and bottom spacing, centers horizontally */
  padding: 20px;
  background: #0077b6;
  /* Light background to stand out from the gray */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
  /* Soft shadow for depth */
  border-radius: 5px;
  /* Slightly rounded corners for a softer look */
  text-align: center;
  /* Centers the text */
  font-size: 1em;
  /* Adjust font size as needed */
  line-height: 1.6;
  /* Improves readability */
  color: #fff;
  /* Darker text for contrast and readability */
}

.expertise-content-container {
  display: flex;
  align-items: stretch;
  /* This will make sure both children stretch to the same height */
  justify-content: center;
  margin-top: 30px;
  /* Space from the preceding content */
  height: 500px;
  /* Set a fixed height for both containers */
}

.expertise-image-container {
  flex: 1;
  background-image: url("images/BBR vertical.png");
  background-size: cover;
  background-position: center;
  /* Removed the height property since it's now controlled by the parent container */
}

.expertise-text-container {
  flex: 1;
  background: #6ca69d;
  /* Semi-transparent background for readability */
  padding: 20px;
  /* Padding inside the text box */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* This will vertically center the text in the container */
}

.expertise-text-container h2 {
  margin-bottom: 15px;
  font-size: 2.5em;
  color: #42464b;
}

.expertise-text-container p {
  font-size: 1.5em;
  color: black;
  line-height: 1.4;
  font-style: italic;
  padding: 15px;
}

.IT-body {
  background-size: cover;
  background-position: center;
  height: 100vh;
  border: 2px solid gray;
  z-index: 0;
}

.about-konik {
  color: #333;
  overflow: hidden;
}

.about-konik p {
  font-weight: 600;
  font-size: 18px;
}

.carousel {
  display: flex;
  flex-wrap: nowrap;
  /* Prevent wrapping of items */
  transition: transform 0.5s ease;
  padding: 0;
  /* Add padding to the container instead of the slide */
}

.slide {
  flex: 0 0 auto;
  /* Do not grow or shrink, but allow the basis to be auto */
  width: calc(100% - 50px);
  /* Subtract the left and right padding from 100% width */
  margin: 10px auto;
  /* Add margin to each side of the slide for spacing */
  position: relative;
  background: #fff;
  transition: transform 0.5s ease;
  opacity: 1;
  /* Ensure full opacity for all slides */
  box-sizing: border-box;
  padding: 0;
}

.slide iframe {
  width: 100%;
  height: 460px;
  /* Adjust the height as needed, accounting for padding */
  border: none;
}

.controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 40px);
  /* Adjust width to match slide width */
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 20px;
  /* Add padding to align with slides */
}

.control-btn {
  pointer-events: all;
  cursor: pointer;
  background-color: #333;
  color: white;
  border: none;
  padding: 1em;
  font-size: 18px;
  transition: background-color 0.3s;
  opacity: 0.8;
}

.control-btn:hover {
  background-color: #555;
}

.about-konik h1,
h2 {
  color: #0275d8;
  font-weight: 700;
}

.about-konik ul {
  list-style-type: none;
  font-weight: 500;
}

.about-konik li {
  margin-bottom: 10px;
}

.about-konik h2 {
  border-bottom: 2px solid #0275d8;
}

#system-features,
#renewable-integration,
#flexibility-and-evolution,
#activities {
  padding: 10px;
  font-family: "Raleway", sans-serif;
}

#applications {
  max-width: 100%;
  /* Or the max-width of your choice */
  margin: auto;
  padding: 40px;
  position: relative;
  z-index: 1;
}

#applications::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: -1;
  transform: translateX(-50%);
  left: 50%;
}

.applications-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* This will space out the child elements evenly */
  gap: 20px;
  /* This adds space between the flex items */
}

.application {
  flex-basis: calc(50% - 20px);
  /* This calculates the width of the column subtracting the gap */
  box-sizing: border-box;
  /* This ensures padding and borders are included in the width calculation */
  margin-bottom: 20px;
  /* This adds space below each application for when they wrap */
  color: white;
  padding-top: 20px;
}

#applications h2 {
  text-align: center;
}

.application img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-top: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

#key-features {
  color: white;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
}

.features-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.feature {
  width: 40%;
  /* Adjust the width as necessary for your layout */
  margin: 20px;
}

.feature-icon {
  width: 100%;
  /* Adjust icon size as needed */
  height: 300px;
  margin-bottom: 10px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
  border-radius: 0;
  border: 1px solid #0055a5;
  object-fit: fill;
}

.feature-icon:hover {
  transform: scale(1.05);
}

.feature-box {
  background-color: #041c5c;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  /* Adjust as needed */
}

.feature h3,
.feature p {
  display: inline-block;
  background-color: #041c5c;
  color: white;
}

.custom-bullets {
  list-style: none;
  padding-left: 0;
}

.custom-bullets li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 20px;
  padding-top: 10px;
}

.event-powering::before {
  content: "🌐";
  margin-right: 10px;
}

.saved::before {
  content: "♻️";
  margin-right: 10px;
}

.custom-design::before {
  content: "🛠️";
  margin-right: 10px;
}

.rental-units::before {
  content: "🔋";
  margin-right: 10px;
}

#renewable-integration::before,
#system-features::before,
#flexibility-and-evolution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  /* Dark overlay */
  z-index: 1;
}

#renewable-integration,
#system-features,
#flexibility-and-evolution {
  position: relative;
  color: white;
  /* Ensures text is white for all sections */
  background-size: cover;
  background-position: center;
  margin: 5%;
}

#renewable-integration {
  background-image: url("images/20200908_LR_sunset.jpg");
}

#system-features {
  background-image: url("images/IMG_6050.jpg");
}

#flexibility-and-evolution {
  background-image: url("images/Image from iOS (2).jpg");
}

#renewable-integration h2,
#renewable-integration p,
#system-features h2,
#system-features p,
#flexibility-and-evolution h2,
#flexibility-and-evolution p {
  position: relative;
  z-index: 2;
  /* Ensures text appears above the overlay */
}

.phases-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  /* Needed for positioning the pseudo-elements */
  padding: 15px;
}

.phase {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  position: relative;
  flex-basis: calc(33%);
}

.icon-container {
  background-color: #007bff;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.phase:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  /* Aligns the line to the right edge of the column */
  top: 0;
  bottom: 0;
  width: 2px;
  /* Width of the gradient line */
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      #0275d8 50%,
      rgba(0, 0, 0, 0) 100%);
}

.phase h3 {
  margin-top: 20px;
  color: #0275d8;
}

.phase p {
  padding: 15px;
}

.custom-list-software {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.custom-list-software li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 20px;
  margin: 0;
  color: black;
  padding: 0;
  width: calc(100% / 6);
  /* Divide equally into 6 columns for 6 items */
}

.custom-list-software li i {
  font-size: 26px;
  color: #0275d8;
  /* Customize the icon color */
  margin-bottom: 30px;
}

.team-collaboration .container>div:first-child {
  text-align: center;
  /* Center align the title and description */
}

.team-collaboration .phases-container {
  display: flex;
  justify-content: space-between;
  /* Distribute columns evenly */
  padding: 0;
}

.team-collaboration .phase {
  flex: 1;
  /* Equal width for each column */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center content horizontally */
  text-align: center;
  padding: 10px;
  /* Adjust padding for spacing */
}

/* If you want the icons to align with the text headings */
.team-collaboration .icon-container {
  display: flex;
  /* Use flexbox to align the icons */
  justify-content: center;
  /* Center the icons horizontally */
  align-items: center;
  /* Center the icons vertically */
  margin-bottom: 10px;
  /* Space between icon and heading */
}

.trading-card {
  background: #f9f9f9;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.3);
}

.trading-card-image {
  width: 100%;
  height: 300px;
  background: url("images/IMG_20200424_122236_resized_20200424_124029825.jpg") no-repeat center center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.trading-card-content {
  padding: 20px;
}

.trading-card h3 {
  color: #333;
  margin-top: 0;
}

.trading-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
  font-weight: 500;
}

.trading-icon {
  font-size: 48px;
  vertical-align: middle;
  margin-right: 10px;
}

.trading-icon-1 {
  color: #e8491d;
}

.trading-icon-2 {
  color: #0275d8;
}

.trading-icon-3 {
  color: #4caf50;
}

.trading-contact-container {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  /* Align to the left side */
  margin-top: 20px;
  /* Spacing from the content above */
  padding: 0;
}

.contact-text {
  padding-top: 15px;
  margin-bottom: 0;
  margin-right: 20px;
  /* Spacing between the text and the button */
  font-weight: 800 !important;
  color: #333;
  /* Adjust the color as needed */
}

.trading-contact a {
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.trading-contact a:hover {
  background-color: #808080 !important;
  /* Darker shade for hover effect */
}

.trading-card-header {
  width: 100%;
  height: 300px;
  background: url("images/trading_new.jpeg") no-repeat center center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.trading-card-energy {
  width: 100%;
  height: 300px;
  background: url("images/DJI_0044.JPG") no-repeat center center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.battery-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.battery-row {
  flex: 0 1 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  /* Spacing between rows */
}

.battery-card {
  flex: 0 1 calc(50% - 20px);
  /* Adjusted to ensure two cards per row with spacing */
  margin: 10px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 4px 8px 8px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.battery-card:hover {
  transform: scale(1.1);
  /* Make SVG larger */
  transition: transform 0.3s ease, fill 0.3s ease;
}

.battery-icon {
  font-size: 48px;
  color: #e8491d;
  margin-bottom: 20px;
}

.battery-card h3 {
  margin: 20px 0 10px;
  color: #333;
}

.battery-card p {
  font-size: 16px;
  color: #666;
}

.trade-section {
  text-align: left;
  height: auto;
  margin: 20px 0;
}

.trade-section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.trade-content {
  max-width: 100%;
  margin-bottom: 3%;
  text-align: left;
}

.analyzing-section {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.risk-strategies-section {
  background-color: #e0e0e0;
  padding: 20px;
  border-radius: 10px;
}

.trade-icon {
  font-size: 200px;
  /* Larger icon size */
  color: #0275d8;
}

.trade-content-column {
  display: flex;
  justify-content: space-around;
  gap: 0px;
}

.trade-content-column p {
  flex: 0 1 calc(50% - 10px);
  padding-top: 40px;
}

.inclusive-workplace {
  background-color: white;
  /* White background */
  color: #2f4a80;
  /* Dark grey text color for better contrast */
  padding: 40px;
  /* Generous padding around the text */
  max-width: 100%;
  /* Maximum width of the content area */
  border-radius: 10px;
  /* Rounded corners for the content area */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* More pronounced shadow for depth */
  margin-top: 40px;
}

.inclusive-workplace p {
  font-weight: 400;
  /* Lighter font weight */
  line-height: 1.8;
  /* Increased line height for better readability */
  text-align: left;
  /* Center-align the text */
  border-left: 4px solid #5c6bc0;
  /* A colored accent line on the left */
  padding-left: 20px;
  /* Padding to space text from the accent line */
  margin: 0 auto;
  /* Auto margins for automatic centering */
  max-width: 100%;
  /* A maximum width to maintain optimal line length */
  font-size: 20px;
}

.inclusive-workplace p::first-letter {
  font-size: 150%;
  /* Enlarge the first letter */
  color: #5c6bc0;
}

.speed-button {
  text-decoration: none;
  color: white;
  /* Set the initial text color to white */
  transition: background-color 1s, box-shadow 1s;
  background: #007bff;
  /* A standard blue color */
  font-weight: 500;
  font-style: italic;
  padding: 12px 24px;
  border-radius: 25px;
  position: relative;
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
  overflow: hidden;
  transition: background-color 1s, color 1s;
}

@keyframes colorChange {

  0%,
  100% {
    color: white;
    /* Start and end with white color */
  }

  50% {
    color: #6888bd;
    /* Change to gray at half time */
  }
}

.speed-button:hover {
  background: #0056b3;
  /* A darker shade of blue for hover */
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  animation: colorChange 2s forwards;
}

.speed-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -75%;
  /* Start from the left */
  top: 0;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0));
  /* Gradient to simulate speed */
  transition: all 0.5s ease-out;
  /* Transition for the effect */
  transform: skewX(-20deg);
  /* Skew the pseudo-element for a more dramatic effect */
  pointer-events: none;
  /* Ignore mouse events on the pseudo-element */
}

.speed-button:hover::before {
  left: 125%;
  /* Move the gradient to the right on hover */
}

.newsroom-container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  border-radius: 0px;
}

.newsroom-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 28px;
  color: #2c3e50;
}

.newsroom p,
.news-article p {
  color: #020b25 !important;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.news-item {
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.news-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.news-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.news-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 20px;
  color: #34495e;
}

.news-summary {
  flex-grow: 1;
  margin-bottom: 20px;
  line-height: 1.6;
  overflow-y: auto;
}

.read-more {
  color: #2980b9;
  text-decoration: none;
  font-weight: 600;
}

.news-summary a:hover {
  text-decoration: underline;
}

.news-date {
  display: flex;
  align-items: center;
  /* This centers the children vertically within the container */
  justify-content: center;
  /* This centers the content horizontally, if needed */
  gap: 8px;
}

.modal-news {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: scroll;
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}

.modal-image {
  max-height: 400px;
  width: auto;
  object-fit: auto;
  margin-bottom: 2%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 30px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.latest-news-container {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  /* Start with row layout for larger screens */
  align-items: flex-start;
  margin-bottom: 20px;
  background: #fff;
  /* Background color for the news container */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Styles for the image section */
.image-section {
  flex: 1;
  /* Allow image to fill the space on larger screens */
  padding: 10px;
  box-sizing: border-box;
}

.image-section img {
  width: 100%;
  /* Makes the image responsive */
  height: auto;
  /* Maintain aspect ratio */
  border-radius: 4px;
}

/* Styles for the text section */
.news-section {
  flex: 1;
  /* Allow text section to fill the remaining space on larger screens */
  padding: 20px;
  overflow-y: auto;
  /* Scroll if content is too long */
  box-sizing: border-box;
}

/* Override styles for mobile devices */
@media (max-width: 767px) {
  .latest-news-container {
    flex-direction: column;
    /* Stack children vertically on mobile */
  }

  .image-section,
  .news-section {
    flex: none;
    /* Do not allow flex grow or shrink on mobile */
    width: 100%;
    /* Full width on mobile */
    padding: 10px;
  }
}

.news-article {
  margin-bottom: 20px;
}

.news-article h1 {
  color: #041c5c;
}

.news-article h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #333;
  /* Text color for the title */
}

.h3 {
  font-family: "Raleway", sans-serif;
}

.news-article p {
  font-size: 1em;
  color: #666;
  /* Text color for the summary */
}

.news-article time {
  font-size: 0.75em;
  color: #999;
  /* Text color for the date */
}

.iframe-container {
  display: flex;
  justify-content: space-between;
}

.iframe-container iframe {
  flex: 1;
  margin: 5px;
  width: calc(50% - 10px);
  /* Adjust for margin */
}

.scroll-down-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 72px !important;
  /* Adjust font size as needed */
  color: #fff;
  animation: bounce 0.5s infinite alternate;
}

.video-button {
  font-size: 60px !important;
  opacity: 0.75;
}

.full-width-background {
  position: relative;
  /* Required for absolute positioning of the pseudo-element */
  width: 70%;
  /* Your existing width constraint */
  margin: 0 auto;
  /* Centering the section if needed */
  z-index: 1;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.9),
    /* Top inner shadow */
    inset 0 -10px 10px -10px rgba(0, 0, 0, 0.5);
}

.full-width-background h1 {
  color: white;
  position: relative;
  font-family: "Raleway", sans-serif !important;
}

.full-width-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15vw;
  /* Adjust these values based on the parent's width */
  right: -15vw;
  /* Adjust these values based on the parent's width */
  bottom: 0;
  background: linear-gradient(to right, #6888bd, #a9cfe7);
  z-index: -1;
  /* Ensure the background is behind the content */
}

/* Container holding the map and location information */
#mapContainer {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 20px;
  align-items: start;
}

#mapid {
  width: 60%;
  height: 500px;
}

#locationInfo {
  flex: 1;
  height: 500px;
  background: linear-gradient(145deg, #f5f7fa, #c3cfe2);
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: auto;
}

/* Styles for the default text and location information */
.default-text,
#locationInfo {
  font-family: "Raleway", sans-serif;
  color: #333;
}

#locationInfo h2,
.default-text h2 {
  color: #0056b3;
  margin-bottom: 15px;
}

#locationInfo p,
.default-text p {
  margin-top: 10px;
}

#locationDescription,
#defaultText {
  font-weight: 600;
  color: #2f4a80;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #mapContainer {
    flex-direction: column;
  }

  #mapid {
    width: 100%;
    /* Full width on smaller screens */
  }

  .phase p {
    padding: 5px;
    font-size: 10px !important;
  }
}

@media (max-width: 380px) {

  #liveButtons h3,
  #companyButtons h3,
  #developmentButtons h3 {
    font-size: 0.8rem !important;
  }
}

.custom-dropdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* Allow wrapping to next line if screen size is too small */
  gap: 10px;
  /* Spacing between dropdowns */
}

.custom-dropdown {
  position: relative;
  margin: 0 10px;
  /* Spacing between dropdowns */
}

/* Base style for all custom dropdown buttons */
.custom-btn.custom-dropdown-toggle {
  color: white;
  /* Ensures text color is white for better contrast */
  padding: 10px 15px;
  /* Adjust padding for better spacing */
  border: none;
  /* Removes border */
  cursor: pointer;
  /* Changes cursor to pointer on hover */
  transition: all 0.3s ease;
  /* Smooth transition for hover effects */
  border-radius: 5px;
  /* Rounded corners for a modern look */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  /* Subtle text shadow for depth */
  font-size: 16px;
  /* Adjust font size for readability */
  outline: none;
  /* Removes outline to clean up focus state */
  font-weight: 500;
}

/* Specific colors for each dropdown toggle based on their ID */
#liveCustomDropdownButton {
  background-color: #ff4757;
}

#liveCustomDropdownButton:hover,
#liveCustomDropdownButton:focus {
  background-color: white;
  /* White background on hover/focus */
  color: #ff4757;
  /* Red text on hover/focus */
  box-shadow: 0 0 0 2px #ff4757 inset;
}

#companyCustomDropdownButton {
  background-color: #3742fa;
  /* Blue for company */
}

#companyCustomDropdownButton:hover,
#companyCustomDropdownButton:focus {
  background-color: white;
  /* White background on hover/focus */
  color: #3742fa;
  /* Blue text on hover/focus */
  box-shadow: 0 0 0 2px #3742fa inset;
  /* Inner shadow for a 'border' effect */
}

#developmentCustomDropdownButton {
  background-color: #2ed573;
}

#developmentCustomDropdownButton:hover,
#developmentCustomDropdownButton:focus {
  background-color: white;
  /* White background on hover/focus */
  color: #2ed573;
  /* Green text on hover/focus */
  box-shadow: 0 0 0 2px #2ed573 inset;
  /* Inner shadow for a 'border' effect */
}

.custom-dropdown-menu {
  display: none;
  /* Initially hide the dropdown */
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: auto;
  /* Adjust as necessary */
  max-height: 200px;
  /* Height to fit 4 items, adjust based on your item height */
  overflow-y: auto;
  /* Enable vertical scrolling */
  border-radius: 5px;
}

.custom-btn.custom-dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: none;
}

.custom-dropdown-item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  /* Prevent text wrapping */
  overflow: hidden;
  /* Hide overflow */
  text-overflow: ellipsis;
}

/* Show the dropdown menu on hover */
.custom-dropdown:hover .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-item:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.custom-dropdown:hover .custom-dropdown-menu {
  display: block;
}

#locationButtons .dropdown-item {
  color: #333;
  padding: 10px 10px;
  /* Increased padding for more space */
  text-decoration: none;
  display: block;
  transition: background-color 0.2s ease-in-out;
  min-height: 50px;
  /* Set minimum height for consistency */
  font-size: 16px;
}

#locationButtons .dropdown-item:hover {
  background-color: #f0f0f0;
  /* Light grey for hover */
}

/* Ensure the icons align nicely with the text */
.location-button .material-icons {
  display: block;
  /* Make icon a block to appear on top of text */
  margin: auto;
}

.team-image img {
  object-fit: fill !important;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.fourth-column {
  font-family: "Raleway", sans-serif !important;
}

.icons {
  margin-top: 20px !important;
}

.search-bar {
  flex-grow: 1;
  max-width: 340px;
  margin-left: 0;
  background-color: white;
  margin-right: 10px;
}

.search-bar .form-control {
  width: 100%;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 20px;
  padding-left: 15px;
}

.search-bar .btn {
  border-radius: 20px;
  margin-left: 5px;
  background-color: #6888bd;
  color: #fff;
  border: none;
}

.search-bar .btn:hover {
  background-color: #5670a0;
  color: #fff;
}

.search-error {
  display: none;
  color: grey;
  background-color: white;
  border-radius: 0 0 5px 5px;
  position: absolute;
  padding: 10px;
  top: 80%;
  left: 15%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  font-size: 16px;
}

.search-bar {
  position: relative;
}


.container-flex {
  flex: 1;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

@media screen and (max-width: 992px) {
  .expertise-card-container {
    grid-template-columns: repeat(2, 1fr);
    /* Two columns for smaller screens */
  }

  .team-image {
    height: 400px !important;
  }
}

@media screen and (max-width: 576px) {
  .expertise-card-container {
    grid-template-columns: 1fr;
    /* One column for very small screens */
  }

  .card-icon {
    font-size: 16px !important;
  }

  .expertise-card-content h3 {
    font-size: 10px;
  }

  .what-we-do h2 {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .scroll-down-btn {
    display: none;
  }
}

@media (max-width: 360px) {
  .about-main {
    margin-top: 40px !important;
  }

  .icon .material-symbols-outlined {
    font-size: 30px !important;
  }

  .text-column {
    line-height: 1;
    padding: 0 !important;
    margin-top: 16% !important;
  }

  .content {
    font-size: 14px !important;
    padding: 15px !important;
  }

  h2 {
    font-size: 10px;
  }

  h1 {
    font-size: 12px !important;
  }

  .text-small {
    font-size: 8px !important;
  }

  .headtop {
    font-size: 20px !important;
  }
}

@media (max-width: 369px) {
  .land-text-container2 p {
    margin-top: -10px;
  }
}

@media (min-width: 376px) and (max-width: 414px) {
  .text-column {
    line-height: 1;
    padding: 0 !important;
    margin-top: 1% !important;
  }

  .about-main {
    margin-top: 40px !important;
  }

  .content {
    padding: 15px !important;
  }

  .carousel {
    height: 350px;
  }

  .carousel-inner {
    height: 100%;
  }

  .carousel-item {
    height: 100%;
  }

  .service {
    padding: 10px;
  }
}

@media (min-width: 770px) and (max-width: 820px) {
  .service {
    width: 25%;
    height: 25%;
  }

  .custom-list-software li {
    font-size: 16px !important;
  }

  .feature-box,
  .feature-icon {
    width: 300px !important;
  }
}

@media (max-width: 1500px) {
  .service img {
    width: 90px !important;
    height: 70px !important;
  }
}

@media (width: 768px) and (height: 1024px) {
  .fourth-column {
    margin-top: 0px !important;
  }
}


@media (min-width: 900px) and (max-width: 1024px) {
  .service h4 {
    font-size: 16px !important;
  }

  .expertise-menu {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed to the viewport */
    width: 80%;
    /* Set a width or max-width as preferred */
    z-index: 10;
    /* High enough to be on top */
    max-height: 100%;
    /* Set a max-height as preferred */
    transform: translateY (0%);
    top: -10%;
  }

  .more-expertise-btn {
    display: block;
    /* Show the button */
    position: fixed;
    /* Fixed position */
    left: 0;
    top: 0;
    z-index: 999;
    /* Make sure it's above other content */
    padding: 10px 20px;
    background-color: #007bff;
    /* Example background color */
    color: white;
    /* Text color */
    border: none;
    /* No border */
    cursor: pointer;
    /* Pointer cursor on hover */
  }

  .more-expertise-btn:hover {
    color: #007bff;
    background: white;
    border: 2px solid #007bff;
  }
}

@media (max-width: 1440px) {
  .expertise-menu {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed to the viewport */
    width: 25%;
    /* Set a width or max-width as preferred */
    z-index: 10;
    /* High enough to be on top */
    max-height: 100%;
    /* Set a max-height as preferred */
    transform: translateY (0%);
    top: -10%;
  }

  .more-expertise-btn {
    display: block;
    /* Show the button */
    position: fixed;
    /* Fixed position */
    left: 0;
    top: 0;
    z-index: 999;
    /* Make sure it's above other content */
    padding: 10px 20px;
    background-color: #007bff;
    /* Example background color */
    color: white;
    /* Text color */
    border: none;
    /* No border */
    cursor: pointer;
    /* Pointer cursor on hover */
  }

  .more-expertise-btn:hover {
    color: #007bff;
    background: white;
    border: 2px solid #007bff;
  }

  #management {
    padding-left: 0;
  }
}

@media (max-width: 1900px) {
  .home-video {
    height: 100vh;
    padding: 0;
    margin: 0;
    border-bottom: 0px;
  }
}

@media (max-width: 460px) {
  .culture-heading {
    font-size: 12px !important;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .video-container {
    left: 35%;
    top: 50px !important;
    transform: translateY(-50%);
    position: relative;
  }
}

@media (max-width: 430px) {
  .text-column {
    line-height: 1;
    padding: 0 !important;
    margin-top: 1% !important;
  }

  .about-main {
    margin-top: 40px !important;
  }

  .content {
    padding: 15px !important;
  }

  .carousel {
    height: 350px;
  }

  .carousel-inner {
    height: 100%;
  }

  .carousel-item {
    height: 100%;
  }

  .service h4 {
    font-size: 10px !important;
  }
}

@media (max-width: 280px) {
  .text-column {
    line-height: 1;
    padding: 0 !important;
    margin-top: 7% !important;
  }

  .trade-icon span {
    font-size: 100px !important;
  }
}

@media (max-width: 375px) {
  .carousel {
    height: 300px;
  }

  .carousel-inner {
    height: 100%;
  }

  .carousel-item {
    height: 100%;
  }

  .home-title {
    font-size: 24px !important;
  }

  .service {
    padding: 10px;
  }

  .apply-btn {
    padding: 15px;
    font-size: 12px;
  }

  .join-us-section h2 {
    font-size: 16px;
  }

  .join-us-section ul li {
    font-size: 12px;
  }

  .custom-list-software li {
    font-size: 8px !important;
  }

  .trade-icon span {
    font-size: 250px !important;
  }
}

@media (min-width: 379px) and (max-width: 394px) {
  .custom-list-software li {
    font-size: 8px !important;
  }

  .text-column {
    top: 15.5% !important;
  }
}

@media (max-width: 320px) {
  .text-column {
    line-height: 1;
    font-size: 6px !important;
    padding: 0 !important;
    margin-top: 10% !important;
    top: 19% !important;
  }

  .about-main {
    margin-top: 40px !important;
  }
}

@media (max-width: 300px) {
  .text-column {
    line-height: 1;
    font-size: 6px !important;
    padding: 0 !important;
    margin-top: 6% !important;
  }

  .content {
    padding: 5px !important;
    font-size: 6px;
  }

  p {
    font-size: 6px !important;
  }

  .text-small {
    font-size: 8px !important;
  }

  .cultureSection h1 {
    font-size: 10px !important;
  }

  h2 {
    font-size: 10px;
  }

  h1 {
    font-size: 12px;
  }

  p {
    font-size: 8px;
  }
}

@media (max-width: 412px) {
  .content {
    padding: 15px !important;
  }
}

@media (max-width: 940px) {
  h2 {
    font-size: 16px;
  }

  h1 {
    font-size: 18px !important;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .headline-section {
    /* Smaller font size for mobile */
    height: auto;
  }

  .feature {
    width: 80% !important;
    /* Adjust the width as necessary for your layout */
    margin: 10px;
    height: 5%;
  }

  #locationInfo {
    min-width: 100%;
  }

  .feature img {
    height: 200px;
  }

  h1 {
    font-size: 18px;
  }

  h1.display-4 {
    font-size: 18px;
    /* Adjust main heading size on mobile */
  }

  h5 {
    font-size: 14px;
    /* Adjust subheading size on mobile */
  }

  h2 {
    font-size: 16px;
  }

  p {
    font-size: 10px;
  }

  .icon-contact {
    font-size: 30px !important;
    /* Smaller icon size for mobile devices */
  }

  .container {
    top: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .py-5 {
    padding-top: 25px !important;
  }

  .trade-content-column {
    flex-direction: column;
  }

  .trade-content-column p {
    flex: 0 1 100%;
    margin-bottom: 20px;
  }

  .battery-card {
    flex: 0 1 100%;
    /* Full width on smaller screens for better readability */
    margin-bottom: 20px;
    padding: 5px;
  }

  .battery-card h3 {
    font-size: 16px;
  }

  .battery-icon {
    margin-bottom: 3px;
  }

  .battery-card p {
    line-height: 1.3;
  }

  .title-land h1 {
    font-size: 22px !important;
  }

  .title-land h4 {
    font-size: 14px;
  }

  .circle-layout {
    position: relative;
    width: 100% !important;
    text-align: left;
    /* Align items to the left */
    top: 0 !important;
    padding: 0;
    display: flex !important;
    height: auto !important;
    max-height: 100%;
    transform: translate(-50%, 0%) !important;
  }

  .main-section {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    max-height: 100%;
    min-height: 120vh;
    transform: none !important;
  }

  .land-image-container {
    position: relative;
    /* Reset the position */
    width: 100px;
    /* Full width for smaller screens */
    height: 100px;
    display: block;
    margin-bottom: 20px !important;
    top: 0;
    margin: 0;
    transform: none !important;
    border-radius: 50%;
  }

  .land-text-container {
    position: relative;
    transform: none !important;
    display: block !important;
    /* Stack text containers */
    margin-left: 10px;
    /* Add some space to the left of text */
    width: 90%;
    height: 100px;
    font-size: 12px !important;
    margin-bottom: 20px;
    margin-top: 20px !important;
  }

  .land-text-container2 {
    position: relative;
    text-align: left;
    transform: none !important;
    display: block !important;
    /* Stack text containers */
    margin-left: 10px;
    width: 90%;
    margin-bottom: 20px;
    height: 100px;
    font-size: 12px !important;
  }

  .center-circle {
    display: none;
    /* Hide the center image on small screens */
  }

  /* Adjust font sizes for smaller screens, if necessary */
  .land-text-container h2 {
    font-size: 12px !important;
    /* Smaller heading */
  }

  .land-text-container p {
    font-size: 10px !important;
    /* Smaller paragraph text */
  }

  .land-text-container2 h2 {
    font-size: 12px !important;
    /* Smaller heading */
  }

  .land-text-container2 p {
    font-size: 10px !important;
    /* Smaller paragraph text */
  }

  .text-land {
    flex: 75% !important;
    height: auto !important;
    max-height: 100%;
    margin-top: 0px;
    transform: none !important;
  }

  .image-land {
    margin-left: 1%;
    height: auto !important;
    flex: 25% !important;
    max-height: 100%;
    transform: none !important;
  }

  .land-image-container img {
    width: 110%;
    padding: 0;
    object-fit: fill;
  }

  .gallary {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100px 100px 100px;
  }

  ul,
  li {
    font-size: 10px;
  }

  .details-container {
    width: 90%;
  }

  .details-container summary {
    font-size: 14px;
    /* Smaller font size for mobile */
  }

  .details-container p {
    font-size: 12px;
  }

  .content-container,
  image-container img {
    width: auto;
    /* Smaller image width */
    height: auto;
    /* Maintain aspect ratio */
    padding: 0;
    margin: 0;
    display: block;
    max-height: 100%;
  }

  .circle {
    border: 6px solid #6888bd;
  }

  .image-container {
    display: flex;
    width: 100%;
    height: 100%;
    order: -1;
    max-height: 30%;
  }

  .text-container {
    display: block;
    width: 90%;
    height: auto;
    padding: 20px;
    margin: 20px;
  }

  .text-container h1 {
    font-size: 12px !important;
    /* Smaller heading size */
  }

  .text-container ul,
  .text-container ul li {
    font-size: 12px;
    /* Smaller font size for list */
  }

  .text-container .note {
    font-size: 10px;
    /* Adjust note font size */
  }

  .icons {
    display: inline-block;
    width: 30%;
    margin: 0;
    padding: 0;
    float: none;
  }

  .text-small {
    font-size: 12px;
    /* Adjust the font size for smaller screens */
  }

  .about-heading-text {
    top: 50%;
    z-index: 4;
    height: 50px;
    position: relative;
  }

  .about-main {
    margin: 0;
  }

  .more-button {
    margin-top: 20px;
  }

  .blue-background {
    font-size: 12px;
    z-index: 100;
  }

  #cultureSubtitle {
    font-size: 12px;
  }

  .culture-title {
    padding: 0;
  }

  p {
    font-size: 12px !important;
  }

  .about-main {
    position: relative;
    width: 100%;
    /* Adjust width as necessary */
    height: auto;
  }

  .text-column {
    position: absolute;
    top: 5%;
    /* Align with image column */
    left: 5%;
    /* Align with image column */
    width: 90%;
    /* Adjust based on your preference */
    height: auto;
    /* Let it grow as needed */
    margin: auto;
    /* Center it */
    padding: 0%;
    /* Provide some spacing */
    transform: none;
    /* Reset transform for mobile */
    z-index: 2;
    background-color: rgba(255,
        255,
        255,
        0.8);
    box-shadow: none;
  }

  .image-column {
    width: 100%;
    /* Cover the full width of the container */
    height: auto;
    /* Adjust this to control the image height */
    position: relative;
    /* Ensure it covers the entire container */
    top: 0%;
    left: 0%;
    transform: none;
    z-index: 1;
    /* Positioned behind the text column */
    /* Use object-fit if it's an img tag to control how the image is sized */
    object-fit: cover;
  }

  .about-phone {
    margin-bottom: 0%;
    padding-bottom: 0%;
    height: auto;
    width: auto;
  }

  #contact {
    width: auto;
  }

  #contact h1 {
    font-size: 18px;
  }

  h3 {
    font-size: 12px !important;
  }

  .h3 {
    font-size: 12px !important;
  }

  #commitmentSection h1 {
    font-size: 16px;
  }

  #competencySection h1 {
    font-size: 16px;
  }

  #characterSection h1 {
    font-size: 16px;
  }

  .culture-sub-content {
    line-height: 1;
    font-size: 10px !important;
  }

  .team-mobile {
    font-size: 14px;
  }

  .benefits-right {
    display: none;
  }

  .video-container {
    width: 60%;
    left: 35%;
    top: -70%;
    transform: translateY(-40%);
    position: relative;
  }

  .popup-content {
    width: 90%;
  }

  .apply-text {
    transform: translateY(-80%);
  }

  .service {
    width: 150px;
    /* Smaller width on smaller screens */
    height: 150px;
    /* Adjust height to maintain aspect ratio */
  }

  .image-circle {
    height: 150px;
    /* Keep the height equal to the width for a perfect circle */
  }

  .service-text h4 {
    font-size: 14px;
    /* Smaller font size for smaller screens */
  }

  h4 {
    font-size: 12px;
  }

  #management {
    margin: 0;
    padding: 1%;
  }

  .expertise-menu {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed to the viewport */
    width: 80%;
    /* Set a width or max-width as preferred */
    z-index: 10;
    /* High enough to be on top */
    max-height: 100%;
    /* Set a max-height as preferred */
    transform: translateY (0%);
    top: -10%;
  }

  .custom-link {
    font-size: 12px;
  }

  .more-expertise-btn {
    display: block;
    /* Show the button */
    position: fixed;
    /* Fixed position */
    left: 0;
    top: 0;
    z-index: 999;
    /* Make sure it's above other content */
    padding: 10px 20px;
    background-color: #007bff;
    /* Example background color */
    color: white;
    /* Text color */
    border: none;
    /* No border */
    cursor: pointer;
    /* Pointer cursor on hover */
  }

  .more-expertise-btn:hover {
    color: #007bff;
    background: white;
    border: 2px solid #007bff;
  }

  .what-we-do {
    padding: 0;
    margin: 0;
  }

  .capability-card {
    padding: 1%;
  }

  .land-head {
    font-size: 32px;
  }

  .home-video {
    height: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 0px;
  }

  .applications-container {
    margin-left: -10%;
    margin-right: -10%;
  }

  .application {
    display: flex;
    align-items: center;
    flex-basis: 100%;
  }

  .application-icon {
    width: 50%;
    margin-right: 20px;
  }

  .application h3,
  .application p {
    flex: 2;
  }

  .application h3 {
    font-size: 14px;
  }

  .application p {
    font-size: 8px;
    padding: 5px;
  }

  .application img {
    width: 30%;
    height: 100px;
  }

  .feature-icon {
    width: 100%;
    height: 30%;
  }

  .feature {
    width: 38%;
  }

  .feature h3 {
    font-size: 14px;
  }

  .project-image {
    width: 40%;
    height: 30%;
  }

  .content-block {
    padding: 10px;
  }

  .content-block h2 {
    font-size: 16px;
  }

  .content-block p {
    line-height: 1.1;
  }

  .control-row {
    margin-bottom: 3%;
    margin-right: -20%;
    line-height: 1.1;
  }

  .control-row h3 {
    font-size: 16px;
  }

  .trading-contact-container {
    flex-direction: column;
    /* Stack elements vertically on small screens */
    align-items: flex-start;
    /* Align items to the start of the container */
  }

  .contact-text {
    margin-bottom: 10px;
    /* Adds space above the button on smaller screens */
    margin-right: 0;
    /* Removes the right margin on smaller screens */
  }

  .custom-list-software li {
    font-size: 10px;
  }

  .custom-list-software {
    padding: 0;
  }

  .IT section {
    margin-left: 0;
  }

  .team-collaboration .container>div:first-child {
    padding: 0;
  }

  .team-collaboration .phase {
    padding: 0;
  }

  .team-collaboration {
    margin: 0;
  }

  .phases-container h3 {
    font-size: 14px;
  }

  .phases-container p {
    line-height: 1.1;
    font-size: 10px;
  }

  .team-collaboration .container {
    padding: 0;
  }

  .poster {
    min-height: auto;
    /* Adjust the minimum height for mobile */
    height: auto;
    /* Let the height be determined by content */
  }

  .expertise-card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Two columns in one row */
    grid-gap: 10px;
    /* Space between cards */
    padding: 0;
    max-width: 100%;
    margin: auto;
    /* Center the container */
  }

  .solutions-text h1 {
    font-size: 18px;
  }

  .solutions-text h3 {
    font-size: 16px;
  }

  .card-icon {
    font-size: 20px !important;
  }

  .expertise-card-content h3 {
    font-size: 12px;
  }

  .expertise-card-content {
    padding: 5px;
  }

  .expertise-content-container {
    height: 300px;
  }

  .expert-symbols {
    font-size: 90px !important;
  }

  .header {
    height: 50px;
  }

  .image-block img {
    height: 200px;
  }

  .summary-link::after {
    content: "";
    position: absolute;
    right: 0;
    /* Align the pseudo-element to the right */
    top: 0;
    bottom: 0;
    width: 15%;
    /* This is the width of the 'slide' */
    background-color: linear-gradient(90deg,
        rgba(255, 255, 255, 0) 0%,
        #6888bd98 40%,
        #6888bdbb 95%,
        #6888bddc 100%);
  }

  .headtop {
    font-size: 30px;
  }

  .headbottom {
    padding: 0;
    font-size: 12px;
  }

  .iframe-container {
    flex-direction: column;
  }

  .iframe-container iframe {
    width: 100%;
    margin: 5px 0;
    min-height: 600px;
  }

  .summary-link {
    width: 100% !important;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .summary-link.col-md-6.col-lg-4.offset-md-6.offset-lg-8 {
    margin-left: 0;
  }

  .values-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,
        minmax(clamp(70px, 100%, 100px), 1fr));
    gap: 10px;
    /* Reduced gap size */
    margin-top: 20px;
  }

  .value-container {
    height: 90px;
    width: 90px;
  }

  .value-title {
    font-size: 10px;
  }

  .value-image {
    object-fit: fill;
  }

  .fourth-column-heading {
    white-space: normal !important;
  }

  .fourth-column {
    margin-top: 20px;
  }

  .apply-btn {
    padding: 15px;
    font-size: 12px;
  }

  .join-us-section h2 {
    font-size: 16px;
  }

  .join-us-section ul li {
    font-size: 12px;
  }

  .custom-bullets li {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .circle-layout {
    position: relative;
    width: 100% !important;
    text-align: left;
    top: 0 !important;
    padding: 0;
    display: flex !important;
    height: auto !important;
    max-height: 100%;
    transform: translate(-50%, 0%) !important;
  }

  .image-container {
    display: flex;
    width: 100%;
    height: 100%;
    order: -1;
    max-height: 30%;
  }

  .text-container {
    display: block;
    width: 90%;
    height: auto;
    padding: 20px;
    margin: 20px;
  }

  .main-section {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    max-height: 100%;
    min-height: 120vh;
    transform: none !important;
  }

  .land-image-container {
    position: relative;
    width: 200px;
    height: 200px;
    display: block;
    margin-bottom: 20px !important;
    top: 0;
    margin: 0;
    transform: none !important;
    border-radius: 50%;
  }

  .land-text-container {
    position: relative;
    transform: none !important;
    display: block !important;
    /* Stack text containers */
    margin-left: 10px;
    /* Add some space to the left of text */
    width: 90%;
    height: 200px;
    font-size: 12px !important;
    margin-bottom: 20px;
    margin-top: 20px !important;
  }

  .land-text-container2 h2 {
    font-size: 20px !important;
    /* Smaller heading */
  }

  .land-text-container2 p {
    font-size: 14px !important;
    /* Smaller paragraph text */
  }

  .home-video {
    height: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 0px;
  }

  .center-circle {
    display: none;
    /* Hide the center image on small screens */
  }

  .land-text-container h2 {
    font-size: 20px !important;
    /* Smaller heading */
  }

  .land-text-container p {
    font-size: 14px !important;
    /* Smaller paragraph text */
  }

  .text-land {
    flex: 75% !important;
    height: auto !important;
    max-height: 100%;
    margin-top: 10px;
    transform: none !important;
  }

  .image-land {
    margin-left: 1%;
    height: auto !important;
    flex: 25% !important;
    max-height: 100%;
    transform: none !important;
  }

  .land-text-container2 {
    position: relative;
    text-align: left;
    transform: none !important;
    display: block !important;
    /* Stack text containers */
    margin-left: 10px;
    width: 90%;
    margin-bottom: 20px;
    height: 200px;
    font-size: 12px !important;
  }

  .navbar-home {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media screen and (min-width: 1800px) {
  .headbottom {
    font-size: 24px !important;
  }

  .land-main {
    min-height: 1000px;
  }
}

@media (min-width: 800px) and (max-width: 1800px) {
  .headbottom {
    font-size: 24px !important;
  }

  .circle-layout {
    position: relative;
    width: 100% !important;
    text-align: left;
    /* Align items to the left */
    top: 0 !important;
    padding: 0;
    display: flex !important;
    height: auto !important;
    max-height: 100%;
    transform: translate(-50%, 0%) !important;
  }

  .main-section {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    max-height: 100%;
    min-height: 120vh;
    transform: none !important;
  }

  .land-image-container {
    position: relative;
    /* Reset the position */
    width: 200px;
    /* Full width for smaller screens */
    height: 200px;
    display: block;
    margin-bottom: 20px !important;
    top: 0;
    margin: 0;
    transform: none !important;
    border-radius: 50%;
  }

  .land-text-container {
    position: relative;
    transform: none !important;
    display: block !important;
    /* Stack text containers */
    margin-left: 10px;
    width: 90%;
    height: 200px;
    font-size: 12px !important;
    margin-bottom: 20px;
    margin-top: 20px !important;
  }

  .land-text-container2 h2 {
    font-size: 20px !important;
    /* Smaller heading */
  }

  .land-text-container2 p {
    font-size: 14px !important;
    /* Smaller paragraph text */
  }

  .center-circle {
    display: none;
    /* Hide the center image on small screens */
  }

  /* Adjust font sizes for smaller screens, if necessary */
  .land-text-container h2 {
    font-size: 20px !important;
    /* Smaller heading */
  }

  .land-text-container p {
    font-size: 14px !important;
    /* Smaller paragraph text */
  }

  .text-land {
    flex: 75% !important;
    height: auto !important;
    max-height: 100%;
    margin-top: 10px;
    transform: none !important;
  }

  .image-land {
    margin-left: 1%;
    height: auto !important;
    flex: 25% !important;
    max-height: 100%;
    transform: none !important;
  }

  .land-text-container2 {
    position: relative;
    text-align: left;
    transform: none !important;
    display: block !important;
    /* Stack text containers */
    margin-left: 10px;
    /* Add some space to the left of text */
    width: 90%;
    margin-bottom: 20px;
    height: 200px;
    font-size: 12px !important;
  }

  .home-video {
    height: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 0px;
  }
}

@media screen and (min-width: 2000px) {
  .circle-layout {
    top: 45%;
  }

  .culture-logo {
    padding-top: 5%;
  }

  .text-small {
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #777;
  }

  .text-large {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .expertise-menu {
    transform: translateY(55%);
  }

  #management {
    padding-top: 5%;
    padding-left: 5%;
  }

  .title {
    padding-top: 0%;
  }

  .more-solutions {
    margin: 5%;
  }

  .headbottom {
    font-size: 26px !important;
  }

  .headtop {
    font-size: 60px;
  }

  .main-section {
    min-height: 80vh !important;
  }

  .text-column {
    line-height: 1.4;
  }

  nav {
    font-family: "Raleway", sans-serif !important;
  }

  body {
    font-family: "Raleway", sans-serif !important;
  }
}

@media screen and (min-width: 1801px) {
  .headtop {
    font-size: 60px !important;
  }

  .headbottom {
    font-size: 22px !important;
  }

  .video-container {
    width: 35%;
    /* Reduce width */
    left: 35%;
    /* Adjust horizontal position */
    top: 200px;
    /* Adjust vertical position */
    transform: translate(60%, 20%);
    /* Center the video */
  }
}

@media screen and (min-width: 3000px) {
  .headbottom {
    font-size: 30px !important;
  }

  .headtop {
    font-size: 70px !important;
  }

  .video-container {
    left: 35%;
    /* Adjust horizontal position */
    top: 300px;
    /* Adjust vertical position */
    transform: translate(60%, 20%);
    /* Center the video */
  }
}

@media screen and (min-width: 3000px) and (min-height: 1100px) {
  .headbottom {
    font-size: 20px;
  }
}

@media screen and (min-width: 2000px) and (max-width: 2200px) {
  .expertise-menu {
    transform: translateY(45%);
    width: 15% !important;
    /* Only take up necessary width */
    z-index: 10;
    padding: 0;
    margin: 0;
    position: absolute;
  }
}
