body{
    font-family:'Inter',sans-serif;
    background:#f8fafc;
    overflow-x:hidden;
}

/* NAVBAR */
.pro-nav{
    position:fixed;
    top:0;
    width:100%;
    background:#fff;
    z-index:999;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}
/*body{padding-top:70px;}*/

.nav-link{
    color:#1e293b !important;
}
.nav-link:hover{
    color:#4F46E5 !important;
}

/* HERO */
.hero{
    background:linear-gradient(135deg,#4F46E5,#06B6D4);
    color:#fff;
    text-align:center;
    padding:140px 20px 90px;
}

.hero h1{
    font-size:48px;
    font-weight:700;
}
.hero p{
    font-size:18px;
}

/* SEARCH */
.search-box{
    display:flex;
    max-width:650px;
    margin:30px auto;
    background:#fff;
    border-radius:50px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}
.search-box input{
    flex:1;
    border:none;
    padding:18px;
}
.search-box button{
    background:#22c55e;
    color:#fff;
    border:none;
    padding:0 25px;
}

/* SECTION */
.section{
    padding:80px 0;
}

/* STATS */
.stat-box{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
}

/* CARDS */
.card-box{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    transition:.3s;
}
.card-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
}

/* DEMO */
.demo{
    background:#fff;
    padding:25px;
    border-radius:20px;
}

/* PRICING */
.pricing{
    background:#fff;
    padding:30px;
    border-radius:20px;
}
.highlight{
    background:linear-gradient(135deg,#4F46E5,#06B6D4);
    color:#fff;
}

/* FOOTER */
footer{
    background:#0F172A;
    color:#fff;
}

/* MOBILE */
@media(max-width:576px){

.hero{
    padding:110px 15px 60px;
}
.hero h1{
    font-size:24px;
}
.hero p{
    font-size:14px;
}

.search-box{
    flex-direction:column;
    border-radius:15px;
}
.search-box button{
    width:100%;
    padding:15px;
}

.navbar-collapse{
    background:#fff;
    padding:15px;
    border-radius:10px;
}
.navbar .btn{
    width:100%;
    margin-top:10px;
}

}

/* TABLET */
@media(max-width:991px){
.hero h1{
    font-size:32px;
}
}

.offcanvas {
    width: 260px;
}

.offcanvas-body .nav-link {
    font-size: 16px;
    padding: 10px 0;
}
.hero h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
@media (max-width: 576px){
.hero h1 {
    font-size: 26px;
}
}
.hero p {
    font-size: 18px;
    opacity: 0.9;
}
.hero h1 {
    font-family: 'Poppins', sans-serif;
}
.search-box {
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.hero {
    background: linear-gradient(135deg,#4F46E5,#06B6D4);
    position: relative;
}

.hero::after {
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,255,255,0.1);
    border-radius:50%;
    top:-100px;
    right:-100px;
}
.search-box button {
    background: linear-gradient(135deg,#22c55e,#16a34a);
    box-shadow: 0 10px 25px rgba(34,197,94,0.4);
}
.hero::before {
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    left:-150px;
    bottom:-150px;
}
.search-box button:hover {
    transform: scale(1.05);
    transition: 0.2s;
}
.hero::after {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%,100% {transform: translateY(0);}
    50% {transform: translateY(-15px);}
}
.hero-img {
    max-width: 100%;
    transform: scale(1.05);
}

/* mobile */
@media (max-width: 576px){
.hero-img {
    margin-top: 20px;
    transform: none;
}
}
.hero-img {
    max-width: 90%;
}
/*.hero-img {
    box-shadow: 0 30px 80px rgba(0,0,0,0.3);
    border-radius: 10px;
}*/
.hero-img {
    animation: float 5s ease-in-out infinite;
}

@keyframes float {
    0%,100% {transform: translateY(0);}
    50% {transform: translateY(-15px);}
}
.hero h1 {
    max-width: 550px;
}
.stats-section {
    padding: 80px 0;
    background: #f8fafc;
}

/* remove box feel */
.stat-item {
    padding: 20px;
}

/* BIG NUMBERS */
.stat-item h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
}

/* label */
.stat-item p {
    margin-top: 5px;
    color: #64748b;
}

/* subtle hover (optional) */
.stat-item:hover h2 {
    color: #4F46E5;
    transition: 0.2s;
}
.stat-item h2 {
    text-shadow: 0 5px 20px rgba(79,70,229,0.2);
}
.features-section {
    background: #f8fafc;
}

.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    transition: 0.3s;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.icon {
    font-size: 32px;
    margin-bottom: 15px;
}

.feature-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-card p {
    color: #64748b;
    font-size: 14px;
}
.features-pro {
    background: #f8fafc;
}

/* CARD */
.feature-pro {
    background: linear-gradient(145deg,#ffffff,#f1f5f9);
    padding: 30px;
    border-radius: 20px;
    text-align: left;
    position: relative;
    transition: 0.3s;
    height: 100%;
}

/* ICON */
.icon-box {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg,#4F46E5,#06B6D4);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 15px;
}

/* TEXT */
.feature-pro h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-pro p {
    color: #64748b;
    font-size: 14px;
}

/* HOVER EFFECT */
.feature-pro:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* HOVER GLOW LINE */
.feature-pro::after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:0%;
    height:3px;
    background: linear-gradient(135deg,#4F46E5,#06B6D4);
    transition:0.3s;
}

.feature-pro:hover::after {
    width:100%;
}
.features-ultimate {
    background: #f8fafc;
}

/* IMAGE */
.feature-img {
    max-width: 100%;
    border-radius: 15px;
}

/* LIST */
.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 10px;
    font-weight: 500;
}

/* MINI CARDS */
.mini-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    transition: 0.3s;
}

.mini-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}
.feature-img {
    transform: translateY(20px);
    transition: 0.4s;
}

