* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Segoe UI;
}
body {
  background: #f4f7fb;
  overflow-x: hidden;
}

/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  padding: 20px 8%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  align-items: center;
}
 
.navbar nav a {
  margin: 0 12px;
  text-decoration: none;
  color: #333;
}
.btn-orange {
  background: #ff5a2c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 30px;
  transition: 0.3s;
}
.btn-orange:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 90, 44, 0.3);
}

#navMenu .btn-orange {
  background: #ff5a2c;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: 0.3s;
}

.btn-orange:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 90, 44, 0.3);
}

.logo img {
  position: relative;
  top: 29px;
  height: 80px;
 
}

#navMenu{
  gap: 250px;
}

/* HERO */
.hero {
  display: flex;
  justify-content: space-between;
  padding: 100px 8%;
  background: linear-gradient(135deg, #ffffff, #e8f0ff);
  flex-wrap: wrap;
}
.hero-left h1 {
  font-size: 45px;
  background: linear-gradient(#F34B1C, #183263);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.orange {
 
}
.hero-form {
  background: #fff;
  padding: 60px;
  width: 540px;
  border-radius: 6 px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hero-form h3 {
  margin-bottom: 20px;
}

.input-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
}
.input-box input {
  border: none;
  outline: none;
  width: 100%;
  margin-left: 10px;
}
.full {
  width: 100%;
}

.hero-form {
  height: 350px;
}

.hero {
  background: linear-gradient(135deg, #fbe9e7 0%, #e6eef7 60%);

  height: 90vh;
}
.hero-icons {
  display: flex;
  gap: 30px;
  margin-left: 15px;
  margin-top: 30px;
}

.hero-icons li {
  color: #ff5a2c;
}

/* SERVICES */
.services {
  padding: 100px 8%;
}
.center {
  text-align: center;
  margin-bottom: 50px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
.service-card {
  background: #fff;
  padding: 50px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;

  /* /////////////////// */
   border-radius: 20px;
  /* Gradient Border */
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #f45a0c, #e2792e) border-box;

  /* Shadow */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

  transition: all 1s ease;
  cursor: pointer;

}
.service-card:hover {
  transform: translateY(-8px);
}
.service-card img {
  width: 100px;
  margin-bottom: 15px;
}

.service-card li {
  padding: 20px;
  color: #5b5b5b;
  list-style: none;
}

.service-card p {
  color: #5b5b5b;
}

/* /////////// */

.service-card li::before {
  content: "✔";
  position: absolute;
  left: 30px;
  color: #ff4b2b;
  font-size: 13px;
}

/* /////////// */

.service-card ul img {
  width: 12px;
  margin-bottom: 20px;
}
.service-card li:hover {
  color: #ff5a2c;
}

.screvice-card h3 {
  color: #183263;
}
.services {
  background: linear-gradient(135deg, #fbe9e7 0%, #e6eef7 60%);
}

/* STEPS */
.steps {
  padding: 60px 8%;
  text-align: center;
}
.steps-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.circle {
  width: 60px;
  height: 60px;
  background: #2f6df6;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
}

/* WHY */

.why-section {
  padding: 80px 8%;
  background: linear-gradient(135deg, #F34B1C, #1C3C78);
  color: white;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
 
}

.container1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* //////////////////////////////////////////////////////////////////// */

/* TITLE */
.how-section h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  animation: fadeDown 1s ease forwards;
}

.subtitle { 
  opacity: 0.9;
  animation: fadeDown 1.4s ease forwards;
}

/* STEPS LAYOUT */
.steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* STEP CARD */
.step {
  max-width: 220px;
  align-items: center;
  animation: fadeUp 1s ease forwards;
  transition: transform 0.4s ease;
  flex-wrap: nowrap;
}

.step:hover {
  transform: translateY(-8px);
}

/* CIRCLE DESIGN */
.circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(145deg, #1e3c72, #2a5298);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 8px rgba(45, 133, 200, 0.2);
  transition: all 0.4s ease;
}

/* HOVER GLOW EFFECT */
.step:hover .circle {
  transform: scale(1.1);
  box-shadow: 0 0 0 8px rgba(3, 8, 180, 0.2);
}

/* TEXT */
.step h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.step p {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.5;
}

/* ARROW */
.arrow {
  display: block;
  font-size: 50px;
  font-weight: 400;
  opacity: 0.7;
  animation: fadeUp 1.5s ease forwards;
  transition: transform 0.3s ease;
  margin-top: -100px;
  color: #00000033;
}

.arrow:hover {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .steps {
    flex-direction: column;
    gap: 40px;
  }

  .arrow {
    display: none;
    transform: rotate(90deg); /* arrow down ho jayega */
    margin: 0;
  }
}

/* ANIMATIONS */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* //////////////////////////////////////////////////////////////////////////// */

/* Left Side */
.left-content {
  width: 55%;
}

.left-content h1 {
  font-size: 38px;
  margin-bottom: 40px;
  font-weight: 700;
}

.feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  gap: 20px;
}

.icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.icon img{
  padding: 10px;
}

.feature h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.feature p {
  font-size: 14px;
  color: #e2e8f0;
  line-height: 1.5;
}

/* Right Side Card */
.stats-card {
  width: 40%;
  /* height: 100%; */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  display: grid;
  gap: 10px;
  background: transparent;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.stat {
  padding: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color:#FFFFFF1A;
}

.stat h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.stat p {
  font-size: 14px;
  color: #d1d5db;
}

/* Responsive */
@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }

  .left-content,
  .stats-card {
    width: 100%;
  }

  .stats-card {
    margin-top: 40px;
  }
}

/* APP */

.app {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 110vh;
}
/* Left Section */

.app-left {
  max-width: 520px;
  padding: 40px;
  /* display: flex; */
}

/* Heading */
.app-left h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1d2b53;
  margin-bottom: 15px;
}
.app-left h2 .and {
  color: #111;
}
.icon img {
  height: 40px;
}

.app-left h2 span {
  color: #ff4b2b;
}

/* Paragraph */
.sub-text {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Store Buttons */
.stores {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f0f0f0;
  padding: 12px 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid transparent;
}

.store-btn small {
  display: block;
  font-size: 11px;
  color: #555;
}

.store-btn strong {
  font-size: 15px;
  color: #111;
}

.store-btn .icon {
  font-size: 22px;
}

/* Hover Effect */
.store-btn:hover {
  background: white;
  border: 1px solid #ff4b2b;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

/* Features Card */
.features-card {
  background:rgb(238, 236, 234);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.features-card h4 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #1d2b53;
}

.features-card ul {
  list-style: none;
  padding: 0;
}

.features-card li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  position: relative;
  padding-left: 20px;
}

.features-card li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff4b2b;
  font-size: 13px;
}

/* Fade Animation */
.fade-up {
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* app//// */

.app-right img {
  width: 200px;
  margin: 10px;
}

/* ///////////////////////////////////////////////////////// */

/* Container Style */
.app-right {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

/* Image Style */
.app-right img {
  width: 320px;
  height: 630px;
  object-fit: cover;
  border-radius: 20px;
  /* Gradient Border */
  overflow: auto;
  border: 12px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #A0453F, #FFFFFF) border-box;

  /* Shadow */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

  transition: all 0.5s ease;
  cursor: pointer;
}
.IMGG img{
  padding:10px ;
}

/* Hover Effect */
.app-right img:hover {
  transform: translateY(-12px) scale(1.05);
  box-shadow: 0 20px 40px rgb(12, 12, 12);
}

/* Fade Up Animation */
.fade-up {
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* /////////////////////////////////////////////////////////////// */

/* TESTIMONIAL */
/* Section */
.testimonial {
  padding: 80px 8%;
  background: #f5f7fb;
  text-align: center;
}

/* Title */
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1d2b53;
  margin-bottom: 10px;
}

.section-title span {
  color: #ff4b2b;
}

.section-sub {
  color: #777;
  font-size: 15px;
  margin-bottom: 50px;
}

/* Grid */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.testimonial-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  position: relative;
  transition: 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-bottom: 4px solid #ff4b2b;
}

/* Hover */
.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Stars */
.stars {
  color: #ffa500;
  font-size: 18px;
  margin-bottom: 15px;
}

/* Review Text */
.review {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
  font-style: italic;
}

/* User Info */
.user {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Avatar */
.avatar {
  width: 45px;
  height: 45px;
  background: #ff4b2b;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Name */
.user h4 {
  margin: 0;
  font-size: 15px;
  color: #1d2b53;
}

.user small {
  color: #888;
  font-size: 12px;
}

/* Animation */
.fade-up {
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FOOTER */
.footer {
  background: #1f3b6f;
  color: #cfd8e3;
  padding: 70px 8% 20px;
  font-family: "Poppins", sans-serif;
}

/* Grid Layout */
.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

/* Logo */
.footer-logo {
  width: 160px;
  margin-bottom: 20px;
}

/* Left Text */
.footer-left p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 280px;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons i {
  width: 38px;
  height: 38px;
  background: #2b4c85;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  color: white;
  font-size: 14px;
}

.social-icons i:hover {
  background: #ff4b2b;
  transform: translateY(-4px);
}

/* Columns */
.footer-col h4 {
  color: #ffffff;
  margin-bottom: 18px;
  font-size: 18px;
  word-spacing: 110px;
}

.footer-col a {
  display: block;
  text-decoration: none;
  color: #cfd8e3;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 4px;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #ff4b2b;
  padding-left: 5px;
}

/* Divider */
.footer hr {
  border: none;
  height: 1px;
  background: #183263;
  margin-bottom: 20px;
}

/* Bottom Text */
.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #aab6c4;
}
/* ANIMATION */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s;
}
.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s;
}
.fade-right {
  opacity: 0;
  transform: translateX(40px);
  transition: 1s;
}
.show {
  opacity: 1;
  transform: translate(0);
}

/* ================= NAVBAR ================= */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 8%;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* NAV LINKS */
.navbar nav {
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}

.navbar nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  position: relative;
}

/* Underline Hover Animation */
.navbar nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background: #ff5a2c;
  transition: 0.3s;
}

.navbar nav a:hover::after {
  width: 100%;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: #333;
  margin: 3px 0;
  border-radius: 2px;
  transition: 0.4s ease;
}

/* Burger Animation */
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
/* MOBILE */
/* ================= MOBILE FIX ================= */

@media (max-width: 768px) {
  /* Hero */
  .hero {
    flex-direction: column;
    height: auto;
    padding: 60px 5%;
    text-align: center;
  }

  .hero-left h1 {
    font-size: 28px;
  }

  .hero-form {
    width: 100%;
    height: auto;
    padding: 30px;
    margin-top: 30px;
  }

  /* App Section */
  .app {
    flex-direction: column;
    height: auto;
    padding: 60px 5%;
  }

  .app-left {
    padding: 20px;
    text-align: center;
  }

  .app-right {
    flex-direction: column;
    padding: 20px;
    /* display: flex; */
  }

  .app-right img {
    width: 90%;
    height: auto;
  }

  /* CRICLE///////////// */

  .circle{
  width:70px;
  height:70px;
  font-size:20px;
}



  /* Testimonial */
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* Why Section */
  .container {
    flex-direction: column;
    text-align: center;
  }

  .left-content,
  .stats-card {
    width: 100%;
  }

  .how-section h1{
  font-size: 26px;
}

.how-section .subtitle{
  font-size: 14px;
}

  /* Navbar */
  .navbar {
    padding: 0px 5%;
  }

  .hamburger {
    display: flex;
  }

  .navbar nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
  }

  .navbar nav a {
    margin: 15px 0;
    font-size: 16px;
  }

  #navMenu.active {
    max-height: 500px;
    padding: 20px 0;
  }

  #navMenu .btn-orange {
    margin: 15px 0 0 0;
  }
}
