 /*body {
    
      font-family: 'Montserrat', sans-serif;
      scroll-behavior: smooth;
    }
    .no-scrollbar::-webkit-scrollbar {
      display: none;
    }
    .no-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .all-sub-hedding{
        font-size: 1.2rem!important;
      color: #6c757d!important;
    }
   
     /* about css */
  /*    .about-section {
      padding: 80px 0;
      background: linear-gradient(227.13deg, #1567aeff, #878cf5ff);
      color: white;
       border-radius: 2rem;
    }

    .about-section h2 {
      font-size: 36px;
      font-weight: bold;
    }

    .about-section p {
      font-size: 16px;
      line-height: 1.7;
    }

    .about-card {
      background: #fff;
      color: #333;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .about-card h5 {
      color: #1a8ff6;
      font-weight: 600;
    }
     .with{
     color: #0152be;
  }
 .main {
  height: 80vh;         
  display: flex;          
  justify-content: center;
  align-items: center;    
      font-size: 2.1rem;
    line-height: 2.8rem;
    margin:5rem;
}

/* contact css  */

 /*   .contact {
      padding: 60px 0;
      background-color: #fff;
    }

    .contact .info {
      background: #e6effe;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .contact .info > div {
      margin-bottom: 20px;
    }

    .contact .info i {
      font-size: 24px;
      color: #1a8ff6;
      float: left;
      margin-right: 15px;
    }

    .contact .info h4 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 5px;
    }

    .contact .info p {
      font-size: 14px;
      color: #555;
      margin-bottom: 0;
    }

    .php-email-form {
      background: #e6effe;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    .php-email-form input,
    .php-email-form textarea {
      border-radius: 12px;
      box-shadow: none;
      border: 1px solid #ccc;
      font-size: 14px;
    }

    .php-email-form button[type="submit"] {
      background: #1a8ff6;
      border: none;
      padding: 12px 30px;
      color: #fff;
      border-radius: 12px;
      font-weight: 600;
      transition: background 0.3s;
    }

    .php-email-form button[type="submit"]:hover {
      background: #1a8ff6;
    }

    .loading,
    .error-message,
    .sent-message {
      display: none;
      font-size: 14px;
      margin-top: 10px;
    }

    .loading {
      color: #1a8ff6;
    }

    .sent-message {
      color: green;
    }

    .error-message {
      color: red;
    }
    /* price css */
    .heading-section {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 30px;
    }
    .heading-section h1 { font-size: clamp(1.8rem, 3.5vw, 3rem);  }
    .heading-section p { font-size: 1.1rem; color: #444; }
    .toggle-btns .btn,
    .currency-btns .btn {
      border-radius: 12px;
      font-weight: 600;
      padding: 10px 16px;
      margin: 5px;
    }
    .platform-tabs .btn {
  color: #30236b;
  background-color: transparent;
  border: none;
  font-weight: 600;
  border-radius: 12px;
  padding: 8px 20px;
  transition: background-color 0.3s ease;
}

.platform-tabs .btn.active {
  background-color: #30236b;
  color: #fff !important;
}

    .btn-active { background-color: #30236b !important; color: #fff !important; }
    .discount-tag {
      background-color: #1a8ff6;
      color: #fff;
      font-size: 0.75rem;
      padding: 2px 6px;
      border-radius: 6px;
      margin-left: 5px;
    }
    .price-card {
      border-radius: 25px;
      padding: 25px;
      background-color: #e6effe;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
      text-align: center;
      height: 100%;
      transition: all 0.3s ease;
    }
    .price-card:hover { transform: translateY(-6px); }
    .badge-label {
      padding: 4px 10px;
      font-size: 0.75rem;
      border-radius: 10px;
      font-weight: 600;
      margin-left: 10px;
    }
    .label-start { background-color: #1faf48; color: white; }
    .label-inbox { background-color: #1a8ff6; color: white; }
    .label-pro { background-color: #333; color: white; }
    .label-max { background-color: #9a59f6; color: white; }
    .price { font-size: 2.5rem; font-weight: 800; margin-top: 10px; }
    .features { text-align: left; margin-top: 20px; }
    .features li {
      display: flex;
      justify-content: space-between;
      padding: 4px 0;
      
    }
    .free-btn {
      background-color: #30236b;
      color: #fff;
      border: 1px solid #30236b;
      border-radius: 12px;
      font-weight: 600;
      padding: 10px;
      margin-top: 20px;
      width: 100%;
    }
    .free-btn:hover { background-color: #0c43a3ff; }
     /* slide css */
 /*     .main-sales {
    display: flex;
    flex-direction: column;
  }

  .main-sales__subtitle,
  .main-sales__title {
    text-align: center;
    
  }
.main-sales__title{
      font-size: 3rem!important;
      font-weight: 600;
}
  .main-sales__wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .main-sales-tabs {
    color: #1a8ff6;
    margin: 40px auto 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    max-width: 100%;
  }

  .main-sales-tabs::-webkit-scrollbar {
    height: 6px;
  }

  .main-sales-tabs::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
  }

  .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 8px;
  }

 

  .main-sales-tabs__item {
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
    background: #f0f0f0;
    color: #1a8ff6;
  }

  .main-sales-tabs__item--active {
    background-color: #1a8ff6;
    color: #fff;
  }

  .main-sales-slider {
    position: relative;
  }

  .main-sales-slider__image {
    width: 100%;
    max-width: 500px;
  }

  .main-sales-slider__button-next,
  .main-sales-slider__button-prev {
    align-items: center;
    background-color: #fff;
    border: 2px solid #e3e3e7;
    border-radius: 50%;
    cursor: pointer;
    display: flex; /* now always visible */
  /*  height: 40px;
    width: 40px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .main-sales-slider__button-prev {
    left: 10px;
  }

  .main-sales-slider__button-next {
    right: 10px;
  }

  .main-sales-slider__button-next:hover,
  .main-sales-slider__button-prev:hover {
    border: 2px solid #1a8ff6;
    box-shadow: 2px 2px 0 0 #1a8ff6;
  }

  .main-sales-card {
    align-items: center;
    background: linear-gradient(227.13deg, #1a8ff6, #29d3f6);
    border-radius: 40px;
    cursor: grab;
    display: none;
    flex-direction: column;
    gap: 30px;
    height: auto;
    justify-content: flex-start;
    margin:5px!important;
    overflow: hidden;
    padding: 10px 20px;
  }

  .main-sales-card.active {
    display: flex;
  }

  
  .main-sales-card__description,
  .main-sales-card__title {
    color: #fff;
  }

  .main-sales-card__description {
    margin-top: 15px;
  }

  .main-sales-card__caption {
    color: #fff;
    margin-top: 14px;
    opacity: 0.7;
  }

  .main-sales-card-socials {
    display: flex;
    gap: 10px;
    margin-top: 30px;
  }

  .main-sales-card-socials-stars {
    align-items: center;
    display: flex;
    gap: 2px;
    justify-content: center;
  }
  /* footer css */
  /* .footer {
      background: #e6effe;
      padding: 50px 20px 30px;
      border-radius: 40px 40px 0 0;
    }
    .footer-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
    }
    .footer-left {
      flex: 1 1 260px;
    }
    .footer-logo {
      font-size: 24px;
      font-weight: 700;
      color: #22c55e;
      margin-bottom: 5px;
    }
    .footer-left small {
      color: #777;
    }
    .support-card {
      background: white;
      padding: 20px;
      margin-top: 20px;
      border-radius: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .support-card h4 {
      margin: 0 0 5px;
      font-size: 1rem;
      font-weight: 600;
    }
    .support-card p {
      margin: 0 0 15px;
      font-size: 0.9rem;
      color: #666;
    }
    .support-buttons a {
      display: block;
      margin-bottom: 10px;
      text-decoration: none;
      color: white;
      font-weight: 600;
      padding: 10px 15px;
      border-radius: 8px;
      text-align: center;
    }
    .whatsapp-btn {
      background-color:#25D366!important;
    }
    .telegram-btn {
      background-color: blue;
    }
    .footer-column {
      flex: 1 1 180px;
    }
    .footer-column h5 {
      font-size: 1rem;
      margin-bottom: 15px;
    }
    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-column ul li {
      margin-bottom: 10px;
      font-size: 0.95rem;
      color: #444;
    }
    .store-buttons img {
      width: 140px;
      margin-bottom: 10px;
      border-radius: 8px;
    }
    .footer-bottom {
      text-align: center;
      margin-top: 20px 0 0 10px;
      color: #999;
      font-size: 0.9rem;
    }

 
    /* main css */
   /* .btn-success {
      background-color: #0152be!important;
      color: #ffee34;
      border: none;
      transition: all 0.4s ease-in-out;
    }

    .btn-success:hover {
      background-color: #ffee34!important;
      transform: scale(1.02);
      box-shadow: 0 8px 0 rgba(18, 18, 18, 0.91);
       color:#0152be ;
    }

    .btn-outline-green {
      border: 1px solid #0152be!important;
      color: #0152be!important;
      background-color: transparent;
      transition: all 0.3s ease-in-out;
    }

    .btn-outline-green:hover {
      background-color: #ffee34!important;
      transform: scale(1.02);
      box-shadow: 0 8px 0 rgba(18, 18, 18, 0.91);
       color: #0152be!important;
    }

    .hero-title {
      font-size: 5.5rem;
      line-height: 6rem!important;
    }

  

    
     /* support card css     */
/*
      .card-section {
      padding: 60px 20px;
      text-align: center;
    }

    .card_section_heading h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .card_section_sub_heading p {
      font-size: 1.2rem;
      color: #6c757d;
      margin: 20px auto; 
        padding: auto;
       width: 50%;
    }

    .main_card {
      border: none;
      border-radius: 2rem;
      transition: transform 0.3s ease;
      background: #e6effe;
      height: 460px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .main_card:hover {
      transform: translateY(-5px);
    }

    .card_img img {
      width: 200px;
      height: 200px;
      object-fit: cover;
      border-radius: 50%;
       margin: 40px 58px 0 58px;
      display: block;
      border: 3px solid #1a8ff6; /* optional brand border */
  /*  }

 /*   .card_heading {
      font-size: 20px;
       line-height: 26px;
       
      font-weight: 400;
      margin-top: 30px;
    }

    .card_sub_heading {
      font-size: 1rem;
      color: #6c757d;
      margin-top: 20px;
    }
    .now{
    color:#0152be;
    }
    /* qustion css */
 /*   .question-container {
  background-color: #1a8ff6;
  padding: 40px;
  border-radius: 30px;
  max-width: 90%;
  margin: 20px auto;
  color: #fff;
  font-family: 'Arial', sans-serif;
}

.question-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.question-text {
  max-width: 600px;
  flex: 1;
}

.question-text h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

.question-text h2 span {
  font-weight: bold;
  display: block;
}

.question-text p {
  font-size: 18px;
  margin: 10px 0;
}

.care-line {
  font-size: 22px;
  font-family: 'Comic Sans MS', cursive;
  font-weight: bold;
}

.question-buttons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.question-buttons .btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  background-color: #fff!important;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.btn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.btn.whatsapp {
  color: #25d366;
}

.btn.telegram {
  color: #0088cc;
}

.btn:hover {
  background-color: #f0f0f0;
}

.question-image {
  flex: 1;
  text-align: center;
  margin-top: 30px;
}

.question-image img {
  max-width: 250px;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* Responsive styles */
/*.custom-mf-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom:1rem;
}

.custom-mf-btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 2.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.custom-mf-btn-primary {
  background-color: var(--color-primary);
  color: #fff;
}

.custom-mf-btn-primary:hover {
  background-color: var(--color-primary-dark);
}

.custom-mf-btn-secondary {
  background-color: transparent;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}

.custom-mf-btn-secondary:hover {
  background-color: var(--color-primary);
  color: #fff;
}
/* --- Mobile styles: max-width 768px --- */
/*@media (max-width: 768px) {
  
  /* Remove side margins & padding for all sections, containers, and divs */
  /*section, 
  .container, 
  div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  /* Example typography adjustments */
  /*.about-section h2 {
    font-size: 28px;
  }

  .question-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .question-text h2 {
    font-size: 32px;
  }

  .care-line {
    font-size: 20px;
  }

  .btn {
    font-size: 15px;
    padding: 10px 16px;
  }

  .question-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .question-image {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }

  .question-image img {
    max-width: 200px;
  }

  .custom-mf-btn {
    display: inline-block;
    width: auto;
    padding: 0.5rem 0.8rem !important;
    font-size: 1rem !important;
    white-space: nowrap;
  }

  .main {
    height: 60vh !important;
  }

  .hero-title {
    font-size: 3rem;
    line-height: 3rem !important;
    margin: 0;
    padding: 0 !important;
  }

  .container {
    width: 100%;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* --- Extra small screens: max-width 576px --- */
/*@media (max-width: 576px) {
  .hero-title {
    font-size: 2.5rem;
    line-height: 2.8rem !important;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }
}


