:root {
  /* --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  --font-primary: "Amatic SC", sans-serif;
  --font-secondary: "Inter", sans-serif;
}

/* Colors */
:root {
  --color-default: #212529;
  --color-primary: #404041;
  --color-secondary: #37373f;
  --color-mehndi: #5C6F2B;
  --color-orange: #DE802B;
  --color-white: #fff;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  font-family: "Montserrat", serif !important;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Dutchbt';
  src: url('../font/Dutch801BT-ExtraBold.woff2') format('woff2'),
    url('../font/Dutch801BT-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Khand';
  src: url('../font/Khand-SemiBold.woff2') format('woff2'),
    url('../font/Khand-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Khand';
  src: url('../font/Khand-Bold.woff2') format('woff2'),
    url('../font/Khand-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

body {
  font-family: "Poppins", system-ui, sans-serif;
  background: #f9faf7;
}

h2 {
  font-size: 45px;
  color: var(--color-mehndi);
}

.colour-orange {
  color: var(--color-orange);
}

.colour-mehndi {
  color: var(--color-mehndi);
}

.bg-gry-light {
  background: #EEEEEE;
}

.bg-orange-light {
  background: #EFE8D8;
}

.bg-mehndi {
  background: var(--color-mehndi);
}

/* NAVBAR */
.navbar {
  background: var(--color-mehndi);
  padding: 14px 0;
}

.navbar-brand {
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.3px;
}

.navbar-nav .nav-link {
  color: #f7f7f7;
  margin: 0 12px;
  font-weight: 500;
}

.navbar-nav .nav-link.active {
  color: var(--color-orange);
}

.contact-btn {
  border-radius: 10px;
  padding: 8px 22px;
  background: var(--color-white);
  color: var(--color-mehndi);
  font-weight: 600;
  border: 0;
}

/* HERO */
.hero {
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/banner/bg.jpg");
  /* light grid pattern */
  background-size: cover;
}

.hero-title span {
  color: var(--color-orange);
}

.hero-title {
  font-size: 75px;
  font-weight: 600;
  color: var(--color-mehndi);
  line-height: 1.1;
}

.hero-text {
  margin: 18px 0 26px;
}

.store-btn img {
  height: 58px;
}


.scroll-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 2px;
  font-size: 12px;
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 38px;
  }


}

/* section two */
.mt-50 {
  margin-top: 50px;
}

.main-title h3 {
  color: var(--color-mehndi);
  margin-bottom: 20px;
  font-size: 45px;
}

.main-title p {
  font-size: 18px;
}

.trust-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: var(--color-white);
  cursor: pointer;
}

.trust-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.trust-title {
  position: absolute;
  bottom: 12px;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  width: 100%;
  color: var(--color-white);
  margin: auto;
  font-weight: 700;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .4);
}

/* container line + arrows */
.trust-nav {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* thin divider line behind buttons */
.trust-nav::before {
  content: "";
  position: absolute;
  left: 0;
  right: 9%;
  height: 1px;
  background: #e6e6e6;
  top: 2px;
}

/* arrows */
.trust-nav .swiper-button-next,
.swiper-button-prev {
  position: static !important;
  /* remove default absolute */
  margin-left: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f2f4f7;
  border: 1px solid #eef0f2;
  box-shadow: none;
}

/* icons */
.trust-nav .swiper-button-next::after,
.swiper-button-prev::after {
  color: var(--color-mehndi);
  font-size: 14px;
  font-weight: 700;
}

.trust-nav .swiper-button-prev svg {
  width: 10px;
}

.trust-nav .swiper-button-next svg {
  width: 10px;
}

/* end */



/* cards - 3 */
.offer-card {
  padding: 14px;
  background: #F3F3F3;
  border-radius: 23px;
  border: 1px solid #ddd;
}

.offer-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-orange);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* right content */
.offer-content {
  padding-left: 60px;
}

.offer-content .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}

.offer-content .desc {
  max-width: 420px;
  line-height: 1.6;
}

/* mobile spacing */
@media (max-width: 991px) {
  .offer-content {
    padding-left: 0;
    margin-top: 25px;
  }
}

.what-we-offer {
  position: relative;
  background: var(--color-white);
}

.sticky-box {
  position: sticky;
  top: 80px;
}

.offer-card img {
  width: 100%;
  border-radius: 18px;
}

.offer-card .offer-title {
  font-size: 22px;
  color: var(--color-orange);
  margin: 20px 20px 10px 20px;
}

.offer-card .offer-title img {
  width: auto;
  height: auto;
  margin-left: 8px;
}

/* section-4 */
.delivery-section {
  /* padding: 80px 0; */
  position: relative;
  overflow: hidden;
  /* background: #FEF8EB; */
}

.rounded {
  border-radius: 20px !important;
}

.p-50 {
  padding: 50px;
}


.step-card {
  padding: 40px;
  border-radius: 20px;

}

.step-card {
  padding: 40px 40px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-main-card {
  position: sticky;
  top: 155px;
}

.step-card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
}


.step-main-card img {
  width: 100%;
  border-radius: 20px;
}

.earn-title {
  color: var(--color-mehndi);
  font-weight: 700;
}

.earn-sub {
  max-width: 600px;
  margin: auto;
}

.feature-badge {
  display: flex;
  /* flex-direction: column; */
  padding: 14px;
  align-items: center;
  justify-content: center;
  text-align: left;
  height: 100%;
  border-radius: 8px;
  gap: 16px;
  /* font-size: 14px; */
  margin-top: 12px;
  border: 1px solid #E0E0DF;
}

.feature-badge img {
  width: auto;
}

.grow-box {
  background: #d8c9a733;
  border-radius: 24px;
  padding: 40px;
}

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

.grow-list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-badge h6 {
  margin: 0;
}

.social-img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  height: 100%;
}

.follow-title {
  color: var(--color-mehndi);
  font-weight: 700;
  margin-top: 10px;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--color-orange);
  color: var(--color-orange);
  margin: 0 6px;
  font-size: 14px;
  transition: .2s;
}

.social-icons a:hover {
  background: var(--color-orange);
  color: var(--color-white);
}


.support-card {
  background: #f8f3e8;
  border-radius: 12px;
  padding: 18px 25px;
}

.support-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffe5c6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color-orange);
}

.support-call {
  background: var(--color-mehndi);
  color: var(--color-white);
}

.support-mail {
  background: var(--color-orange);
  color: var(--color-white);
}
.support-mail:hover {
  background: var(--color-orange);
  color: var(--color-white);
}


.footer-logo {
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--color-orange);
}

.glaze-btn {
  background: var(--color-orange);
  color: var(--color-white);
}

.footer-bottom {
  background: var(--color-mehndi);
  color: var(--color-white);
  padding: 10px 0;
}

.footer-social a {
  color: var(--color-white);
  margin-left: 10px;
  font-size: 16px;
}

.py-50 {
  padding: 50px 0;
}

.footer-store-img img {
  height: 45px;
}
.support-call:hover{
    background: var(--color-mehndi);
    color: var(--color-white);
}