@font-face {
  font-family: "sfbold"; /* Name you want to use */
  src: url("fonts/SF-Pro-Display-Bold.otf") format("opentype");
}

@font-face {
  font-family: "semiBold"; /* Name you want to use */
  src: url("fonts/SF-Pro-Display-Semibold.otf") format("opentype");
}

body {
  font-family: "semiBold", sans-serif;

  background: black;
  color: #86868b;
}

.real-body {
  padding-left: 150px;
  padding-right: 150px;
}

.highlight {
  color: white;
}
.two-grid {
  display: flex;
  margin: auto;
  justify-content: center;
}

.inner-grid {
  width: 50%;
}
img {
  pointer-events: none; /* Prevents any pointer events, including dragging */
  user-select: none; /* Prevents text selection, which can help with dragging behavior */
  -webkit-user-drag: none; /* For Safari */
  -khtml-user-drag: none; /* For Konqueror */
  -moz-user-drag: none; /* For Firefox (older versions) */
  width: -webkit-fill-available;
  -o-user-drag: none; /* For Opera */
}

.get-app {
  background: #0071e3;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 30px;
  height: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}

.hero {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
}
.hero h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.logo {
  width: 100px;
}
.hero p {
  font-size: 22px;
  max-width: 600px;
  margin-bottom: 30px;
}
.cta {
  background: #0071e3;
  color: white;
  padding: 18px 36px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.info {
  text-align: center;
  padding: 100px 10%;
  background: #121212;
}
.info h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.info p {
  font-size: 20px;
}
.heading {
  font-size: 60px; /* Adjust as needed */
  font-weight: bold;
  text-align: center;
  font-family: "sfbold", sans-serif;
  letter-spacing: -0.015em;
}

.section-title {
  margin-top: 150px;
  padding-bottom: 50px;
}

.image-grid {
  padding: 50px;
}

.lite {
  font-size: 48px !important;
  line-height: 1;
  letter-spacing: -0.015em;
  font-family: "sfbold", sans-serif;
  color: white;
}

.glow {
  color: #fffaf6;
  text-shadow: 0 0 10px #debda7, 0 0 40px #b06436, 0 0 60px #ab5d29,
    /* Adjust the color for warm glow */ 0 0 80px #aa5b26;
}

.cover_pic_layout {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically if needed */
  width: 100%;
  padding: 20px 0;
}

.cover_pic {
  max-width: 40%; /* Ensure the image is responsive */
  height: auto;
}

.cover_full {
  max-width: 80%; /* Ensure the image is responsive */
  height: auto;
}

.two_image {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Space between images */
  margin: 0 auto; /* Centers the container */
}

.image_container {
  width: 40%; /* Each image takes 40% of the width */
  height: auto; /* Adjust height dynamically */
  display: flex;
}

.rounded_image {
  width: 100%; /* Ensure it fills the container */
  height: auto; /* Maintain aspect ratio */
  border-radius: 20px; /* Rounded corners */
  object-fit: contain; /* Ensures full image is visible */
}

.features {
  display: flex;
  justify-content: space-between;
  text-align: left;
  max-width: 80%;
  margin: auto;
  gap: 40px;
}

.feature {
  flex: 1;
  text-align: justify;
  color: white;
}

h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}

hr {
  width: 100%;
  border: 0;
  height: 1px;
  background-color: gray;
  margin: 10px 0;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  color: #86868b;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  padding: 50px 0;
  color: #cfcfcf;
}

.download-btn:hover {
  background-color: #005ecb; /* Slightly darker blue on hover */
}

.left {
  width: 50%;
  font-size: 18px;
  line-height: 1.6;
}

.right {
  width: 40%;
  text-align: right;
}

.right h2 {
  font-size: 35px;
  font-weight: bold;
}

.download-btn {
  background: white;
  color: black;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
}

.blog-cover {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

.blog-body {
  max-width: 1200px;
  justify-self: center;
}

.blog-content {
  max-width: 1000px;
  margin-bottom: 100px;
  margin-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  justify-self: center;
  text-align: justify;
}

.blog-heading {
  text-align: left;
  color: white;
  margin-top: 150px;
  padding-bottom: 20px;
}

.little_big {
  font-size: 22px;
  letter-spacing: -0.015em;
}

.footer-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 10%;
  min-height: 450px; /* Ensure enough space for overlap */
}

.footer-left {
  position: absolute;
  top: 40px; /* Moved content to the top */
  left: 10%;
  z-index: 2; /* Ensures content stays above the background */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  width: 120px;
  margin-bottom: -10px;
  margin-top: 100px;
}

.footer-contact {
  color: white;
  text-decoration: none;
}

/* Copyright Text */
.footer-copyright {
  position: absolute;
  bottom: 20px;
  left: 10%;
  color: white;
  font-size: 14px;
  z-index: 10;
}

.give-space {
  padding: 50px 50px 0px 50px;
  font-size: 22px;
}

/* Background Image */
.footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 450px; /* Adjust based on image size */
  background-image: url("images/footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.button {
  text-decoration: none !important;
}

.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.17648;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  border-style: solid;
  border-width: 1px;
  min-width: 30px;
  padding-left: 15px;
  border-radius: 1000px !important;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #0071e3;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  --sk-button-margin-horizontal: 14px;
  --sk-button-margin-vertical: 14px;
}

.button-blog {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.17648;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  border-style: solid;
  border-width: 1px;
  min-width: 30px;
  padding-left: 15px;
  border-radius: 1000px !important;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #0071e3;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  --sk-button-margin-horizontal: 14px;
  --sk-button-margin-vertical: 14px;
}

.button-tertiary {
  background: rgba(0, 0, 0, 0);
  color: #06c;
  border-color: #06c;
}

