* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  background: #f5f6f8;
  color: #222;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.container {
  width: 1200px;
  max-width: 90%;
  margin: auto;
  position:relative;
  z-index: 1;
}

.logo {
  width: 210px;
  height: 88px;
  margin-bottom: 50px;
}

/* HERO */
.hero {
  position: relative;
  background: url(../images/hero-bg.jpg) center/cover no-repeat;
  color: white;
  padding: 140px 15px 100px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1e88e5cc, #2196f399);
}

.hero h1 {
  font-size: 48px;
  font-weight: 400;
}

.hero h1 span {
  font-weight: 800;
}

.hero .app-buttons {
  margin-top: 15px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-text p {
  line-height: 1.5;
  margin: 20px 0;
  max-width: 560px;
  font-size: 20px;
}

.app-buttons img {
  height: 50px;
  margin-right: 10px;
}

.hero-phones {
  position: absolute;
  right: 0;
  top: 101px;
  width: 570px;
  height: 100%;
}

.phone {
  position: absolute;
  /* height: 100%; */
  /* width: 100%; */
}

.phone-right {
  right: 60px;
  top: 40px;
}

/* FEATURES */

.features {
  background: white;
  padding: 200px 0 210px;
  position: relative;
}

.features h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 900;
}

.features .sub-hd {
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  color: #6b7280;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.features .key-img-block {
  position: absolute;
  right: 25px;
  bottom: 70px;
}

.features .key-img-block img {
  max-width: 300px;
}

.feature-card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.05);
}

.feature-card h2 {
  font-size: 18px;
  line-height: 25px;
}

.feature-card p {
  padding-top: 14px;
  line-height: 22px;
  color: #6b7280;
}

.mini-grid-icn {
  margin-bottom: 25px;
  padding: 15px;
  background-color: #0337dc26;
  border-radius: 50px;
}

/* REWARD SECTION */
.rewards {
  text-align: center;
  position: relative;
  padding: 100px 0;
}

.rewards h2 {
  font-size: 36px;
  font-weight: 500;
}

.rewards .sub-hd {
  margin-block: 50px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
}

.rewards .sub-txt {
  padding: 10px 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #6b7280;
  margin-bottom: 50px;
}

.rewards .sub-txt-four {
  color: #6b7280;
  font-size: 24px;
  font-weight: 400;
  margin-top: 15px;
}

.reward-coffee img {
  max-width: 300px;
}

.reward-coffee {
  position: absolute;
  top: -100px;
  left: 2%;
}

.rewards .mobile-flat {
  padding-top: 50px;
}

.reward-text ul {
  display: flex;
  gap: 150px;
  margin-top: 30px;
  list-style: none;
  justify-content: center;
}

.reward-text ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.reward-text ul li img {
  width: 30px;
}

/* STEPS */

.steps {
  background: #f5f6f7;
  text-align: center;
  padding-block: 80px 100px;
}

.steps h2.heading {
  font-size: 48px;
  font-weight: 900;
}

.card-wrap {
  display: flex;
  gap: 31px;
  justify-content: center;
  padding-top: 50px;
  text-align: left;
}

.card {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  flex: 1;
  min-width: 280px;
  max-width: 320px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.steps .card p {
  color: #6b7280;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.step-number {
  background-color: #0337dc;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px rgba(0, 56, 224, 0.3);
}

.list-container {
  margin-top: 5px;
}

.steps ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps li {
  font-size: 15px;
  padding-left: 2px;
  position: relative;
  margin-bottom: 8px;
  margin-left: 11px;
  color: #6b7280;
}

.steps li::before {
  content: "•";
  color: #0337dc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
  left: 5px;
}

.points-hero {
  position: relative;
  background: url(../images/section-bg-3.jpg) center/cover no-repeat;
  padding: 120px 15px;
  color: white;
  text-align: center;
}

.points-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1e88e5cc, #1976d2cc);
}

.points-hero h2 {
  margin-bottom: 50px;
  font-size: 48px;
}

.points-hero p {
  margin-top: 30px;
  font-size: 24px;
}

.points-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.points-box {
  padding: 35px 0 35px 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.3);
  max-width: 730px;
  margin: auto;
  margin-top: 50px;
}

.points-box p {
  font-size: 20px;
  line-height: 32px;
}

.points-box p:first-child {
  margin-top: 0
}

.trudna {
  background: #f4f6f8;
  padding: 100px 15px;
  text-align: center;
  position: relative;
}

.trudna .container {
  position: relative;
}

.trudna .coffee-wrap {
  position: absolute;
  top: 16%;
  left: 2%;
  max-width: 300px;
}

.trudna h2 {
  font-size: 48px;
  line-height: 60px;
}

.trudna .sub-hd {
  padding-top: 15px;
  font-size: 18px;
  line-height: 28px;
}

.trudna .btm-heading {
  padding-top: 50px;
  font-size: 31px;
  line-height: 40px;
  color: #6B7280;
  font-weight: 700;
}

.trudna-grid {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  width: 960px;
  max-width: 100%;
}

.trudna-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 30px 0 1.5rem;
}

.trudna-content {
  width: 100%;
}

.trudna-content .trudna-title {
  font-size: 18px;
  margin-bottom: .5rem;
  font-weight: 600;
}

.trudna-content .trudna-subtitle {

  color: #6B7280;

  font-size: 14px;
}