.feature-img:hover {
    transform: translateY(0px) scale(1.02);
}
/*.features-ultimate {
    background: #f8fafc;
}*/

/* IMAGE */
.feature-img {
    max-width: 100%;
    border-radius: 15px;
}

/* LIST */
.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 10px;
    font-weight: 500;
}

/* MINI CARDS */
.mini-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    transition: 0.3s;
}

.mini-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}
.feature-img {
    border-radius: 20px;
    padding: 10px;
    /*background: linear-gradient(135deg,#4f46e5,#06b6d4);
    box-shadow: 0 20px 60px rgba(79,70,229,0.25);*/
    transform: perspective(1000px) rotateY(-8deg);
    transition: 0.4s;
}

.feature-img:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.03);
}
.feature-points div {
    margin-bottom: 12px;
    font-weight: 500;
}
.features-ultimate {
    background: linear-gradient(180deg,#f8fafc,#eef2ff);
    position: relative;
    overflow: hidden;
}

.features-ultimate::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: #6366f1;
    filter: blur(120px);
    opacity: 0.2;
    top: 20%;
    right: 10%;
}
.hero-img {
    background: none !important;
}

.hero-img img {
    width: 100%;
    height: auto;
    display: block;
}
.image-box {
    background: transparent;   /* पहले white था */
    box-shadow: none;          /* shadow हटाओ */
}
.hero-img img {
    mix-blend-mode: multiply;
}
.hero-img {
    position: relative;
}

.hero-img::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0,123,255,0.2), transparent);
    top: 20%;
    left: 20%;
    z-index: 0;
}

.hero-img {
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    border-radius: 20px;
    padding: 30px;
}

.hero-img img {
    width: 100%;
    mix-blend-mode: multiply;
}
.why-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fafc, #eef2ff);
}

/* TITLE */
.why-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* SUBTEXT */
.why-sub {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 25px;
}

/* LIST */
.why-list {
    list-style: none;
    padding: 0;
}

.why-list li {
    margin-bottom: 12px;
    font-weight: 500;
}

/* IMAGE BOX */
.why-img-box {
    position: relative;
}

/* Glow behind image */
.why-img-box::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0,123,255,0.25), transparent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(80px);
    z-index: 0;
}

.why-img-box img {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

/* CARDS */
.why-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.stats-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
}

.stat-item {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 35px 20px;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

.stat-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg,#4f46e5,#06b6d4);
}

.stat-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.stat-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.stat-item h2 {
  font-size: 38px;
  font-weight: 700;
  margin: 10px 0;
  background: linear-gradient(90deg,#4f46e5,#06b6d4);
  -webkit-background-clip: text;
  color: transparent;
}

.stat-item p {
  color: #6b7280;
  font-size: 15px;
}
.stats-pro {
  padding: 100px 0;
  background: #f8fafc;
}

.stats-wrapper {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1;
  min-width: 250px;
  max-width: 320px;
  padding: 35px;
  border-radius: 18px;
  background: white;
  position: relative;
  transition: 0.3s ease;
  border: 1px solid #eef2f7;
}

.stat-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.stat-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.stat-icon {
  font-size: 20px;
}

.stat-label {
  font-size: 14px;
  color: #6b7280;
}

.stat-box h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0;
  color: #111827;
}

