/* ===== Body & Font ===== */
body {
  background-color: #eaf7f6;
  font-family: "Poppins", sans-serif;
}

/* ===== Header/Navbar Styles ===== */
.navbar-brand {
  font-size: 1.8rem;
  color: #00bfa6;
}

.navbar-nav .nav-link {
  font-weight: 600;
  color: #333;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #00bfa6;
}

.navbar .btn {
  padding: 8px 20px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .navbar-nav .nav-link {
    margin: 10px 0;
  }
}

/* ===== Section Styles ===== */
.section {
  padding: 40px 20px;
}

.headline {
  font-size: 35px;
  font-weight: 700;
}

.description {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #333;
}

.cta-button {
  background-color: #ff7f18;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  padding: 15px 24px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #ff6200;
}

/* ===== Image Section ===== */
.image-section {
  position: relative;
}

.image-section img {
  width: 100%;
  max-width: 800px;
  /* increased from 700px */
  height: 500px;
  border-radius: 12px;
}

.phone-mockup {
  max-width: 567px;
  /* increased from 400px */
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.phone-mockup img {
  margin: 34px 0px;
  /* width: 175%; */
  max-width: 575px;
  /* increased from 400px */
  height: 400px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* ===== Tags ===== */
.tag {
  position: absolute;
  background: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 2px solid #ff6200;
}

.tag.simran {
  top: 20%;
  left: 60%;
}

.tag.owner {
  bottom: 20%;
  left: 10%;
}

.tag.powered {
  bottom: 10%;
  right: 5%;
  border-color: orange;
}

.tag.powered strong {
  color: #333;
}

/* ===== Hero & Features Sections ===== */
.hero {
  background-color: #ffeddf;
}

.features {
  background-color: #ffeddf;
}

.features-section {
  padding: 60px 100px;
}

.feature-title {
  background-color: #442106;
  color: white;
  padding: 60px 20px;
  font-size: 2.5rem;
  font-weight: 700;
}

.title {
  background-color: #ffeddfab;
  color: #000;
  padding: 35px 20px;
  font-size: 2.5rem;
  font-weight: 700;
}

.feature-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 55%);
  height: 100%;
}

.feature-card img {
  max-width: 180px;
  /* increased from 150px */
  height: auto;
  margin-bottom: 15px;
}

.feature-card h5 {
  font-weight: 700;
}

.feature-card p {
  font-size: 18px;
  color: #333;
}

.feature-card a {
  font-weight: 600;
  color: #ff7f18;
  text-decoration: underline;
}

/* ===== Circles / Decorative Elements ===== */
.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
}

.circle-teal {
  width: 120px;
  height: 120px;
  border: 6px solid #ff7f18;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.circle-dark {
  width: 150px;
  height: 150px;
  border: 8px solid #2d3436;
  top: 2px;
  right: -81px;
}

.circle-orange {
  width: 80px;
  height: 80px;
  border: 6px solid #fd7e14;
  bottom: -5px;
  right: -33px;
}

/* ===== Text Section ===== */
.text-section {
  background-color: #442106;
  color: #fff;
  font-size: 18px;
  padding: 139px 67px;
}

.text-section h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.text-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.text-section ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1rem;
}

.text-section ul li::before {
  content: "✔";
  color: #00b894;
  margin-right: 10px;
}

.btn-explore {
  background-color: #00b894;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.btn-explore:hover {
  background-color: #019874;
}

/* ===== Testimonial Section ===== */
.testimonial-section {
  background-color: #fff3ea;
  padding: 40px 20px;
}

.testimonial-img-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
  margin: auto;
}

.testimonial-img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border: 5px solid #ff7f18; */
}

.testimonial-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  background-size: contain;
  border-radius: 50%;
}

.testimonial-content p {
  font-size: 18px;
  color: #1f2d30;
}

.testimonial-content h5 {
  color: #f37021;
  font-size: 22px;
  margin-top: 15px;
  font-weight: 700;
}

.testimonial-content span {
  font-weight: 700;
  display: block;
}

/* ===== Start Section ===== */
.start-section {
  background-color: #fff3ea;
  padding: 80px 20px;
}

.section-title {
  font-weight: 700;
  font-size: 35px;
  color: #0f1b22;
  margin-bottom: 40px;
}

/* ===== Steps ===== */
.step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.number {
  font-size: 5rem;
  font-weight: 800;
  color: #ff7f18;
  text-shadow: 3px 3px #2b2b2b1f;
  line-height: 1;
}

.step-content p {
  margin: 0;
  color: #1f2d30;
  font-size: 18px;
}

.step-content a {
  text-decoration: underline;
  color: #0f1b22;
  font-weight: 600;
}

hr {
  margin: 25px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

/* ===== Responsive Styles ===== */
@media (max-width: 768px) {
  .text-section {
    text-align: center;
    margin-top: 20px;
  }

  .section-title {
    text-align: center;
  }

  .step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .image-section img,
  .phone-mockup img,
  .feature-card img,
  .image-wrapper img {
    width: 100%;
    max-width: 90%;
  }
}

/* New class for larger images */
.bigger-img {
  max-width: 600px;
  /* adjust as needed */
  width: 100%;
  height: auto;
  border-radius: 12px;
  /* optional, for rounded corners */
}

.phone-mockup img {
  position: relative;
  /* make z-index work */
  z-index: 2;
  /* higher than circles */
}

.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 1;
  /* lower than image */
}

.float-updown {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
    /* image thoda upar jaye */
  }

  100% {
    transform: translateY(0px);
    /* wapas neeche aaye */
  }
}

.testimonial-img-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
  margin: auto;
  border: 5px solid #ff7f18;
  /* border wrapper par */
  border-radius: 50%;
  overflow: visible;
  /* important: image ko upar nikalne deta hai */
}

.testimonial-img {
  position: absolute;
  top: -36px;
  /* image ko upar laata hai */
  left: 50%;
  transform: translateX(-50%);
  width: 185px;
  height: 206px;
  border-radius: 50%;
  object-fit: cover;
}

.feature-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* Background animation layer */
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ff7f18 0%, #ff7f18 100%);
  transform: scale(0);
  transform-origin: bottom left;
  /* Start from bottom-left */
  transition: transform 0.4s ease;
  z-index: 0;
  border-radius: 20px;
}

/* Hover makes the orange bg grow from bottom-left */
.feature-card:hover::before {
  transform: scale(1);
}

/* Make text white on hover */
.feature-card:hover h5,
.feature-card:hover p,
.feature-card:hover a {
  color: #ffffff !important;
  position: relative;
  z-index: 1;
  /* Text stays above orange layer */
}

/* Ensure normal text stays above background always */
.feature-card h5,
.feature-card p,
.feature-card a {
  position: relative;
  z-index: 1;
}

/* Remove underline hover color issue */
.feature-card a {
  text-decoration: underline;
}

.cta-button {
  position: relative;
  background-color: #ff7f18;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  padding: 15px 24px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

/* Orange animation layer */
.cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #442106;
  transform: scale(0);
  transform-origin: bottom left;
  /* Start from bottom-left */
  transition: transform 0.4s ease;
  z-index: -1;
  border-radius: 5px;
}

/* Hover animation */
.cta-button:hover::before {
  transform: scale(1);
}

/* Ensure text stays white on hover */
.cta-button:hover {
  color: #fff;
}

/* Remove underline hover color issue */

/* Ensure button text stays without underline */
.cta-button:hover {
  text-decoration: none;
}

.new-button:hover {
  text-decoration: underline;
}

.cta-button a{
  text-decoration: none;
  color: #eaf7f6;
}