* { margin: 0;
  padding: 0;
  box-sizing:border-box; 
  font-family: "Poppins", 
  sans-serif;
}
body
{ 
  background: #ffffff; 
  color: #222; 
} 

  .navbar { 
  position: fixed; 
  top: 20px; 
  left: 50%; 
  transform: translateX(-50%); 
  width: 94%; 
  z-index: 998; 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  padding: 10px 25px; 
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px); 
  -webkit-backdrop-filter: blur(12px); 
  border-radius: 17px; 
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }

  .logo img { 
  height: 45px; 
  }

  .menu a {
  margin: 0 15px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
  position: relative; 
  }
  
  .menu a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #ff8c00;
  left: 0;
  bottom: -5px;
  transition: 0.3s; 
}
.menu a:hover::after {
  width: 100%;
}

.menu a:hover {
  color: #ff8c00;
}
.actions{
  display: flex;
  align-items: center;
  gap: 12px;
}

  .actions button{
    width: 130px;
    height: 45px;
    border-radius: 30px;
    display: flex; 
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.btn-primary {
  background: linear-gradient(135deg, #ffb347, #ff8c00);
  padding: 14px 42px;
  border-radius: 14px;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
} 

.btn-primary span {
  font-size: 18px;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(255,140,0,0.5);
}
.btn-demo {
  padding: 13px 37px;
  border-radius: 15px;
  background: white;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid transparent;
  background-image: linear-gradient(white, white),
  linear-gradient(135deg, #ffb347, #8a2be2);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: 0.3s;}
  
  .btn-demo i {
    font-size: 16px;
  }
  .btn-demo:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(138,43,226,0.2);
  } 
  .store-btn{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-radius: 14px;
    background: #f7f7f9;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    margin-top: 7%;
    transition: 0.3s; }
    

    .store-btn i {
      font-size: 22px; color: #000;
    }
    .store-text span {
      font-size: 11px; color: #777; display: block;
    }
    .store-text strong {
      font-size: 15px; font-weight: 600; color: #111;
    }
    .store-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    }
    
    .hero{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 8%;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 70% 40%, rgba(255, 200, 150, 0.25),
  transparent 60%), radial-gradient(circle at 60% 60%, rgba(170, 140, 255, 0.25),
  transparent 70%), linear-gradient(135deg, #f5f3ff, #fdf7ff); padding-top: 8%;
  padding-top: 6%;
}

  .hero-right::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px; 
    border-radius: 50%; 
    background: radial-gradient(circle, rgba(170,140,255,0.6) 0%, rgba(255,140,0,0.5) 40%, rgba(255,255,255,0.2) 55%, transparent 70%);
    filter: blur(60px); 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    z-index: 1; 
  }
  
  .hero-right::after { 
    content: ""; 
    position: absolute; 
    width: 420px; 
    height: 420px; 
    border-radius: 50%; 
    border: none; 
    box-shadow: 0 0 80px rgba(255,140,0,0.25), 0 0 120px rgba(168,85,247,0.2); 
        top: -17%;
    left: 374%; 
    transform: translate(-50%, -50%); 
    z-index: 2; 
  } 
  
  @keyframes sparkleAnim { 0% { 
    transform: scale(0.6) rotate(0deg); 
    opacity: 0.6; } 50% { 
  transform: scale(1.4) rotate(180deg); 
   opacity: 1; } 100% { 
  transform: scale(0.6) rotate(360deg); 
  opacity: 0.6; } } 
        
        
.hero-left { 
  max-width: 45%;
  margin-top: 3%; 
  }
          
.hero-left h1 { 
  font-size: 38px;
  line-height: 1.2; 
}
@media (max-width: 768px) {

  .footer {
    padding: 50px 5% 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-left p {
    font-size: 13px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    text-align: left;
  }

  .footer-col h4 {
    font-size: 14px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 12px;
  }

  .social-icons {
    justify-content: center;
  }

  .social-icons i {
    font-size: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-policy a {
    margin: 5px 10px;
    font-size: 12px;
  }
}


@media (max-width: 480px) {

  .footer {
    padding: 40px 4% 20px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  .footer-col h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 13px;
  }

  .footer-logo span {
    font-size: 16px;
  }

  .footer-logo img {
    height: 30px;
  }

  .social-icons i {
    font-size: 18px;
    margin: 0 8px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {

  .footer {
    padding: 50px 5% 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-left p {
    font-size: 13px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    text-align: left;
  }

  .footer-col h4 {
    font-size: 14px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 12px;
  }

  .social-icons {
    justify-content: center;
  }

  .social-icons i {
    font-size: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-policy a {
    margin: 5px 10px;
    font-size: 12px;
  }
}


@media (max-width: 480px) {

  .footer {
    padding: 40px 4% 20px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  .footer-col h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 13px;
  }

  .footer-logo span {
    font-size: 16px;
  }

  .footer-logo img {
    height: 30px;
  }

  .social-icons i {
    font-size: 18px;
    margin: 0 8px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {

  .footer {
    padding: 50px 5% 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-left p {
    font-size: 13px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    text-align: left;
  }

  .footer-col h4 {
    font-size: 14px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 12px;
  }

  .social-icons {
    justify-content: center;
  }

  .social-icons i {
    font-size: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-policy a {
    margin: 5px 10px;
    font-size: 12px;
  }
}


/* Extra Small Devices (Phones) */
@media (max-width: 480px) {

  .footer {
    padding: 40px 4% 20px;
  }

  /* STACK EVERYTHING */
  .footer-links {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  .footer-col h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 13px;
  }

  /* LOGO SMALL */
  .footer-logo span {
    font-size: 16px;
  }

  .footer-logo img {
    height: 30px;
  }

  /* SOCIAL ICONS BIGGER TAP AREA */
  .social-icons i {
    font-size: 18px;
    margin: 0 8px;
  }

  /* COPYRIGHT TEXT */
  .footer-bottom p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {

  .footer {
    padding: 50px 5% 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-left p {
    font-size: 13px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    text-align: left;
  }

  .footer-col h4 {
    font-size: 14px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 12px;
  }

  .social-icons {
    justify-content: center;
  }

  .social-icons i {
    font-size: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-policy a {
    margin: 5px 10px;
    font-size: 12px;
  }
}


@media (max-width: 480px) {

  .footer {
    padding: 40px 4% 20px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  .footer-col h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 13px;
  }

  .footer-logo span {
    font-size: 16px;
  }

  .footer-logo img {
    height: 30px;
  }

  .social-icons i {
    font-size: 18px;
    margin: 0 8px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {

  .footer {
    padding: 50px 5% 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-left p {
    font-size: 13px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    text-align: left;
  }

  .footer-col h4 {
    font-size: 14px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 12px;
  }

  .social-icons {
    justify-content: center;
  }

  .social-icons i {
    font-size: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-policy a {
    margin: 5px 10px;
    font-size: 12px;
  }
}


@media (max-width: 480px) {

  .footer {
    padding: 40px 4% 20px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  .footer-col h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 13px;
  }

  .footer-logo span {
    font-size: 16px;
  }

  .footer-logo img {
    height: 30px;
  }

  .social-icons i {
    font-size: 18px;
    margin: 0 8px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}}

.hero-left span {
  color: #ff8c00; 
}
.hero-left p{
  margin: 20px 0; 
  color: #555; 
} 
.btn-primary:hover { 
  transform: translateY(-3px); } 

  .hero-right { 
    position: relative; 
    z-index: 2; 
    width: 45%; 
    display: flex; 
    justify-content: center; 
  } 
  
  .main-img { 
    position: relative; 
    width: 135%; 
    z-index: 3; 
    margin-right: -8%; 
    margin-bottom: -5% 
  } 
  
  .card { 
    position: absolute; 
    background: white; 
    padding: 15px 20px; 
    border-radius: 15px; 
    box-shadow: 0 15px 40px rgba(0,0,0,0.1); 
    font-size: 14px; margin-top: 18%; 
  } 
  
  .stats-card { 
    bottom: 0px; 
    left: 0; } 
    
    .team-card { 
      top: 35px; 
      right: -35px; 
    } 
    
    .user { 
      margin-top: 5px; 
      font-size: 13px; }
      
      .bubble { 
        position: absolute; 
        width: 50px;
        height: 50px; 
        background: linear-gradient(135deg, #ffd54f, #ff8c00); 
        color: #222; 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        border-radius: 50%; 
        font-weight: bold; 
        box-shadow: 0 10px 25px rgba(255,140,0,0.3); 
        margin-top: 15%; } 
        
        .bubble1 { top: 30%;
          left: -30px;
        } 
        .bubble2 { 
          top: 10%; 
          right: 50px; 
        } 
        .bubble3 { 
          bottom: 20%; 
          right: -20px; 
        } 
        .bubble4 { 
          top: 60%; 
          left: -40px; 
        } 
        .bubble5 { 
          bottom: 0; 
          right: 120px; 
        } 
        .bubble6 { 
          top: 0; 
          left: 80px; 
        } 
        
        .card, .bubble { 
          animation: float 4s ease-in-out infinite; 
        } 
        
        .bubble1 { animation-duration: 4s; } 
        .bubble2 { animation-duration: 5s; } 
        .bubble3 { animation-duration: 6s; } 
        .bubble4 { animation-duration: 4.5s; } 
        .bubble5 { animation-duration: 5.5s; } 
        .bubble6 { animation-duration: 6.5s; } 
        .bubble:hover { transform: scale(1.2); transition: 0.3s; } 
        @keyframes float {
           0% { transform: translateY(0) rotate(0deg); } 
           50% { transform: translateY(-12px) rotate(3deg); } 
           100% { transform: translateY(0) rotate(0deg); } 
          } 
           .login { 
            width: 130px; 
            height: 45px; 
            border-radius: 15px; 
            background: white; 
            font-weight: 500; 
            font-size: 14px; 
            cursor: pointer; 
            display: flex; 
            align-items: center; 
            justify-content: center; 
            
            border: 1.5px solid transparent; 
            background-image: linear-gradient(white, white), linear-gradient(135deg, #ffb347, #8a2be2); 
            background-origin: border-box; background-clip: padding-box, border-box; transition: 0.3s; 
          } .login:hover {
            background: rgba(255,255,255,0.9); 
            transform: translateY(-2px); 
          } 

            .signup { 
              width: 130px; 
              height: 45px; 
              border-radius: 30px; 
              border: none; 
              color: white; 
              font-weight: 600; 
              display: flex; 
              align-items: center; 
              justify-content: center; 
              cursor: pointer; 
              background: linear-gradient(135deg, #ff8c00, #a855f7);  
              box-shadow: none; transition: 0.3s;
             } 
             
             .signup:hover {
              transform: translateY(-2px); 
              box-shadow: 0 12px 28px rgba(255,140,0,0.35); 
            } 
            
            .login:hover, 
            .signup:hover { 
              transform: translateY(-3px); 
              box-shadow: 0 10px 25px rgba(138,43,226,0.2); 
            } 
            .store-buttons {
               display: flex; 
               gap: 20px; 
               margin-top: 20px; }
               
               .login, .signup { 
                display: flex; 
                align-items: center; 
                justify-content: center; 
                font-size: 14px;
                font-weight: 600;
                cursor: pointer; 
                box-shadow:none; 
                transition: 0.3s ease; 
              } 

              .actions a {
  text-decoration: none;
}
              
              .crm-dashboard { 
                width: 500px;
                 background: #f5f5f5; 
                 border-radius: 20px; 
                 overflow: hidden; 
                 box-shadow: 0 20px 60px rgba(0,0,0,0.1); 
                 font-family: "Poppins", sans-serif; } 
     .crm-topbar { 
                  background: #0f1115;
                   color: #aaa; 
                   display: flex; 
                   justify-content: space-between;
                    padding: 12px 20px; 
                    align-items: center; 
                  } 
                  
                  .crm-topbar p { 
                    font-size: 12px; 
                    letter-spacing: 2px; 
                  } 
                  .dots span{
                    display: inline-block; 
                    width: 10px; 
                    height: 10px; 
                    border-radius: 50%; 
                    margin-right: 6px; } 
                    .red { background: #ff5f56; } 
                    .yellow { background: #ffbd2e; } 
                    .green { background: #27c93f; } 
                    
                    .crm-content { 
                      padding: 20px; } 
                      
                      .crm-cards { 
                        display: flex; 
                        gap: 15px; } 
                        
                        .crm-card { 
                          flex: 1; 
                          background: #fff; 
                          border-radius: 15px; 
                          padding: 20px; 
                          position: relative; 
                        } 
                        .crm-card::after { 
                          content: "";
                           position: absolute;
                            width: 80px; 
                            height: 80px; 
                            background: #ffe9b3; 
      border-radius: 50%;
        bottom: -20px; 
       right: -20px; } 
                             
     .label {
      font-size: 12px; 
                               color: #777; 
    letter-spacing: 1px; 
        } 
   .crm-card h2 { 
   font-size: 32px; 
     margin: 10px 0; } 
    .growth { 
                                  color: #00a651; 
    font-size: 13px; 
                                   }  

      .crm-large-card { 
     margin-top: 20px; 
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      position: relative; 
    }
      .crm-large-card::after {
 content: ""; 
position: absolute; 
width: 100px; 
height: 100px; 
 background: #ffe9b3; 
border-radius: 50%; 
bottom: -30px; 
        right: -30px; } 
        .crm-large-card h2 { 
          font-size: 32px; 
          margin: 10px 0; }
         
    .bars {
  display: flex; 
  align-items: flex-end; 
 gap: 8px; 
   margin-top: 20px;
 } 
 .bars span { 
 width: 30px; 
  background: #f4c542;
 border-radius: 5px;
 }
.bars span:nth-child(1){
   height:30px; 
 } 
.bars span:nth-child(2) { 
 height: 50px; 
  } 
.bars span:nth-child(3) {
 height: 40px; 
   } .bars span:nth-child(4) {
  height: 60px; } 
  .bars span:nth-child(5) {
   height: 70px; } .bars span:nth-child(6) {
  height: 55px; } .bars span:nth-child(7) {
  height: 75px; } .bars span:nth-child(8) {
 height: 65px; } .store-btn {
                 display: flex; 
                             align-items: center; 
 gap: 10px; 
                             background: #ffe58e; 
   border: none; padding: 10px 18px; 
               border-radius: 12px; cursor: pointer; 
                             transition: 0.3s; 
                             box-shadow: 0 5px 15px rgba(255,140,0,0.15); 
         }
           .store-btn .icon {
                  font-size: 22px; 
                              } 
                  
        .store-btn small {
          display: block; 
          font-size: 10px; 
          color: #555; 
        } 
          .store-btn strong { 
            font-size: 14px; 
            color: #222; } 
            .store-btn:hover {
               transform: translateY(-3px); 
               background: linear-gradient(135deg, #ffd54f, #ff8c00); 
              } 
              
              .uxf { 
                display: flex; 
                gap: 50px; 
                padding: 80px 8%; 
                background: linear-gradient(to bottom, #fff, #faf8f4); 
              } 
              
              .uxf__menu { 
                width: 25%; 
                display: flex; 
                flex-direction: column; 
                gap: 18px; } .uxf__menu-item { 
                  padding: 16px 20px; 
                  border-radius: 14px; 
                  background: #fff7e6;
                  cursor: pointer; 
                  transition: 0.3s; } 
                  
                  .uxf__menu-item:hover { 
                    transform: translateX(6px); 
                    background: #ffe0b2;
                   } 
               
                   .uxf__menu-item--active 
                   { background: linear-gradient(135deg, #ffd54f, #ff8c00); 
                    font-weight: 600; box-shadow: 0 10px 30px rgba(255,140,0,0.25); 
                  }  .uxf__display { width: 75%; } 
                  
 .uxf__card { 
                    display: flex;
                     justify-content: space-between; 
    align-items: center; 
                     gap: 30px; 
                     padding: 10px 40px; 
                     
                     /* border-radius: 28px */ 
                    } 
                    .uxf__content { 
    width: 50%; 
      } 
        .uxf__badge { 
         font-size: 12px; 
     padding: 6px 12px; 
             border-radius: 20px; 
    background: #fff3cd; 
  color: #c89b3c; 
     } 
    .uxf__title { 
      font-size: 30px; 
      margin: 15px 0; 
   } 
   .uxf__text {
      color: #555; 
        line-height: 1.7; 
     margin-bottom: 25px; 
          } 
                      
    .uxf__tags { 
   display: flex;
  flex-wrap: wrap; 
    gap: 10px;
   margin-bottom: 25px;
   } 
                         
          .uxf__tag { 
     background: #f3efe9; 
   padding: 8px 14px; 
     border-radius: 20px;
       font-size: 13px; 
   } 
                        
   .uxf__btn { 
      padding: 14px 24px; 
     border-radius: 12px; 
     border: none; 
       color: white; 
      cursor: pointer; 
     background: linear-gradient(135deg, #ff8c00, #ff6a00); 
        box-shadow: 0 10px 25px rgba(255,140,0,0.3); 
       } 
        
   .uxf__btn:hover { 
        transform: translateY(-3px); 
  } 
   
   .uxf__image-box { 
      width: 380px; 
   height: 260px; 
       border-radius: 25px;
         overflow: hidden; 
        position: relative;
     background: #f7f3ed; 
  } 
                          
 .uxf__image { 
  width: 100%; 
 height: 100%; 
object-fit: cover; 
} 
                          
 .uxf__status-dot { 
 position: absolute; 
top: 14px; 
right: 14px; 
   width: 12px; 
   height: 12px; 
  background: #00c853; 
 border-radius: 50%; 
      animation: uxfPulse 1.5s infinite; 
 } 
   @keyframes uxfPulse {
   0% { transform: scale(1); } 
   50% { transform: scale(1.4); } 
 100% { transform: scale(1); } }


.footer {
  background: #0f0f0f;
  color: #bbb;
  padding: 70px 8% 30px;
  font-size: 14px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.footer-logo img {
  height: 38px;
}

.footer-left p {
  margin: 15px 0 20px;
  line-height: 1.6;
  color: #999;
}

.social-icons i {
  margin-right: 12px;
  font-size: 16px;
  cursor: pointer;
  color: #aaa;
  transition: 0.3s;
}

.social-icons i:hover {
  color: #ff8c00;
  transform: translateY(-2px);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-col h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 15px;
}

.footer-col a,
.footer-col p {
  display: block;
  margin-bottom: 10px;
  color: #999;
  text-decoration: none;
  transition: 0.3s;
  font-size: 13px;
}

.footer-col a:hover {
  color: #ff8c00;
  padding-left: 5px;
}

.footer-bottom {
  border-top: 1px solid #222;
  margin-top: 50px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-policy a {
  margin-left: 20px;
  text-decoration: none;
  color: #888;
  font-size: 13px;
  transition: 0.3s;
}

.footer-policy a:hover {
  color: #ff8c00;
}

@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-policy a {
    margin: 0 10px;
  }
}

@media (max-width: 576px) {
  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}


@media (max-width: 768px) {

  .footer {
    padding: 50px 5% 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-left p {
    font-size: 13px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    text-align: left;
  }

  .footer-col h4 {
    font-size: 14px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 12px;
  }

  .social-icons {
    justify-content: center;
  }

  .social-icons i {
    font-size: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-policy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-policy a {
    margin: 5px 10px;
    font-size: 12px;
  }
}


@media (max-width: 480px) {

  .footer {
    padding: 40px 4% 20px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  .footer-col h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .footer-col a,
  .footer-col p {
    font-size: 13px;
  }

  .footer-logo span {
    font-size: 16px;
  }

  .footer-logo img {
    height: 30px;
  }

  .social-icons i {
    font-size: 18px;
    margin: 0 8px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}


.about-modern {
  padding: 80px 8%;
  background: linear-gradient(135deg, #fffdf8, #f7f3ed);
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.about-left {
  flex: 1;
}

.tag {
  color: #ff8c00;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.about-left h2 span {
  color: #ff8c00;
}

.desc {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
  max-width: 130%;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: white;
  padding: 15px 18px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.feature-box i {
  color: #ff8c00;
  font-size: 18px;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.about-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.image-wrapper {
  background: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.image-wrapper img {
  width: 400px;
  border-radius: 15px;
}

@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .image-wrapper img {
    width: 100%;
  }
}

.pricing {
  padding: 80px 8%;
  background: linear-gradient(135deg, #f9fafc, #eef2f7);
  text-align: center;
}

.pricing-title {
  font-size: 32px;
  font-weight: 700;
}

.pricing-subtitle {
  color: #666;
  margin-bottom: 50px;
}

.pricing-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: stretch; 
  flex-wrap: wrap;
}

.pricing-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  width: 300px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.3s;
  position: relative;

  display: flex;              
  flex-direction: column;    
  justify-content: space-between;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.popular {
  border: 2px solid #ff8c00;
  margin-top: -15px;
}

.badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff8c00;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
}

.price {
  font-size: 32px;
  font-weight: 700;
  margin: 15px 0;
}

.price span {
  font-size: 14px;
  color: #666;
}



.features {
  list-style: none;
  margin: 20px 0;
  text-align: left;
  flex-grow: 1;
}

.features li {
  margin: 10px 0;
  font-size: 14px;
}

.btn-plan {
  background: linear-gradient(135deg, #ffd54f, #ff8c00);
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  transition: 0.3s;
  margin-top: auto;
}

.btn-plan:hover {
  transform: scale(1.05);
}

@media (max-width: 900px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
  }
}

.feature-top-icon {
  text-align: center;
  margin: 15px 0;
}

.feature-top-icon i {
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, #ffd54f, #ff8c00);
  box-shadow: 0 10px 25px rgba(255,140,0,0.3);
}

.silver .feature-top-icon i {
  background: linear-gradient(135deg, #C0C0C0, #A9A9A9);
  color: #2c2c2c;
}

.gold .feature-top-icon i {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #5a3e00;
}

.platinum .feature-top-icon i {
  background: linear-gradient(135deg, #E5E4E2, #BCC6CC);
  color: #2c2c2c;
}

.silver .feature-top-icon i {
  box-shadow: 0 8px 20px rgba(192,192,192,0.4);
}

.gold .feature-top-icon i {
  box-shadow: 0 8px 25px rgba(255,215,0,0.5);
}

.platinum .feature-top-icon i {
  box-shadow: 0 8px 20px rgba(200,200,200,0.4);
}

.features-pro {
  padding: 100px 8%;
  background: #f9fafc;
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
}

.section-subtitle {
  color: #666;
  margin: 15px 0 50px;
}

#featureTitle{
  margin-top:-62%;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card {
  background: white;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
  height:172%;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-card .icon {
  width: 50%;
  height: 60px;
  margin: 0 auto 15px;
  background: linear-gradient(135deg, #ffd54f, #ff8c00);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
}

.feature-card h3 {
  margin: 10px 0;
  font-size: 18px;
}

.feature-card p {
  font-size: 14px;
  color: #666;
}

@media(max-width: 900px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.feature-heading {
  padding: 100px 8%;
  text-align: center;
  background: linear-gradient(135deg, #f9fafc, #eef2f7);
      margin-bottom: -7%;
}

.heading-container {
  max-width: 800px;
  margin: auto;
}

.tagline {
  color: #ff8c00;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.feature-heading h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}

.feature-heading h2 span {
  background: linear-gradient(135deg, #ff8c00, #6a5acd);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.subtext {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.subtext strong {
  color: #222;
}

@media (max-width: 768px) {
  .feature-heading h2 {
    font-size: 30px;
  }
}

.feature-highlight {
  padding: 80px 8%;
  background: linear-gradient(135deg, #fdf7ff, #f5f3ff);
}

.highlight-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.highlight-left,
.highlight-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 30%;
}

.highlight-box {
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.3s;
  
}

.highlight-box:hover {
  transform: translateY(-6px);
}

.highlight-box .icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #ffd54f, #ff8c00);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 10px;
  font-size: 18px;
  margin-left: 43%;
}

.highlight-box h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.highlight-box p {
  font-size: 13px;
  color: #666;
}

.highlight-center {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
   overflow: visible;
}
.highlight-center img {
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .highlight-container {
    flex-direction: column;
  }

  .highlight-left,
  .highlight-right,
  .highlight-center {
    width: 100%;
    text-align: center;
  }
}

.highlight-center {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.highlight-center img {
      /* width: 230px; */
    width: 344%;
    border-radius: 30px;
    z-index: 2;
    right: 123%;
}



.dotted-circle {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 360px;
  height: 360px;

  transform: translate(-50%, -50%); 

  border-radius: 50%;
  border: 2px dashed rgba(255,140,0,0.5);

  box-shadow: 0 0 40px rgba(255,140,0,0.2);


  animation: rotateCircle 60s linear infinite;
             
}

@keyframes rotateCircle {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.dotted-circle::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@keyframes pulseCircle {
  0%,100% {
    scale: 1;
    opacity: 0.8;
  }
  50% {
    scale: 1.08;
    opacity: 1;
  }
}

.mobile-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-img {
  width: 100%;
    display: block;
  z-index: 1;
}

.mobile-cards {
    z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  display: grid;
  grid-template-columns: repeat(2, 90px);
  gap: 12px;
}

.mobile-card {
  width: 85px;
  height: 75px;
  border-radius: 18px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;

  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  cursor: pointer;

  transition: 0.3s;
}

.mobile-card i {
  font-size: 18px;
    color: #fff;

}

.mobile-card:hover {
  transform: scale(1.08);
}

.blue { background: linear-gradient(135deg,#4facfe,#00f2fe); }
.green { background: linear-gradient(135deg,#43e97b,#38f9d7); }
.orange { background: linear-gradient(135deg,#fa709a,#fee140); }
.purple { background: linear-gradient(135deg,#a18cd1,#fbc2eb); }
.pink { background: linear-gradient(135deg,#ff758c,#ff7eb3); }
.yellow { background: linear-gradient(135deg,#f6d365,#fda085); }

.cyan { background: linear-gradient(135deg,#36d1dc,#5b86e5); }
.dark { background: linear-gradient(135deg,#434343,#000000); }
.teal { background: linear-gradient(135deg,#11998e,#38ef7d); }
.red { background: linear-gradient(135deg,#ff416c,#ff4b2b); }

.card-box {
  height: 85px;
  border-radius: 16px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  font-weight: 500;

  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: 0.3s;
}

.card-box i {
  font-size: 18px;
  margin-bottom: 6px;
}

.card-box:hover {
  transform: scale(1.08);
}

.blue {
  background: linear-gradient(135deg, #4facfe, #007bff);
}

.green {
  background: linear-gradient(135deg, #00c9a7, #00a86b);
}

.orange {
  background: linear-gradient(135deg, #ff7e5f, #ff3d00);
}

.purple {
  background: linear-gradient(135deg, #7f53ac, #5f2c82);
}

.pink {
  background: linear-gradient(135deg, #ff4e8d, #d81b60);
}

.yellow {
  background: linear-gradient(135deg, #fbc02d, #f57f17);
}

.mobile-header {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 600;
  z-index:3;
}

.live {
 background: #00c853;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 9px;
    margin-top: -3%;
}

.mobile-status {
      position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: 67%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 600;
    color: #333;
}

.mobile-nav {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;

  display: flex;
  justify-content: space-between;
  align-items: center;

  z-index: 3;
}

.mobile-nav i {
  font-size: 16px;
  color: #444;
  opacity: 0.8;
  cursor: pointer;
  transition: 0.2s;
}

.mobile-nav i:hover {
  opacity: 1;
  transform: scale(1.2);
}


.faq {
  padding: 80px 8%;
  background: linear-gradient(135deg, #fdf7ff, #eef2f7);
  text-align: center;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
}

.faq-subtitle {
  color: #666;
  margin: 15px 0 50px;
}

.faq-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.faq-left {
  flex: 1;
}

.faq-list {
  width: 100%;
}

.faq-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.faq-image img {
  width: 100%;
  max-width: 400px;
}

.faq-item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.faq-question {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  text-align: left;
  padding: 0 20px;
  font-size: 14px;
  color: #555;
  transition: 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 20px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.faq-item:hover {
  transform: translateY(-3px);
}

@media (max-width: 992px) {
  .faq-container {
    flex-direction: column;
    text-align: center;
  }

  .faq-image {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .faq-title {
    font-size: 26px;
  }

  .faq-question {
    font-size: 14px;
  }

  .faq-answer {
    font-size: 13px;
  }
}



.contact {
  padding: 80px 8%;
  background: linear-gradient(135deg, #fdf7ff, #eef2f7);
}

.contact-container {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.contact-left {
  flex: 1;
  max-width: 480px;
}

.contact-left h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.contact-left p {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.contact-info p {
  margin-bottom: 10px;
  font-size: 14px;
}

.contact-right {
  flex: 1.2;
  display: flex;
  justify-content: center;
}

.contact-form-wrapper {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.contact-side-img {
  position: absolute;
  top: -55px;
  left: -32%;
}

.contact-side-img img {
  width: 300px;
  opacity: 0.85;
}

.contact-form {
  width: 100%;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.form-group {
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #ff8c00;
  box-shadow: 0 0 8px rgba(255,140,0,0.2);
}

.contact-btn {
  width: 100%;
  padding: 14px;
  border-radius: 25px;
  border: none;
  background: linear-gradient(135deg, #ffd54f, #ff8c00);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255,140,0,0.3);
}

@media (max-width: 992px) {
  .contact-container {
    flex-direction: column;
    text-align: center;
  }

  .contact-right {
    width: 100%;
  }

  .contact-side-img {
    position: static;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .contact-left h2 {
    font-size: 26px;
  }

  .contact-form {
    padding: 25px;
  }

  .contact-side-img img {
    width: 90px;
  }
}

/* FLOATING BUTTON CONTAINER */
.floating-contact {
  position: fixed;
  right: 20px;   /* changed from left → right */
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

/* COMMON BUTTON STYLE */
.float-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: 0.3s ease;
  animation: zoomPulse 2s infinite;
}

/* WHATSAPP */
.whatsapp-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

/* CALL */
.call-btn {
  background: linear-gradient(135deg, rgb(132, 132, 241), blue);
}

/* HOVER EFFECT */
.float-btn:hover {
  transform: scale(1.15);
}

/* ZOOM IN OUT ANIMATION */
@keyframes zoomPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
  }
  50% {
    transform: scale(1.12);
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
  }
}