/* ==========================================================================
   Base Styles
   ========================================================================== */

body {
  margin: 0;
  padding: 0;
  background: #fdfcf7;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
}

.test-container {
  max-width: 1440px;
  margin: 0 auto;
}

.hidden { 
	display: none !important;
}

.bold {
	font-weight: bold !important;
}

.footer a:hover , .btn-read-more:hover , header .menu.menu_open ul li a:hover , #dropdown-menu ul li a:hover {
	color: #e2925c !important;
}

/* ==========================================================================
   Layout Components
   ========================================================================== */

/* Header */

section {
	z-index: 1;
}

header {
  padding-top: 44px;
  padding-left: 44px;
  padding-right: 44px;
	padding: 10px 20px;  
  display: flex;
  top: 0px;
  justify-content: space-between;
  align-items: center;
  position: sticky;
}

header.scrolled {
	background-color: rgba( 255 , 255 , 255 , 0.5 );
	z-index: 99;
	max-width: 1440px;
}

/* Hero Section */
.hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

header .menu , header #menu-container { 
	display: none;
}
 
.tech-page header .menu { 
	display: block;	
}

header #menu-container {
	display: inline-block;
}

#menu-container {
  position: relative;  
}

#menu-toggle {
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

#dropdown-menu {
  display: none;
  position: absolute;
  top: -20px;
  right: -25px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 250px;
  padding-bottom: 20px;
  padding-top: 80px;
}

#dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.dropdown-link {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
}

.dropdown-link:hover {
  color: #e2935d;
}

#menu-toggle {
  width: 43px;
  height: 43px;
}

header .menu .menu_icon {
	cursor: pointer;
}

header .menu ul {
	display: none;
}

header .menu.menu_open {
	z-index: 2;
	position: absolute;
	top: 50px;
	right: 0px;
	padding: 40px 70px;		
	background-color: #fdfcf7;
	border: 2px solid #eceadd;
	border-radius: 10px;	
}

header .menu.menu_open ul {
	display: block;
}

header .menu.menu_open ul li , #dropdown-menu ul li {
	margin-bottom: 20px;
	font-size: 20px;
}

header .menu.menu_open ul li a , #dropdown-menu ul li a {
	color: #4f3e31;
}

/* Utility: only show on mobile unless overridden */
.show-mobile {
  display: none;
}

.hero-logo {
  width: 370px;
  height: auto;
}

.hero-title {
  font-size: 48px;
  line-height: 52px;
}

.hero-mask-mobile {
  width: 100%;
  margin-top: 64px;
}

.hero-mask-mobile img {
  width: 100%;
  height: auto;
  display: block;
}

/* Concept Section */
.concept-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: #4f3e31;
  align-items: center;
  justify-content: center;
  line-height: 50.99px;
  padding-top: 140px;
  padding-bottom: 270px;
}

.concept-section-title {
  font-family: "adventures-unlimited", sans-serif;
  color: #e2935d;
  font-weight: 400;
  font-size: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Philosophy Section */
.philosophy-content {
  display: flex;
  text-align: left;
  flex-direction: column;
  gap: 60px;
  max-width: 656px;
  margin-top: 70px;
  position: relative;
  z-index: 2;
  background-color: #fdfcf7;
  padding-top: 1px;
}

.philosophy-icon {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: end;
}

.philosophy-icons {
  display: flex;
  gap: 60px;
}

.philosophy-section {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 100px;
  margin-top: -150px;
  position: relative;
}

.philosophy-section > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}

.philosophy-image-container {
  max-width: 650px;
  /* max-height: 509px; */
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 400px;
  flex-shrink: 0;
  margin-left: auto;
}

.philosophy-icon-label-first {
  max-width: 105px;
}

.philosophy-icon img {
  width: auto;
  height: 100px;
}

/* Process Section */
.process-content {
  display: flex;
  flex-direction: column;
  max-width: 435px;
  margin: 0 auto;
  text-align: left;
  gap: 0;
}

