 @font-face {
    font-family: 'GillSans';
    src: url('Fonts/gilsn.ttf')
 }
  @font-face {
    font-family: 'LatoMedium';
    src: url('Fonts/Lato-Medium.ttf')  }
  @font-face {
    font-family: 'MyriadPro';
    src: url('Fonts/MyriadPro-Regular.otf')  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    font-family: 'LatoMedium', sans-serif !important;
      background: #111;
  }

  /* ── SECTION ── */
  .about-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
  }

  /* Background image */
  .about-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  /* Subtle dark overlay so text is readable */
  .about-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.052);
  }

  /* ── 4 VERTICAL DIVIDER LINES across full banner ── */
  .dividers {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    pointer-events: none;
  }

  .dividers span {
    display: block;
    border-right: 1px solid rgba(255,255,255,0.30);
    height: 100%;
  }

  .dividers span:last-child {
    border-right: none;
  }

  /* ── CONTENT sits in the FIRST column box ── */
  .about-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 100vh;
  }

  /* First cell = content box */
  .about-content {
    grid-column: 1 / 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px 36px 48px 44px;
    gap: 20px;
    background: linear-gradient(
      to right,
      rgba(8,8,8,0.82) 0%,
      rgba(8,8,8,0.68) 70%,
      rgba(8, 8, 8, 0.132) 100%
    );
  }

  
  /* Heading */
  .section-title {
    font-family: 'GillSans', sans-serif;
    font-size: clamp(1.55rem, 2.6vw, 2rem);
    color: #ffffff;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .title-underline {
    width: 54px;
    height: 2px;
    background: #c8a96e;
    margin-top: 6px;
  }

  /* Intro */
  .about-body {
    font-family: 'LatoMedium', sans-serif;
    font-size: 0.87rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.78;
  }

  .about-body u {
    text-decoration-color: rgba(200,169,110,0.6);
  }

  /* Bullets */
  .about-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .about-list li {
    font-family: 'LatoMedium', sans-serif;
    font-size: 0.86rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 9px;
  }

  .about-list li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    min-width: 6px;
    background: #c8a96e;
    transform: rotate(45deg);
    margin-top: 5px;
  }

  /* Footer */
  .about-footer {
    font-family: 'MyriadPro', sans-serif;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
    border-top: 1px solid rgba(200,169,110,0.35);
    padding-top: 16px;
  }

  /* Columns 2–4 empty (image shows) */
  .col-empty { grid-column: span 1; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .about-inner {
      grid-template-columns: 1fr 1fr;
    }
    .dividers {
      grid-template-columns: repeat(2, 1fr);
    }
    .about-content {
      grid-column: 1 / 2;
    }
    .col-empty{
        display: none;
    }
    .aed-footer{
        text-align: left !important;
    }
  }

  @media (max-width: 600px) {
    .about-inner {
      grid-template-columns: 1fr;
    }
    .dividers {
      display: none;
    }
    .about-content {
      grid-column: 1 / -1;
      background:rgb(8 8 8 / 31%);
      padding: 36px 24px;
    }
    .col-empty{
        display: none;
    }
  }

 .contact-info h3{
  font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.953);
    line-height: 1.65;
    margin: 0;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s;
    margin-block: 10px;
    margin-top: 0;
}


  .contact-info p{
  font-size: 0.78rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65;
    margin: 0;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s;
}

.contact-info a{
  color:#fff;
  text-decoration:none;
  transition:0.3s ease;
}

.contact-info a:hover{
  color:#f4c400;
}

.logo {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding-top: 0px !important;
    font-family: 'MyriadPro', sans-serif;
}


/*--nav*/
.burger {
  
    margin-left: 12px;
}

.hdr-right { display: flex; align-items: center; gap: 5px; }

.home-btn {
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px;
  border: 1px solid rgba(0,0,0,0.12); border-radius: 6px;
  color: #444; text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}
.home-btn svg { width: 16px; height: 16px; }
.home-btn:hover { color: #F59D21; border-color: rgba(245,157,33,0.5); }

.nav-dropdown {
  position: absolute; top: calc(100% + 6px); right: 32px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1); border-radius: 10px;
  min-width: 200px; overflow: hidden;
  opacity: 0; pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 150;
}
.nav-dropdown.open { opacity: 1; pointer-events: all; transform: translateY(0); }
.nav-dropdown ul { list-style: none; padding: 6px 0; }
.nav-dropdown li a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 18px;
  font-size: 0.82rem; font-weight: 300; letter-spacing: 0.02em;
  color: #2e2e2e; text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.nav-dropdown li a:hover { background: #fdf6ec; color: #F59D21; }
.nav-dropdown .nav-footer {
  border-top: 1px solid rgba(0,0,0,0.06);
  padding: 10px 18px;
  display: flex; flex-direction: column; gap: 3px;
}
.nav-dropdown .nav-footer span,
.nav-dropdown .nav-footer a {
  font-size: 0.7rem; color: #aaa; text-decoration: none;
}
.nav-dropdown .nav-footer a:hover { color: #F59D21; }
.nsoon { font-size: 0.62rem; background: #f0f0f0; color: #888; padding: 2px 6px; border-radius: 3px; }

.burger{
  display:flex;flex-direction:column;justify-content:center;align-items:center;
  gap:5px;width:34px;height:34px;
  border:1px solid rgba(0,0,0,0.12);border-radius:6px;
  background:transparent;cursor:pointer;
  transition:border-color 0.2s;
  position:relative;z-index:200;
}

.burger:hover{border-color:rgba(245,157,33,0.5)}
.burger b{display:block;width:16px;height:1.5px;background:#2e2e2e;border-radius:2px;transition:transform 0.25s,opacity 0.2s,width 0.2s}
.burger.open b:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.burger.open b:nth-child(2){opacity:0;width:0}
.burger.open b:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

