:root {
  --orange: #fcc155;
  --black: #272a31;
  --light-gray: #d3d3d3;
  --gray: #3e3e3e;
  --cg-regular: "Poppins";
  --cg-light: "Poppins";
  --cg-ulight: "Poppins";
  --oswald: "Oswald";
}

body {
  font-family: "Poppins", sans-serif;
}

a,
a:hover {
  text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:focus:active {
  box-shadow: none;
}

.btn-outline-primary {
  border: 3px solid var(--orange);
}

.btn-primary {
  background-color: var(--orange);
  border-color: var(--orange);
}

.btn-primary:hover,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-primary:focus {
  opacity: 0.9;
  background-color: var(--orange);
  border-color: var(--orange);
}

.font-cg-regular {
  font-family: var(--cg-regular);
  font-weight: 700;
  text-transform: uppercase;
}

.font-cg-light {
  font-family: var(--cg-light);
}

.font-cg-ulight {
  font-family: var(--cg-ulight);
}

.make-navbar-big {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}

.text-gradient {
  background: rgb(214, 175, 1);
  background: linear-gradient(356deg,
      rgb(199, 164, 8) 0%,
      rgb(247, 216, 42) 41%,
      rgb(243, 172, 18) 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-orange {
  background-color: var(--orange);
}

.bg-black {
  background-color: var(--black);
}

.bg-light-gray {
  background-color: var(--light-gray);
}

.text-orange {
  color: var(--orange) !important;
}

.text-black {
  color: var(--black);
}

.text-light-gray {
  color: var(--light-gray);
}

.hover\:text-light-gray:hover {
  color: var(--light-gray) !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.bg-gray {
  background-color: var(--gray);
}

.text-gray {
  color: var(--gray);
}

.fs-large {
  font-size: 2.5rem;
}

.fs-7 {
  font-size: 0.87rem !important;
}

.fs-8 {
  font-size: 0.7rem !important;
}

.hero {
  position: relative;
  background: url("../workspace-images/_MG_0077.jpg") no-repeat center center/cover;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-size: cover;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Light transparent overlay */
  backdrop-filter: blur(1px);
  /* Optional: Adds slight blur effect */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
}

.hero-content {
  position: relative;
  z-index: 2;
  /* Ensures text is above the overlay */
  max-width: 800px;
}

.hero h1,
.hero h2,
.hero h3,
.hero .hero-text,
.hero .hero-time {
  color: #fff;
  /* Ensures text remains readable */
}

.hero-title {
  font-size: 2rem;
  font-weight: 800;
}

.hero-content {
  width: 100%;
}

.hero-time {
  margin-top: 36px;
  font-family: var(--nanum-gothic);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #575757;
}

.hero-time span {
  font-size: 1rem;
  font-family: var(--nanum-gothic);
  letter-spacing: normal;
  color: white;
}

.hero-text {
  font-size: 0.87rem;
  color: #ececec;
}

.facilities {
  background-color: var(--black);
  background-image: url("../images/pattern_bg.png");
}

.facility-card {
  background-color: rgba(255, 255, 255, 0.1);
}

.facility-card:hover {
  border: 3px solid var(--light-gray);
  padding: calc(1rem - 2px) !important;
  transition: all 0.3s ease-in-out;
}

.small-border {
  width: 53px;
  border-bottom: 1px solid var(--orange);
}

.team-member {
  background-image: url("../images/chess.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 50px;
  line-height: 60%;
  padding-left: 12px;
  padding-top: 12px;
}

.team-member img {
  min-height: 50px;
  height: max-content;
}

.partners-logo img {
  height: 50px;
}

.about-logo-img {
  border: 1px solid var(--light-gray);
  padding: 20px 35px;
  width: 100%;
}

.container {
  width: 95%;
}

.footer-text {
  font-size: 0.8rem;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.popup h2 {
  color: var(--orange);
}

.popup p {
  color: var(--gray);
}

.popup button {
  background-color: var(--orange);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.boost-your {
  width: 70%;
  text-transform: uppercase;
  display: block;
  margin: 40px auto 0 auto;
  /* Centers horizontally */
  text-align: center;
  /* Centers text inside the element */
}

.text-black {
  color: rgb(83, 83, 83);
  text-align: center;
  font-weight: 600;
}

a {
  color: #141414;
  text-decoration: none;
  font-weight: 600;
}

/* Support Page Styling */

/* Variables for consistent Apple-style branding */
:root {
    --system-blue: #007AFF;
    --system-gray: #8E8E93;
    --bg-color: #F5F5F7;
    --card-bg: #FFFFFF;
    --text-main: #1D1D1F;
    --border-color: #D2D2D7;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-main);
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

.header {
    padding: 60px 20px;
    text-align: center;
    background: var(--card-bg);
    border-bottom: 1px solid var(--border-color);
}

.header h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.card {
    background: var(--card-bg);
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.card h2 {
    font-size: 21px;
    color: var(--system-blue);
    margin-top: 0;
}

.btn {
    display: inline-block;
    background: var(--system-blue);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}

.faq-section {
    background: var(--card-bg);
    padding: 40px;
    border-radius: 18px;
    margin-top: 40px;
}

.faq-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

details {
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0;
}

details:last-of-type {
    border-bottom: none;
}

summary {
    font-weight: 600;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: "+";
    color: var(--system-blue);
    font-size: 22px;
    font-weight: 300;
}

details[open] summary::after {
    content: "−";
}

.content {
    padding-top: 15px;
    color: #424245;
}

.contact-footer {
    text-align: center;
    padding: 60px 20px;
    color: var(--system-gray);
    font-size: 14px;
}

.copyright {
    margin-top: 20px;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
    .header h1 { font-size: 32px; }
    .faq-section { padding: 25px; }
}


@media only screen and (min-width: 678px) {
  .make-navbar-big {
    position: inherit;
  }

/* Custom container width */
@media (min-width: 1200px) {
      .container {
        max-width: 1270px !important;
      }
    }

  .container {
    width: 1270px;
  }

  .hero {
    padding-bottom: 168px;
  }

  .hero-content {
    width: 90%;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-text {
    padding: 10px 0;
    font-size: 18px;
    line-height: 24px !important;
    line-height: 185%;
  }

  .hero-time span {
    font-size: 16px;
  }

  .team-member {
    background-size: 65px;
  }

  .about-logo-img {
    padding: 20px 50px;
    width: 50%;
  }

  .footer-text {
    font-size: 1rem;
  }
}