.process-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 435px;
}

.concept-hero-title {
  color: white;
}

.process-divider {
  margin: 40px 0;
}

.process-step-nav {
  cursor: pointer;
}

.process-step-nav-disabled {
  cursor: default;
  opacity: 0.5;
}

.full-width-section {
  width: 100%;
}

.process-image-container {
  max-width: 810px;
  max-height: 720px;
  width: 100%;
  height: auto;
}

.process-image-section-img {
  max-width: 730px;
  height: auto;
}

.process-image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 200px 0;
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.process-section {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 80px;
}

.process-text {
  max-width: 433px;
}

.process-title {
  font-size: 80px !important;
  height: 57px !important;
}

/* Projects Section */
.projects-column {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.projects-column-right {
  align-items: flex-end;
  margin-top: -350px;
}

/* Quality Section */
.quality-content {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: space-around;
  min-height: 500px;
  max-width: 1200px;
  margin: 0 auto;
}

.quality-icon-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 140px;
}

.quality-icon-item .icon-label-light {
	text-align: center;
}

.quality-icon-item img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.quality-icon-item-bottom {
  justify-content: flex-end;
}

.quality-icons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 70px 20px;
  flex-shrink: 0;
  justify-items: center;
  align-items: center;
}

.quality-section {
  background: #4f3e31;
  padding: 80px 40px;
  margin-top: 100px;
}

.quality-subtitle {
  font-family: "Volte Rounded", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #fdfcf7;
}

.quality-text-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: left;
  flex: 1;
  max-width: 500px;
}

.quality-text-container .body-text-white p {
	margin: 0 0 20px 0;
}

.quality-title {
  font-size: 80px;
  line-height: 57px;
}

/* ESG Section */
.esg-section {
  display: flex;
  align-items: center;
  gap: 110px;
  padding: 80px 60px;
}

.esg-section.esg-section-reverse {
	flex-direction: row-reverse;	
}

.esg-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 435px;
}

.esg-images {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 30px;
}

.esg-subtitle {
  font-family: "Volte Rounded", sans-serif;
  font-weight: 300;
  font-size: 50px;
	line-height: 100%;
  letter-spacing: -0.02em;
  text-align: left;
  color: #4f3e31;
  max-width: 341px;
}

.esg-title {
  font-size: 80px;
  line-height: 57px;
}

.esg-text {
  max-width: 433px;
}

.text-section { 
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}

.text-section h1 { 
	text-align: center; 
	margin-bottom: 20px;
	font-size: 100px;
}

.text-section p {
	margin: 20px 0;
	padding: 0;
}

/* Video Section */
.video-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 840px;
  /* max-width: 1280px; */
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-bottom: 100px;
}

/* In Numbers Section */
.in-numbers-section {
  position: relative;
  background: #efefef;
  height: 1000px;
  overflow: hidden;
  margin: 100px 0 0 0;
}

.in-numbers-section-text {
	margin-bottom: 100px;
  background: #efefef;
  padding: 0px 80px 80px 80px;	
}

.in-numbers-section .in-numbers-footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 50px 90px 50px 90px;	
}

/* Mobile simplified version */
.in-numbers-simple-section {
  display: none;
  background: #efefef;
  padding: 20px 20px;
  padding-bottom: 60px;
}

.in-numbers-simple-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.in-numbers-simple-carousel {
  position: relative;
  width: 100%;
  max-width: 580px;
  overflow: hidden;
  margin: 0 auto 30px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.in-numbers-simple-track {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  overflow: visible;
}

.in-numbers-simple-track img {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}

.in-numbers-simple-track img.active {
  opacity: 1;
}

.in-numbers-simple-navigation {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.in-numbers-simple-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px 16px;
  transition: transform 0.15s ease, opacity 0.15s ease;
  flex-shrink: 0;
}

.in-numbers-simple-button:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

.in-numbers-simple-button:active {
  transform: scale(0.85);
  opacity: 0.5;
}

.in-numbers-simple-button img {
  display: block;
  pointer-events: none;
}

.in-numbers-content {
  position: absolute;
  top: 113px;
  left: 190px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 10;
}

.in-numbers-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.in-numbers-logo {
  width: auto;
  height: 57px;
}

.in-numbers-text {
  max-width: 319px;
}

.in-numbers-gallery {
  position: absolute;
  bottom: 114px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
}

/* Ensure the in-numbers viewport/track is always centered,
   even when its width exceeds the gallery width. */
#in-numbers-track {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
}

