/* About Page Styles */
.about-page {
  background-color: #effaf4;
  min-height: 100vh;
  position: relative;
  padding: 120px 85px 100px 85px;
  margin: 0;
  max-width: 1440px;
  margin: 0 auto;
}

/* Page Header */
.page-header {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.home-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.breadcrumb-link {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 0;
  color: #0a241c;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

.back-arrow {
  flex-shrink: 0;
}

.page-title {
  font-family: 'Nulshock', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: normal;
  color: #0a241c;
  text-align: left;
  width: 100%;
  margin: 0;
}

/* Hero Image Section */
.hero-image-section {
  margin-bottom: 3rem;
  width: 100%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Hero Section */
.hero-section {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero-title {
  font-family: 'Nulshock', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: normal;
  color: #000000;
  text-align: left;
  white-space: nowrap;
  margin: 0;
}

/* Story Section */
.story-section {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  color: #0a241c;
  text-align: left;
}

.section-title {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: normal;
  color: #0a241c;
  margin: 0;
  white-space: nowrap;
}

.story-content {
  font-family: 'Encode Sans', sans-serif;
  /* font-weight: 600; */
  font-size: 1.25rem;
  line-height: normal;
  color: #0a241c;
  width: 100%;
}

.story-content p {
  /* padding-top: 10px; */
  margin: 0 0 16px 0;
  color: #0A241C;
}

.story-content p:last-child {
  margin-bottom: 0;
}

/* Story Layout */
.story-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}

.story-full-width {
  width: 100%;
  margin-top: 20px;
}

/* Story Images */
.story-image-left {
  flex: 0 0 150px;
  max-width: 150px;
}

.story-image-right {
  flex: 0 0 200px;
  max-width: 200px;
}

.story-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  object-fit: cover;
}

/* Story Text */
.story-text-left,
.story-text-right {
  flex: 1;
  display: flex;
  align-items: center;
}

.story-text-left p {
  margin: 0;
  color: #0A241C;
}

.story-text-right p {
  margin: 0;
  color: #0A241C;
  padding-top: 15px;
}

/* CEO Profile */
.ceo-profile {
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  gap: 27.167px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}

.profile-card {
  display: flex;
  flex-direction: row;
  /* height: 217px; */
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 13.583px;
  box-shadow: 0px 3.396px 5.094px -0.849px rgba(0, 0, 0, 0.1), 0px 1.698px 3.396px -1.698px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  width: 100%;
  background-color: white;
  position: relative;
}

.feature-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.arrow-circle {
  width: 46px;
  height: 46px;
  background: #fc6b00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(252, 107, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 10;
}

.arrow-circle:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(252, 107, 0, 0.4);
}

.arrow-circle svg {
  width: 50px;
  height: 50px;
}

.profile-image {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  width: 300px;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  /* flex-shrink: 0; */
}

.ceo-photo {
  /* flex-basis: 0; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-grow: 1;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-content {
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  /* min-height: 1px; */
  /* min-width: 1px; */
  padding: 20.375px;
  position: relative;
  flex-shrink: 0;
  background: linear-gradient(184deg, #EFFAF4 0%, #EFFAF4 70%, rgba(73, 171, 129, 0.48) 100%);
  box-shadow:
    0px 1.7px 3.4px -1.7px rgba(0, 0, 0, 0.1),
    0px 3.4px 5.09px -0.85px rgba(0, 0, 0, 0.1);
}

.profile-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.ceo-name {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 700;
  font-size: 16.979px;
  line-height: 23.771px;
  color: #0a241c;
  text-align: left;
  width: 100%;
  margin: 0;
}

.ceo-title {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 500 !important;
  font-size: 13.583px !important;
  line-height: 20.375px !important;
  color: #49ab81 !important;
  text-align: left;
  width: 100%;
  margin: 0;
}

.ceo-description {
  font-family: 'Encode Sans', sans-serif;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 1.6;
  color: #0a241c;
  text-align: left;
  width: 100%;
  margin: 6.792px 0 0 0;
}

.profile-intro {
  font-weight: normal;
  margin-bottom: 20px;
  color: #0a241c;
}

.profile-section-title {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #49ab81;
  margin: 25px 0 10px 0;
  line-height: 1.3;
}

.profile-section-title:first-of-type {
  margin-top: 0;
}

.ceo-description p {
  margin: 0 0 15px 0;
  color: #0a241c;
}

.profile-conclusion {
  /* font-weight: 600; */
  margin-top: 20px;
  color: #0a241c;
}

.linkedin-link {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10.188px 0 0 0;
  width: 100%;
  gap: 6.792px;
  margin-top: auto;
  background-color: transparent;
  border: none;
  outline: none;
}

.linkedin-icon {
  width: 14.152px;
  height: 13.583px;
  flex-shrink: 0;
  display: block;
}

.linkedin-text {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 500;
  font-size: 13.583px;
  line-height: 1;
  color: #0a241c;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.profile-decoration {
  position: absolute;
  right: 20px;
  top: 10.38px;
  width: 49px;
  height: 49px;
}

/* Compliance Section */
.compliance-section {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  color: #0a241c;
  text-align: left;
}

.section-content {
  font-family: 'Encode Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #0a241c;
  width: 100%;
  margin: 0;
}

/* Decorative Elements */
.decorative-elements {
  position: relative;
  height: 0;
  overflow: visible;
}

.decoration-1 {
  position: absolute;
  right: -200px;
  top: -400px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  z-index: 1;
}

.decoration-2 {
  position: absolute;
  left: -100px;
  top: -600px;
  width: 264px;
  height: 264px;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 1440px) {
  .about-page {
    padding: 120px 85px 100px 85px;
  }

  .story-content,
  .section-content {
    width: 100%;
  }

  .profile-card {
    width: 100%;
  }

  /* .ceo-description {
    width: 60%;
  } */
}

@media (max-width: 1200px) {
  .about-page {
    padding: 100px 40px 80px 40px;
  }

}

@media (max-width: 1024px) {
  .about-page {
    padding: 100px 40px 80px 40px;
  }

  .profile-card {
    flex-direction: column;
    height: auto;
    /* min-height: 400px; */
  }

  .profile-image {
    height: 250px;
    width: 100%;
    /* padding-left: 25px; */
    object-fit: contain;
    height: 100%;

  }

  .ceo-photo {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .profile-content {
    align-items: flex-start;
    padding: 25px;
    background: linear-gradient(184deg, white 0%, white 60%, rgba(73, 171, 129, 0.2) 100%);
    height: auto;
    /* min-height: 100px; */
    justify-content: flex-start;
  }

  .profile-info {
    width: 100%;
    margin-bottom: 15px;
  }

  .ceo-description {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 15px;
  }

  .profile-section-title {
    font-size: 16px;
    margin: 20px 0 8px 0;
  }

  .linkedin-link {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    margin-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px;
    padding: 8px 12px !important;
  }

  .linkedin-text {
    color: #0a241c !important;
    font-weight: 500 !important;
    text-decoration: none !important;
  }

  .feature-icon {
    top: 15px;
    right: 15px;
  }

  .arrow-circle {
    width: 40px;
    height: 40px;
  }

  .arrow-circle svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .about-page {
    padding: 100px 20px 80px 20px;
  }

  .page-title {
    font-size: 24px;
    width: 100%;
  }

  .hero-image-section {
    height: 250px;
    margin-bottom: 2rem;
  }

  .hero-title {
    font-size: 24px;
    white-space: normal;
  }

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

  .story-content {
    font-size: 16px;
  }

  .story-row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .story-image-left,
  .story-image-right {
    flex: none;
    max-width: 250px;
    align-self: center;
  }

  .profile-card {
    flex-direction: column;
    height: auto;
    /* min-height: 320px; */
  }

  .profile-image {
    object-fit: contain;
    height: 100%;
  }

  .ceo-photo {
    width: 100%;
    max-width: none;
  }

  .profile-content {
    align-items: flex-start;
    padding: 20px;
    background: linear-gradient(to bottom, white 0%, white 70%, rgba(73, 171, 129, 0.15) 100%);
    height: auto;
    /* min-height: 120px; */
    justify-content: flex-start;
  }

  .profile-info {
    width: 100%;
    margin-bottom: 12px;
  }

  .ceo-description {
    width: 100%;
    margin: 8px 0 0 0;
    font-size: 14px;
  }

  .profile-section-title {
    font-size: 15px;
    margin: 18px 0 6px 0;
  }

  .linkedin-link {
    width: 100% !important;
    padding: 8px 0 0 0 !important;
    margin-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background-color: rgba(73, 171, 129, 0.1) !important;
    border-radius: 4px;
    padding: 6px 10px !important;
    border: 1px solid rgba(73, 171, 129, 0.2) !important;
  }

  .linkedin-text {
    color: #0a241c !important;
    font-weight: 500 !important;
    text-decoration: none !important;
  }

  .feature-icon {
    top: 10px;
    right: 10px;
  }

  .arrow-circle {
    width: 36px;
    height: 36px;
  }

  .arrow-circle svg {
    width: 30px;
    height: 30px;
  }

  .decoration-1,
  .decoration-2 {
    display: none;
  }
}

@media (max-width: 480px) {
  .about-page {
    padding: 80px 15px 60px 15px;
  }

  .page-title {
    font-size: 20px;
  }

  .hero-image-section {
    height: 200px;
    margin-bottom: 1.5rem;
  }

  .hero-title {
    font-size: 20px;
  }

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

  .story-content {
    font-size: 14px;
  }

  .story-row {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
  }

  .story-image-left,
  .story-image-right {
    flex: none;
    max-width: 100%;
    align-self: center;
  }

  /* .profile-card {
    min-height: 280px;
  } */

  .profile-image {
    object-fit: contain;
    height: 100%;
  }

  .profile-content {
    padding: 15px;
    /* min-height: 100px; */
    justify-content: flex-start;
  }

  .profile-info {
    margin-bottom: 10px;
  }

  .ceo-name {
    font-size: 16px;
    line-height: 20px;
  }

  .ceo-title {
    font-size: 12px;
    line-height: 16px;
  }

  .ceo-description {
    font-size: 12px;
    line-height: 16px;
    margin: 6px 0 0 0;
  }

  .profile-section-title {
    font-size: 14px;
    margin: 15px 0 5px 0;
  }

  .linkedin-link {
    padding: 6px 0 0 0 !important;
    margin-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background-color: rgba(73, 171, 129, 0.15) !important;
    border-radius: 4px;
    padding: 5px 8px !important;
    border: 1px solid rgba(73, 171, 129, 0.3) !important;
  }

  .linkedin-text {
    font-size: 12px;
    line-height: 16px;
    color: #0a241c !important;
    font-weight: 500 !important;
    text-decoration: none !important;
  }

  .linkedin-icon {
    width: 12px;
    height: 12px;
  }

  .feature-icon {
    top: 8px;
    right: 8px;
  }

  .arrow-circle {
    width: 32px;
    height: 32px;
  }

  .arrow-circle svg {
    width: 30px;
    height: 30px;
  }
}

/* Paragraph color override */
.about-page p {
  color: #000000;
}