.elementor-224 .elementor-element.elementor-element-ca3f038:not(.elementor-motion-effects-element-type-background), .elementor-224 .elementor-element.elementor-element-ca3f038 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://testingweb.in/wp-content/uploads/2026/01/hero2-1-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-224 .elementor-element.elementor-element-ca3f038 > .elementor-background-overlay{background-color:#000000;opacity:0.8;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-224 .elementor-element.elementor-element-ca3f038 > .elementor-container{min-height:550px;}.elementor-224 .elementor-element.elementor-element-ca3f038{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-104px;margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-224 .elementor-element.elementor-element-ac7f7af{text-align:center;}.elementor-224 .elementor-element.elementor-element-ac7f7af .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:60px;font-weight:400;color:var( --e-global-color-astglobalcolor4 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-224 .elementor-element.elementor-element-8b5bdda > .elementor-widget-container{margin:-17px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-224 .elementor-element.elementor-element-8b5bdda{text-align:center;font-family:"Times New Roman", Sans-serif;font-size:15px;font-weight:400;color:var( --e-global-color-astglobalcolor4 );}.elementor-224 .elementor-element.elementor-element-9d29d37:not(.elementor-motion-effects-element-type-background), .elementor-224 .elementor-element.elementor-element-9d29d37 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-224 .elementor-element.elementor-element-9d29d37{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-224 .elementor-element.elementor-element-9d29d37 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-224 .elementor-element.elementor-element-41361ce:not(.elementor-motion-effects-element-type-background), .elementor-224 .elementor-element.elementor-element-41361ce > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-224 .elementor-element.elementor-element-41361ce{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-224 .elementor-element.elementor-element-41361ce > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6a986b6 *//* SECTION */
.loyalty-section {
  background: #000;
  padding: 90px 40px;
  font-family: "Georgia", serif;
  color: #fff;
  text-align: center;
}

/* HEADING */
.loyalty-heading {
  font-size: 42px;
  color: #e6c78b;
  margin-bottom: 18px;
}

.loyalty-heading::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #e6c78b;
  display: block;
  margin: 18px auto 0;
}

/* SUBTEXT */
.loyalty-subtext {
  font-size: 16px;
  color: #d6d6d6;
  line-height: 1.7;
  margin-bottom: 60px;
}

/* CONTENT */
.loyalty-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: auto;
}

/* QR BOX */
.qr-box {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  max-width: 360px;
  margin: auto;
}

.qr-box img {
  width: 100%;
  display: block;
}

.qr-text {
  margin-top: 16px;
  color: #000;
  font-size: 14px;
}

/* BENEFITS */
.benefits-box {
  background: radial-gradient(circle at top, #111, #000);
  border-radius: 16px;
  padding: 40px;
  text-align: left;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.benefits-box h3 {
  color: #e6c78b;
  font-size: 26px;
  margin-bottom: 30px;
}

/* LIST */
.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  display: flex;
  gap: 16px;
  margin-bottom: 26px;
}

.num {
  width: 32px;
  height: 32px;
  background: #e6c78b;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefits-list strong {
  font-size: 16px;
}

.benefits-list p {
  font-size: 14px;
  color: #d6d6d6;
  margin-top: 6px;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .loyalty-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .benefits-box {
    padding: 30px;
  }
}

@media (max-width: 600px) {
  .loyalty-section {
    padding: 60px 16px;
  }

  .loyalty-heading {
    font-size: 30px;
  }

  .loyalty-subtext {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8cbe746 *//* SECTION */
.terms-section {
  padding: 80px 20px;
  background: #000;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  font-family: "Poppins", sans-serif;
}

/* HEADER */
.terms-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.terms-header h2 {
  font-size: 42px;
  color: #e6c78b;
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
}

.gold-line {
  display: block;
  width: 80px;
  height: 2px;
  background: #e6c78b;
  margin: 12px auto 18px;
}

.terms-header p {
  color: #eaeaea;
  font-size: 16px;
  line-height: 1.7;
}

/* LIST */
.terms-list {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center; /* 🔥 CENTER */
}

/* CARD */
.term-card {
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px 32px;
  border-radius: 14px;
  background: rgba(0,0,0,0.7);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 0 40px rgba(230,199,139,0.08);
}

/* NUMBER */
.term-number {
  min-width: 56px;
  height: 56px;
  background: #e6c78b;
  color: #000;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CONTENT */
.term-content h3 {
  margin: 0 0 6px;
  font-size: 22px;
  color: #ffffff;
}

.term-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #cfcfcf;
}

/* MOBILE */
@media (max-width: 768px) {
  .terms-header h2 {
    font-size: 30px;
  }

  .term-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
  }

  .term-content h3 {
    font-size: 20px;
  }
}
/* SECTION BACKGROUND */
.important-notice-section {
  padding: 80px 20px;
  background: #000;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  font-family: "Poppins", sans-serif;
}

/* NOTICE BOX */
.important-notice-box {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f2433, #1a2f42);
  border: 1px solid rgba(230,199,139,0.25);
  box-shadow:
    inset 0 0 40px rgba(230,199,139,0.15),
    0 0 30px rgba(230,199,139,0.15);
  transition: all 0.35s ease;
}

/* 🔥 HOVER EFFECT */
.important-notice-box:hover {
  transform: translateY(-6px);
  box-shadow:
    inset 0 0 50px rgba(230,199,139,0.25),
    0 0 45px rgba(230,199,139,0.35);
  border-color: rgba(230,199,139,0.6);
}

/* ICON */
.notice-icon {
  min-width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #e6c78b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 0 18px rgba(230,199,139,0.6);
}

/* CONTENT */
.notice-content h3 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #e6c78b;
  font-family: "Playfair Display", serif;
}

.notice-content p {
  margin: 0;
  color: #eaeaea;
  font-size: 16px;
  line-height: 1.7;
}

/* MOBILE */
@media (max-width: 768px) {
  .important-notice-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .notice-content h3 {
    font-size: 22px;
  }

  .notice-content p {
    font-size: 15px;
  }
}/* End custom CSS */