.block {
  margin-top: 150px;
  margin-bottom: 150px;
}

.center {
  text-align: center !important;
}

.f_left {
  padding-right: 30px;
}

.space {
  height: 150px;
}

.little_big {
  text-align: justify;
}

.typewriter {
  min-height: 200px;
  align-content: center;
}

.cursor::after {
  content: "|";
  display: inline-block;
  animation: blink 0.5s infinite;
}

.blog-container {
  width: 100%;
}

/* Blog List and Items */
.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.button-gold {
  background: linear-gradient(135deg, #ffa41c 0%, #ffaa0c 50%, #f9a825 100%);
  transition: background 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  color: #ffffff;
}

.button-gold:hover {
  box-shadow: 0 0 20px #ffa41c, 0 0 40px #ffaa0c, 0 0 60px #f9a825;
  background: rgb(255, 233, 212);
  color: #121212;
}

/* FAQ Section */
.faq-section {
  padding: 30px; /* Added padding for breathing room */
  max-width: 1200px;
  margin: 150px auto 150px auto;
  border-radius: 10px;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px; /* More space below the heading */
  color: #fff; /* White text for dark mode */
  font-size: 1.5em;
}

.faq-item {
  margin-bottom: 20px; /* Spacing between FAQ items */
  background: #1e1e1e; /* Darker background for individual items */
  border-radius: 8px;
  overflow: hidden; /* Ensures smooth transitions don’t clip */
}

.faq-question {
  width: 100%;
  padding: 25px; /* Increased padding for better spacing */
  background: #1e1e1e; /* Slightly lighter dark shade for questions */
  border: none;
  border-radius: 8px 8px 0 0;
  text-align: left;
  font-size: 1.1em;
  cursor: pointer;
  color: #fff; /* White text for dark mode */
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease; /* Smooth hover transition */
}

.faq-question:hover,
.faq-question:focus {
  background: #4d4d4d; /* Slightly lighter on hover/focus */
}

.faq-icon {
  font-size: 1.2em;
  transition: transform 0.3s ease; /* Smooth icon rotation */
}

.faq-question.expanded .faq-icon {
  transform: rotate(45deg); /* Rotate plus to minus (or use other icons) */
}

.faq-answer {
  background: #2d2d2d; /* Matches the FAQ item background */
  color: #e0e0e0; /* Light gray text for readability in dark mode */
  max-height: 0; /* Initially collapsed */
  overflow: hidden; /* Prevents content from showing during animation */
  transition: max-height 0.5s ease-out, padding 0.3s ease-out; /* Smooth animation */
}

.faq-answer.active {
  padding: 20px; /* Reapply padding when expanded */
}

.faq-answer p {
  line-height: 1.6;
  margin-bottom: 10px; /* Space between paragraphs */
}

.faq-answer ul {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.5;
  margin-bottom: 10px; /* Space below lists */
}

.faq-answer a {
  color: #007bff; /* Blue for links in dark mode */
  text-decoration: none;
}

.faq-answer a:hover {
  text-decoration: underline;
}

/* Dark Mode (Assuming dark mode is default; add a light mode class if needed) */
:root {
  --faq-bg: #1a1a1a;
  --faq-item-bg: #2d2d2d;
  --faq-question-bg: #3d3d3d;
  --faq-hover-bg: #4d4d4d;
  --text-color: #fff;
  --answer-text-color: #e0e0e0;
}

.blog-item {
  width: 30%;
  margin-bottom: 50px;
  height: max-content;
  background: #1e1e1e;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.blog-item img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.blog-item h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #333;
}

.blog-item p {
  margin-bottom: 15px;
  color: #666;
}

.blog-card-content {
  padding: 20px;
}

.blog-item button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  margin-bottom: 20px;
  float: right;
  cursor: pointer;
  font-size: 0.9em;
}

.blog-item button:hover {
  background: #0056b3;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* do not touch */

@media screen and (max-width: 1500px) {
  .real-body {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 1100px) {
  .real-body {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 900px) {
  .real-body {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }

  .blog-heading {
    text-align: left;
    color: white;
    line-height: 1.2 !important;
    margin-top: 50px;
    padding: 20px;
  }

  .blog-content {
    padding: 20px !important;
    margin-top: 0px;
  }

  .blog-cover {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    overflow: hidden;
  }

  .blog-cover-card {
    margin: 0px;
  }

  .blog-date {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-item,
  .inner-grid {
    width: -webkit-fill-available;
  }

  .blog-list {
    justify-content: center;
    margin: 20px;
  }

  .center {
    text-align: justify !important;
  }
  .give-space {
    padding: 20px;
  }

  .cover_pic {
    width: 100%;
    max-width: 100%;
  }

  .heading {
    line-height: 1;
    font-size: 24px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features {
    display: grid;
    padding: 20px;
    margin: 0px;
    max-width: 100%;
    width: 100%;
  }
  .two_image {
    display: grid;
  }

  .f_left {
    padding-right: 0px;
  }

  .hero {
    height: 70vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  p {
    text-align: justify;
  }

  .container {
    display: grid;
    width: 100%;
    padding: 20px;
  }

  .left {
    width: 100%;
  }

  .right {
    margin-top: 50px;
    width: 100%;
    text-align: center;
  }
  .footer-bg {
    background-position: inherit;
  }

  .real-body {
    padding-left: 0px;
    padding-right: 0px;
  }

  .glow {
    text-shadow: 0 0 2px #debda7, 0 0 10px #b06436;
  }

  .two-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%; /* Prevents overflow */
    margin: auto;
  }

  .inner-grid {
    width: 100%;
    padding: 10px;
    box-sizing: border-box; /* Ensures padding doesn’t increase width */
  }
}
