/* Header Styles */
.new-responsive-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.new-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.new-logo img {
  height: 60px;
  width: auto;
  display: block;
}

.new-logo span {
  display: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #22396b;
}

/* Page Wrapper Styles */
.page-wrapper {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
}

/* Hero Section Styles */
.section_hero {
  position: relative;
  min-height: 100vh;
}

.section_hero > div:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
  pointer-events: none;
}

.section_hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero_content {
  text-align: left;
  max-width: 1000px;
  transform: translateY(-60px);
  position: relative;
  z-index: 2;
}

.hero_content h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  text-align: left;
  max-width: 900px;
  margin: 0 0 2rem 0;
  font-weight: 700;
}

.hero_content p {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: left;
  max-width: 700px;
  margin: 0 0 2rem 0;
}

.hero_content > div:last-child {
  text-align: left;
  margin-top: 1.5rem;
}

.hero_content .button {
  font-size: 1.1rem;
  padding: 1rem 2.5rem;
  background: #4d65ff;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(77, 101, 255, 0.4);
  transition: all 0.3s ease;
}

.container-large.hero-container {
  max-width: 2000px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

/* Partners Section Styles */
.partners_comp {
  padding: 0.5rem 0;
  overflow-x: hidden;
  margin-top: -60px;
}

.partners_comp > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.partners_comp h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.partners_comp .container-large {
  max-width: 100%;
  overflow-x: hidden;
}

/* About Section Styles */
.who-we-are-section .container-large {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.who-we-are-section .content-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

.who-we-are-section .left-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.who-we-are-section .about-title {
  color: white;
  font-size: 5rem;
  font-weight: 700;
  padding: 0.5rem 0;
  line-height: 1.1;
}

.who-we-are-section .about-text {
  color: white;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: justify;
}

.who-we-are-section .large-image {
  margin-bottom: 4rem;
}

.who-we-are-section .large-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

.who-we-are-section .databricks-grid {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 2rem;
  align-items: center;
}

.who-we-are-section .databricks-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.who-we-are-section .databricks-content h2 {
  color: white;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.who-we-are-section .databricks-content p {
  color: white;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.who-we-are-section .databricks-content .text-center {
  text-align: center;
}

.who-we-are-section .databricks-content a {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s ease;
  cursor: pointer;
}

.who-we-are-section .databricks-badges {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  align-items: center;
}

.who-we-are-section .badge-item {
  text-align: center;
}

.who-we-are-section .badge-item a {
  text-decoration: none;
}

.who-we-are-section .badge-item img {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.who-we-are-section .badge-item h3 {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
