@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("https://cdn.fonts.net/kit/fb8ad3b9-3001-49d8-baf6-126d23c019d5/NeueHelvetica/NeueHelvetica45Light_normal_normal.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Helvetica Neue LT Std", sans-serif;
}
body {
  margin: 0;
  background: #ebe5d9;
  color: #222;
}
body strong {
  font-weight: bold;
}
main {
  margin: 0 auto;
  background: #ebe5d9;
}

.service-lab-section {
  max-width: 1366px;
  margin: 0 auto;
  padding: 99px 139px 0;
}

.service-lab-section .service-lab-title {
  text-align: left;
  font: normal normal normal 40px/48px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-bottom: 5px;
}

.service-lab-wrapper {
  display: flex;
  gap: 16px;
}

.service-lab-image {
  flex: 1;
  position: relative;
}

.service-lab-text {
  flex: 1;
  max-width: 536px;
}

.service-lab-text .section-title {
  text-align: left;
  padding-bottom: 10px;
  font: normal normal normal 40px/39px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.service-lab-text p {
  text-align: left;
  font: normal normal 300 16px/19px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #000000;
}

.location-time p {
  text-align: left;
  font: normal normal 300 16px/19px Joane;
  letter-spacing: 0px;
  color: #000000;
}

.location-time p strong {
  font: normal normal strong 16px/19px Joane;
}

.highlight-link {
  text-align: left;
  text-decoration: underline;
  font: normal normal normal 16px/19px Joane;
  letter-spacing: 0px;
  color: #000000;
}
.agta-section {
  max-width: 1366px;
  margin: 0 auto;
  padding: 99px 139px 0 139px;
  margin-bottom: 84px;
}
.reg-mark {
  font-size: 65%;
  vertical-align: super;
}
.agta-section .section-title {
  text-align: left;
  font: normal normal normal 40px/48px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.agta-grid {
  margin-top: 9px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.agta-card {
  flex: 1;
  flex-direction: column;
  position: relative;
  padding-bottom: 3rem;
}

.agta-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.agta-card .card-title {
  margin-top: 6px;
  text-align: left;
  font: normal normal normal 25px/30px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.agta-card p {
  text-align: left;
  font: normal normal 300 16px/22px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 6px;
}

.agta-card p strong {
  font: normal normal 300 16px/17px HelveticaNeueLTStd-Bd;
}

.agta-card a {
  text-align: left;
  font: normal normal normal 16px/19px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-decoration: none;
}

.agta-card-com {
  flex: 1;
  flex-direction: column;
  position: relative;
  padding-bottom: 3rem;
}

.agta-card-com img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.agta-card-com .card-title {
  margin-top: 6px;
  text-align: left;
  font: normal normal normal 25px/30px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 18px;
}

.agta-card-com p {
  text-align: left;
  font: normal normal 300 16px/22px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 6px;
}

.agta-card-com p strong {
  font: normal normal 300 16px/17px HelveticaNeueLTStd-Bd;
}

.agta-card-com a {
  text-align: left;
  font: normal normal normal 16px/19px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-decoration: none;
}
.agta-buy-ticket-btn {
  display: block;
  width: 141px;
  height: 40px;

  background-image: url("/img/agta/buy_tickets.svg"); /* <-- PUT YOUR BUTTON IMAGE HERE */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  text-indent: -9999px; /* hides text but keeps accessibility */
  position: absolute;
  left: 0;
  bottom: 0;
}

.agta-buy-ticket-btn:hover {
  background-image: url("/img/agta/buy_tickets_B.svg"); /* <-- PUT YOUR BUTTON IMAGE HERE */
}

.agta-shop-now-btn {
  display: block;
  width: 141px;
  height: 40px;

  background-image: url("/img/agta/shop_now.svg"); /* <-- PUT YOUR BUTTON IMAGE HERE */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  text-indent: -9999px; /* hides text but keeps accessibility */
  position: absolute;
  left: 0;
  bottom: 0;
}

.agta-shop-now-btn:hover {
  background-image: url("/img/agta/shop_now_B.svg"); /* <-- PUT YOUR BUTTON IMAGE HERE */
}

.hero-section {
  max-width: 1366px;
  margin: 40px auto;
  position: relative;
  max-height: 605px;
  background-image: url("/img/agta/MongHsuRuby.png");
  background-size: cover; /* ensures image always covers the area */
  background-position: center; /* keeps image centered */
  background-repeat: no-repeat;
  background-attachment: scroll; /* can change to 'fixed' for parallax effect */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  overflow: hidden;
  transition: background-size 0.3s ease-in-out;
  padding: 91px 139px 50px 139px;
}

.hero-content {
  padding: 0;
}

.hero-content .title {
  margin-bottom: 28px;
  text-align: left;
  font: normal normal normal 40px/48px Joane;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.hero-content .sub-title {
  width: 536px;
  margin-bottom: 20px;
  text-align: left;
  font: normal normal 300 18px/21px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #ffffff;
}

.hero-section-sub {
  max-width: 600px;
  padding-bottom: 40px;
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
.hero-section-sub p {
  text-align: left;
  font: normal normal 300 16px/19px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #ffffff;
}
.hero-section-sub p strong {
  font: normal normal 300 16px/19px HelveticaNeueLTStd-Bd;
}
.hero-section-info-table .booth {
  text-align: left;
  font: normal normal normal 16px/19px Joane;
  letter-spacing: 0px;
  color: #ffffff;
}
.hero-section-info-table .mobile-break {
  display: inline;
  text-align: left;
  font: normal normal normal 16px/19px Joane;
  letter-spacing: 0px;
  color: #ffffff;
}
.hero-section-info-table span {
  height: 19px;
  text-align: left;
  font: normal normal bold 16px/19px Joane;
  letter-spacing: 0px;
  color: #ffffff;
}

.colored-stone-section {
  background: #ebe5d9;
  max-width: 1366px;
  margin: 0 auto;
  padding: 99px 139px 111px 139px;
}

.colored-stone-section .colored-stone-title {
  text-align: left;
  font: normal normal normal 40px/48px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-bottom: 5px;
}

.colored-stone-section .colored-stone-sub {
  text-align: left;
  font: normal normal normal 20px/24px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.interactive-stone-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}

.interactive-stone-image {
  flex: 1;
  height: 300px;
  background-image: url("/img/agta/GIA_AGTA_Backwall_SapphireRubyEmerald_Enlarged45x52_CMYK_small.png"); /* ← update file name */
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
}

.quiz-btn {
  display: none;
}

.quiz-btn:hover {
  background-image: url("/img/agta/quiz_button_B.svg"); /* ← update file name */
}

.quiz-btn-b {
  display: block;
  width: 158px;
  height: 39px;

  background-image: url("/img/agta/quiz_button_B.svg"); /* <-- PUT YOUR BUTTON IMAGE HERE */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  text-indent: -9999px; /* hides text but keeps accessibility */
}

.quiz-btn-b:hover {
  background-image: url("/img/agta/quiz_button.svg"); /* <-- PUT YOUR BUTTON IMAGE HERE */
}

.interactive-stone-text {
  flex: 1;
  margin-top: -17px;
}

.interactive-stone-text p {
  text-align: left;
  font: normal normal 300 16px/22px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #000000;
  padding: 1px 0;
}

.interactive-stone-text p strong {
  text-align: left;
  font: normal normal 300 16px/22px HelveticaNeueLTStd-Bd;
  letter-spacing: 0px;
  color: #000000;
  padding: 1px 0;
}
.interactive-stone-text strong {
  font-weight: bold;
}

.lab-classes-section {
  background: #e2d9c9;
  max-width: 1366px;
  margin: 0 auto;
  padding: 99px 139px 88px 139px;
}

.lab-classes-inner {
  display: flex;
  gap: 16px;
}

.lab-classes-left {
  flex: 0 0 50%;
  max-width: 50%;
}

.lab-classes-left .lab-classes-left-title {
  text-align: left;
  font: normal normal normal 40px/48px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 5px;
}

.lab-classes-left .lab-classes-left-sub {
  text-align: left;
  font: normal normal normal 20px/24px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.lab-classes-left p {
  text-align: left;
  font: normal normal 300 16px/22px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.lab-classes-right {
  flex: 1;
}

.lab-class-image {
  width: 536px;
  height: 300px;
  display: block;
}

.cont-edu-seminars-section {
  background: #ebe5d9;
  max-width: 1366px;
  margin: 0 auto;
  padding: 99px 139px 94px 139px;
}

.cont-edu-seminars-inner {
  padding: 0;
}

.cont-edu-seminars-section .cont-edu-seminars-title {
  text-align: left;
  font: normal normal normal 40px/48px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 29px;
}

.cont-edu-item {
  display: flex;
  gap: 16px;
  margin-bottom: 45px;
}

.cont-edu-img {
  width: 352px;
  height: 252px;
  display: block;
}

.cont-edu-content .cont-edu-content-title {
  text-align: left;
  font: normal normal normal 20px/24px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 12px;
}

.cont-edu-content .cont-edu-content-sub {
  text-align: left;
  font: normal normal normal 16px/19px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 29px;
}

.cont-edu-content p {
  text-align: left;
  font: normal normal 300 16px/22px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 19px;
}

/* Background-image Register button */
.cont-edu-register-btn {
  display: block;
  width: 109px;
  height: 39px;

  background-image: url("/img/agta/register_button.svg"); /* <-- PUT YOUR BUTTON IMAGE HERE */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  text-indent: -9999px; /* hides text but keeps accessibility */
}

.cont-edu-register-btn:hover {
  display: block;
  width: 109px;
  height: 39px;

  background-image: url("/img/agta/register_button_B.svg"); /* <-- PUT YOUR BUTTON IMAGE HERE */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  text-indent: -9999px; /* hides text but keeps accessibility */
}

.expert-insights-section {
  background: #e2d9c9;
  max-width: 1366px;
  margin: 0 auto;
  padding: 99px 139px 95px 138px;
}

.expert-insights-inner {
  padding: 0;
}

.expert-insights-section .expert-insights-title {
  text-align: left;
  font: normal normal normal 40px/48px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 29px;
}

.expert-insights-item {
  display: flex;
  gap: 16px;
  margin-bottom: 45px;
}

.expert-insights-img {
  width: 352px;
  height: 252px;
  display: block;
}

.expert-insights-content .expert-insights-content-title {
  text-align: left;
  font: normal normal bold 20px/24px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 12px;
}

.expert-insights-content .expert-insights-content-sub {
  text-align: left;
  font: normal normal normal 16px/19px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 24px;
}

.expert-insights-content p {
  text-align: left;
  font: normal normal 300 16px/22px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 19px;
}

/* Footer */
.teconsent-desktop {
  display: block;
  margin-top: -4px;
}
.teconsent-mobile {
  display: none;
}

.footer-section-mobile,
.footer-mobile-bottom {
  display: none;
}
footer {
  background-color: #2a2a2a;
  color: #999;
  padding: 0;
}

.footer-content {
  padding: 50px 139px 10px 195px;
}
.footer-content p {
  text-align: left;
  font: normal normal 300 11px/20px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.footer-logo {
  width: 140px;
  opacity: 1;
  margin-bottom: 20px;
}
.footer-section-main {
  margin: 15px;
  background: #2a2a2a;
  margin: 0 auto;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer-section h3 {
  text-align: left;
  font: normal normal 300 13px/20px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.footer-section p,
.footer-section a {
  text-align: left;
  font: normal normal 300 11px/20px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}

.footer-section a:hover {
  color: #0477aa;
  text-decoration: underline;
}

.teconsent {
  margin-top: -4px;
}
.footer-section .mailing-list {
  padding-top: 15px;
  border-top: 1px solid #444444;
}

/* Marketo Form Styling */
#mktoForm_4366 {
  display: flex !important;
  flex-direction: row !important;
  gap: 0 !important;
  margin-bottom: 15px !important;
  width: 100% !important;
}

#mktoForm_4366 .mktoFormRow {
  display: flex !important;
  margin: 0 !important;
  flex: 1 !important;
}

#mktoForm_4366 .mktoFieldDescriptor {
  margin: 0 !important;
  width: 100% !important;
  display: flex !important;
  align-items: stretch !important;
}

#mktoForm_4366 .mktoFieldWrap {
  width: 100% !important;
  margin: 0 !important;
  display: flex !important;
  align-items: stretch !important;
}

#mktoForm_4366 .mktoLabel {
  display: none !important;
}

#mktoForm_4366 input[type="email"],
#mktoForm_4366 input[type="text"] {
  height: 50px !important;
  width: 100% !important;
  padding: 0 15px !important;
  margin: 0 !important;
  background-color: #3d3d3d !important;
  border: 1px solid #3d3d3d !important;
  color: #fff !important;
  font-size: 13px !important;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
  box-sizing: border-box !important;
}

#mktoForm_4366 input[type="email"]::placeholder,
#mktoForm_4366 input[type="text"]::placeholder {
  color: #808080 !important;
}

#mktoForm_4366 input[type="email"]:focus,
#mktoForm_4366 input[type="text"]:focus {
  outline: none !important;
  box-shadow: none !important;
}

#mktoForm_4366 .mktoButtonRow {
  margin: 0 !important;
  margin-left: 0 !important;
}

#mktoForm_4366 .mktoButtonWrap {
  margin: 0 !important;
}

#mktoForm_4366 .mktoButton {
  height: 50px !important;
  padding: 0 30px !important;
  margin: 0 !important;
  background-color: #1a1a1a !important;
  background-image: none !important;
  border: none !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-family: "Helvetica Neue LT Std", Helvetica, Arial, sans-serif !important;
  cursor: pointer !important;
  border-radius: 0 !important;
}

