@charset "UTF-8";
:export {
  primaryMidnight500: #1A1A1A;
  primaryWhite100: #FAF6EF;
  primaryGray500: #003366;
  primaryAmber400: #E6C47C;
}

@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/**
 * Use opacity + slight upward motion on load (opacity: 0 → 1; translateY(10px → 0))
 */
/**
 * Creates a short underline animation (width: 0 → 40px)
 * Adds a subtle gold motion cue under headings
 */
.about-wrapper {
  text-align: center;
  padding: 70px 0;
  background: #FFFCF8;
  border: 1px solid #F0E9DD;
}

.about-cmp {
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: space-between;
  margin: auto;
  transition: all 0.4s ease;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  overflow: visible;
  width: 100%;
  max-width: none;
  overflow: visible;
}
@media (max-width: 480px) {
  .about-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .about-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .about-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1440px) {
  .about-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

.about-cmp[data-layout=reverse] {
  flex-direction: row-reverse;
}

.about-cmp__text {
  display: flex;
  flex-direction: column;
  gap: 28px;
  flex: 1;
  text-align: left;
  padding-right: 0;
}

.about-cmp[data-layout=reverse] .about-cmp__text {
  padding-right: 0;
  padding-left: 0;
}

.about-cmp__title {
  margin: 0 0 48px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  color: #1A1A1A;
  position: relative;
}
.about-cmp__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #E6C47C;
  transition: width 0.3s ease;
}
.about-cmp__title.active::after, .about-cmp__title:hover::after {
  width: 40px;
}
@media (max-width: 480px) {
  .about-cmp__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .about-cmp__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-cmp__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .about-cmp__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .about-cmp__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}

.about-cmp__title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 20%;
  height: 4px;
  background-color: #E6C47C;
}

.about-cmp__description {
  margin: 32px 0;
  color: #1A1A1A;
}
@media (max-width: 480px) {
  .about-cmp__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .about-cmp__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-cmp__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .about-cmp__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .about-cmp__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}

.about-cmp__sentence {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .about-cmp__sentence {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .about-cmp__sentence {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-cmp__sentence {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .about-cmp__sentence {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .about-cmp__sentence {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}

.about-cmp__btn {
  display: inline-block;
  background-color: #1A1A1A;
  color: #fff;
  width: fit-content;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s;
}
@media (max-width: 480px) {
  .about-cmp__btn {
    padding: 8px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .about-cmp__btn {
    padding: 8px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-cmp__btn {
    padding: 8px 16px;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .about-cmp__btn {
    padding: 16px 24px;
  }
}
@media (min-width: 1440px) {
  .about-cmp__btn {
    padding: 16px 24px;
  }
}

.about-cmp__btn:hover {
  background-color: #003366;
  color: #FFFFFF;
}

.about-cmp__image {
  flex: 1;
}

.about-cmp__image img {
  max-width: 100%;
  height: auto;
  object-fit: fill;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

@media (max-width: 480px) {
  .about-wrapper {
    padding: 24px 0;
  }
  .about-cmp {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .about-cmp__title {
    text-align: center;
    margin: 24px auto;
  }
  .about-cmp__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .about-cmp__text {
    padding-right: 0;
  }
  .about-cmp[data-layout=reverse] .about-cmp__text {
    padding-right: 0;
    padding-left: 0;
  }
  .about-cmp__image {
    max-height: 480px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about-wrapper {
    padding: 48px 0;
  }
  .about-cmp__description {
    margin: 0;
  }
}
/*# sourceMappingURL=about.min.css.map */