.stat-box p {
  color: #6b7280;
  font-size: 14px;
}

/* Highlight card (center one) */
.stat-box.highlight {
  background: linear-gradient(135deg,#4f46e5,#06b6d4);
  color: white;
}

.stat-box.highlight p,
.stat-box.highlight .stat-label {
  color: rgba(255,255,255,0.8);
}

.stat-box.highlight h2 {
  color: white;
}
.stat-box {
  background: linear-gradient(145deg, #ffffff, #f1f5f9);
}
.stats-pro {
  background: radial-gradient(circle at top right, #eef2ff, #f8fafc);
}
.stats-pro {
  background: radial-gradient(circle at top right, #eef2ff, #f8fafc);
}
.stat-box {
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.demo-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
  position: relative;
  overflow: hidden;
}

.demo-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}

.demo-sub {
  max-width: 600px;
  margin: auto;
  color: #6b7280;
  font-size: 16px;
}

.demo-btns {
  margin-top: 25px;
}

.btn-demo {
  background: linear-gradient(90deg,#4f46e5,#06b6d4);
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  transition: 0.3s;
}

.btn-demo:hover {
  transform: scale(1.05);
}

.btn-outline {
  border: 1px solid #4f46e5;
  color: #4f46e5;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
}

.demo-image {
  margin-top: 60px;
}

.demo-image img {
  max-width: 900px;
  width: 100%;
 /* border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.15);*/
}
.demo-section::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
 /* background: #6366f1;*/
  filter: blur(120px);
  top: -100px;
  right: -100px;
  opacity: 0.2;
}
.pricing-section {
  padding: 80px 0;
  background: #f8fafc;
}

.pricing-sub {
  color: #6b7280;
  max-width: 600px;
  margin: auto;
}

.pricing-card {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-8px);
}

.pricing-card h2 {
  font-size: 36px;
  margin: 10px 0;
}

.duration {
  color: #6b7280;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pricing-card ul li {
  margin: 10px 0;
  color: #374151;
}

.btn-plan {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  background: #4f46e5;
  color: white;
  text-decoration: none;
}

.highlight {
  background: linear-gradient(135deg,#4f46e5,#06b6d4);
  color: white;
  transform: scale(1.05);
}

.highlight ul li {
  color: #e0e7ff;
}

.pro-btn {
  background: white;
  color: #4f46e5;
}

.badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: #facc15;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg,#4f46e5,#06b6d4);
  color: white;
  position: relative;
  overflow: hidden;
}

/* Soft circle effect */
.cta-section::before,
.cta-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}

.cta-section::before {
  width: 300px;
  height: 300px;
  background: white;
  top: -50px;
  left: -50px;
}

.cta-section::after {
  width: 400px;
  height: 400px;
  background: white;
  bottom: -100px;
  right: -100px;
}

.cta-title {
  font-size: 36px;
  font-weight: 700;
}

.cta-sub {
  margin-top: 10px;
  font-size: 16px;
  opacity: 0.9;
}

.cta-actions {
  margin-top: 25px;
}

.btn-primary-cta {
  background: #22c55e;
  padding: 12px 30px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  transition: 0.3s;
}

.btn-primary-cta:hover {
  background: #16a34a;
}

.btn-outline-cta {
  border: 2px solid white;
  padding: 12px 30px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  display: inline-block;
}

.btn-outline-cta:hover {
  background: white;
  color: #4f46e5;
}

.cta-trust {
  margin-top: 15px;
  font-size: 14px;
  opacity: 0.8;
}
.btn-primary-cta {
  background: linear-gradient(135deg,#22c55e,#16a34a);
  box-shadow: 0 10px 25px rgba(34,197,94,0.4);
}

.btn-primary-cta:hover {
  transform: translateY(-2px);
}

.btn-outline-cta {
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.1);
}
.cta-section::after {
  filter: blur(80px);
}
.cta-sub {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  display: inline-block;
  padding-bottom: 10px;
}
.cta-section {
  padding: 110px 0;
  background: linear-gradient(135deg,#4f46e5,#06b6d4);
  color: white;
  position: relative;
  overflow: hidden;
}

/* Glow effect */
.cta-section::before,
.cta-section::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(255,255,255,0.15);
  filter: blur(120px);
  border-radius: 50%;
}

.cta-section::before {
  top: -100px;
  left: -100px;
}

.cta-section::after {
  bottom: -120px;
  right: -120px;
}

/* Badge */
.cta-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 15px;
  backdrop-filter: blur(10px);
}