#mktoForm_4366 .mktoButton:hover {
  background-color: #000000 !important;
}

#mktoForm_4366 .mktoOffset,
#mktoForm_4366 .mktoGutter {
  display: none !important;
}

#mktoForm_4366 input[type="email"]:focus,
#mktoForm_4366 input[type="text"]:focus {
  outline: none !important;
  box-shadow: #ffff !important;
  border-color: #2a4a7c !important;
}

.social-icons {
  display: flex;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid #444444;
}

.social-icons a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font: normal normal 300 11px/20px Helvetica Neue LT Std;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
}

.footer-bottom .legal-links {
  padding: 0 180px 20px 180px;
}

.footer-bottom .legal-links a {
  text-align: center;
  font: normal normal 300 11px/20px Helvetica Neue LT Std;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0px;
}

.footer-bottom .legal-links a:hover {
  color: #0477aa;
  text-decoration: underline;
}

.footer-bottom .policy-box {
  padding: 0 180px 2px 180px;
  text-align: center;
  font: normal normal 300 11px/20px Helvetica Neue LT Std;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

.footer-bottom p {
  text-align: center;
  margin: 0;
  font: normal normal 300 11px/15px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #ffff;
  opacity: 1;
}

/*hero-carousel*/
.hero-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ebe5d9;
  overflow: hidden;
}

