/* assets/css/about-us.css */

body {
    background-color: #ffffff;
}

/**************
*****************
*************** hero-section ── 
****************
******************/


.section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 60px;
    background-color: var(--white);
}

.hero-section {
    width: 100%;
    height: 600px;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.hero-section .hero-image {
    width: 98%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section .hero-content {
    width: 860px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.hero-section .hero-content h1 {
    font-family: var(--secondary-font);
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    color: var(--white);
    line-height: 124%;
    letter-spacing: 0%;
}

.hero-section .hero-content .hero-heading {
    display: block;
    font-size: 58px;
}

.hero-section .hero-content p {
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: var(--white);
    line-height: 35px;
}

/**************
*****************
*************** second-section ── 
****************
******************/

.project-content {
    width: 80%;
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: center;
    align-items: center;
}

.project-content .card {
    width: 290px;
    height: 100px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-right: 2px solid #E5E5E5;
    justify-content: center;
    align-items: center;
}

.card h2 {
    font-family: var(--secondary-font);
    font-size: 58px;
    font-weight: 400;
}

.card p {
    font-family: var(--primary-font);
    font-size: 14px;
    text-transform: uppercase;
    color: var(--text-secondary);
}


/**************
*****************
*************** third-section ── 
****************
******************/

.who-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 40px;
    background: #fff;
    overflow: hidden;
}

.who-section .who-container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.who-section .who-images {
    flex: 0 0 50%;
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.who-section .who-bg-image {
    position: absolute;
    top: -40%;
    bottom: 2%;
    left: -145px;
    transform: rotate(30deg);
    margin-bottom: 500px;
    width: 520px;
    height: 620px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 1;
}

.who-section .who-front-image {
    position: relative;
    z-index: 2;
    width: 80%;
}

.who-section .who-content {
    font-family: 'Bebas Neue';
    flex: 1;
    text-transform: uppercase;
    min-width: 280px;
}

.who-section .who-heading {
    font-family: 'Bebas Neue', 'Impact', sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 400;
    letter-spacing: 3px;
    color: #111;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1;
}

.who-section .who-text {
    font-family: 'Poppins', 'Helvetica Neue', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.7;
    color: #8D8D8D;
    margin-bottom: 36px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.who-section .who-btn {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(90deg, #E6B554, #A16C16);
    padding: 14px 36px;
    border-radius: 12.61px;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
}

.who-section .who-btn-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-left: 12px;
    transition: transform 0.2s ease;
}

.who-section .who-btn-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

/**************
*****************
*************** fourth-section ── 
****************
******************/

.fourth-section {
    background-color: #181819 !important;
}

.fourth-section .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fourth-section .content .gold-color {
    font-family: var(--secondary-font);
    font-size: 22px;
    background: var(--golden-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fourth-section .content h2 {
    font-family: var(--secondary-font);
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
}

.fourth-section .content-cards {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.fourth-section .content-cards .card {
    /* width: 290px; */
    height: 220px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    text-align: center;
}

.fourth-section .card .card-icon {
    border: 1px solid white;
    border-radius: 50%;
    padding: 24px;
}

.fourth-section .card-icon img {
    width: 46px;
}

.fourth-section .card .card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fourth-section .card p {
    font-size: 8px;
    font-family: var(--primary-font);
    line-height: 14px;
    font-weight: 500;
}

.fourth-section .content-cards h3,
.card-paragraph {
    color: white !important;
}

/**************
*****************
*************** fifth-section ── 
****************
******************/

.fifth-section .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.fifth-section .content .text-content {
    width: 1240px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 60px; */
    gap: 12px;
}

.fifth-section .text-content h2 {
    font-family: var(--secondary-font);
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text-primary);
}

.fifth-section .text-content p {
    width: 40%;
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text-secondary) !important;
}

.fifth-section .content .cards {
    display: flex;
    flex-direction: row;
    gap: 48px;
}

.fifth-section .content .cards .card-text-content {
    display: flex;
    padding-left: 22px;
    flex-direction: column;
    gap: 12px;
}

.fifth-section .card-text-content h3 {
    font-family: var(--secondary-font);
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text-primary);
}

.fifth-section .card-text-content p {
    width: 80%;
    font-family: var(--primary-font);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text-secondary) !important;
}

.fifth-section .card-text-content .buttons {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.fifth-section .buttons button {
    padding: 8px 22px;
    background-color: transparent;
    border: 1px solid #BCBCBC;
    border-radius: 50px;
    color: #BCBCBC;
    cursor: pointer;
}

/**************
*****************
*************** sixth-section ── 
****************
******************/

.clients-bar {
    padding: 40px 60px;
}

.clients-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    flex-wrap: wrap;
}

.client-logo {
    width: 165px;
    height: auto;
    background: var(--gray-bg);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-secondary);
    transition: filter .2s;
}

/* ============================================================
   ABOUT-US-RESPONSIVE.CSS — Group Crazy Pineapple Inc
   Breakpoints: 360 | 390 | 410 | 430 | 768 landscape |
                tablet portrait (431–1023) | tablet landscape (768–1199)
   ============================================================ */

/* ─────────────────────────────────────────────
   GLOBAL MOBILE HELPERS  (≤ 1023px)
   ───────────────────────────────────────────── */
@media (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

/* ─────────────────────────────────────────────
   SHARED MOBILE BASE  (≤ 430px)
   Covers 360 / 390 / 410 / 430
   ───────────────────────────────────────────── */
@media (max-width: 430px) {

  /* ── Hero Section ── */
  .hero-section {
    height: auto;
    min-height: 320px;
    padding-top: 80px;     /* clear fixed header */
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-section .hero-image {
    width: 100%;
    min-height: 300px;
    border-radius: 14px;
    background-position: center center;
  }

  .hero-section .hero-content {
    width: 100%;
    padding: 28px 20px;
  }

  .hero-section .hero-content h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .hero-section .hero-content .hero-heading {
    font-size: 32px;
    display: block;
  }

  .hero-section .hero-content p {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 10px;
  }

  /* ── Second Section (Stats) ── */
  .second-section {
    padding: 44px 16px;
  }

  .project-content {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  .project-content .card {
    width: 100%;
    height: auto;
    padding: 20px 16px;
    border-right: none;
    border-bottom: 2px solid #E5E5E5;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }

  .project-content .card:last-child {
    border-bottom: none;
  }

  .card h2 {
    font-size: 40px;
    min-width: 80px;
    text-align: center;
  }

  .card p {
    font-size: 12px;
    text-align: left;
  }

  /* ── Who We Are Section ── */
  .who-section {
    padding: 44px 16px;
  }

  .who-section .who-container {
    flex-direction: column;
    gap: 32px;
  }

  .who-section .who-images {
    flex: unset;
    width: 100%;
    min-height: 220px;
  }

  .who-section .who-bg-image {
    display: none;           /* decorative — hide on tiny screens */
  }

  .who-section .who-front-image {
    width: 100%;
    border-radius: 12px;
  }

  .who-section .who-content {
    width: 100%;
  }

  .who-section .who-heading {
    font-size: clamp(2.2rem, 10vw, 3rem);
    text-align: center;
    margin-bottom: 14px;
  }

  .who-section .who-text {
    font-size: 0.72rem;
    text-align: center;
    margin-bottom: 24px;
  }

  .who-section .who-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 0.72rem;
    padding: 12px 20px;
  }

  /* ── Fourth Section (Our Approach) ── */
  .fourth-section {
    padding: 44px 16px;
  }

  .fourth-section .content {
    text-align: center;
  }

  .fourth-section .content .gold-color {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .fourth-section .content h2 {
    font-size: clamp(28px, 8vw, 38px);
    margin-bottom: 28px;
  }

  .fourth-section .content-cards {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .fourth-section .content-cards .card {
    width: 100%;
    max-width: 320px;
    height: auto;
    padding: 24px 20px;
    flex-direction: row;
    gap: 20px;
    text-align: left;
    align-items: center;
  }

  .fourth-section .card .card-icon {
    padding: 16px;
    flex-shrink: 0;
  }

  .fourth-section .card-icon img {
    width: 32px;
  }

  .fourth-section .card .card-text {
    gap: 4px;
  }

  .fourth-section .card p {
    font-size: 10px;
    line-height: 1.6;
  }

  /* ── Fifth Section (Portfolio) ── */
  .fifth-section {
    padding: 44px 16px;
  }

  .fifth-section .content {
    gap: 28px;
  }

  .fifth-section .content .text-content {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .fifth-section .text-content h2 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .fifth-section .text-content p {
    width: 100%;
    font-size: 11px;
    line-height: 1.8;
  }

  .card-layout {
    width: 100%;
  }

  .fifth-section .content .cards {
    flex-direction: column;
    gap: 28px;
    width: 100%;
  }

  .fifth-section .content .cards .card-text-content {
    padding-left: 0;
    padding-top: 14px;
  }

  .fifth-section .card-text-content h3 {
    font-size: clamp(22px, 6vw, 30px);
  }

  .fifth-section .card-text-content p {
    width: 100%;
    font-size: 11px;
  }

  .fifth-section .buttons button {
    padding: 6px 16px;
    font-size: 10px;
  }

  /* ── Clients Bar ── */
  .clients-bar {
    padding: 28px 16px;
  }

  .clients-inner {
    gap: 14px;
  }

  .client-logo {
    width: 110px;
  }
}

/* ─────────────────────────────────────────────
   360px — Narrowest phones
   ───────────────────────────────────────────── */
@media (max-width: 360px) {

  .site-header {
    width: 94%;
    height: 56px;
    margin-top: 6px;
  }

  .logo-zone .logo {
    width: 34px;
  }

  .hero-section {
    padding-top: 72px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-section .hero-content h1 {
    font-size: 22px;
  }

  .hero-section .hero-content .hero-heading {
    font-size: 27px;
  }

  .hero-section .hero-content p {
    font-size: 10px;
  }

  .card h2 {
    font-size: 34px;
    min-width: 68px;
  }

  .fourth-section .content h2 {
    font-size: 26px;
  }

  .fourth-section .content-cards .card {
    max-width: 100%;
  }

  .fifth-section .text-content h2 {
    font-size: 26px;
  }
}

/* ─────────────────────────────────────────────
   390px — iPhone 14 / Pixel 7
   ───────────────────────────────────────────── */
@media (min-width: 361px) and (max-width: 390px) {

  .hero-section .hero-content h1 {
    font-size: 24px;
  }

  .hero-section .hero-content .hero-heading {
    font-size: 30px;
  }

  .card h2 {
    font-size: 38px;
  }

  .fourth-section .content h2 {
    font-size: 30px;
  }
}

/* ─────────────────────────────────────────────
   410px — Mid-range Androids
   ───────────────────────────────────────────── */
@media (min-width: 391px) and (max-width: 410px) {

  .hero-section .hero-content h1 {
    font-size: 25px;
  }

  .hero-section .hero-content .hero-heading {
    font-size: 32px;
  }

  .card h2 {
    font-size: 40px;
  }

  .fourth-section .content h2 {
    font-size: 32px;
  }
}

/* ─────────────────────────────────────────────
   430px — iPhone 15 Pro Max / large Androids
   ───────────────────────────────────────────── */
@media (min-width: 411px) and (max-width: 430px) {

  .hero-section .hero-content h1 {
    font-size: 26px;
  }

  .hero-section .hero-content .hero-heading {
    font-size: 34px;
  }

  .card h2 {
    font-size: 42px;
  }

  .fourth-section .content h2 {
    font-size: 34px;
  }

  .who-section .who-heading {
    font-size: 2.6rem;
  }
}

/* ─────────────────────────────────────────────
   768px LANDSCAPE — phones rotated
   Detected via short height + landscape orientation
   ───────────────────────────────────────────── */
@media (max-height: 500px) and (min-width: 600px) and (orientation: landscape) {

  /* Hero */
  .hero-section {
    height: auto;
    min-height: 280px;
    padding-top: 68px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section .hero-image {
    min-height: 260px;
    border-radius: 14px;
  }

  .hero-section .hero-content {
    width: 80%;
    padding: 20px 24px;
  }

  .hero-section .hero-content h1 {
    font-size: 26px;
  }

  .hero-section .hero-content .hero-heading {
    font-size: 32px;
  }

  .hero-section .hero-content p {
    font-size: 10px;
    line-height: 1.7;
  }

  /* Stats — row on landscape */
  .second-section {
    padding: 32px 24px;
  }

  .project-content {
    width: 90%;
    flex-direction: row;
  }

  .project-content .card {
    flex-direction: column;
    width: 33%;
    border-right: 2px solid #E5E5E5;
    border-bottom: none;
    height: 90px;
    padding: 16px 12px;
  }

  .project-content .card:last-child {
    border-right: none;
  }

  .card h2 {
    font-size: 36px;
  }

  /* Who We Are */
  .who-section {
    padding: 36px 24px;
  }

  .who-section .who-container {
    flex-direction: row;
    gap: 32px;
  }

  .who-section .who-images {
    flex: 0 0 45%;
    min-height: 180px;
  }

  .who-section .who-bg-image {
    display: none;
  }

  .who-section .who-front-image {
    width: 90%;
  }

  .who-section .who-heading {
    font-size: 2.4rem;
    text-align: left;
  }

  .who-section .who-text {
    font-size: 0.7rem;
    text-align: left;
  }

  .who-section .who-btn {
    font-size: 0.7rem;
    padding: 10px 20px;
  }

  /* Our Approach */
  .fourth-section {
    padding: 36px 24px;
  }

  .fourth-section .content-cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
  }

  .fourth-section .content-cards .card {
    flex-direction: column;
    width: calc(33% - 10px);
    height: auto;
    min-height: 160px;
    padding: 18px 12px;
    text-align: center;
    align-items: center;
  }

  .fourth-section .card-icon img {
    width: 30px;
  }

  /* Portfolio */
  .fifth-section {
    padding: 36px 24px;
  }

  .fifth-section .content .text-content {
    width: 100%;
    flex-direction: row;
  }

  .fifth-section .text-content h2 {
    font-size: 32px;
  }

  .fifth-section .text-content p {
    width: 45%;
    font-size: 10px;
  }

  .fifth-section .content .cards {
    flex-direction: row;
    gap: 24px;
  }

  .fifth-section .card-text-content h3 {
    font-size: 22px;
  }
}

/* ─────────────────────────────────────────────
   TABLET PORTRAIT  (431px – 1023px, portrait)
   ───────────────────────────────────────────── */
@media (min-width: 431px) and (max-width: 1023px) and (orientation: portrait) {

  /* ── Hero ── */
  .hero-section {
    height: auto;
    min-height: 440px;
    padding-top: 96px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section .hero-image {
    width: 100%;
    min-height: 420px;
    border-radius: 18px;
  }

  .hero-section .hero-content {
    width: 85%;
    padding: 36px 28px;
  }

  .hero-section .hero-content h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  .hero-section .hero-content .hero-heading {
    font-size: 44px;
  }

  .hero-section .hero-content p {
    font-size: 13px;
    line-height: 1.9;
    margin-top: 12px;
  }

  /* ── Stats ── */
  .second-section {
    padding: 56px 28px;
  }

  .project-content {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .project-content .card {
    width: auto;
    flex: 1;
    min-width: 140px;
    height: auto;
    padding: 24px 20px;
    border-right: 2px solid #E5E5E5;
    border-bottom: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .project-content .card:last-child {
    border-right: none;
  }

  .card h2 {
    font-size: 48px;
  }

  .card p {
    font-size: 12px;
    text-align: center;
  }

  /* ── Who We Are ── */
  .who-section {
    padding: 60px 28px;
  }

  .who-section .who-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .who-section .who-images {
    flex: unset;
    width: 75%;
    min-height: 280px;
  }

  .who-section .who-bg-image {
    display: block;
    top: -30%;
    left: -80px;
    width: 380px;
    height: 460px;
  }

  .who-section .who-front-image {
    width: 85%;
    border-radius: 14px;
  }

  .who-section .who-content {
    width: 100%;
    text-align: center;
  }

  .who-section .who-heading {
    font-size: clamp(2.6rem, 7vw, 4rem);
    text-align: center;
  }

  .who-section .who-text {
    font-size: 0.82rem;
    text-align: center;
    margin-bottom: 28px;
  }

  .who-section .who-btn {
    display: inline-flex;
    justify-content: center;
    width: auto;
    padding: 13px 28px;
    font-size: 0.8rem;
  }

  /* ── Our Approach ── */
  .fourth-section {
    padding: 60px 28px;
  }

  .fourth-section .content .gold-color {
    font-size: 18px;
  }

  .fourth-section .content h2 {
    font-size: clamp(32px, 6vw, 44px);
    margin-bottom: 36px;
  }

  .fourth-section .content-cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .fourth-section .content-cards .card {
    flex-direction: column;
    width: calc(33% - 14px);
    min-width: 160px;
    height: auto;
    min-height: 190px;
    padding: 24px 16px;
    text-align: center;
    align-items: center;
  }

  /* 5th card centred on its own row */
  .fourth-section .content-cards .card:last-child {
    grid-column: auto;
  }

  .fourth-section .card-icon img {
    width: 38px;
  }

  .fourth-section .card p {
    font-size: 9px;
    line-height: 1.6;
  }

  /* ── Portfolio ── */
  .fifth-section {
    padding: 60px 28px;
  }

  .fifth-section .content {
    gap: 40px;
  }

  .fifth-section .content .text-content {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .fifth-section .text-content h2 {
    font-size: clamp(32px, 6vw, 44px);
  }

  .fifth-section .text-content p {
    width: 80%;
    font-size: 12px;
    line-height: 1.85;
  }

  .card-layout {
    width: 100%;
  }

  .fifth-section .content .cards {
    flex-direction: row;
    gap: 28px;
    width: 100%;
  }

  .fifth-section .content .cards .card-text-content {
    padding-left: 12px;
    padding-top: 12px;
  }

  .fifth-section .card-text-content h3 {
    font-size: clamp(22px, 4vw, 30px);
  }

  .fifth-section .card-text-content p {
    width: 100%;
    font-size: 11px;
  }

  /* ── Clients ── */
  .clients-bar {
    padding: 32px 28px;
  }

  .client-logo {
    width: 125px;
  }
}

/* ─────────────────────────────────────────────
   768px PORTRAIT REFINEMENT
   Larger iPads in portrait get extra polish
   ───────────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

  .hero-section {
    min-height: 520px;
    padding-top: 102px;
  }

  .hero-section .hero-content h1 {
    font-size: 42px;
  }

  .hero-section .hero-content .hero-heading {
    font-size: 52px;
  }

  .hero-section .hero-content p {
    font-size: 15px;
  }

  .who-section .who-container {
    flex-direction: row;
    gap: 48px;
    align-items: center;
  }

  .who-section .who-images {
    flex: 0 0 46%;
    width: 46%;
    min-height: 340px;
  }

  .who-section .who-content {
    text-align: left;
  }

  .who-section .who-heading {
    text-align: left;
  }

  .who-section .who-text {
    text-align: left;
  }

  .fourth-section .content-cards {
    flex-wrap: nowrap;
    gap: 14px;
  }

  .fourth-section .content-cards .card {
    width: 20%;
    min-width: 120px;
  }

  .fifth-section .content .text-content {
    flex-direction: row;
    align-items: flex-start;
  }

  .fifth-section .text-content p {
    width: 46%;
  }
}

/* ─────────────────────────────────────────────
   TABLET LANDSCAPE  (768px – 1199px, landscape)
   iPads rotated, Surface Pro, small laptops
   ───────────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 1199px) and (orientation: landscape) {

  /* ── Hero ── */
  .hero-section {
    height: auto;
    min-height: 500px;
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section .hero-image {
    min-height: 480px;
    border-radius: 20px;
  }

  .hero-section .hero-content {
    width: 72%;
    padding: 40px 36px;
  }

  .hero-section .hero-content h1 {
    font-size: 40px;
  }

  .hero-section .hero-content .hero-heading {
    font-size: 50px;
  }

  .hero-section .hero-content p {
    font-size: 14px;
    line-height: 2;
    margin-top: 12px;
  }

  /* ── Stats ── */
  .second-section {
    padding: 60px 36px;
  }

  .project-content {
    width: 85%;
    flex-direction: row;
  }

  .project-content .card {
    flex: 1;
    flex-direction: column;
    height: auto;
    padding: 24px 20px;
    border-right: 2px solid #E5E5E5;
    border-bottom: none;
  }

  .project-content .card:last-child {
    border-right: none;
  }

  .card h2 {
    font-size: 50px;
  }

  /* ── Who We Are ── */
  .who-section {
    padding: 70px 40px;
  }

  .who-section .who-container {
    flex-direction: row;
    gap: 52px;
    align-items: center;
  }

  .who-section .who-images {
    flex: 0 0 48%;
    min-height: 320px;
  }

  .who-section .who-bg-image {
    display: block;
    top: -30%;
    left: -100px;
    width: 420px;
    height: 500px;
  }

  .who-section .who-front-image {
    width: 80%;
  }

  .who-section .who-heading {
    font-size: clamp(3rem, 5vw, 4.5rem);
    text-align: left;
  }

  .who-section .who-text {
    font-size: 0.8rem;
    text-align: left;
    margin-bottom: 28px;
  }

  .who-section .who-btn {
    font-size: 0.8rem;
  }

  /* ── Our Approach ── */
  .fourth-section {
    padding: 70px 40px;
  }

  .fourth-section .content .gold-color {
    font-size: 20px;
  }

  .fourth-section .content h2 {
    font-size: clamp(36px, 5vw, 46px);
  }

  .fourth-section .content-cards {
    flex-wrap: nowrap;
    gap: 16px;
  }

  .fourth-section .content-cards .card {
    flex-direction: column;
    width: 20%;
    height: auto;
    min-height: 200px;
    padding: 22px 14px;
    text-align: center;
    align-items: center;
  }

  .fourth-section .card-icon img {
    width: 40px;
  }

  .fourth-section .card p {
    font-size: 9px;
    line-height: 1.6;
  }

  /* ── Portfolio ── */
  .fifth-section {
    padding: 70px 40px;
  }

  .fifth-section .content {
    gap: 44px;
  }

  .fifth-section .content .text-content {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fifth-section .text-content h2 {
    font-size: clamp(34px, 5vw, 46px);
  }

  .fifth-section .text-content p {
    width: 44%;
    font-size: 12px;
    line-height: 1.85;
  }

  .fifth-section .content .cards {
    gap: 36px;
  }

  .fifth-section .card-text-content h3 {
    font-size: clamp(24px, 3.5vw, 32px);
  }

  .fifth-section .card-text-content p {
    font-size: 12px;
  }

  /* ── Clients ── */
  .clients-bar {
    padding: 36px 40px;
  }

  .client-logo {
    width: 140px;
  }

}