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

html, body {
  font-family: 'Poppins', sans-serif !important;
  background: #f4efed !important;
}

.atisfyre-header-wrap {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.atisfyre-header-card {
  position: relative;
  z-index: 10;
}



.Header__navbar {
  display: none !important;
}

.atisfyre-header-wrap {
  padding: 8px 16px 0;
  background: #f4efed;
}

.atisfyre-header-card {
  max-width: 1240px;
  margin: 0 auto;
  background: #f8f5f3;
  border: 1px solid #eadfd9;
  border-radius: 28px;
  overflow: hidden;
}

.atisfyre-header-inner {
  min-height: 82px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.atisfyre-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.atisfyre-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.atisfyre-logo {
  height: 38px;
  width: auto;
  display: block;
}

.atisfyre-divider {
  width: 1px;
  height: 24px;
  background: #cfc3bc;
  display: inline-block;
}

.atisfyre-help-center {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #1a3941;
  white-space: nowrap;
}

.atisfyre-header-right {
  display: flex;
  align-items: center;
  gap: 28px;
}

.atisfyre-nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.atisfyre-nav-link {
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  color: #1a3941;
  text-decoration: none;
  transition: color 0.2s ease;
}

.atisfyre-nav-link:hover {
  color: #ff461d;
}

.atisfyre-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.atisfyre-btn,
.atisfyre-mobile-btn {
  min-width: 98px;
  height: 48px;
  padding: 0 26px;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.atisfyre-btn-outline {
  background: transparent;
  border: 1px solid #d7ccc6;
  color: #ff461d;
}

.atisfyre-btn-outline:hover {
  background: rgba(255, 70, 29, 0.05);
}

.atisfyre-btn-primary {
  background: #ff461d;
  border: 1px solid #ff461d;
  color: #ffffff;
}

.atisfyre-btn-primary:hover {
  background: #ea3e18;
  border-color: #ea3e18;
  color: #ffffff;
}

.atisfyre-mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.atisfyre-mobile-toggle span {
  width: 22px;
  height: 2px;
  background: #ff461d;
  border-radius: 2px;
  display: block;
}

.atisfyre-mobile-menu {
  display: none;
  padding: 0 20px 20px;
  border-top: 1px solid #eadfd9;
}

.atisfyre-header-card.mobile-open .atisfyre-mobile-menu {
  display: block!important;
}

.atisfyre-mobile-link {
  display: block;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  color: #1a3941;
  text-decoration: none;
  border-bottom: 1px solid rgba(234, 223, 217, 0.5);
}

.atisfyre-mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}

.atisfyre-hero-section {
  background: transparent !important;
  padding: 36px 16px 56px !important;
  margin-top: 0 !important;
}

.atisfyre-hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.Header__searchTitle {
  color: #1a3941 !important;
}

@media (max-width: 1100px) {
  .atisfyre-header-inner {
    padding: 0 22px;
  }

  .atisfyre-nav {
    gap: 24px;
  }

  .atisfyre-actions {
    gap: 12px;
  }

  .atisfyre-btn {
    min-width: 90px;
    padding: 0 20px;
  }
}

@media (max-width: 860px) {
  .atisfyre-header-inner {
    min-height: 74px;
    padding: 0 18px;
  }

  .atisfyre-divider,
  .atisfyre-help-center,
  .atisfyre-nav,
  .atisfyre-actions {
    display: none;
  }

  .atisfyre-mobile-toggle {
    display: inline-flex;
  }

  .atisfyre-header-right {
    margin-left: auto;
    gap: 0;
  }

  .atisfyre-logo {
    height: 34px;
  }
}

@media (max-width: 480px) {
  .atisfyre-header-wrap {
    padding: 8px 10px 0;
  }

  .atisfyre-header-card {
    border-radius: 22px;
  }

  .atisfyre-header-inner {
    min-height: 68px;
    padding: 0 16px;
  }

  .atisfyre-logo {
    height: 30px;
  }
}








/* Hide Zoho default footer */
.Footer__footerCopyrigt {
  display: none !important;
}

/* =========================
   ATISFYRE FOOTER
========================= */

.atisfyre-footer {
  background: #000000;
  width: 100%;
}

.atisfyre-footer__content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 68px 112px 84px;
  display: flex;
  box-sizing: border-box;
}

.atisfyre-footer__col {
  box-sizing: border-box;
}

.atisfyre-footer__brand {
  width: 28.3%;
}

.atisfyre-footer__legal {
  width: 35.85%;
  border-left: 1px solid #333333;
  padding-left: 35px;
  align-content: center;
}

.atisfyre-footer__external {
  width: 35.85%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 46.5px;
  padding-top: 16px;
}

/* logo */
.atisfyre-footer__logo-link {
  display: inline-block;
  text-decoration: none;
}

.atisfyre-footer__logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* social */
.atisfyre-footer__social {
  display: flex;
  gap: 10px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.atisfyre-footer__social-link {
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
}

.atisfyre-footer__social-link img {
  display: block;
  border-radius: 8px;
  transition: box-shadow 0.25s ease;
}

.atisfyre-footer__social-link img:hover {
  box-shadow: 0 4px 24px rgba(255, 175, 121, 0.75);
}

/* legal */
.atisfyre-footer__legal h4 {
  color: #ffffff;
  font-family: Poppins, Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 14px;
}

.atisfyre-footer__legal ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.atisfyre-footer__legal li {
  line-height: 16px;
  margin: 0;
}

.atisfyre-footer__legal a {
  color: #ffffff;
  font-family: Lato, Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.atisfyre-footer__legal a:hover {
  opacity: 0.85;
}

/* trustpilot */
.atisfyre-footer__trustpilot p {
  color: #ffffff;
  font-family: Lato, Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 2px;
  text-align: right;
}

.atisfyre-footer__trustpilot a,
.atisfyre-footer__trustpilot img {
  display: block;
}

.atisfyre-footer__trustpilot img {
  cursor: pointer;
  max-width: 100%;
  height: auto;
}

/* store badges */
.atisfyre-footer__stores {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.atisfyre-footer__store {
  width: 168px;
  height: 48px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.atisfyre-footer__store img {
  width: 100%;
  height: auto;
  display: block;
}

/* copyright */
.atisfyre-footer__copyright p {
  color: #ffffff;
  font-family: Poppins, Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}

.atisfyre-footer__copyright--desktop {
  display: block;
}

.atisfyre-footer__copyright--mobile {
  display: none;
}

/* =========================
   BREAKPOINT: 1024
========================= */
@media screen and (max-width: 1024px) {
  .atisfyre-footer__content {
    padding: 68px 72px 84px;
  }
}

/* =========================
   BREAKPOINT: 950
========================= */
@media screen and (max-width: 950px) {
  .atisfyre-footer__content {
    flex-wrap: wrap;
  }

  .atisfyre-footer__brand {
    width: 65.3%;
  }

  .atisfyre-footer__social {
    margin-bottom: 0;
  }

  .atisfyre-footer__copyright--desktop {
    display: none;
  }

  .atisfyre-footer__legal {
    width: 34.7%;
  }

  .atisfyre-footer__external {
    width: 100%;
    padding-top: 0;
    align-items: center;
    gap: 32px;
    margin-top: 48px;
  }

  .atisfyre-footer__trustpilot p {
    margin: 0 0 8px;
    text-align: center;
  }

  .atisfyre-footer__stores {
    justify-content: center;
  }

  .atisfyre-footer__copyright--mobile {
    display: block;
  }
}

/* =========================
   BREAKPOINT: 768
========================= */
@media screen and (max-width: 768px) {
  .atisfyre-footer__content {
    padding: 60px 48px 32px;
  }
}

/* =========================
   BREAKPOINT: 576
========================= */
@media screen and (max-width: 576px) {
  .atisfyre-footer__content {
    padding: 60px 24px 32px;
  }

  .atisfyre-footer__brand,
  .atisfyre-footer__legal,
  .atisfyre-footer__external {
    width: 100%;
  }

  .atisfyre-footer__brand {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #333333;
  }

  .atisfyre-footer__logo-link {
    display: inline-block;
  }

  .atisfyre-footer__social {
    justify-content: center;
  }

  .atisfyre-footer__legal {
    border: none;
    padding: 24px 0 0;
  }

  .atisfyre-footer__legal h4 {
    text-align: center;
  }

  .atisfyre-footer__legal ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .atisfyre-footer__legal li {
    margin: 0;
  }
}

/* =========================
   BREAKPOINT: 360
========================= */
@media screen and (max-width: 360px) {
  .atisfyre-footer__store {
    width: 50%;
    min-width: 140px;
  }

  .atisfyre-footer__stores {
    width: 100%;
  }
}