.carousel-slides {
  position: relative;
  display: flex;
  gap: 16px;
  transition: transform 0.5s ease;
}

.slide3 {
  background-image: url("/img/agta/Night_atMuseum--951x630-NIM.png");
  min-width: 951px;
  width: 951px;
  position: relative;
  flex-shrink: 0;
}
.slide {
  min-width: 951px;
  width: 951px;
  position: relative;
  flex-shrink: 0;
}

.slide.active {
  display: block;
}

.hero-img {
  width: 100%;
  height: 630px;
  object-fit: cover;
}

.hero-text-overlay {
  position: absolute;
  top: 421px;
  left: 60px;
  width: 364px;
  height: 105px;
  text-align: left;
  font: normal normal normal 46px/49px Joane;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.hero-text-overlay-with-button {
  position: absolute;
  top: 421px;
  left: 78px;
  height: 105px;
  text-align: left;
  font: normal normal normal 46px/49px Joane;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.hero-text-overlay-with-button-white {
  position: absolute;
  top: 421px;
  left: 78px;
  height: 105px;
  text-align: left;
  font: normal normal normal 46px/49px Joane;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.learn-more-btn {
  position: absolute;
  margin-top: 7px;
  /* background image button */
  background-image: url("/img/agta/LearnMore.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* size of button area */
  width: 171px;
  height: 39px;
  /* hide default button background */
  background-color: transparent;
  border: none;
  /* text styling (optional – or hide) */
  color: transparent; /* hides text visually */
  text-indent: -9999px; /* moves text off-screen but keeps it accessible */
  display: block;
}

.learn-more-btn:hover {
  background-image: url("/img/agta/LearnMore_B.svg");
}

.lab-learn-more-btn {
  display: block;
  width: 145px;
  height: 33px;
  background-image: url("/img/agta/LearnMore_B.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  position: absolute;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
}

.lab-learn-more-btn:hover {
  background-image: url("/img/agta/LearnMore.svg");
}

.get-tickets-btn {
  position: absolute;
  margin-top: 7px;
  /* background image button */
  background-image: url("/img/agta/Get_tickets.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* size of button area */
  width: 171px;
  height: 39px;
  /* hide default button background */
  background-color: transparent;
  border: none;
  /* text styling (optional – or hide) */
  color: transparent; /* hides text visually */
  text-indent: -9999px; /* moves text off-screen but keeps it accessible */
  display: block;
}

.get-tickets-btn:hover {
  background-image: url("/img/agta/Get_tickets_B.svg");
}

.carousel-bullets {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  padding: clamp(4px, 2vw, 20px) 0; /* responsive vertical padding */
  padding-bottom: 0;
}

/* Optional: make bullet size adjust too */
.carousel-bullets button,
.carousel-bullets .bullet {
  width: clamp(6px, 1vw, 12px);
  height: clamp(6px, 1vw, 12px);
}

.carousel-bullet {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 1;
  cursor: pointer;
}

.carousel-bullet.active {
  width: 28px;
  height: 11px;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
}
/*hero-carousel*/

/*=========================================
         DESKTOP HEADER
=========================================*/

.mobile-nav,
.close-mobile-nav {
  display: none;
}

header {
  background-color: #000000;
  padding: 0;
  /*Sticky Header*/
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15.26px 0 15.26px 88px;
}

.logo {
  width: 142.5px;
  opacity: 1;
  padding-right: 93.41px;
}

.header-nav {
  display: block;
}

.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

.header-nav li {
  display: flex;
  align-items: center;
}

.header-nav a:hover {
  text-decoration: underline;
}

.header-nav li:not(:last-child)::after {
  content: "|";
  color: rgba(255, 255, 255, 0.5);
  margin-left: 1rem;
  font-weight: normal;
}

.header-nav a {
  padding-top: 5px;
  color: white;
  text-decoration: none;
  text-align: left;
  font: normal normal 300 16px/22px Helvetica Neue LT Std;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.mobile-menu-btn {
  display: none;
  /* Hidden on desktop */
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 34px;
  height: 31px;
  background-image: url("/img/agta/Hamburger.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*=========================================
         END of DESKTOP HEADER
=========================================*/

@media (max-width: 1134px) {
  /*=========================================
         MOBILE HEADER
  =========================================*/
  .mobile-nav.active {
    display: block;
  }

  .close-mobile-nav.active {
    display: block;
  }

  .mobile-menu-btn.hide {
    display: none;
  }

  header {
    background-color: #000;
    /* Solid black */
    position: relative;
    position: sticky;
    /* In document flow */
  }

  header .container {
    justify-content: space-between;
    /* Logo left, menu right */
    padding: 14.26px 36px 11.79px 24px;
  }

  .header-nav {
    display: none;
    /* Hide desktop nav */
  }

  .mobile-menu-btn {
    display: flex;
    /* Show hamburger */
  }

  .mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100vh;
    background: #000;
    z-index: 1200;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    padding-top: 142px;
    animation: slideIn 0.3s ease;
  }

  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding-left: 12vw;
  }

  .mobile-nav li {
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }

  .mobile-nav li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 0.5px;
    background-color: #ffffff;
  }

  .mobile-nav a {
    display: inline-block;
    text-align: left;
    font: normal normal 300 16px/24px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
    padding: 15px 0 14.5px 0;
  }

  .close-mobile-nav {
    display: none;
    position: fixed;
    top: 25px;
    right: 17.5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1300;
    padding: 0;
    width: 29px;
    height: 29px;
    font-size: 0;
    background-image: url("/img/agta/Close-nav.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  /*=========================================
         END of MOBILE HEADER
  =========================================*/
}

@media (min-width: 430px) and (max-width: 767px) {
  .mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100vh;
    background: #000;
    z-index: 1200;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    padding-top: 142px;
    animation: slideIn 0.3s ease;
  }

  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding-left: 10vw;
  }
}

@media (max-width: 430px) {
  .mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 56%;
    height: 100vh;
    background: #000;
    z-index: 1200;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    padding-top: 142px;
    animation: slideIn 0.3s ease;
  }

  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding-left: 50px;
  }
}

@media (max-width: 1024px) {
  .footer-content {
    padding: 60px 40px 10px 40px;
  }
}

@media (max-width: 824px) {
  header .container {
    justify-content: space-between; /* Logo left, menu right */
    padding: 14.26px 36px 11.79px 24px;
  }
  .header-nav {
    display: none; /* Hide desktop nav */
  }
  .mobile-menu-btn {
    display: flex; /* Show hamburger */
  }
  .mobile-nav {
    display: none;
  }
  .mobile-nav.active {
    display: block;
  }
  .close-mobile-nav.active {
    display: block;
  }
  .mobile-menu-btn.hide {
    display: none;
  }

  .footer-section-mobile,
  .footer-mobile-bottom {
    display: block;
  }
  footer {
    background-color: #000000;
    color: #999;
    padding: 0 0 20px 0;
  }

  .footer-content {
    padding: 10px 0;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .footer-content p {
    text-align: left;
    font: normal normal 300 11px/20px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }

  .footer-logo {
    width: 140px;
    opacity: 1;
    margin-bottom: 20px;
  }

  .mobile-logo-wrap {
    text-align: center;
    margin-bottom: 12px;
  }
  .mobile-logo {
    width: 140px;
  }
  .footer-mobile-nav {
    display: block;
  }
  .footer-mobile-nav {
    text-align: center;
    padding: 10px 0;
  }
  .footer-mobile-nav-top {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .footer-mobile-nav-bottom {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 2px;
  }
  .footer-section-main {
    margin: 15px;
    padding: 20px;
    background: #3e3c3c;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .footer-mobile-nav .footer-mobile-nav-top a {
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    font: normal normal 300 12px/20px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  .footer-mobile-nav .footer-mobile-nav-bottom a {
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    font: normal normal 300 12px/20px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  .footer-mobile-nav-top a:hover,
  .footer-mobile-nav-bottom a:hover {
    color: #a8996e;
    background: #252525;
  }
  .footer-mobile-section .footer-mobile-nav a:hover {
    color: #a8996e;
  }

  .footer-section h3 {
    text-align: left;
    font: normal normal 300 13px/20px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }

  .footer-section p,
  .footer-section a {
    text-align: left;
    font: normal normal 300 11px/20px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
  }
  .footer-section .mailing-list {
    padding-top: 15px;
  }

  .email-form {
    display: flex;
    margin-bottom: 15px;
  }

  .email-form input {
    height: 30px;
    line-height: 30px;
    flex: 1;
    padding: 12px;
    border: none;
    color: #fff;
    font-size: 14px;
  }

  .email-form button {
    padding: 12px 25px;
    background-color: #282828;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
  }

  .social-icons {
    display: flex;
    gap: 10px;
    padding-top: 30px;
  }

  .social-icons a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    text-decoration: none;
    font-size: 14px;
  }

  .footer-bottom {
    text-align: center;
    margin-top: 0;
    padding: 0 3px;
    font: normal normal 300 12px/24px Helvetica Neue LT Std;
    color: #ffffff;
    text-decoration: none;
  }
  .footer-bottom a {
    font: normal normal 300 12px/24px Helvetica Neue LT Std;
    color: #ffffff;
    text-decoration: none;
  }

  .footer-bottom p {
    padding: 0 3px;
    text-align: left;
    font: normal normal 300 8px/10px Helvetica Neue LT Std;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
  }
}
@media (max-width: 1249px) {
  .service-lab-section {
    max-width: 1366px;
    margin: 0 auto;
    padding: 90px 139px 0;
  }

  .service-lab-wrapper {
    display: block;
    gap: 16px;
  }

  .service-lab-image {
    width: 100%;
  }

  .service-lab-text {
    max-width: 100%;
  }

  .service-lab-text .section-title {
    padding-top: 16px;
  }

  .service-lab-text p {
    text-align: left;
    font: normal normal 300 16px/22px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #000000;
  }

  .location-time p {
    text-align: left;
    font: normal normal 300 16px/19px Joane;
    letter-spacing: 0px;
    color: #000000;
  }

  .location-time p strong {
    font: normal normal strong 16px/19px Joane;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .colored-stone-section {
    background: #ebe5d9;
    max-width: 1366px;
    margin: 0 auto;
    padding: 88px 36px 85px 35px;
  }

  .colored-stone-section .colored-stone-title {
    text-align: left;
    font: normal normal normal 33px/34px Joane;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-bottom: 9px;
  }

  .colored-stone-section .colored-stone-sub {
    text-align: left;
    font: normal normal normal 22px/26px Joane;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-bottom: 9px;
  }

  .interactive-stone-wrapper {
    display: block;
    margin-top: 0px;
  }

  .interactive-stone-image {
    flex: 1;
    height: 300px;
    background-image: url("/img/agta/GIA_AGTA_Backwall_SapphireRubyEmerald_Enlarged45x52_CMYK_small.png"); /* ← update file name */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
  }

  .quiz-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;

    /* background image button */
    background-image: url(""); /* ← update file name */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* size of button area */
    width: 158px; /* adjust as needed */
    height: 39px; /* adjust as needed */

    /* hide default button background */
    background-color: transparent;
    border: none;

    /* text styling (optional – or hide) */
    color: transparent; /* hides text visually */
    text-indent: -9999px; /* moves text off-screen but keeps it accessible */

    display: block;
  }

  .interactive-stone-text {
    flex: 1;
    margin-top: 0px;
  }

  .lab-classes-section {
    background: #e2d9c9;
    margin: 0 auto;
    padding: 88px 36px 93px 35px;
  }

  .lab-classes-inner {
    display: block;
  }

  .lab-class-image {
    width: 100%;
    display: block;
    object-fit: cover;
  }

  .lab-classes-left {
    max-width: 100%;
  }

  .lab-classes-left .lab-classes-left-title {
    text-align: left;
    font: normal normal normal 33px/34px Joane;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 9px;
  }

  .lab-classes-left .lab-classes-left-sub {
    margin-bottom: 16px;
  }

  .lab-classes-left p {
    margin-bottom: 21px;
  }
  .lab-classes-right {
    padding-top: 70px;
  }
  .cont-edu-seminars-section {
    background: #ebe5d9;
    margin: 0 auto;
    padding: 88px 36px 18px 35px;
  }

  .cont-edu-seminars-inner {
    padding: 0;
  }

  .cont-edu-seminars-section .cont-edu-seminars-title {
    margin-bottom: 9px;
    text-align: left;
    font: normal normal normal 33px/34px Joane;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }

  .cont-edu-item {
    display: block;
    margin-bottom: 75px;
  }

  .cont-edu-img {
    width: 100%;
    height: 252px;
    display: block;
    margin-bottom: 15px;
  }

  .cont-edu-content .cont-edu-content-title {
    margin-bottom: 15px;
  }

  .cont-edu-content .cont-edu-content-sub {
    margin-bottom: 18px;
  }

  .cont-edu-content p {
    margin-bottom: 15px;
  }

  .expert-insights-section {
    background: #e2d9c9;
    max-width: 1366px;
    margin: 0 auto;
    padding: 88px 36px 35px 35px;
  }

  .expert-insights-inner {
    padding: 0;
  }

  .expert-insights-section .expert-insights-title {
    text-align: left;
    font: normal normal normal 33px/34px Joane;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 29px;
  }

  .expert-insights-item {
    display: block;
    margin-bottom: 87px;
  }

  .expert-insights-img {
    width: 100%;
    height: 100%;
    display: block;
    margin-bottom: 15px;
  }

  .expert-insights-content .expert-insights-content-title {
    text-align: left;
    font: normal normal bold 20px/24px Joane;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 15px;
  }

  .expert-insights-content .expert-insights-content-sub {
    text-align: left;
    font: normal normal normal 16px/19px Joane;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 22px;
  }

  .expert-insights-content p {
    text-align: left;
    font: normal normal 300 16px/22px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 19px;
  }

  footer {
    padding: 0 0 4px 0;
  }
  .teconsent-desktop {
    display: none;
  }
  .teconsent-mobile {
    display: block;
  }

  .footer-section-mobile,
  .footer-mobile-bottom {
    display: block;
  }
  .footer-content {
    padding: 6px 0;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .footer-content p {
    text-align: left;
    font: normal normal 300 11px/20px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }

  .footer-logo {
    width: 130px;
    opacity: 1;
    margin-bottom: 20px;
  }

  .mobile-logo-wrap {
    text-align: center;
    margin-bottom: 0;
  }
  .mobile-logo {
    width: 130px;
  }
  .footer-mobile-nav {
    display: block;
  }
  .footer-mobile-nav {
    text-align: center;
    padding: 10px 0;
  }
  .footer-mobile-nav-top {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 5px;
  }
  .footer-mobile-nav-bottom {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 0;
  }
  .footer-section-main {
    margin: 5px 15px;
    padding: 40px 20px 40px;
    background: #2d2d2d;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .footer-mobile-nav .footer-mobile-nav-top a {
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    font: normal normal 300 11px/20px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  .footer-mobile-nav .footer-mobile-nav-bottom a {
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    font: normal normal 300 11px/20px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  .footer-mobile-nav-top a:hover,
  .footer-mobile-nav-bottom a:hover {
    color: #a8996e;
    background: #252525;
  }
  .footer-mobile-section .footer-mobile-nav a:hover {
    color: #a8996e;
  }

  .footer-section h3 {
    text-align: left;
    font: normal normal 300 13px/00px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }

  .footer-section p,
  .footer-section a {
    text-align: left;
    font: normal normal 300 10px/15px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
  }

  .teconsent {
    margin: -7px 0 2px;
  }
  .footer-section .mailing-list {
    padding-top: 10px;
  }

  .email-form {
    display: flex;
    margin-bottom: 15px;
  }

  .email-form input {
    height: 20px;
    line-height: 30px;
    flex: 1;
    padding: 12px;
    border: none;
    color: #fff;
    font-size: 14px;
  }

  .email-form button {
    padding: 12px 25px;
    background-color: #3b3838;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
  }

  .social-icons {
    display: flex;
    gap: 10px;
    padding-top: 30px;
  }

  .social-icons a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    text-decoration: none;
    font-size: 14px;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 0;
    padding: 10px 15px 1px;
    font: normal normal 300 11px/20px Helvetica Neue LT Std;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 2px;
  }
  .footer-bottom .legal-links {
    padding: 0 15px 15px;
  }

  .footer-bottom .legal-links a {
    text-align: center;
    font: normal normal 300 11px/20px Helvetica Neue LT Std;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0px;
  }

  .footer-bottom .policy-box {
    padding: 0 0 0 0;
    text-align: center;
    font: normal normal 300 11px/20px Helvetica Neue LT Std;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    padding-bottom: 20px;
  }

  .footer-bottom p {
    padding: 0 3px;
    text-align: left;
    font: normal normal 300 8px/10px Helvetica Neue LT Std;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
  }
  .mobile-nav {
    display: none;
  }

  .mobile-nav.active {
    display: block;
  }

  .close-mobile-nav.active {
    display: block;
  }

  .mobile-menu-btn.hide {
    display: none;
  }

  /*=========================================
         MOBILE HEADER
  =========================================*/
  header {
    background-color: #000;
    /* Solid black */
    position: relative;
    /* In document flow */
    position: sticky;
  }

  header .container {
    justify-content: space-between;
    /* Logo left, menu right */
    padding: 14.26px 36px 11.79px 24px;
  }

  .header-nav {
    display: none;
    /* Hide desktop nav */
  }

  .mobile-menu-btn {
    display: flex;
    /* Show hamburger */
  }

  @keyframes slideIn {
    from {
      transform: translateX(100%);
      opacity: 0;
    }

    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .mobile-nav li {
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }

  .mobile-nav li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 0.5px;
    background-color: #ffffff;
  }

  .mobile-nav a {
    display: inline-block;
    text-align: left;
    font: normal normal 300 16px/24px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
    padding: 15px 0 14.5px 0;
  }

  .close-mobile-nav {
    display: none;
    position: fixed;
    top: 25px;
    right: 17.5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1300;
    padding: 0;
    width: 29px;
    height: 29px;
    font-size: 0;
    background-image: url("/img/agta/Close-nav.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  /*=========================================
         END of MOBILE HEADER
  =========================================*/

  /*hero-carousel mobile*/
  .hero-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: #ebe5d9;
    overflow: hidden;
  }

  .carousel-slides {
    max-height: 541px;
    position: relative;
    display: flex;
    gap: 0;
    transition: transform 0.5s ease;
  }
  .slide3 {
    background-image: url("/img/agta/Night_atMuseum--951x630-NIM_mobile.webp");
    min-width: 100%;
    width: 100%;
    max-height: 630px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .slide {
    min-width: 100%;
    width: 100%;
    max-height: 630px;
    flex-shrink: 0;
  }

  .hero-img {
    width: 100%;
    height: 541px;
    object-fit: cover;
  }

  .hero-text-overlay {
    position: absolute;
    top: 292px;
    left: 20px;
    width: 364px;
    height: 105px;
    text-align: left;
    font: normal normal normal 35px Joane;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }

  .hero-text-overlay-with-button {
    position: absolute;
    top: 328px;
    left: 20px;
    width: 364px;
    height: 105px;
    text-align: left;
    font: normal normal normal 46px/49px Joane;
    letter-spacing: 0px;
    opacity: 1;
  }

  .hero-text-overlay-with-button-white {
    position: absolute;
    top: 328px;
    left: 20px;
    width: 364px;
    height: 105px;
    text-align: left;
    font: normal normal normal 46px/49px Joane;
    letter-spacing: 0px;
    opacity: 1;
  }

  .learn-more-btn {
    position: absolute;
    margin-top: 7px;
    /* background image button */
    background-image: url("/img/agta/LearnMore.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* size of button area */
    width: 171px;
    height: 39px;
    /* hide default button background */
    background-color: transparent;
    border: none;
    /* text styling (optional – or hide) */
    color: transparent; /* hides text visually */
    text-indent: -9999px; /* moves text off-screen but keeps it accessible */
    display: block;
  }

  .get-tickets-btn {
    position: absolute;
    margin-top: 7px;
    /* background image button */
    background-image: url("/img/agta/Get_tickets.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* size of button area */
    width: 171px;
    height: 39px;
    /* hide default button background */
    background-color: transparent;
    border: none;
    /* text styling (optional – or hide) */
    color: transparent; /* hides text visually */
    text-indent: -9999px; /* moves text off-screen but keeps it accessible */
    display: block;
  }
  /*hero-carousel mobile*/
  .service-lab-section {
    background: #e2d9c9;
    max-width: 1366px;
    margin: 0 auto;
    padding: 88px 0px 46px;
  }

  .service-lab-wrapper {
    display: block;
    gap: 16px;
  }

  .service-lab-image {
    flex: 1;
    position: relative;
    height: 300px;
    object-fit: cover;
  }

  .service-lab-text {
    flex: 1;
    padding: 0px 72px 0 28px;
  }

  .service-lab-text .section-title {
    text-align: left;
    font: normal normal normal 33px/35px Joane;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 2px 0;
  }

  .service-lab-text p {
    font: normal normal 300 16px/23px Helvetica Neue LT Std;
    padding-bottom: 3px;
  }

  .location-time p {
    text-align: left;
    font: normal normal 300 16px/19px Joane;
    letter-spacing: 0px;
    color: #000000;
  }

  .location-time p strong {
    font: normal normal strong 16px/19px Joane;
  }

  .highlight-link {
    margin-top: -18px; /* shrink distance */
    display: inline-block;
  }

  .agta-section {
    padding: 88px 33px 0 28px;
    margin-bottom: 0;
  }

  .agta-section .section-title {
    text-align: left;
    font: normal normal normal 33px/34px Joane;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-bottom: 9px;
  }

  .agta-grid {
    flex-direction: column;
    gap: 0;
  }

  .agta-card {
    margin-bottom: 24px;
  }

  .agta-card img {
    margin-bottom: 0px;
  }

  .hero-section {
    margin: 20px auto 0;
    max-height: 852px;
    background-image: url("/img/agta/MongHsuRuby-Mobile.png");
    padding: 91px 36px 80px 35px;
  }

  .hero-content .title {
    width: 370px;
    height: 78px;
    margin-bottom: 40px;
    padding-top: 90px;
    text-align: left;
    font: normal normal normal 33px/39px Joane;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }

  .hero-content .sub-title {
    width: 332px;
    text-align: left;
    font: normal normal 300 16px/22px Helvetica Neue LT Std;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
  }
  #mktoForm_4366 {
    padding: 0;
  }
}
