@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
body {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  background: #fff;
  color: #222;
}

.hero {
  position: relative;
  background: #F7FAFF;
  height: 15dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.red-hat-display {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.hero-inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0px 40px;
}

.hero-content {
  width: 100%;
  text-align: center;
}

.hero-content {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 2;
  width: 100%;
}
.hero-inner h1 {
  font-size: 2.2rem;
  margin: 0 0 12px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #313669;
}
.hero-content p {
  font-size: 1.09rem;
  max-width: 540px;
}

.hero-right-buttons {
  position: absolute;
  background-color: white;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 6;
  padding: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fab-menu-btn,
.whatsapp-fab {
  position: static;
  margin: 0;
  border: none;
  outline: none;
}

.fab-menu-btn {
  width: 54px;
  height: 54px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.18s;
  border-bottom: 1px solid #96969540;
}

.fab-menu-btn:hover {
  box-shadow: 0 6px 24px #d14a7699;
}

.fab-menu-btn svg {
  width: 28px;
  height: 28px;
}
.navigation{
  color: #555555;
  padding: 0 40px;
  font-size: 14px;
}

.whatsapp-fab {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: box-shadow 0.18s;
}
.whatsapp-fab:hover {
  box-shadow: 0 6px 24px #25d36644;
}
.whatsapp-fab img {
  width: 40px;
  height: 40px;
}

main {
  padding: 44px 0 0 0;
  background: #fff;
}

/* Brochure Cards --- */
.brochure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  max-width: 900px;
  margin: 0 auto 56px auto;
  padding: 0 18px;
}

.brochure-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(50, 50, 93, 0.12);
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  background: url("/assets/images/btb/brochure/Images/Brochure1.png") no-repeat center center;
  background-size: cover;
}
.brochure-card2 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(50, 50, 93, 0.12);
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  background: url("/assets/images/btb/brochure/Images/Brochure2.png") no-repeat center center;
  background-size: cover;
}

.brochure-card:hover {
  box-shadow: 0 6px 32px rgba(50, 50, 93, 0.16);
}

.card-img-container {
  position: relative;
  width: 100%;
  height: 152px;
  overflow: visible;
}

.card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  /* Optional, add slight shadow to image bottom */
  box-shadow: 0 10px 18px -15px #8889;
  display: block;
}

.lang-tag {
  background: #fff;
  color: #373c4f;
  padding: 4px 18px;
  border-radius: 14px;
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 0.97rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.brochure-content {
  flex: 1 1 auto;
  background: #fff;
  padding: 26px 24px 26px 24px;
  margin: 20px;
  display: flex;
  border-radius: 8px;
  gap: 20px;
}

.brochure-title {
  font-size: 20px;
  margin-bottom: 8px;
  color: #36334a;
  font-weight: 700;
}
.brochure-desc {
  font-size: 14px;
  color: #61717D;
  margin-bottom: 18px;
}
.download-btn-brochure {
  display: inline-block;
  align-self: flex-start;
  padding: 10px 34px;
  color: #fff;
  background: linear-gradient(90deg, #E74F63 0%, #ED7B4F 100%);
  border: none;
  border-radius: 32px;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.18s;
  text-decoration: none;
}
.download-btn-brochure:hover {
  background: #fc4242;
  text-decoration: none;
}

/* Modal Grid Styling ----------- */
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 1200;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.15);
  justify-content: flex-end;
  align-items: flex-start;
}
.modal-overlay.open {
  display: flex;
}
.modal-content {
  background: #fff;
  border-radius: 20px 0 0 20px;
  margin: 36px 18px;
  padding: 34px 24px 28px 24px;
  min-width: 280px;
  box-shadow: 0 8px 60px rgba(80, 60, 120, 0.13);
  max-width: 380px;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 26px 0;
}
.close-btn {
  position: absolute;
  left: -42px;
  top: 14px;
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #fd6863, #d14a76);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.modal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 18px;
}
.modal-item {
  text-align: center;
  cursor: pointer;
}
.modal-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #cfc7f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px auto;
  font-size: 1.6rem;
}
.modal-item span {
  display: block;
  font-size: 1.08rem;
  color: #303030;
  font-weight: 500;
  margin-top: 2px;
}
.navigation-mobile{
  display: none;
}

/* Responsive Design ------------*/
@media (max-width: 999px) {
  .brochure-grid {
    gap: 18px;
    padding: 0 22px;
  }
  .hero-right-buttons {
    right: 8px;
  }
}
@media (max-width: 767px) {
  .hero-right-buttons {
    display: none;
  }
  .navigation-mobile{
    display: block;
  }
  .navigation{
    display: none;
  }
  .hero {
    min-height: unset;
  }
  .hero-inner h1 {
    font-size: 1.32rem;
    text-align: center;
  }
  .hero-content p {
    font-size: 0.94rem;
  }
  .hero-inner{
    width: 100%;
    padding: 30px 22px;
  }
  .hero-right-buttons {
    top: unset;
    bottom: 8px;
    right: 12px;
    transform: none;
    flex-direction: row;
    gap: 12px;
    z-index: 7;
  }
  .fab-menu-btn,
  .whatsapp-fab {
    width: 44px;
    height: 44px;
  }
  .brochure-card {
    min-height: unset;
    padding-bottom: 18px;
  }
  .card-img-container {
    height: 112px;
  }
  .modal-overlay {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .modal-content {
    margin: 20px 7px;
    max-width: 92vw;
    min-width: unset;
    padding: 14px 6px 10px 6px;
  }
}

@media (max-width: 500px) {
  .modal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
  }
}
