.elementor-6 .elementor-element.elementor-element-146f639{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6 .elementor-element.elementor-element-4a5d34f{width:100%;max-width:100%;}.elementor-6 .elementor-element.elementor-element-4a5d34f > .elementor-widget-container{margin:-22px 0px -10px 0px;}.elementor-6 .elementor-element.elementor-element-221aa9f{--display:flex;--margin-top:-19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6 .elementor-element.elementor-element-221aa9f:not(.elementor-motion-effects-element-type-background), .elementor-6 .elementor-element.elementor-element-221aa9f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F5F9;}.elementor-6 .elementor-element.elementor-element-68933bd{width:100%;max-width:100%;}.elementor-6 .elementor-element.elementor-element-0f6fd71 > .elementor-widget-container{margin:-172px 0px 0px 0px;}.elementor-6 .elementor-element.elementor-element-ff27355{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-c033312 > .elementor-widget-container{margin:-21px 0px 0px 0px;}@media(min-width:768px){.elementor-6 .elementor-element.elementor-element-146f639{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-200f1e2 */.hero-entry {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('https://i.postimg.cc/Gt6HWvn7/0-Mq5-Wpq-XRXOFS3x9b-Nje-EQ.webp') center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  animation: heroFade 1.5s ease forwards;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

.hero-text {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
  animation: textRise 1.2s ease-in-out forwards;
}

/* Headline text (main title) */
.hero-text h1,
.hero-text .headline,
h1.headline,
h2.headline {
  font-size: 54px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: orange;
}

/* Subtitle text */
.subline {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 32px;
  line-height: 1.6;
}

/* Call-to-action button */
.hero-btn {
  background-color: #E0F0FF; /* Light blue */
  color: #000000;
  padding: 14px 32px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none; /* remove underline */
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
}

.hero-btn:hover {
  background-color: #d0e9ff;
  transform: translateY(-2px);
}

/* Entry animation */
@keyframes heroFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes textRise {
  from { transform: translateY(50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.hero-btn {
  text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a5d34f */.store-features {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #E0E7FF
;
  padding: 30px 20px;
  font-family: 'Inter', sans-serif;
  flex-wrap: wrap;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  text-align: left;
  margin: 10px 0;
}

.feature-box img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.feature-box p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-146f639 */.digitalbook-section {
  background-color: #1e1e1e;
  text-align: center;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
}

.digitalbook-image-wrapper {
  margin-bottom: 20px;
}

.digitalbook-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.digitalbook-description {
  color: #ffffff;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.digitalbook-button-wrapper {
  margin-top: 20px;
}

.digitalbook-button {
  background-color: #ff6f61;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.digitalbook-button:hover {
  background-color: #e6594e;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68933bd *//* ===========================
   RESET LINK DEFAULTS
=========================== */
.ebook-store a,
.ebook-store a:visited,
.ebook-store a:hover,
.ebook-store a:focus,
.ebook-store a * {
  text-decoration: none !important;
  color: inherit !important;
}

/* ===========================
   CONTAINER
=========================== */
.ebook-store {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1300px;
  margin: 50px auto;
  padding: 0 20px;
  font-family: 'Inter', sans-serif;
}

/* ===========================
   EBOOK CARD
=========================== */
.ebook-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  text-align: center;
  cursor: pointer;
}

.ebook-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  border-color: #c7d2fe;
}

/* ===========================
   IMAGE STYLING
=========================== */
.ebook-card img.ebook-image {
  width: 80px;         /* Set smaller width */
  height: 80px;        /* Consistent height */
  object-fit: contain; /* Keep aspect ratio */
  margin: 0 auto 18px; /* Center + space below */
  display: block;
  border-radius: 6px;
  transition: transform 0.3s ease;
}


/* ===========================
   CONTENT INSIDE EACH CARD
=========================== */
.ebook-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
  line-height: 1.4;
}

.ebook-content p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* ===========================
   TAG LABEL
=========================== */
.tag {
  display: inline-block;
  align-self: center;
  font-size: 12px;
  font-weight: 600;
  background-color: #f3f4f6;
  color: #374151;
  padding: 6px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}

.tag:hover {
  background-color: #e5e7eb;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51f09e0 */.about-digitalbooked {
  background-color: #0d0d0d;
  color: #f3f4f6;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.about-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}

.about-title span {
  color: #f97316;
}

.about-text {
  max-width: 900px;
  margin: 0 auto 18px auto;
  font-size: 16px;
  line-height: 1.8;
  color: #d1d5db;
}

.about-note {
  margin-top: 40px;
  font-size: 14px;
  color: #9ca3af;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c033312 */.luxury-footer {
  background-color: #111827;
  color: #d1d5db;
  padding: 40px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  border-top: 1px solid #1f2937;
  width: 100%;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-brand {
  margin-bottom: 16px;
  color: #9ca3af;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-links a {
  color: #e5e7eb;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #38bdf8;
}/* End custom CSS */