/* ================================
   ABOUT HERO SECTION
================================ */
.about-hero {
  margin-top: 30px;
  background-color: #f2efe8;
  padding: 50px 0;
}

.about-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  min-height: 800px;
}

.authors-img {
  flex: 0 0 45%;
}

.authors-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.about-text {
  flex: 0 0 55%;
  text-align: left;
  margin: 60px 60px 0 0;
}

.about-text h1 {
  font-size: clamp(2rem, 6vw, 4rem);
  margin-bottom: 30px;
  letter-spacing: -2px;
  font-weight: 300;
  color: #010101;
  font-family: "adelle-thin", sans-serif;
}

.about-text p {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  margin-bottom: 25px;
  color: #333;
  font-family: "condense-light", sans-serif;
  padding-right: 80px;
  line-height: 1.7;
  font-weight: bold;
}

/* ================================
   RESPONSIVE DESIGN
================================ */
@media (max-width: 1024px) {
  .about-container {
    min-height: auto;
    gap: 30px;
  }

  .authors-img {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .about-text {
    margin: 40px 20px 0 0;
  }

  .about-text p {
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .about-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .authors-img,
  .about-text {
    flex: 100%;
    margin: 0;
  }

  .about-text {
    margin-top: 30px;
  }

  .about-text p {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .about-hero {
    padding: 30px 10px;
  }

  .about-text h1 {
    font-size: 1.8rem;
  }

  .about-text p {
    font-size: 1rem;
  }
}


/* ================================
   QUOTE SECTION
================================ */
.quote {
  position: relative;
  min-height: 560px;
  margin-top: -130px;
  background: url("/assets/images/webp/white-page.webp") no-repeat center center/cover,
  url("/assets/images/png/white-bg2.png") no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.quote-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 0;
}

.quote-container p {
  font-size: clamp(1.2rem, 3.5vw, 2.5rem);
  color: #83672f;
  font-weight: 300;
  font-family: "condense-light", serif;
  text-align: center;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 5px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .quote {
    margin-top: -80px;
    min-height: 450px;
  }
}

@media (max-width: 768px) {
  .quote {
    margin-top: -40px;
    min-height: auto;
    padding: 30px 15px;
  }

  .quote-container {
    width: 100%;
    padding: 30px 0;
  }

  .quote-container p {
    font-size: 1rem;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .quote {
    margin-top: -20px;
    padding: 20px 0;
  }

  .quote-container p {
    font-size: 1rem;
    line-height: 1.4;
  }
}


/* ================================
   SOCIAL SECTION
================================ */
.social {
  min-height: 250px;
}

.blank {
  height: 125px;
  background-color: white;
  margin-top: -60px;
}

.social-container {
  text-align: center;
}

.social-links {
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  font-family: Arial, sans-serif;
  flex-wrap: wrap;
}

.social-links h2 {
  font-size: clamp(1.125rem, 2.25vw, 1.5rem);
  letter-spacing: -1px;
  color: #010101;
  font-family: "adelle-thin", sans-serif;
}

.social-links p {
  font-size: clamp(0.9rem, 3vw, 1.875rem);
  letter-spacing: -1px;
  line-height: 1.4;
  color: #6a6458;
  font-family: "adelle-thin", sans-serif;
}

.insta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.insta a {
  text-decoration: none;
}

.insta img {
  width: clamp(40px, 6vw, 70px);
  height: auto;
  object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .social-links {
    gap: 20px;
    padding: 5px 0;
  }
}

@media (max-width: 768px) {
  .social-links {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .social {
    min-height: auto;
    padding: 20px 0;
  }
}


/* ================================
   CREDIBLE SECTION
================================ */
.credible {
  min-height: 350px;
  background-color: #ffffff;
  padding: 0 10px;
  margin-bottom: 50px;
}

.credible-container {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 50px;
}

.credible h2 {
  font-size: clamp(1.5rem, 3.75vw, 2.7rem);
  letter-spacing: -1px;
  color: #010101;
  font-family: "addele-thin", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: left;
}

.credible ul {
  list-style-type: square;
  padding-left: 2rem;
}

.credible li {
  font-size: clamp(1rem, 3vw, 2rem);
  letter-spacing: -1px;
  color: #010101;
  font-weight: 300;
  font-family: "wide-light", sans-serif;
  line-height: 1.6;
}

.credible a {
  color: black;
  text-decoration: none;
}

.credible a:hover {
  color: #444444;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .credible {
    margin-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .credible {
    padding: 0 15px;
    margin-bottom: 80px;
  }

  .credible ul {
    padding-left: 1.5rem;
  }
}

@media (max-width: 480px) {
  .credible {
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .credible h2 {
    margin-bottom: 1.5rem;
  }

  .credible ul {
    padding-left: 1rem;
  }
}


/* ================================
   MEDIA QUERIES FOR RESPONSIVENESS
================================ */

/* Medium screens */
@media (max-width: 1200px) {
  .about-text p {
    padding-right: 40px;
    font-size: 1.2rem;
  }

  .about-text h1 {
    font-size: 3.5rem;
  }

  .quote-container p {
    font-size: 2rem;
  }

  .credible h2 {
    font-size: 2.5rem;
  }

  .credible li {
    font-size: 1.8rem;
  }
}

/* Tablets */
@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
    min-height: auto;
    padding: 20px;
  }

  .authors-img {
    flex: 0 0 100%;
    text-align: center;
  }

  .authors-img img {
    max-width: 300px;
  }

  .about-text {
    flex: 0 0 100%;
    margin: 30px 0 0 0;
    text-align: center;
  }

  .about-text h1 {
    text-align: center;
    font-size: 3rem;
  }

  .about-text p {
    padding-right: 0;
    font-size: 1.1rem;
  }

  .quote {
    height: auto;
    margin-top: -80px;
    padding: 40px 20px;
  }

  .quote-container {
    width: 90%;
    height: auto;
  }

  .quote-container p {
    font-size: 1.8rem;
  }

  .social-links {
    flex-direction: column;
    height: auto;
    gap: 15px;
  }

  .social-links p {
    font-size: 2rem;
    line-height: normal;
  }

  .insta img {
    width: 50px;
    height: 50px;
  }

  .credible {
    height: auto;
    padding: 40px 10px;
    margin-bottom: 100px;
  }

  .credible h2 {
    font-size: 2rem;
  }

  .credible li {
    font-size: 1.5rem;
  }
}

/* Mobile devices */
@media (max-width: 600px) {
  .about-text h1 {
    font-size: 2.5rem;
  }

  .about-text p {
    font-size: 1rem;
  }

  .quote-container p {
    font-size: 1.5rem;
  }

  .social-links h2 {
    font-size: 1.5rem;
  }

  .social-links p {
    font-size: 1.8rem;
  }

  .insta img {
    width: 40px;
    height: 40px;
  }

  .credible h2 {
    font-size: 1.8rem;
  }

  .credible li {
    font-size: 1.2rem;
  }
}
