@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --teal: #51aeb4;
  --teal-hover: #418f94;
  --yellow: #dca03e;
}

body {
  /* font-family:"Barlow Semi Condensed", sans-serif !important; */
  margin: 0;
  padding: 0;
  background-color: #111;
}

/* Top Banner */
.top-banner {
  background-color: var(--teal);
  /* Subtle stripe pattern */
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 15px,
    transparent 15px,
    transparent 30px
  );
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

.top-banner .close-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  cursor: pointer;
  font-size: 14px;
}

/* Hero Section Container */
.hero-section {
  /* Background image with dark overlay */
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.199), rgba(0, 0, 0, 0.212)),
    url("/img/home_v2/landing_page_img/herobg.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Navbar */
.navbar {
  padding: 1rem 3rem;
}

.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 10px 14px;
  outline: none !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler i {
  color: white;
  font-size: 22px;
}

.logo-excess {
  display: flex;
  align-items: center;
  color: white;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logo-excess .ex-box {
  background-color: white;
  color: #111;
  padding: 0 4px;
  margin-right: 2px;
  line-height: 1.1;
  display: inline-block;
}

.logo-excess:hover {
  color: white;
  text-decoration: none;
}

.navbar-nav .nav-link {
  color: white !important;
  font-size: 13px;
  font-weight: 600;
  margin: 0 12px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-link:hover {
  color: var(--yellow) !important;
}

.nav-icon {
  color: #ffffff;
  font-size: 18px;
  margin: 4px 5px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-left: 1px solid #ffffff69;
  text-decoration: none;
}

.nav-icon:hover {
  color: #ddd;
}

/* Buttons */
.btn-outline-custom {
  color: #51aeb4;
  border: 1px solid #51aeb4;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 22px;
  transition: all 0.3s;
  letter-spacing: 0.5px;
}

.btn-outline-custom:hover {
  background-color: #51aeb4;
  color: white;
}

.btn-teal {
  background-color: var(--teal);
  color: white;
  border: 1px solid var(--teal);
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 22px;
  transition: all 0.3s;
  letter-spacing: 0.5px;
}

.btn-teal:hover {
  background-color: var(--teal-hover);
  border-color: var(--teal-hover);
  color: white;
}

.dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 6px;
}

/* Hero Content */
.hero-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 20px;
}

.main-heading {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-size: 80px;
  /* Large striking text */
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.text-teal {
  color: var(--teal) !important;
}

.hero-subtitle {
  color: #f1f1f1;
  font-size: 17px;
  margin-bottom: 45px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.hero-buttons .btn {
  padding: 12px 35px;
  font-size: 14px;
  margin: 0 8px;
}

/* Footer Logos */
.footer-logos {
  /* background-color: rgba(0, 0, 0, 0.45); */
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.footer-title {
  color: white;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 37px;
  flex-wrap: wrap;
}

@keyframes mobile-logo-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Recreating logos visually since image assets aren't provided */
.logo-placeholder {
  color: white;
  display: flex;
  align-items: center;
}

.logo-placeholder-duplicate {
  display: none;
}

.logo-dewalt {
  font-family: "Arial Black", sans-serif;
  font-size: 22px;
  letter-spacing: -1px;
  color: #fff;
}

.logo-dewalt span {
  color: #f0c14b;
  font-size: 22px;
  margin-right: 4px;
}

.logo-true {
  font-family: "Brush Script MT", cursive;
  font-size: 34px;
  text-transform: lowercase;
  font-style: italic;
}

.logo-murata {
  font-family: "Arial", sans-serif;
  font-weight: 800;
  font-size: 24px;
  font-style: italic;
}

.logo-iberdrola {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

.logo-iberdrola i {
  color: #fff;
  margin-right: 6px;
  font-size: 20px;
}

.logo-orsted {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.logo-orsted i {
  color: #fff;
  margin-right: 6px;
  font-size: 18px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  .navbar {
    padding: 1rem;
  }

  .language-item {
    margin-left: 0 !important;
  }

  .main-heading {
    font-size: 50px;
  }

  /* Right Side Slide Menu Styling */
  .navbar-collapse.collapse,
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.show {
    position: fixed !important;
    top: 0;
    bottom: 0;
    right: -320px;
    width: 320px;
    max-width: 100vw;
    height: 100vh !important;
    background-color: #151515;
    padding: 70px 40px 40px 40px;
    border-radius: 0;
    margin-top: 0;
    text-align: left;
    box-shadow: none;
    z-index: 1050;
    transition: right 0.3s ease-in-out !important;
    display: block !important;
    overflow-y: auto;
  }

  .navbar-collapse.show {
    right: 0 !important;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.8);
  }

  .navbar-nav {
    align-items: flex-start !important;
  }

  .navbar-nav .nav-item {
    margin: 18px 0;
  }

  .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-left: 0 !important;
  }

  .nav-icon {
    justify-content: flex-start;
    margin: 0;
    font-size: 20px;
    border: none !important;
  }

  .navbar-nav .dropdown-toggle {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .navbar-nav .btn-outline-custom {
    padding: 12px 35px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
  }

  .navbar-nav .btn-teal {
    padding: 12px 35px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
  }

  .dropdown-menu {
    text-align: center;
    background-color: #222;
    border: 1px solid #333;
  }

  .dropdown-item {
    color: #fff;
  }

  .dropdown-item:hover {
    background-color: var(--teal);
    color: white;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  html,
  body,
  .home-v2-radius-scope {
    max-width: 100%;
  }

  .home-v2-radius-scope,
  .hero-section,
  .footer-logos,
  .industry-section {
    overflow-x: hidden;
  }

  .main-heading {
    font-size: 38px;
  }

  .hero-subtitle {
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.5;
  }

  .hero-buttons {
    flex-direction: column;
    padding: 0 20px;
  }

  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin: 8px 0 !important;
    padding: 16px 20px;
    font-size: 16px;
    white-space: normal;
    letter-spacing: 1px;
  }

  .logos-container {
    gap: 24px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: max-content;
    animation: mobile-logo-marquee 18s linear infinite;
  }

  .logo-placeholder {
    flex: 0 0 auto;
    transform: none;
    margin-bottom: 0;
  }

  .logo-placeholder-duplicate {
    display: flex;
  }

  .footer-logos {
    overflow: hidden;
  }

  .company-logo {
    width: 88px;
    max-width: none;
  }
}

@media (max-width: 576px) {
  .main-heading {
    font-size: 32px;
  }

  .top-banner {
    font-size: 11px;
    padding: 8px 30px 8px 10px;
  }

  .logos-container {
    gap: 20px;
  }

  .company-logo {
    width: 76px;
  }
}

.company-logo {
  width: 124px;
}

/* Industry Section */
.industry-section {
  background-color: #ffffff;
  padding: 70px 0 !important;
  color: #333;
}

.sub-heading {
  color: var(--teal);
  font-weight: 800;
  letter-spacing: 1.2px;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}

.section-title {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.05;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #333333;
  letter-spacing: -0.5px;
}

.section-description {
  font-size: 18px;
  color: #666;
  max-width: 900px;
  margin: 0 auto 30px;
  line-height: 1.6;
  text-align: center;
  font-weight: 400;
}

.industry-grid {
  margin-top: 20px;
  /* max-width: 1140px; */
  margin-left: auto;
  margin-right: auto;
}

.video-container {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.video-img {
  width: 100%;
  display: block;
  height: auto;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(30, 30, 30, 0.85);
  color: white;
  width: 54px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-button i {
  margin-left: 2px;
}

.play-button:hover {
  background-color: #000;
  transform: translate(-50%, -50%) scale(1.05);
}

.industry-content {
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 30px;
  color: #444;
  letter-spacing: -1px;
}

.content-text {
  font-size: 16px;
  color: #777;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 500px;
}

.btn-create-profile {
  background-color: #51aeb4;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  padding: 15px 32px;
  transition: all 0.3s;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: fit-content;
  display: inline-block;
}

.btn-create-profile:hover {
  background-color: #418f94;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(81, 174, 180, 0.3);
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 54px;
  }

  .content-heading {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .industry-content {
    padding-left: 0;
    margin-top: 50px;
    text-align: center;
    align-items: center;
  }

  .section-title {
    font-size: 42px;
  }

  .content-heading {
    font-size: 32px;
    letter-spacing: -0.5px;
  }

  .content-text {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Professionals Section */
.professionals-section {
  background-color: #042a27;
  background-image:
    linear-gradient(45deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  height: 840px;
  /* Fixed height for the entire section */
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
  position: relative;
}

.prof-sub-heading {
  color: #51aeb4;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.professionals-title {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: white;
}

.prof-description {
  font-size: 18px;
  color: #b0c4c2;
  max-width: 520px;
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 400;
}

.prof-free-text {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
  letter-spacing: 1.5px;
}

.prof-buttons {
  display: flex;
  gap: 20px;
}

.btn-browse {
  background-color: #51aeb4;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  padding: 18px 35px;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-list {
  background-color: transparent;
  color: white;
  border: 2px solid #ffffff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  padding: 18px 35px;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-browse:hover {
  background-color: #418f94;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(81, 174, 180, 0.4);
}

.btn-list:hover {
  background-color: white;
  color: #042a27;
  text-decoration: none;
}

/* Profile Cards Grid */
.prof-grid {
  display: flex;
  gap: 24px;
  position: relative;
  margin-right: 0;
}

.prof-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation: scroll-up 25s linear infinite;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.prof-column-right {
  animation: scroll-down 25s linear infinite;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

.prof-column:hover {
  animation-play-state: paused;
}

.prof-card {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  background-color: #053330;
  flex-shrink: 0;
  aspect-ratio: 4 / 5;
  /* Enforce same height for all cards */
}

.prof-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Fill the aspect ratio */
  display: block;
  filter: brightness(0.85) contrast(1.1);
  transition: transform 0.5s ease;
}

.prof-card:hover img {
  transform: scale(1.05);
}

.prof-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}

.prof-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  color: white;
  letter-spacing: 0.2px;
}

.prof-title {
  font-size: 12px;
  color: #aaa;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .professionals-title {
    font-size: 56px;
  }

  .prof-grid {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .professionals-title {
    font-size: 48px;
  }

  .prof-grid {
    margin-top: 80px;
  }

  .prof-column-right {
    margin-top: 0;
  }

  .prof-buttons {
    flex-direction: column;
  }

  .btn-browse,
  .btn-list {
    /* width: 100%; */
    text-align: center;
  }
}

/* Features Bento Section */
.features-bento-section {
  padding: 70px 0;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}

.features-header {
  text-align: center;
  margin-bottom: 60px;
}

.features-header .sub-heading-teal {
  color: #51aeb4;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.features-header h2 {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: -1px;
}

.features-header p {
  font-size: 18px;
  color: #666;
  max-width: 900px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-weight: 400;
}

.features-header .header-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 400px 300px;
  gap: 12px;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.bento-card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Card 1: Trade Surplus */
.card-trade {
  grid-row: span 2;
}

.card-trade .card-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.card-trade .card-body {
  padding: 20px 20px;
  background-color: #f7f7f7;
  flex-grow: 1;
}

/* Card 2: Build Connections */
.card-connections {
  background-image: url("/img/home_v2/landing_page_img/what%20we-do2.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.card-connections::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.card-connections .card-body {
  position: relative;
  padding: 20px 20px;
  color: white;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

/* Card 3: Trusted Platform */
.card-trusted {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Card 4: Hire Professionals */
.card-hire {
  grid-column: span 2;
  flex-direction: row;
  background-color: #f7f7f7;
}

.card-hire .card-content {
  width: 55%;
  padding: 20px 20px 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-hire .card-img {
  width: 45%;
  height: 100%;
  object-fit: cover;

  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

/* Typography */
.bento-title {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.05;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: -0.5px;
}

.bento-text {
  font-size: 24px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 400;
}

.card-connections .bento-title {
  color: #fff;
}

.card-connections .bento-text {
  color: #fff;
  opacity: 0.9;
}

/* Trusted Logo Design */
.trusted-logo-wrap {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.logo-text-large {
  display: inline-block;
}

.what-we-do-logo {
  max-width: 240px;
  width: 100%;
  height: auto;
  display: block;
}

.badge-check {
  position: absolute;
  top: -15px;
  left: 58%;
  transform: translateX(-50%);
  background: #4caf50;
  color: white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  z-index: 2;
}

/* Responsive */
@media (max-width: 991px) {
  .features-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 0 15px;
  }

  .card-trade {
    grid-row: span 1;
  }

  .card-trade .card-img {
    height: 300px;
  }

  .card-connections {
    min-height: 350px;
  }

  .card-hire {
    grid-column: span 1;
    flex-direction: column;
  }

  .card-hire .card-content,
  .card-hire .card-img {
    width: 100%;
  }

  .card-hire .card-img {
    height: 300px;
    clip-path: none;
  }

  .features-header h2 {
    font-size: 46px;
  }

  .bento-title {
    font-size: 32px;
  }
}

/* Explore Ecosystem Section */
.explore-ecosystem-section {
  position: relative;
  background-color: #f5f5f5;
  background-image: url("/img/home_v2/landing_page_img/browse-categoriesbg.png");
  /* Switched to local image to ensure it loads */
  background-size: cover;
  background-position: center;
  padding: 80px 0 40px 0;
  min-height: 550px;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

.explore-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.85) 45%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 30%
    );
  z-index: 1;
}

.explore-container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.explore-content {
  max-width: 650px;
  padding-top: 20px;
}

.explore-logo {
  display: inline-flex;
  align-items: center;
  color: #51aeb4;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.explore-logo .ex-box {
  border: 3px solid #51aeb4;
  color: #51aeb4;
  padding: 0 5px;
  margin-right: 4px;
  line-height: 1.1;
  display: inline-block;
}

.explore-logo:hover {
  color: #418f94;
  text-decoration: none;
}

.explore-logo:hover .ex-box {
  border-color: #418f94;
  color: #418f94;
}

.explore-sub-heading {
  color: #51aeb4;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.explore-heading {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: -1px;
}

.explore-play-btn {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.3s;
}

.explore-play-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.popular-categories-text {
  font-size: 12px;
  font-weight: 800;
  color: #444;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 80px;
  display: block;
}

@media (max-width: 1199px) {
  .explore-heading {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .explore-ecosystem-section {
    padding: 60px 0 40px;
  }

  .explore-overlay {
    background:
      linear-gradient(
        to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.95) 50%,
        rgba(255, 255, 255, 0.4) 100%
      ),
      linear-gradient(
        to top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 30%
      );
  }

  .explore-heading {
    font-size: 36px;
  }

  .explore-play-btn {
    right: 5%;
  }
}

@media (max-width: 767px) {
  .explore-ecosystem-section {
    min-height: 700px;
    padding-top: 40px;
    background-position: center top;
  }

  .explore-overlay {
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.95) 45%,
      rgba(255, 255, 255, 0) 80%
    );
  }

  .explore-container {
    justify-content: flex-end;
  }

  .explore-content {
    margin-top: auto;
    padding-top: 200px;
    /* Space for the play button to sit above */
  }

  .explore-heading {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .explore-logo {
    margin-bottom: 15px;
  }

  .explore-play-btn {
    display: flex;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 45px;
  }

  .popular-categories-text {
    display: none;
  }
}

/* Popular Categories Section */
.popular-categories-section {
  padding: 20px 0 80px 0;
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
}

.popular-categories-header {
  font-size: 14px;
  font-weight: 800;
  color: #666;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 25px;
}

.category-card {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 6px;
  padding: 15px;
  transition: all 0.3s;
  text-decoration: none !important;
}

.category-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  background-color: #e9e9e9;
}

.category-img-wrap {
  width: 120px;
  height: 75px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #ddd;
}

.category-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-info {
  margin-left: 20px;
}

.category-title {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.05;
  letter-spacing: -0.5px;
}

.category-link {
  font-size: 13px;
  font-weight: 700;
  color: #51aeb4;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .categories-grid {
    grid-template-columns: 1fr;
  }
}

/* Why Choose Section */
.why-choose-section {
  position: relative;
  background-color: #092829;
  padding: 120px 0 100px 0;
  font-family: "Montserrat", sans-serif;
  color: white;
  overflow: hidden;
}

.why-choose-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 550px;
  z-index: 1;
  overflow: hidden;
}

.why-choose-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.5;
  display: block;
}

.why-choose-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 600px;
  background: linear-gradient(
    to bottom,
    rgba(9, 40, 41, 0.2) 0%,
    rgba(9, 40, 41, 0.95) 75%,
    #092829 100%
  );
  z-index: 2;
}

.why-choose-container {
  position: relative;
  z-index: 3;
}

.why-subheading {
  font-size: 11px;
  font-weight: 700;
  color: #9ab4b4;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.why-heading {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.why-heading .text-teal {
  color: #5eb7b9;
}

.why-buttons {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  position: relative;
  z-index: 4;
}

.why-buttons .btn {
  font-size: 12px !important;
  padding: 12px 24px !important;
  letter-spacing: 0.5px;
  border-radius: 2px !important;
}

.btn-outline-custom-teal {
  background-color: transparent;
  color: #5eb7b9;
  border: 1px solid #3c7778;
}

.btn-outline-custom-teal:hover {
  background-color: #5eb7b9;
  color: white;
  border-color: #5eb7b9;
}

.why-play-btn {
  position: absolute;
  right: 15%;
  top: -100px;
  /* Floating above buttons */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 4;
}

.why-play-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.feature-grid-row {
  margin-top: 100px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-right: 20px;
}

.feature-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #267f87;
  border: none;
  color: #74c8c9;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  /* box-shadow: 0 0 0 12px #083f43; */
}

.feature-icon-wrap::after {
  content: "";
  position: absolute;
  inset: -13px;
  border: 2px solid #1798a3;
  border-radius: 50%;
  pointer-events: none;
}

.feature-content {
  margin-left: 30px;
  padding-top: 0px;
}

.feature-title {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}

.feature-text {
  font-size: 16px;
  color: #819f9f;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .why-heading {
    font-size: 44px;
  }

  .col-lg-6.position-relative {
    position: static !important;
  }

  .why-buttons {
    position: static !important;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .why-play-btn {
    top: -60px;
    right: 5%;
  }

  .feature-grid-row {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .why-choose-section {
    padding: 240px 0 60px 0;
  }

  .why-choose-video-wrap {
    height: 380px;
  }

  .why-choose-video {
    object-position: center;
  }

  .why-choose-section::after {
    height: 420px;
    background: linear-gradient(
      to bottom,
      rgba(9, 40, 41, 0.1) 0%,
      rgba(9, 40, 41, 0.95) 75%,
      #092829 100%
    );
  }

  .why-play-btn {
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    width: 50px;
    height: 35px;
  }

  .why-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 25px;
  }

  .why-heading {
    font-size: 34px;
  }

  .feature-grid-row {
    margin-top: 50px;
  }

  .feature-item {
    margin-bottom: 40px;
  }
}

/* Inventory Talent Section */
.inventory-talent-section {
  background-color: #fff;
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
}

.inventory-img-wrapper {
  position: relative;
  display: inline-block;
  max-width: 85%;
}

.inventory-img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  display: block;
}

.inventory-letters {
  position: absolute;
  bottom: -35px;
  left: -15px;
  font-family: "Georgia", serif;
  font-size: 190px;
  font-weight: 700;
  line-height: 0.7;
  color: #fff;
  letter-spacing: -12px;
  pointer-events: none;
}

.inventory-subheading {
  font-size: 11px;
  font-weight: 800;
  color: #51aeb4;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.inventory-heading {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

.inventory-text {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 35px;
  max-width: 95%;
}

.inventory-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.inventory-buttons .btn {
  font-size: 12px !important;
  padding: 14px 28px !important;
  letter-spacing: 0.5px;
  border-radius: 2px !important;
}

.btn-outline-custom.marketplace-custom {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.btn-outline-custom.marketplace-custom:hover {
  background-color: white;
  color: black;
  border: 1px solid white;
}
.btn-outline-custom-grey {
  background-color: transparent;
  color: #51aeb4;
  border: 1px solid #c9dfdf;
}

.btn-outline-custom-grey:hover {
  background-color: #51aeb4;
  color: white;
}

@media (max-width: 991px) {
  .inventory-heading {
    font-size: 38px;
  }

  .inventory-img-wrapper {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

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

@media (max-width: 991px) {
  .inventory-heading {
    font-size: 32px;
  }

  .inventory-letters {
    font-size: 130px;
    bottom: -20px;
    left: 0px;
  }

  .inventory-talent-section {
    padding: 60px 0;
  }

  /* Professionals Section Mobile Fixes */
  .professionals-section {
    height: auto;
    padding: 70px 0;
  }

  .prof-sub-heading {
    text-align: center;
    margin-bottom: 20px;
  }

  .professionals-title {
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  .prof-description {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .prof-free-text {
    font-size: 13px;
    text-align: center;
    margin-bottom: 30px;
  }

  .prof-buttons {
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
  }

  .btn-browse,
  .btn-list {
    /* width: 100%; */
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
  }

  .excess-foreium-order {
    order: 2;
  }
  .manage-professionals {
    gap: 25px !important;
  }

  .prof-grid {
    flex-direction: column;
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
    overflow: visible;
    gap: 15px;
  }

  .prof-column {
    flex-direction: row;
    animation: scroll-left 25s linear infinite;
    gap: 15px;
    width: max-content;
  }

  .prof-column-right {
    animation: scroll-right 25s linear infinite;
  }

  .prof-card {
    width: 160px;
    flex-shrink: 0;
    aspect-ratio: 3 / 4;
  }
}

/* Main Footer */
.site-footer {
  background-color: #f4f4f4;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.01) 0px,
      rgba(0, 0, 0, 0.01) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(0, 0, 0, 0.01) 0px,
      rgba(0, 0, 0, 0.01) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 0, 0, 0.02) 50%,
      transparent 100%
    );
  background-size:
    4px 4px,
    4px 4px,
    100% 100%;
  /* Creating a subtle brushed texture effect */
  position: relative;
  padding: 80px 0 40px;
  color: #444;
  font-family: "Montserrat", sans-serif;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/img/home_v2/landing_page_img/footerbg.png");
  opacity: 0.15;
  pointer-events: none;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.footer-logo {
  display: flex;
  align-items: center;
  color: var(--teal);
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-logo .ex-box {
  background-color: var(--teal);
  color: white;
  padding: 0 6px;
  margin-right: 3px;
  line-height: 1.1;
  display: inline-block;
}

.footer-logo:hover {
  color: var(--teal);
  text-decoration: none;
  opacity: 0.9;
}

.footer-img {
  max-width: 150px;
  height: auto;
  display: block;
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}


.footer-link {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover {
  color: var(--teal);
  text-decoration: none;
}

.footer-lang-selector {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.footer-lang-selector i {
  margin-left: 8px;
  font-size: 12px;
  color: #888;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 30px 0;
  position: relative;
  z-index: 2;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #666;
  position: relative;
  z-index: 2;
}

.copyright {
  margin-bottom: 0;
  font-weight: 500;
}

.footer-legal-links {
  display: flex;
  gap: 30px;
}

.footer-legal-link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-legal-link:hover {
  color: var(--teal);
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer-top {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footer-nav {
    flex-direction: column;
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-legal-links {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding: 44px 0 28px;
  }

  .site-footer .container {
    padding-left: 34px;
    padding-right: 34px;
  }

  .footer-top {
    align-items: flex-start;
    gap: 34px;
    margin-bottom: 32px;
    text-align: left;
  }

  .footer-logo {
    justify-content: flex-start;
  }

  .footer-img {
    max-width: 138px;
  }

  .footer-nav {
    width: 100%;
    align-items: flex-start;
    gap: 30px;
    text-align: left;
  }

  .footer-link {
    font-weight: 500;
  }

  .footer-divider {
    margin: 0 0 24px 0;
  }

  .footer-bottom {
    gap: 22px;
    text-align: center;
  }

  .footer-legal-links {
    width: 100%;
    justify-content: space-between;
    gap: 18px;
  }

  .copyright {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.35;
    color: #8b8b8b;
  }
}

/* Fluid Typography */
.top-banner {
  font-size: clamp(11px, 1vw, 13px) !important;
}

.top-banner .close-btn {
  font-size: clamp(12px, 1vw, 14px) !important;
}

.navbar-nav .nav-link,
.footer-link,
.footer-legal-link,
.footer-lang-selector {
  font-size: clamp(12px, 1vw, 14px) !important;
}

.nav-icon,
.language-item,
.play-button,
.explore-play-btn {
  font-size: clamp(14px, 1.3vw, 18px) !important;
}

.btn-outline-custom,
.btn-teal,
.btn-create-profile,
.btn-browse,
.btn-list,
.btn-outline-custom-teal,
.btn-outline-custom-grey,
.hero-buttons .btn,
.why-buttons .btn,
.inventory-buttons .btn {
  font-size: clamp(12px, 1vw, 14px) !important;
}

.footer-title,
.sub-heading,
.prof-sub-heading,
.features-header .sub-heading-teal,
.why-subheading,
.inventory-subheading,
.popular-categories-text {
  font-size: clamp(11px, 0.9vw, 13px) !important;
}

.main-heading {
  font-size: clamp(34px, 7vw, 80px) !important;
}

.hero-subtitle,
.section-description,
.content-text,
.prof-description,
.features-header p,
.bento-text,
.explore-description,
.feature-text,
.inventory-text {
  font-size: clamp(14px, 1.5vw, 18px) !important;
}

.section-title,
.features-header h2 {
  font-size: clamp(34px, 5.2vw, 64px) !important;
}

.content-heading {
  font-size: clamp(28px, 4vw, 46px) !important;
}

.professionals-title {
  font-size: clamp(32px, 5vw, 60px) !important;
}

.bento-title {
  font-size: clamp(28px, 3.2vw, 38px) !important;
}

.explore-heading,
.inventory-heading {
  font-size: clamp(30px, 4.2vw, 48px) !important;
}

.why-heading {
  font-size: clamp(34px, 4.8vw, 56px) !important;
}

.feature-title {
  font-size: clamp(20px, 2vw, 24px) !important;
}

.prof-free-text,
.category-link,
.copyright,
.footer-bottom {
  font-size: clamp(12px, 1vw, 15px) !important;
}

.prof-name {
  font-size: clamp(14px, 1.3vw, 16px) !important;
}

.prof-title {
  font-size: clamp(11px, 0.9vw, 12px) !important;
}

.category-title {
  font-size: clamp(18px, 2vw, 20px) !important;
}

.popular-categories-header {
  font-size: clamp(12px, 1vw, 14px) !important;
}

.footer-logo {
  font-size: clamp(24px, 2.4vw, 32px) !important;
}

.footer-logo .footer-img {
  width: 141px;
}

.explore-logo .footer-img {
  width: 150px;
}

.nav-link.about-us {
  text-transform: capitalize !important;
}

#google_translate_element {
  background-color: white !important;
  border-radius: 5px !important;
}