.in-numbers-navigation {
	margin-top: 50px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.in-numbers-stats {
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.in-numbers-stats-text {
  max-width: 400px;
  min-height: 78px;
	display: none;
}

.nav-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 16px 20px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.nav-button-prev:hover {
  opacity: 0.7;
}

.nav-button-prev:active {
  transform: scale(0.9);
  opacity: 0.5;
}

.nav-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 16px 20px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.nav-button-next:hover {
  opacity: 0.7;
}

.nav-button-next:active {
  transform: scale(0.9);
  opacity: 0.5;
}

.nav-arrow-flipped {
  transform: scaleX(-1);
}

/* Map Section */
.map-section {
  width: 100%;
  overflow: hidden;
}

.btn-read-more {
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}

.read_more_text {
	display: none;
}

/* Projects Grid Section */
.projects-section {
  padding: 0 80px;
  margin-top: 120px;
}

@media (max-width: 768px) {
  .projects-grid-container {
    position: relative;
    top: calc(-150px - 80px);
  }
}

.projects-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.projects-column {
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.projects-column-left {
  align-items: flex-start;
}

.project-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
}

.project-item-right-- {
  gap: 43px;
}

.project-item-offset {
  position: relative;
  left: 300px;
  padding-bottom: 40px;
  width: 500px;
  max-width: 500px;
}

.project-item-with-margin {
  margin-top: 80px;
}

.project-image {
  width: 100%;
  height: auto;
}

.project-image-rotated {
  width: 620px;
  height: auto;
}

.project-image-fixed {
  width: 510px;
  height: 345px;
}

.project-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-header {
  display: flex;
  flex-direction: column;
}

.project-header h2.adventures-unlimited { 
	margin: 20px 0 30px 0;
}

.project-header .adventures-unlimited , .esg-subtitle.adventures-unlimited { text-align: left; font-size: 90px; }
	.project-header .adventures-unlimited span , .esg-subtitle.adventures-unlimited span , .text-section h1.adventures-unlimited span { color: black; font-size: 40px; font-family: "Volte Rounded", sans-serif; font-weight: 300; font-style: normal;  }

.project-logo {
  width: 93px;
  height: 24px;
}

.project-logo-large {
  width: 75px;
  height: 35px;
}

.project-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  display: none;
}

.project-footer-with-margin {
  margin-bottom: 40px;
}

.project-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-location-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.project-location-icon {
  width: 11px;
  height: 15px;
}

.ourprojects-title {
  font-family: "Volte Rounded", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 70px;
  line-height: 0px;
  letter-spacing: 0;
  color: white;
  text-align: left;
  padding-bottom: 60px;
  white-space: nowrap;
}

.ourprojects-title .adventures-unlimited {
	line-height: 100%;
}

.projects-title-large {
  font-size: 160px;
}

/* Footer Links Section */
.footer-links-section {
	display: none;
  padding: 100px 80px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.footer-links-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 100%;
}

.footer-link-item {
  margin-top: 50px;
  text-align: left;  
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.footer-link-item img {
	height: 45px;
	width: auto;
	transition: transform 0.5s ease;
}

.footer-link-item.footer-link-item-open img {
	transform: rotate(90deg);	
}

.footer-link-divider {
  margin-top: 56px;
}

.footer-links-section .section-text { 
	text-align: left;
	margin: 30px 0 0 0;
	display: none;
}

/* Bottom Seal Section */
.bottom-seal-section {
  width: 100%;
}

/* Footer */
.footer {
  padding: 80px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-newsletter-header {
  display: flex;
  flex-direction: column;
  gap: -20px;
}

.footer-newsletter-header .footer-title {
	text-align: left;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 34px;
  text-align: left;
}

.footer-social {
  display: flex;
  gap: 43px;
}

.footer-social-link {
  display: block;
}

.footer-social-link svg {
  transition: fill 0.3s ease;
}

.footer-social-link:hover svg {
  fill: #4f3e31;
}

/* ==========================================================================
   Divider Classes
   ========================================================================== */

.divider-black {
  width: 149px;
  height: 0;
  border-top: 1.5px solid #000;
}

.divider-dark {
  width: 149px;
  height: 0;
  border-top: 1.5px solid #4f3e31;
}

.divider-full-dark {
  width: 100%;
  height: 0;
  border-top: 1.5px solid #000;
}

.divider-light {
  width: 149px;
  height: 0;
  border-top: 1.5px solid #fdfcf7;
}

/* ==========================================================================
   Layout Utility Classes
   ========================================================================== */

.carousel-track {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  padding-left: 0;
  width: 100%;
}

.carousel-track img.small {
  width: auto;
  height: auto;
  object-fit: contain;
}

.carousel-track img.center {
  width: auto;
  height: auto;
  object-fit: contain;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-height-image {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.full-width-image {
  width: 100%;
  height: auto;
  display: block;
}

.grid-cell-bottom-left {
  place-self: start end;
  position: relative;
}

.grid-cell-bottom-right {
  place-self: start start;
  position: relative;
}

.grid-cell-top-left {
  place-self: end end;
  position: relative;
}

.grid-cell-top-right {
  place-self: end start;
  position: relative;
}

.process-grid {
  display: grid;
  grid-template-columns: 430px 435px;
  grid-template-rows: 320px 300px;
  gap: 40px;
  width: 100%;
}

.process-nav-border {
  border-left: 2px solid #bfb9b1;
  padding-left: 13px;
  position: relative;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
 
/* ==========================================================================
   Button/Interactive Classes
   ========================================================================== */

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 40px;
  color: #4f3e31;
  z-index: 20;
}

.nav-button-left {
  left: 30px;
}

.nav-button-right {
  right: 30px;
}

/* ==========================================================================
   Mobile Responsive Styles
   ========================================================================== */

@media (max-width: 580px) {
  .philosophy-icon {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
  }

  .philosophy-icons {
    flex-direction: column;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Projects Grid Responsive Styles */
@media (max-width: 1200px) {
  .projects-section {
    padding: 0 40px;
  }

  .projects-grid-container {
    grid-template-columns: 1fr !important;
    gap: 60px !important;
    display: flex;
    flex-direction: column;
  }

  .projects-column {
    gap: 60px;
  }

  .projects-column-left {
    order: 2;
  }

  .projects-column-right {
    order: 1;
    margin-top: 0 !important;
    align-items: flex-start !important;
  }

  .project-item {
    max-width: 100%;
  }

  .project-item-offset {
    position: static;
    left: auto;
    width: 100%;
    max-width: 100%;
  }

  .project-item-with-margin {
    margin-top: 0;
  }

  .project-image-rotated {
    width: 100%;
    height: auto;
  }

  .project-image-fixed {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1000px) {
  .in-numbers-section {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 60px 20px;
  }

  .in-numbers-content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 0px;
    margin-left: 60px;
    margin-top: -20px;
  }

  .in-numbers-gallery {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
  }
}

@media (max-width: 804px) {
  .in-numbers-navigation {
    gap: 5px;
  }

  .nav-button-prev,
  .nav-button-next {
    padding: 12px 10px;
    flex-shrink: 0;
  }

  .nav-button-prev img,
  .nav-button-next img {
    width: 20px;
    height: auto;
  }

  .in-numbers-stats {
    flex-shrink: 1;
    min-width: 0;
  }

  .in-numbers-stats-text {
    font-size: 12px;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .in-numbers-section {
    padding-top: 0px;
  }
}

@media (max-width: 580px) {
  #in-numbers {
    display: none;
  }

  #in-numbers-simple {
    display: block;
    margin-top: 80px;
  }
}

@media (max-width: 490px) {
  #in-numbers-simple-number {
    font-size: 80px;
    line-height: 82px;
    white-space: nowrap;
  }
}

@media (max-width: 1140px) {
  .esg-section {
    gap: 40px;
  }
}

@media (max-width: 1000px) {
  .esg-section , .esg-section.esg-section-reverse {
    flex-direction: column;
    gap: 40px;
    padding: 0px;
  }

  .esg-subtitle, .in-numbers-simple-header .section-title-dark {
    font-size: 32px;
    line-height: 38px;
    max-width: 100%;
  }

  .esg-text {
    max-width: 100%;
  }

  .esg-title {
    font-size: 60px;
    line-height: 1.2;
  }

  .esg-content {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .esg-image-top {
    width: calc(100% + 40px);
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
  }

  .esg-image-bottom {
    width: calc(100% + 40px);
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
  }

  .esg-images.hide-mobile {
    display: none !important;
  }

  .esg-image-top.show-mobile,
  .esg-image-bottom.show-mobile {
    display: block !important;
  }
}

@media (max-width: 768px) {
 
 	.footer-contact { 
		flex-direction: row; 	 
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.footer-contact .small-text-black {
		flex: 0 0 auto;		
	}
	
 	.footer-contact .footer-social { 
	 	flex-basis: 100%; 	 	
	 	text-align: center;
	 	display: flex;
	 	justify-content: center;
	}
 
	.mobile-step-title { 
		margin-bottom: 15px !important;
	}
	
	.in-numbers-section-text {	
		padding: 0 30px 50px 30px;	
	}
	
	.text-section h1 {
		font-size: 80px;
		line-height: 1;	
	}
	
	.hero-logo {
		width: 70%;	
		margin: 20px auto;
	}
	
	.project-description , .esg-description > p {
		text-align: justify;
	}
	
	.mobile-element-big .mobile-process-item {
		height: auto;
	}
	
	.mobile-process-steps-container {
		max-width: 100%;
	}
	
	.projects-intro-text {
		max-width: 100%;	
	}
	
	.esg-section , .esg-section.esg-section-reverse {
		margin-top: 70px;
	}
	
	.project-header .adventures-unlimited {
		font-size: 60px;
	}
	
	.esg-content {
		gap: 30px;
	}
	
	.esg-image-top {
		margin-bottom: 0;
	}
	
	.text-section { 
		margin: 50px auto;
	}
	
	.in-numbers-simple-header { 
		gap: 0 20px;
		flex-direction: row;
		flex-wrap: wrap; 
		align-items: center;
	}
	
	.in-numbers-simple-header h1 , .in-numbers-simple-header h3 , .in-numbers-simple-header .in-numbers-description {
		flex: 0 0 auto;		
	}
	
	.in-numbers-simple-header .in-numbers-description {
		flex-basis: 100%;
	}
	
	#in-numbers-simple-number {
		font-size: 26px;
	}
	
	.in-numbers-simple-button { 
		padding: 0;
	}
	
	.body-text-light { 
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
	 
	.section-title-black { 
		font-size: 25px !important;
	}
	
	.footer-link-item img {
		height: 30px;
	}
	
	.project-item { 
		gap: 25px;
	}
	
	.projects-header-section {
		height: auto;
	}
	
	.ourprojects-title {

	}
	
	.video-section {
		margin-bottom: 0;
		margin-top: 100px;	
		height: 400px;
	}
	
	.mobile-process-steps-section {
		margin-top: 0px !important;
	}
	
  .concept-section {
    padding: 80px 40px;
    gap: 30px;
  }

  .concept-section-title {
    font-size: 100px;
  }

  .hero {
    margin-top: 20px;
    overflow-x: hidden;
  }

  .hero-mask-mobile {
    width: calc(100% + 150px) !important;
    margin-left: -70px;
    margin-right: -80px;
    overflow: hidden;
    margin-top: 0px;
  }

  .hero-title , .volte-rounded {
    font-size: 35px;
    line-height: 34px;
  }
   
  header img {
    width: 75%;
    height: auto;
  }

  header img:first-child {
    width: 192px;    
  }

  header-- img:last-child {
    width: 32px;
    height: 9px;
  }

  __header {
    gap: 20px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hide-mobile {
    display: none;
  }
  
  .philosophy-image-container {
	  min-height: 0;
	  margin-bottom: 50px;
	}

  .philosophy-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }

  .philosophy-content > p {
		padding: 0 30px;
  }

  .philosophy-section {
    margin-top: 0px;
  }

  .process-content {
    gap: 0px;
    padding-left: 40px;
    min-width: 0px;
    padding-right: 40px;
    max-width: 100%;
  }

  .process-image-container {
    width: 100%;
    height: 300px;
  }

  .process-image-section {
    padding: 100px 0;
    padding-top: 0px;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

  .process-section {
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .process-text {
    max-width: 100%;
  }

  .process-title {
    font-size: 60px;
    height: auto;
  }

  .projects-column-left {
    order: 2;
  }

  .projects-column-right {
    order: 1;
    margin-top: 0 !important;
    align-items: flex-start !important;
  }

  .projects-grid-container {
    grid-template-columns: 1fr !important;
    gap: 60px !important;
    display: flex;
    flex-direction: column;
  }

  .quality-content {
    flex-direction: column;
    gap: 40px;
    min-height: auto;
  }

  .quality-icon-item {
    width: 150px;
    height: 150px;
    gap: 15px;
    text-align: center;
  }

  .quality-icon-item img {
    width: 75px;
    height: 75px;
  }

  .quality-icons-container {
    gap: 40px 0px;
    width: 100%;
    justify-items: center;
    align-items: center;
    margin-top: 0px;
  }

  .quality-section {
    margin-top: 150px;
    padding: 30px 20px 60px 20px;
  }

  .quality-subtitle {
    font-size: 32px;
    line-height: 38px;
  }

  .quality-text-container {
    max-width: 100%;
  }

  .quality-title {
    font-size: 60px;
    line-height: 1.2;
  }

  .map-section {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .projects-section {
    padding: 0 20px;
    margin-top: 80px;
    margin-bottom: -300px;
  }

  .in-numbers-content {
    top: 60px;
    left: 20px;
    right: 20px;
  }

  .in-numbers-section {
    height: auto;
    min-height: 800px;
  }

  .in-numbers-gallery {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 40px;
    padding: 0 20px;
  }

  .footer-links-section {
    padding: 60px 20px;
    overflow-x: hidden;
  }

  .footer-link-item {
    margin-top: 30px;
  }

  .footer-link-divider {
    margin-top: 30px;
  }

  .footer {
    flex-direction: column;
    gap: 40px;
    padding: 60px 20px;
    align-items: center;
  }

  .footer-social {
    gap: 30px;
  }

  .show-mobile {
    display: block;
  }

  .w-full img.full-width-image {
    margin-top: 100px;
  }

  /* Our Projects Section Mobile */
  .ourprojects-title {
    font-size: 35px !important;
    line-height: 0px !important;
    padding-bottom: 30px !important;
  }

  .ourprojects-title .adventures-unlimited {
    font-size: 80px !important;
  }
}

/* ==========================================================================
   Mobile Process Steps Section
   ========================================================================== */

/* Show/hide desktop vs mobile process sections */
@media (max-width: 949px) {
  /* Hide desktop version */
  .process-steps-section {
    display: none !important;
  }

  /* Show mobile version */
  .mobile-process-steps-section {
    display: block !important;
  }
}

@media (min-width: 950px) {
  /* Show desktop version */
  .process-steps-section {
    display: block !important;
  }

  /* Hide mobile version */
  .mobile-process-steps-section {
    display: none !important;
  }
}

/* Mobile Process Steps Styles */
.mobile-process-steps-section {
  display: none;
  padding: 40px 20px;
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}

.mobile-process-steps-container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mobile-process-content-wrapper {
  flex: 1;
  min-height: 400px;
}

.mobile-process-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}

.mobile-element-big {
  min-height: 250px;
  max-height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 10px 0;
  width: 100%;
  overflow: hidden;
}

.mobile-element-big .mobile-process-item {
  width: 100%;
  /* display: flex; */
  align-items: flex-end;
  justify-content: center;
}

.mobile-element-big img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  max-height: 500px !important;
  object-fit: contain;
}

.mobile-element-text {
  height: auto;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.mobile-small-images-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
  height: 200px;
  width: 100%;
  padding: 0 20px;
}

.mobile-small-left,
.mobile-small-right {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  height: 100%;
  width: 50%;
}

.mobile-small-left .mobile-process-item,
.mobile-small-right .mobile-process-item {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-small-left img,
.mobile-small-right img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  max-width: 100% !important;
}

.mobile-step-title {
  font-size: 56px !important;
  color: #e2925e !important;
  margin-bottom: 0;
  height: 46px;

  text-align: left;
}

.mobile-step-name {
  font-family: "Volte Rounded", sans-serif !important;
  font-weight: 300 !important;
  font-size: 30px !important;
  color: #000 !important;
  margin-bottom: 0;
  text-align: left;
}

.mobile-divider {
  width: 80px;
  height: 1px;
  background: #000;
  margin: 20px 0;
}

.mobile-step-desc {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #000 !important;
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

/* Video Unmute Overlay */
.video-unmute-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* glass blur over video */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55));
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-unmute-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.video-unmute-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #fff;
  padding: 20px 28px;
  border-radius: 16px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  font-family: "Volte Rounded", sans-serif;
  font-size: 16px;
  font-weight: 600;
  /* glassmorphism card */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.video-unmute-btn:hover {
  transform: translateY(-2px) scale(1.03);
}

/* pulsing ring accent */
.video-unmute-btn::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 22px;
  background: radial-gradient(
    60% 60% at 50% 50%,
    rgba(226, 146, 94, 0.45),
    rgba(226, 146, 94, 0.05) 70%,
    transparent 100%
  );
  z-index: -1;
  animation: pulseGlow 2.2s ease-in-out infinite;
}

@keyframes pulseGlow {
  0% {
    opacity: 0.45;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.02);
  }
  100% {
    opacity: 0.45;
    transform: scale(0.98);
  }
}

/* label typography */
.video-unmute-btn span {
  letter-spacing: 0.3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

/* responsive sizing */
@media (max-width: 949px) {
  .video-unmute-btn {
    padding: 16px 22px;
    border-radius: 14px;
    font-size: 14px;
  }
  .video-unmute-btn svg {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 950px) {
  .video-unmute-btn {
    padding: 22px 32px;
  }
}

/* Mobile Navigation */
.mobile-process-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  gap: 20px;
}

.mobile-step-dots {
  display: flex;
  gap: 12px;
  align-items: center;
}

.mobile-step-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.mobile-step-dot:hover {
  background: #999;
  transform: scale(1.2);
}

.mobile-step-dot.active {
  width: 12px;
  height: 12px;
  background: #000;
}

/* Mobile Navigation Arrows */
.mobile-nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #666;
}

.mobile-nav-arrow:hover {
  border-color: #000;
  color: #000;
  transform: scale(1.1);
}

.mobile-nav-arrow:active {
  transform: scale(0.95);
}

.mobile-nav-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

.mobile-nav-arrow:disabled:hover {
  border-color: #d9d9d9;
  color: #666;
  transform: none;
}