/* Title */
.cta-title {
  font-size: 40px;
  font-weight: 700;
}

/* Subtext */
.cta-sub {
  margin-top: 10px;
  font-size: 17px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.cta-actions {
  margin-top: 25px;
}

.btn-primary-cta {
  background: linear-gradient(135deg,#22c55e,#16a34a);
  padding: 14px 32px;
  border-radius: 40px;
  color: white;
  text-decoration: none;
  margin-right: 12px;
  box-shadow: 0 10px 30px rgba(34,197,94,0.4);
  transition: 0.3s;
}

.btn-primary-cta:hover {
  transform: translateY(-3px);
}

.btn-outline-cta {
  border: 2px solid rgba(255,255,255,0.6);
  padding: 14px 32px;
  border-radius: 40px;
  color: white;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.btn-outline-cta:hover {
  background: white;
  color: #4f46e5;
}

/* Trust */
.cta-trust {
  margin-top: 18px;
  font-size: 14px;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-section {
  background: #0f172a;
  color: #cbd5f5;
  padding: 60px 0 20px;
}

.footer-logo {
  color: white;
  font-weight: 700;
}

.footer-desc {
  font-size: 14px;
  opacity: 0.8;
}

/* Links */
.footer-section h6 {
  color: white;
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #cbd5f5;
  transition: 0.3s;
}

.footer-section ul li a:hover {
  color: #22c55e;
}

/* Social */
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  background: rgba(255,255,255,0.1);
  padding: 8px 10px;
  border-radius: 8px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #22c55e;
  color: white;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 20px;
  padding-top: 15px;
  font-size: 13px;
  opacity: 0.7;
}
.cta-section {
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}
.footer-section {
  padding-top: 120px;
}
.footer-section {
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
}
.footer-section {
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
}
.social-icons i {
  font-size: 18px;
  margin-right: 12px;
  color: #94a3b8;
  background: #1e293b;
  padding: 10px;
  border-radius: 12px;
  transition: 0.3s;
  cursor: pointer;
}

.social-icons i:hover {
  color: #fff;
  background: linear-gradient(135deg,#22c55e,#3b82f6);
  transform: translateY(-4px);
}
.footer-contact p {
  margin: 6px 0;
  color: #94a3b8;
  font-size: 14px;
}

.footer-contact i {
  margin-right: 8px;
  color: #22c55e;
}
.footer-contact p {
  margin: 5px 0;
  color: #94a3b8;
  font-size: 14px;
}
@media (max-width: 768px) {

  body {
    text-align: center;
  }

  h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  h2 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
  }

}
@media (max-width: 768px) {

  body {
    text-align: center;
  }

  h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  h2 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
  }

}
@media (max-width: 768px) {

  .search-box {
    flex-direction: column;
    gap: 10px;
  }

  .search-box input {
    width: 100%;
  }

  .search-box button {
    width: 100%;
  }

  .hero-img {
    max-width: 90%;
  }

}@media (max-width: 768px) {

  .stats-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .stat-box {
    text-align: center;
  }

}
@media (max-width: 768px) {

  .stats-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .stat-box {
    text-align: center;
  }

}
@media (max-width: 768px) {

  .why-section .row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .why-img-box img {
    max-width: 90%;
    margin-bottom: 20px;
  }

}
@media (max-width: 768px) {

  .demo-btns {
    flex-direction: column;
    gap: 10px;
  }

  .demo-image img {
    max-width: 100%;
  }

}
@media (max-width: 768px) {

  .cta-title {
    font-size: 24px;
  }

  .cta-actions {
    flex-direction: column;
    gap: 12px;
  }

  .btn-primary-cta,
  .btn-outline-cta {
    width: 100%;
  }

  .cta-trust {
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
  }

}
@media (max-width: 768px) {

  .pricing-card {
    padding: 20px;
  }

}
@media (max-width: 768px) {

  .pricing-card {
    padding: 20px;
  }

}
.hero {
  overflow: hidden;
}

@media (max-width: 768px) {

  .hero .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero .row {
    margin-left: 0;
    margin-right: 0;
  }

}
@media (max-width: 768px) {

  .hero {
    padding: 40px 15px;
    text-align: center;
  }

}
@media (max-width: 768px) {

  .hero {
    padding: 40px 15px;
    text-align: center;
  }

}
@media (max-width: 768px) {

  .hero h1 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
  }

  .hero p {
    font-size: 14px;
    margin-top: 10px;
  }

}@media (max-width: 768px) {

  .search-box {
    background: #fff;
    border-radius: 14px;
    padding: 8px;
    margin-top: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }

  .search-box input {
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    outline: none;
  }

}@media (max-width: 768px) {

  .search-box button {
    width: 100%;
    margin-top: 8px;
    border-radius: 10px;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
  }

}
.hero {
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  top: -50px;
  left: -50px;
}
.demo-section {
  padding: 70px 20px;
  background: #f8fafc;
}

.demo-title {
  font-size: 32px;
  font-weight: 700;
}

.demo-sub {
  max-width: 600px;
  margin: 15px auto;
  color: #555;
}

/* Buttons */
.demo-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.btn-primary-demo {
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.btn-outline-demo {
  border: 2px solid #4f46e5;
  color: #4f46e5;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* Image */
.demo-image {
  margin-top: 40px;
}

.demo-image img {
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {

  .demo-title {
    font-size: 24px;
  }

  .demo-sub {
    font-size: 14px;
    padding: 0 10px;
  }

  .demo-buttons {
    flex-direction: column;
  }

  .demo-buttons a {
    width: 100%;
  }

}
.cta-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Glow circles */
.cta-section::before,
.cta-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}

.cta-section::before {
  width: 300px;
  height: 300px;
  top: -80px;
  left: -80px;
}

.cta-section::after {
  width: 250px;
  height: 250px;
  bottom: -80px;
  right: -80px;
}

/* Badge */
.cta-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 15px;
}

/* Title */
.cta-title {
  font-size: 34px;
  font-weight: 700;
}

/* Subtitle */
.cta-sub {
  max-width: 600px;
  margin: 15px auto;
  opacity: 0.9;
}

/* Buttons */
.cta-actions {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-primary-cta {
  background: #22c55e;
  padding: 14px 28px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.btn-outline-cta {
  border: 2px solid #fff;
  padding: 14px 28px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
}

/* Trust */
.cta-trust {
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.9;
}
.faq-section {
  padding: 80px 0;
  background: #f8fafc;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg,#4f46e5,#06b6d4);
  color: #fff;
}

.about-section {
  padding: 80px 0;
  background: #ffffff;
}

.about-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-text {
  color: #6b7280;
  margin-bottom: 10px;
}

.about-list {
  margin-top: 15px;
  padding-left: 0;
  list-style: none;
}

.about-list li {
  margin-bottom: 8px;
  font-weight: 500;
}

.about-img {
  max-width: 90%;
}
@media (max-width: 768px) {

  .about-title {
    font-size: 24px;
    text-align: center;
  }

  .about-text {
    font-size: 14px;
    text-align: center;
  }

  .about-list {
    text-align: center;
  }

}
.benefits-section {
  padding: 80px 0;
  background: #f8fafc;
}

.benefits-title {
  font-size: 32px;
  font-weight: 700;
}

.benefits-sub {
  color: #6b7280;
  max-width: 600px;
  margin: auto;
}

.benefit-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.benefit-card h5 {
  font-weight: 600;
}

.benefit-card p {
  font-size: 14px;
  color: #6b7280;
}
.benefits-section {
  padding: 80px 0;
  background: #f8fafc;
}

.benefits-title {
  font-size: 32px;
  font-weight: 700;
}

.benefits-sub {
  color: #6b7280;
  max-width: 600px;
  margin: auto;
}

.benefit-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.benefit-card h5 {
  font-weight: 600;
}

.benefit-card p {
  font-size: 14px;
  color: #6b7280;
}
/* Custom card */
.custom-plan {
  background: #0f172a;
  color: #fff;
  position: relative;
}

.custom-plan ul li {
  color: #cbd5f5;
}

.custom-badge {
  background: #22c55e;
  color: #fff;
}

/* Button */
.custom-btn {
  background: #22c55e;
  color: #fff;
}

/* Hover effect */
.custom-plan:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.nav-logo{
    height: 70px;
    width: auto;
    object-fit: contain;
}

.brand-text{
    font-weight: 700;
    font-size: 20px;
    color: #111;
}

/* Mobile ke liye */
@media(max-width:768px){
    .nav-logo{
        height: 72px;
    }
    .brand-text{
        font-size: 18px;
    }
}