/* ========================================
   ABOUT PAGE - MOBILE VIEW
   ======================================== */

@media (max-width: 768px) {

  /* ========================================
     HERO SECTION
  ======================================== */
  .structured-hero-section {
    min-height: 480px;
    height: 480px;
    overflow: hidden;
  }

  .structured-hero-section .container {
    position: relative;
    height: 480px;
    padding: 0;
    max-width: 100%;
  }

  .structured-hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 480px;
    height: 480px;
    padding: 0;
    margin: 0;
  }

  .structured-hero-background {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    width: 100% !important;
  }

  .structured-hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 85% center;
    position: absolute;
    top: 0;
    left: 0;
  }

  .structured-hero-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .structured-hero-left {
    position: relative !important;
    z-index: 3 !important;
    padding: 24px 20px 36px 20px !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background: transparent !important;
  }

  .structured-hero-left h1 {
    font-size: 28px !important;
    margin-bottom: 14px !important;
    line-height: 1.2 !important;
    color: white !important;
    text-shadow: none !important;
  }

  .structured-hero-left p {
    font-size: 13px !important;
    margin-bottom: 24px !important;
    line-height: 1.65 !important;
    color: white !important;
    text-shadow: none !important;
  }

  .structured-hero-left .btn-secondary {
    padding: 10px 28px !important;
    font-size: 14px !important;
    width: fit-content !important;
  }

  .structured-hero-left h1 {
    font-size: 28px;
    margin-bottom: 14px;
    line-height: 1.2;
  }

  .structured-hero-left p {
    font-size: 13px;
    margin-bottom: 24px;
    line-height: 1.65;
  }

  .structured-hero-left .btn-secondary {
    padding: 10px 28px;
    font-size: 14px;
  }
  /* ========================================
     WE INNOVATE SECTION
  ======================================== */
  .innovate-section {
    padding: 40px 0 20px;
  }

  .innovate-section .container {
    flex-direction: column;
    gap: 20px;
  }

  .innovate-left {
    flex: none;
    min-width: 0;
    width: 100%;
  }

  .innovate-heading-block .line1 {
    font-size: 24px;
    white-space: normal;
  }

  .innovate-heading-block .line2 {
    font-size: 24px;
  }

  .innovate-left .tagline {
    font-size: 10px;
  }

  .innovate-right {
    width: 100%;
    padding-top: 0;
  }

  .innovate-right p {
    font-size: 13px;
    line-height: 1.7;
  }

  /* ========================================
     VISION MISSION VALUES SECTION
  ======================================== */
  .vmv-section {
    padding: 16px 0 50px;
  }

  .vmv-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vmv-card img {
    height: 180px;
  }

  .vmv-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .vmv-card p {
    font-size: 12px;
    line-height: 1.7;
  }

  /* ========================================
     OUR GOAL SECTION
  ======================================== */
  .goal-section {
    min-height: 300px;
  }

  .goal-content {
    padding: 50px 0;
  }

  .goal-content h2 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .goal-content p {
    font-size: 13px;
    line-height: 1.7;
    max-width: 100%;
  }

}

/* ========================================
   SMALL PHONES (max 480px)
======================================== */
@media (max-width: 480px) {

  .structured-hero-left {
    padding: 30px 18px 24px;
  }

  .structured-hero-left h1 {
    font-size: 26px;
  }

  .structured-hero-left p {
    font-size: 12px;
  }

  .structured-hero-background {
    height: 220px;
  }

  .innovate-heading-block .line1,
  .innovate-heading-block .line2 {
    font-size: 22px;
  }

  .goal-content h2 {
    font-size: 24px;
  }

}