@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

:root {
  font-family: "Figtree", sans-serif;
  line-height: 1.5;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.logo-icon {
  width: 120px;
  height: auto;
}

#brandName {
  font-family: 'Poppins', 'Figtree', sans-serif;
  color: #2c2c2c;
  font-weight: 600;
}


.main_font,
h1,
h2,
h3,
h4,
p {
  font-family: "Figtree", serif;
}

p,
dd {
  font-weight: normal;
}

.accordion-item {
  border: none;
}

.accordion-button,
.accordion-button::after {
  color: #2c2c2c !important;
  border: none;
  box-shadow: none;
}

.accordion-body {
  font-weight: normal;
  background-color: #e8f5e9;
}

.accordion-button {
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none;
}

/* button.accordion-button:focus {
  box-shadow: inherit;
} */
/* h1,
h2,
h3,
h4 {
  font-weight: 700 !important;
} */

.select_none {
  user-select: none;
}

.cursor_pointer {
  cursor: pointer;
}

.navbar-nav .nav-link {
  /* color: #212529 ; */
  color: #2c2c2c;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0.17, 0.17, 0.17, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.playstore_badge {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 14rem;
  max-height: 8rem;
  /* background-color: #aaaf; */
}

a {
  text-decoration: none !important;
}

.hero_image {
  background-image: url("../images/outside.svg");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}

.border_green {
  border: 1px solid #49b273 !important;
}

.green_text {
  background-color: #f56218;
  color: #49b273 !important;
}

.section_image {
  height: 100%;
  width: 100%;
  max-height: 420px;
  max-width: 420px;
}

.nowrap {
  white-space: nowrap;
}

.nav_font_size {
  font-size: 0.875rem !important;
}

.site_logo {
  width: 160px !important;
  max-width: 200px !important;
}

.contact_form_width {
  width: 100%;
  max-width: 600px;
}

.px_32 {
  padding-left: 32px;
  padding-right: 32px;
}

.max_480 {
  width: 480px;
  height: 480px;
  max-width: 480px;
  max-height: 480px;
}

.max_w_480 {
  max-width: 480px;
}

.max_w_article {
  max-width: 500px !important;
}

.object_contain {
  object-fit: contain;
}

.flex_col_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text_italic {
  font-style: italic;
  color: #888;
}

.grey_background {
  background: #f8f8f8;
  /* background: #49b27315; */
}

.green_background {
  background: #49b273;
}

.bg-light-green {
  background-color: #e8f5e9;
}

.bg-light-grey {
  background-color: #f3f4f6;
}

.max_width_container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.text_white {
  color: #fff !important;
}

.text_main_color {
  color: #49b273 !important;
}

.bg_main_color {
  /* background-color: #157347 !important;
  border-color: #157347 !important; */
  background-color: #49b273 !important;
  border-color: #49b273 !important;
}

.soft_green_icon {
  color: #49b273 !important;
  background-color: #49b27315 !important;
}

.soft_blue_icon {
  color: #09b5a9 !important;
  background-color: #09b5a915 !important;
}

.soft_red_icon {
  color: #f56218 !important;
  background-color: #f5621815 !important;
}

.box_radius {
  border-radius: 1rem;
}

.button_radius {
  border-radius: 0.5rem;
  user-select: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.border_none {
  border: none !important;
}

.icon_radius {
  border-radius: 0.5rem;
}

.card_icon_size {
  width: 1.5rem;
  height: 1.5rem;
}

.header_info_card {
  /* min-width: 320px; */
  padding-right: 1rem;
}

.header_info_card--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  /* margin-right: 1rem; */
  border-radius: 100%;
}

.large-icon {
  font-size: 2rem;
}

#discount-code-input::placeholder {
  font-style: italic;
  color: #b8b8b8;
}

#client-email-input::placeholder {
  font-style: italic;
  color: #b8b8b8;
}

#client-cell-input::placeholder {
  font-style: italic;
  color: #b8b8b8;
}

.btn-quantity {
  background-color: #ddd;
  border-color: #ddd;
  color: #2c2c2c;
}

.btn-quantity:hover {
  background-color: #ccc;
  border-color: #ccc;
}

.form-control {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  border-width: 1.5px;
}

.form-control:focus {
  background-color: #F2F2F2;
  border-color: #49b273;
  box-shadow: none;
  border-width: 1.5px;
}

::placeholder {
  color: #969696 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #969696 !important;
}

::-ms-input-placeholder {
  color: #969696 !important;
}

.card {
  border: none;
}

.card-header {
  text-align: center;
  border-bottom: none;
  background-color: white;
}

.required-asterisk {
  color: #49b273;
}

.feature-list {
  list-style-type: none;
  padding-left: 0;
}

.feature-list li {
  padding-left: 1.5em;
  position: relative;
  color: #696969;
}

.feature-list li::before {
  content: "\F270";
  font-family: "Bootstrap-icons";
  position: absolute;
  left: 0;
  color: #49b273;
  font-size: 16px;
}

.input-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #969696;
}

.form-control-with-icon {
  padding-left: 35px;
}

label.form-label {
  color: #2c2c2c;
}

.quantity-btn {
  background: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}

#quantity {
  font-size: 20px;
}

.notification-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.success-icon {
  font-size: 80px;
  color: #49b273;
  background-color: #e6f6ec;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.danger-icon {
  font-size: 80px;
  color: red;
  background-color: #f6dfdf;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-icon svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}


@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

.featured-logo {
  max-width: 100px;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.featured-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* ===== Brand Kit Page ===== */
.brand-kit-swatch {
  height: 100px;
  border-radius: 8px;
  cursor: default;
}

.brand-kit-swatch-label {
  font-family: monospace;
  font-size: 0.85rem;
  color: #2c2c2c;
  margin-top: 6px;
  display: block;
}

.brand-kit-logo-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: #f8f9fa;
}

.brand-kit-logo-card--dark {
  background-color: #0a2f38;
  border-color: #0a2f38;
}

.brand-kit-logo-preview {
  max-width: 220px;
  height: auto;
}

.brand-kit-font-specimen {
  font-size: 1.5rem;
  line-height: 1.4;
}