.hero {
    text-align: center;
    padding: 150px 20px 0px 20px;
    background-color: #ffffff;
}

.hero h1 {
    color: var(--black-text-color);
    font-size: 36px;

}
  
  /* Pricing Plans Section */
  .pricing-plans {
    padding: 50px 20px 0px 20px;
    background-color: #ffffff;
    text-align: center;
  }
  
  .pricing-plans h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #000000;
  }
  
  .pricing-plans p {
    font-size: 18px;
    color: #555555;
    margin-bottom: 40px;
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.4;
  }
  
  /* Responsive Design */
  @media screen and (max-width: 768px) {
    .pricing-plans p {
      padding: 0px 20px;
      font-size: 17px;
    }
  
    .pricing-plans h2 {
      font-size: 2.5rem;
    }
  
    .pricing-plans {
      padding: 40px 10px 0px 10px;
    }
  }
  
  
  
  
  /* section Eight Start */
  .pricing-section {
    padding: 50px 20px;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  
  .pricing-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  
  
  .pricing-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 330px;
    padding: 20px;
    text-align: left;
  }
  
  .pricing-card h3 {
    font-size: 29px;
    margin-bottom: 10px;
  }
  
  .price {
    font-size: 27px;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .price span {
    font-size: 20px;
    color: #555555;
  }
  
  .billing-info {
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
  }
  
  .pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
  }
  
  .pricing-card ul li {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
  }
  
  .pricing-card ul li span {
    font-size: 20px;
  }
  
  .button-aligno {
    margin: 30px 0px;
  }
  
  .btn {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
  }
  
  .primary-btn {
    background-color: #007bff;
    color: #fff;
  }
  
  .primary-btn:hover {
    background-color: #0056b3;
    /* Darker blue */
    color: #fff;
  }
  
  .secondary-btn {
    background-color: #e9ecef;
    color: #333;
  }
  
  .secondary-btn:hover {
    background-color: #ced4da;
    /* Slightly darker gray */
    color: #000;
  }
  
  
  
  /* section Eight end */
  
  
  .align-plans {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 80px 80px;
    background-color: #ffffff;
  }
  
  .subscriptions-section {
    width: 100%;
    max-width: 1200px;
    color: #333;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #f8f9fa;
  }
  
  .subscriptions-section h2 {
    text-align: center;
    margin: 20px 0px 30px;
    font-size: 2.5rem;
    color: black;
  }
  
  .desktop-view table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .desktop-view th,
  .desktop-view td {
    font-size: 18px;
    padding: 12px 15px;
    border: 1px solid #ffffff;
    text-align: center;
  }
  
  
  
  .align-left {
    text-align: left !important;
  }
  
  .desktop-view th {
    background-color: #007BFF;
    color: white;
    border-radius: 5px 5px 0 0;
  }
  
  .desktop-view tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
  }
  
  .desktop-view tbody tr:last-child td {
    border-radius: 0 0 5px 5px;
  }
  
  /* मोबाइल व्यू स्टाइलिंग */
  .mobile-view .feature {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
  }
  
  .mobile-view h3 {
    color: #000000;
    margin-bottom: 5px;
    text-align: center;
  }
  
  .mobile-view .plans div {
    padding: 8px;
    color: #000;
    border-top: 1px solid #eee;
  }
  
  /* रेस्पॉन्सिव मीडिया क्वेरी */
  @media (max-width: 768px) {
    .desktop-view {
      display: none;
    }
  
    .mobile-view {
      display: block;
    }
  
    .align-plans {
      padding: 30px 20px 75px;
    }
  
    .plans-mobile {
      display: flex;
      justify-content: space-between;
      align-items: center;
  
    }
  
    .plans-mobile p {
      margin: 0px 5px 0px 0px;
    }
  }
  
  @media (min-width: 769px) {
    .mobile-view {
      display: none;
    }
  
    .desktop-view {
      display: block;
    }
  }
  
  
  
  /*  */
  .plan-details-background {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .plan-details {
    margin: 0px 20px 50px 20px;
    padding: 30px;
    max-width: 1200px; 
    background-color: #ffffff; 
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  }
  
  .plan-details h2 {
    color: #000000;
    font-size: 2.5rem;
    margin-bottom: 15px;
    text-align: center; 
    font-weight: bold;
  }
  
  .plan-details h3 {
    color: #000000;
    font-size: 2rem;
    margin-top: 25px;
    text-align: center;
  }
  
  .plan-details p {
    line-height: 1.8;
    color: #000000;
    margin: 10px 0;
    font-size: 18px;
  }
  
  
  .plan-details ul {
    line-height: 1.8;
    list-style-type: none;
    margin: 15px 0px 15px 0px; 
    color: #000000;
  }
  
  .plan-details ul li {
    margin-bottom: 10px;
    font-size: 18px;
    position: relative;
    padding-left: 33px;
  }
  
  .plan-details ul li::before {
    content: "✔️";
    position: absolute;
    left: 0;
  }
  
  
  .plan-details-button-aligno {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px 17px 0px;
  }
  
  .plan-details-rimary-btn {
    text-decoration: none;
    display: block;
    padding: 15px 70px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    background-color: #007bff;
    color: #fff;
  }
  
  
  .plan-details-rimary-btn:hover {
    background-color: #0056b3;
    color: #fff;
  }
  
  @media (max-width: 768px) {
    .plan-details h2 {
      font-size: 2.4rem;
    }
    .plan-details h3 {
      font-size: 2.1rem;
    }
  }
  
  
  /* section Nine Start */
  
  .faqi {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #007bff;
  }
  
  .faq-section {
    padding: 40px 20px 40px 20px;
    max-width: 850px;
  }
  
  .w-col-8 {
    width: 100%;
  }
  
  .heading-70 {
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
  }
  
  
  .faq-accordion-item {
    border-radius: 8px;
    background-color: #000000; 
    margin-bottom: 20px;
    border: 1px solid #000000; 
  }
  
  .accordion-item-trigger {
    padding: 18px 20px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease;
    border-radius: 8px;
  }
  
  .accordion-item-trigger:hover {
    background-color: #1d1d1d;
    
  }
  
  .accordion-heading-landing {
    color: #f1f1f5;
    font-size: 20px;
    flex: 1;
    margin: 0;
  }
  
  .icon-3 {
    cursor: pointer;
    font-size: 28px;
    color: #f1f1f5;
    transition: transform 0.40s ease;
  }
  
  .icon-3.rotate {
    transform: rotate(-45deg);
  }
  
  .accordion-item-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 1.0s ease;
  }
  
  .accordion-item-content.show {
    max-height: 600px; 
  }
  
  .landing-faw-p {
    color: #b0b0b0;
    margin: 10px 20px 20px 20px;
    font-size: 16px;
  }
  
  .link-30 {
    text-decoration: none;
    color: var(--blue-button);
    font-weight: bold;
    transition: color 0.3s;
  }
  
  .link-30:hover {
    color: #3d9bff;
  }
  
  /* section Nine end */