.trudna .small-icn {
  padding: 12px;
  background-color: rgba(3, 55, 220, 0.15);
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dna-wrap {
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 19px;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0px 1px 2px -1px #0000001A, 0px 1px 3px 0px #0000001A;
}

img {
  max-width: 100%;
}

.reward-info {
  padding: 100px 0;
  text-align: center;
  background: white;
  position: relative;
}

.reward-info .container {
  position: relative;
}

.reward-info h2 {
  font-size: 48px;
  font-weight: 900;
}

.reward-info h2 br {
  display: none;
}

.reward-info .reward-card {
  max-width: 950px;
  margin: auto;
  background: #f5f6f8;
  padding: 30px;
  margin-top: 50px;
  border-radius: 12px;
  box-shadow: -2px 8px 8px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.reward-info .reward-card p {
  padding: 10px 0;
}

.reward-info .reward-coffee-photo {
  position: absolute;
  top: -95px;
  right: 5%;
  max-width: 300px;
}

.reward-info .reward-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  margin-top: 50px;
}

.reward-info-grid .box-icn {
  margin-bottom: 15px;
  padding: 20px;
  background-color: #0337dc26;
  border-radius: 50px;
}

.reward-info-grid .box-item {
  background: white;
  padding: 25px 5px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.reward-info-grid .box-item h4 {
  font-size: 14px;
  font-weight: 600;
  color: #1B1B1B;
}

.cta {
  position: relative;
  background: url(../images/sec-bg-4.jpg) center/cover no-repeat;
  padding: 120px 0;
  color: white;
  text-align: center;
}

.cta-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 100, 200, 0.8);
  top: 0;
  left: 0;
}

.cta h2 {
  font-size: 48px;
  font-weight: 600;
}

.cta .sub-hd {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta .points-box {
  display: flex;
  justify-content: center;
}

.cta ul {
  display: flex;
  gap: 50px;
  list-style: none;
  justify-content: center;
}

.cta .points-box ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cta .points-box ul li img {
  width: 20px;
}

.testimonial-section {
  display: flex;
  align-items: center;
  padding: 80px 80px 40px;
  gap: 50px;
  margin: 0 auto;
  position: relative;
}

.testimonial-section .featured-image-container {
  position: absolute;
  width: 400px;
  height: 100%;
  margin-top: -100px;
}

.testimonial-section .featured-img {
  width: 100%;
  border-radius: 30px;
  display: block;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
  object-fit: cover;
}

.testimonial-section .floating-quote {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: -40px;
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  z-index: 2;
  text-align: right;
}

.testimonial-section .floating-quote h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #2D2D2D;
}

.testimonial-section .floating-quote p {
  margin: 0;
  color: grey;
  font-size: 14px;
}

.testimonial-section .reviews-content {
  overflow: hidden;
  width: 70%;
  margin-left: auto;
}

.testimonial-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-section .section-header h2 {
  font-size: 48px;
  margin: 0 0 15px 0;
  color: black;
  font-weight: 900;
}

.testimonial-section .section-header p {
  color: grey;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

.swiper-slide {
  padding: 10px;
}

.review-card {
  padding: 20px;
}

.review-text {
  color: #999;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
}

.review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.user-name {
  font-weight: bold;
  font-size: 14px;
  color: black;
}

.stars {
  color: gold;
  letter-spacing: 2px;
}

.download {
  padding-top: 100px;
  background: white;
  position: relative;
}

.download h2 {
  font-size: 36px;
  margin-bottom: 38px;
}

.download .download-content {
  text-align: center;
  margin-bottom: -5px;
}

.download .icon-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.download .img-wrap {
  position: absolute;
  bottom: 0;
  right: -91px;
}

.download .phone-btm {
  width: 384px;
  margin-top: 70px;
}

.img-wrap .girl {
  max-width: 473px;
}

.cta-bottom {
  position: relative;
  background: url(../images/cta-btm-sec-bg.jpg) center/cover no-repeat;
  padding: 80px 15px 25px;
  color: white;
  text-align: center;
}

.cta-bottom .cta-bottom-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2195f3b7;
  top: 0;
  left: 0;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-bottom h2 {
  font-size: 36px;
  font-weight: 600;
}

.cta-bottom .sub-hd {
  margin-top: 30px;
  width: 40%;
  line-height: 24px;
  margin: auto;
  padding-top: 27px;
  font-size: 14px;
}

.subscribe-wrapper {
  text-align: center;
  padding: 40px 20px;
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.subscribe-box {
  display: inline-flex;
  width: 100%;
  max-width: 518px;
  border-radius: 4px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.email-field {
  flex: 1 1 auto;
  border: none;
  outline: none;
  padding: 12px 23px;
  font-size: 16px;
  background: transparent;
  color: #1e293b;
}

.email-field::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.subscribe-button {
  background: #2ecc71;
  color: white;
  border: none;
  padding: 0 36px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.subscribe-button:hover {
  background: #16a34a;
}

.dashed-border {
  margin: 12px auto 0;
  width: 80%;
  max-width: 420px;
  border-bottom: 1px dashed #64748b;
  opacity: 0.6;
}
.footer-inner .ftr-logo{
    margin: auto;
    width: 125px;
    padding-bottom: 10px;
}

/* Hide Dealer Login button and its icon when user is logged in */
.user-is-logged-in .dealer-login-btn,
.user-is-logged-in .dealer-login-icon {
    display: none !important;
}

/* Hide My Account button and its icon when user is NOT logged in */
.user-is-logged-out .my-account-btn,
.user-is-logged-out .my-account-icon {
    display: none !important;
}

