body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f0f6ff;
  }

  /* CHUNG */
  section {
    /* padding: 0px 20px; */
  }

  h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  .btn {
    background-color: #0066ff;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
  }

  .btn:hover {
    background-color: #004bcc;
  }
  
  .container {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    /* position: relative; */
  }
  
  .hero .logo {
    height: 40px;
  }
  
  .sub-text {
      margin-top: -10px;
  }
  
  h1 {
    font-size: 45px;
    font-weight: 700;
  }
  
  h1 .highlight {
    color: #007bff;
    text-decoration: none;
  }
  
  h2 {
    font-size: 28px;
    margin: 10px 0;
  }
  
  .sub-text {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
  }
  
  .web-preview {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .text-center {
    text-align: center;
  }
  .web-preview img {
    max-height: 330px;
    width: auto;
    border-radius: 8px;
  }
  .features {
    padding: 0px 20px;
    text-align: center;
  }

  .faq-container .heading {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 30px;
      line-height: 1.4;
  }

  .faq-section p.sub {
      color: #555;
      font-size: 18px;
      max-width: 700px;
      margin: auto;
      margin-bottom: 40px;
      text-align: center;
  }

  .plan-grid a.btn {
    width: 85%;
    text-align: center;
  }
  
  .features-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  
  .feature-item {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 16px 24px;
    max-width: 300px;
    text-align: left;
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  
  .feature-item img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 4px;
  }
  
  .feature-item p {
    margin: 0;
    font-size: 15px;
    color: #333;
  }
  
  .cta-button {
    margin: 30px 0;
  }
  
  .btn-primary {
    display: inline-block;
    background-color: #007bff;
    color: #fff;
    padding: 25px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  
  .btn-primary:hover {
    background-color: #005fcc;
  }
  
  .warning-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0 10px;
  }
  
  .warning-text p {
    font-size: 18px;
    color: #666;
  }

  .problems {
    background-color: #f0f6ff;
    /* padding: 0px 20px; */
    text-align: center;
  }
  
  .problem-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    text-align: center;
  }
  
  .problem-box img {
    height: 32px;
    margin-bottom: 16px;
  }
  
  .problem-box h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
  }
  
  .problem-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
  }

  .package-services {
    background-color: #e3efff;
    /* padding: 0px 20px; */
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  
  .package-services h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .package-services .subtitle {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
  }
  
  .box_service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    position: relative;
  }.list_service {
    width: 100%;
}
  
  .service-content {
    flex: 1 1 450px;
    text-align: left;
  }
  
  .service-number {
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  .service-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    min-height: 40px;
  }
  
  .service-features {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .service-features li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
  }
  
  .service-image {
    width: 400px;
    text-align: right;
  }
  
  .service-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
  
  .dots {
    margin-top: 30px;
  }
  
  .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
  }
  
  .dot.active {
    background-color: #007bff;
  }

  
  .package-details {
    background-color: #f5f8fc;
    padding: 0px 20px;
  }
  
  .grid-2col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
  }
  
  .service-block {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  
  .service-number {
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  
  .service-block h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #222;
    min-height: 40px;
  }
  
  .service-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .service-block li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
  }

  .value-title {
    text-align: center;
    margin-top: 60px;
  }
  
  .value-title h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .value-title h2 span {
    color: #007bff;
  }
  
  .value-title p {
    font-size: 16px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
  }

  .starter-text {
    max-width: 600px;
    margin-top: -15%;
}

  .starter-package {
    color: white;
    padding: 0px 20px;
    position: relative;
  }
  
  .starter-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
  }
  
  .starter-text {
    max-width: 600px;
  }
  
  .starter-text h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 24px;
    text-transform: uppercase;
  }
  
  .starter-text ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
  }
  
  .starter-text ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-style: italic;
  }
  
  .starter-text ul li::before {
    content: "âœ”";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-weight: bold;
  }
  
  .btn-register {
    background-color: #0066ff;
    padding: 12px 24px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
  }
  
  .starter-price .ticket {
    background: #5a96ff;
    color: #fff;
    border-radius: 12px;
    padding: 20px 40px;
    text-align: center;
    font-size: 22px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  }
  
  .starter-price .ticket strong {
    font-size: 48px;
    color: #ffeb3b;
    display: block;
  }

  .testimonials {
    background: #f4f8ff;
    padding: 0px 20px;
    text-align: center;
  }

  .testimonials h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .testimonials h2 span {
    color: #2979ff;
  }

  .testimonials p.sub {
    color: #555;
    font-size: 18px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
  }

  .testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    flex: 1;
    min-width: 260px;
    max-width: 350px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    text-align: left;
    position: relative;
  }

  .testimonial-card::before {
    content: "“";
    font-size: 48px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .testimonial-card::after {
    content: "”";
    font-size: 48px;
    font-weight: bold;
    color: #000;
    position: absolute;
    bottom: 80px;
    right: 20px;
  }

  .testimonial-card .stars {
    color: #ffc107;
    font-size: 18px;
    margin: 10px 0;
    position: absolute;
    top: 10px;
    right: 30px;
  }

  .testimonial-card p {
    font-size: 16px;
    color: #333;
  }
   /* GÃ“I Dá»ŠCH Vá»¤ */
   .plans {
    background: #f4f8ff;
    padding: 20px;
  }
  .plans p.sub {
    color: #555;
    font-size: 18px;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
}

  .plan {
    background: #fff;
    /* border: 1px solid #2196f3; */
    border: 1px solid #a6a6a6;;
    border-radius: 10px;
    padding: 30px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    box-shadow: 0 0 12px rgba(0,0,0,0.05);
  }

  .border-blue {
    border: 1px solid #2196f3; 
  }

  .plan h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .plan .price {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 16px;
  }

  .plan ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .plan ul li {
    margin-bottom: 10px;
  }

  .plan ul li strong {
    display: block;
    margin-top: 12px;
  }

  .industry-section {
    background-color: #f6f9ff;
    /* padding: 0px 20px; */
    text-align: center;
  }
  
  .industry-section .heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  
  .category-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
  }
  
  .category-buttons .btn {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: rgb(84, 84, 84);
  }
  
  .category-buttons .btn:hover {
    background-color: #e6f0ff;
    border-color: #007bff;
  }
  
  .category-buttons .btn.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
  }
  
  .template-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .template-img {
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    object-fit: cover;
  }

  .faq-section {
    padding: 50px 20px;
  }
  
  .faq-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
    gap: 40px;
  }
  
  .faq-list {
    flex: 1 1 500px;
  }
  
  .faq-item {
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
  }
  
  .faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #202b3a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #dfefff;
    padding: 10px 20px;
  }
  .faq-question img {
    transform: rotate(270deg);
  }
  .faq-question .not-rotate {
    transform: rotate(0deg);
  }
  .faq-answer {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    margin-left: 20px;
  }
  
  .faq-image {
    flex: 1 1 400px;
  }
  
  .faq-image img {
    max-width: 100%;
    border-radius: 10px;
  }
  .container-form {
    background: url(/assets/images/includesive/bg4.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
  }
  
  .content {
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  .text-section {
    flex: 1 1 100%;
    text-align: center;
    color: white;
    margin-bottom: 30px;
    opacity: 0;
  }
  
  .text-section h1 {
    font-size: 36px;
    font-weight: bold;
  }
  
  .text-section p {
    font-size: 18px;
    /* line-height: 1.5;
    margin-top: 10px; */
  }
  
  .image-section {
    flex: 1 1 50%;
    text-align: center;
  }
  
  .woman-img {
    max-width: 100%;
    height: auto;
    margin-top: auto;
    display: block;
    opacity: 0;
  }
  
  .form-box {
    background-color: #f4f7ff;
    border-radius: 30px;
    padding: 30px 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    margin: 20px auto;
    margin-top: 374px;
  }
  
  .form-box h2 {
    text-align: center;
    color: #0056e0;
    margin-bottom: 20px;
  }
  
  .form-box form {
    display: flex;
    flex-direction: column;
  }
  
  .form-box input {
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
  }
  
  .form-box button {
    padding: 12px;
    background: linear-gradient(to right, #f6a500, #f9c300);
    color: white;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .form-box button:hover {
    background: linear-gradient(to right, #f9c300, #f6a500);
  }
  .footer {
    background-color: #ffffff;
    color: #000000;
    padding: 40px 20px;
  }
  
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
  }
  
  .footer-left,
  .footer-middle,
  .footer-right {
    /* flex: 1 1 300px; */
    margin-bottom: 20px;
  }
  
  .footer-logo {
    width: 140px;
    margin-bottom: 15px;
  }
  
  .footer-left h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .footer-left p {
    font-size: 15px;
    margin: 4px 0;
  }
  
  .social-icons img {
    width: 28px;
    margin-right: 10px;
    vertical-align: middle;
  }
  
  .footer-middle h4,
  .footer-right h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .footer-middle ul,
  .footer-right ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-middle li,
  .footer-right li {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .benefits-section {
    background-color: #f1f7ff;
    overflow: hidden;
    text-align: center;
  }
  
  .benefits-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .benefits-section .blue-text {
    color: #0070f3;
  }
  
  .subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .benefit-item {
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px;
    max-width: 320px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.3s ease;
  }
  
  .benefit-item:hover {
    transform: translateY(-5px);
  }
  
  .benefit-icon {
    width: 40px;
    margin-bottom: 15px;
  }
  
  .benefit-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
  }
  
  .benefit-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
  }
  .icon-check {
    width: 15px;
    margin-right: 5px;
  }
  .service-number {
    float: left;
    margin-right: 10px;
}
.container-form .text-section {
    position: absolute;
    top: 0%;
    left: 0%;
}
.pricing-container {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f4f4f4;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .pricing-card h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 16px;
  }
  
  .section {
    margin-bottom: 16px;
  }
  
  .section h4 {
    font-size: 16px;
    color: #111;
    margin-bottom: 8px;
  }
  
  .section ul {
    padding-left: 16px;
  }
  
  .section ul li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 6px;
  }

  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
      display: none;
  }
  @media only screen and (max-width: 600px) {
    .web-preview img {
        width: 380px;
    }
    .grid-2col {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }
    .btn-register {
        background-color: #0066ff;
        padding: 5px 5px;
        border-radius: 5px;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        text-decoration: none;
        margin-left: 20px;
    }
    /* .benefits-section {
      margin-top: -50px;
    } */
    .mySwiper {
      /* height: 370px; */
    }
    .package-services .container {
      height: 100%;
      max-height: 730px;
      overflow: hidden;
    }
    .swiper-button-prev img {
      margin-top: -1800px;
    }
    .swiper-button-next img {
      margin-top: -1800px;
    }
  }
  .hidden {
    display: none;
  }
  
  .slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 40px;
  }
  .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slides img {
    width: 100%;
    flex-shrink: 0;
  }

  .controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 20px;
    box-sizing: border-box;
  }

  .btn {
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
  }

  .btn:hover {
    background-color: rgb(42 216 255 / 87%);
  }

  .dots {
    margin-top: 15px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 182px;
  }

  .dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
  }

  .dot.active {
    background-color: #1976d2;
  }
  @media only screen and (min-width: 600px) {
    .service-slide {
      position: relative;
      display: flex;
      justify-content: space-between;
    }.problems-list {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}
    .problems-grid {
      /* display: grid; */
      /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
      /* gap: 30px; */
    }
    .list_benefits {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
    .testimonial-grid {
      display: grid;
      gap: 30px;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    

    .list_testimonial {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1200px;
      margin: auto;
    }
  
    .list_plan {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      max-width: 1200px;
      margin: auto;
    }
    .slider-container {
        position: absolute;
        /* width: 80%; */
        max-width: 500px;
        overflow: hidden;
        border-radius: 20px;
        margin-top: 0px;
        right: 0px;
    }

    .image-section {
      margin-top: 150px;
    }
    .container-form .text-section {
      position: absolute;
      top: 5%;
      left: 20%;
  }
    .container-form {
      padding: 0px;
    }
    .container-form .text-section p {
        font-size: 18px;
        margin-top: -10px;
    }
  }

  .testimonials {
    padding: 60px 20px;
    background-color: #f7f9fc;
    font-family: sans-serif;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  
  .testimonials h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .testimonials h2 span {
    color: #0d6efd;
    font-weight: bold;
  }
  
  .testimonials .sub {
    font-size: 15px;
    color: #555;
    max-width: 600px;
    margin: 0 auto 40px;
  }
  
  .testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: left;
    position: relative;
  }
  
  .stars {
    color: gold;
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .testimonial-card .quote {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    padding-left: 0px;
    margin-top: 20px;
    min-height: 110px;
  }
  
  .testimonial-card .quote::before,
  .testimonial-card .quote::after {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    position: absolute;
  }

  .author {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .author img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .author strong {
    display: block;
    font-weight: bold;
  }
  
  .author span {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    color: rgb(84, 84, 84);
    font-kerning: normal;
    text-decoration: none;
  }
  
  p.quote {
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.mobile a {
  display: none;
}

.list_theme {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 12px;
  background: #f8fbff;
  scroll-snap-type: x mandatory;
}

.nav-button {
  background: white;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  padding: 4px;
}

.nav-button:hover {
  background-color: #e0e0e0;
}

.nav-button img {
  width: 16px;
  height: 16px;
}

.category {
  flex: 0 0 auto;
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: white;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  scroll-snap-align: start;
  transition: all 0.2s;
  text-decoration: none;
}

.category.active {
  background-color: #007bff;
  color: white;
  border: none;
}

.category.active-outline {
  border: 1px solid #007bff;
  color: #007bff;
  background-color: #eaf3ff;
}

/* Optional: hide scroll bar on WebKit */
.list_theme::-webkit-scrollbar {
  display: none;
}
.cta-button-2 {
  display: inline-block;
  padding: 14px 100px;
  background-color: #006aff;
  color: white;
  font-weight: bold;
  border-radius: 12px;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
  position: absolute;
  bottom: 100px;
  left: 150px;
}
.prev,
.next,
.button-feat {
  display: none;
}
@media only screen and (max-width: 600px) { 
  .mobile-hidden {
    display: none !important;
  }
  .prev,
  .next,
  .button-feat {
    display: block;
  }
  .problems,
  .benefits-section,
  .testimonials {
    position: relative;
  }
  .nav-button {
    display: block;
  }
  button.nav-button.prev {
    left: 10px;
}
.nav-button { 
  top: 50%;
  position: absolute;
  z-index: 9999;
}
button.nav-button.next {
  right: 10px;
}
  h1,
  h2 {
    font-size: 23px !important;
  }
  
  .benefit-item {
    min-width: fit-content;
  }
  .list_benefits, .problems-grid {
    /* display: flex; */
    /* gap: 20px; */
    /* overflow: auto; */
    overflow: hidden;
    position: relative;
}
.problem-box {
  min-width: 280px;
}
  .list_testimonial {
    display: flex;
    overflow-x: auto;
  }
  .image-section {
    margin-bottom: 140px;
    display: none;
  }
  .image-section img{ 
    display: none;
  }.form-box {
    margin: 0;
}

.content {
    justify-content: center;
}
  .container-form .text-section {
    left: 15%;
    opacity: 1;
    left: 0;
    position: relative;
  }
  .package-details {
    display: none;
  }
  .desktop {
    display: none;
  }
  .mobile a {
    display: block;
  }
  .category-slider {
    padding: 10px 16px;
    margin-bottom: 10px;
    position: relative;
  }
  .list_plan {
    display: flex
    ;
    overflow-x: hidden;
    /* white-space: nowrap; */
    gap: 20px;
}

.cta-button-2 {
  padding: 5px 20px;
  border-radius: 5px;
  bottom: 20px;
  left: 8%;
  font-size: 13px;
}
.warning-text p,
.subtitle {
  font-size: 15px !important;
}
.service-content h3,
.sub-text { 
  font-size: 16px !important;
}
.plans {
  position: relative;
  overflow: hidden;
}
.industry-section {
  position: relative;
  overflow: hidden;
}
.next {
  position: absolute;
  width: 100px;
  top: 23%;
  right: -72px;
  z-index: 999999999999999999;
}
.prev {
  position: absolute;
  z-index: 9999;
  top: 23%;
  left: 0;
}
.next img,
.prev img{
  width: 100px;
}
.industry-section .prev,
.industry-section .next {
    top: 55%;
  }
  .pricing-card.collapsed .section:nth-of-type(n+2) {
    display: none;
  }
  #toggle-btn {
    background-color: #e12e2d;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
    text-align: revert;
    margin: auto;
    padding: 10px 20px;
    border-radius: 10px;
  }.category-slider .next,.category-slider .prev {
    top: 1px;
}

.category-slider .next {
    right: -48px;
}

.category-slider .prev {
    left: -48px;
}.problems-list {
    display: flex; 
        gap: 20px;
        overflow: auto;
        overflow: hidden;
}

.problems-grid .next, .problems-grid .prev {
    top: 150px;
}

.problems-grid .next {
    right: -32px;
}

.problems-grid .prev {
    left: -32px;
}.list_service {
    /* width: max-content; */
}

.service-slide .next,.service-slide .prev {bottom: -53px;top: unset;}

.service-slide .next {
    right: 85px;
}

.service-slide .prev {
    left: 85px;
}

.dots {
    bottom: -32px;
    left: 124px;
    display: none;
}.benefits-grid {
    position: relative;
}.benefits-grid .next,.benefits-grid .prev {
    top: 122px;
}

.benefits-grid .next {
    right: -48px;
}

.benefits-grid .prev {
    left: -48px;
}.testimonial-grid {
    position: relative;
}
  .testimonial-grid .next,.testimonial-grid .prev {
    top: 96px;
}

.testimonial-grid .next {
    right: -48px;
}

.testimonial-grid .prev {
    left: -48px;
}
  .plan-grid {
    position: relative;
}
  .plan-grid .next,.plan-grid .prev {
    top: 168px;
}

.plan-grid .next {
    right: -48px;
}

.plan-grid .prev {
    left: -48px;
}.problems-grid {
    overflow: hidden;
}.service-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}.testimonials {
    padding: 20px;
}h2.heading br {
    display: none;
}
}
.service-content img {
  width: 100%;
}
.mySwiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.swiper-button-prev img,
.swiper-button-next  img{
  width: 100px !important;
  margin-left: 0px;
} 

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: '';
}