
nav.navbar.navbar-expand-lg.py-0.px-4 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 !important;
}

/*Industries page css Start*/
  .custom-hero-bg {
  background-image: url(./images/header.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 580px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay { 
  width: 100%; 
}

.custom-hero-container-width {
  max-width: 1280px;
  width: 100%;
}

.hero-content {
  color: #fff;
  max-width: 800px;
  width: 60% !important;
}

.hero-text {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.custom-para-style {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}


.section-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .section-title {
      font-size: 32px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 20px;
    }

    .swiper {
    width: 100%;
    /* max-width: 780px; */
    background: rgba(246, 249, 252, 1);
    padding: 6px 17px !important;
}

    .swiper-slide-ind {
    width: 25% !important;
    background-color: rgba(220, 230, 233, 0.3);
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .swiper-slide-ind.active {
      background-color: #eae6ff;
      color: #5e4ae3;
      border: 1px solid #d6c8ff;
    }

    .swiper-slide-ind:not(:last-child) {
      margin-right: 10px;
    }
    .industries .card{
      margin: 15px 0 !important;
    }

/*Industries page css End*/

/*Industries details page css Start*/
.full-section {
      width: 100%;
      background-color: rgba(246, 249, 252, 1);
      padding: 60px 20px;
    }

    .section-container {
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }

    .text-content {
      flex: 1 1 55%;
    }

    .text-content h1 {
      font-size: 32px;
      font-weight: 700;
      color: #111;
      margin-bottom: 20px;
      line-height: 1.4;
    }

    .text-content p {
      font-size: 16px;
      color: #444;
      margin-bottom: 16px;
      line-height: 1.6;
    }

    .meta {
      font-size: 14px;
      color: #555;
      margin-bottom: 10px;
    }

    .author {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #333;
    }

    .author img {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      margin-right: 10px;
    }

    .image-content {
      flex: 1 1 40%;
      min-width: 280px;
    }

    .image-content img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
    }

     .page-wrapper {
      display: flex;
      flex-wrap: wrap;
      max-width: 1280px;
      margin: 0 auto;
      padding: 40px 20px;
      gap: 40px;
    }

    /* Sidebar */
    .sidebar {
      flex: 1 1 25%;
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .toc {
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 16px;
      font-size: 14px;
    }

    .toc ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .toc li {
      margin-bottom: 10px;
    }

    .toc li a {
      text-decoration: none;
      color: #222;
    }

    .form-box {
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 20px;
      background-color: #ffffff;
    }

    .form-box h3 {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .form-box p {
      font-size: 14px;
      color: #555;
      margin-bottom: 20px;
    }

    .form-box label {
      font-size: 13px;
      display: block;
      margin: 6px 0 4px;
    }

    .form-box input,
    .form-box textarea,
    .form-box select {
      width: 100%;
      padding: 8px;
      margin-bottom: 10px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

    .form-box button {
      background-color: #635bff;
      color: white;
      padding: 10px 16px;
      border: none;
      border-radius: 6px;
      font-size: 14px;
      cursor: pointer;
    }

    /* Main Content */
    .content {
      flex: 1 1 70%;
    }

    h2 {
      font-size: 22px;
      margin: 24px 0 12px;
    }

    p {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 16px;
    }

    ul {
      padding-left: 20px;
      margin-bottom: 20px;
    }

    ul li {
      margin-bottom: 10px;
    }

    /* Benefits and Box in Row */
    .benefits-row {
      display: flex;
      gap: 30px;
      align-items: flex-start;
      margin-bottom: 40px;
      flex-wrap: wrap;
    }

    .benefits-list {
      flex: 1 1 65%;
    }

    .highlight-box {
      flex: 1 1 30%;
      background-color: #f3f6f9;
      padding: 16px;
      border-radius: 8px;
      font-size: 14px;
      line-height: 1.6;
    }

    .highlight-box a {
      color: #635bff;
      text-decoration: none;
      display: inline-block;
      margin-top: 10px;
    }
/*Industries details page css End*/


/*Blogs page css Start*/
.blog-section {
      background: #f6f9fc;
      padding: 60px 20px;
    }

    .blog-container {
      max-width: 1280px;
      margin: 0 auto;
    }

    .blog-title {
      font-size: 32px;
      font-weight: 700;
      color: #635bff;
      margin-bottom: 40px;
      text-align: center;
    }

    .blog-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }

    .blog-left,
    .blog-right {
      display: flex;
      flex-direction: column;
    }

    .blog-left {
      flex: 2;
    }

    .blog-right {
      flex: 1;
      gap: 30px;
    }

    .blog-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .blog-card img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .blog-content {
      padding: 20px;
    }

    .blog-content h3 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .blog-meta {
      font-size: 13px;
      color: #666;
      margin-bottom: 12px;
    }

    .blog-description {
      font-size: 14px;
      color: #333;
      line-height: 1.5;
    }

    .blog-link {
      display: inline-block;
      margin-top: 12px;
      color: #635bff;
      font-size: 14px;
      text-decoration: none;
    }

    .blog-link:hover {
      text-decoration: underline;
    }
    img.card-img-top.p-1 {
    height: auto;
}

.blogs .card.custom-card-width {
    /* width: 400px; */
    margin: 15px 0 !important;
}
/*Blogs page css End*/


/*Blog Details page start*/
.blog-hero-section {
      background-color: #f6f9fc;
      padding: 60px 20px 30px;
      text-align: center;
    }

    .blog-hero-container {
      max-width: 1280px;
      margin: 0 auto;
    }

    .blog-hero-title {
      font-size: 32px;
      font-weight: 700;
      color: #111111;
      margin-bottom: 20px;
    }

    .blog-hero-subtitle {
      font-size: 16px;
      color: #4f4f4f;
      max-width: 800px;
      margin: 0 auto 30px;
      line-height: 1.6;
    }

    .blog-author-meta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      font-size: 14px;
      color: #333;
    }

    .blog-author-meta img {
      width: 32px;
      height: 32px;
      border-radius: 50%;
    }

    .blog-author-meta .author-name {
      font-weight: 600;
      color: #111;
    }

    .blog-hero-image {
      margin-top: 40px;
    }

    .blog-hero-image img {
      max-width: 100%;
      border-radius: 12px;
      display: block;
      margin: 0 auto;
      height: auto;
    }

/*End Blog Details page*/



@media (max-width: 1024px) {
      .page-wrapper {
        flex-direction: column;
      }

      .sidebar, .content {
        flex: 1 1 100%;
      }

      .benefits-row {
        flex-direction: column;
      }

      .benefits-list, .highlight-box {
        flex: 1 1 100%;
      }
      .blog-grid {
        flex-direction: column;
      }

      .blog-left,
      .blog-right {
        flex: 1;
      }
    }

@media (max-width: 768px) {

 /*Industries page css Start*/ 
.custom-hero-bg {
    height: auto;
    padding: 30px 20px;
  }

  .hero-overlay {
    padding: 20px;
  }
  .hero-content {
  width: 100% !important;
}

  .hero-text {
    font-size: 36px;
  }

  .custom-para-style {
    font-size: 16px;
  }
      .industries-hero-content {
    width: 100%;
}
      .section-wrapper {
        flex-direction: column;
        align-items: flex-start;
      }
      .swiper {
        max-width: 100%;
      }
/*Industries page css end*/


/*Industries details page css Start*/
.section-container {
        flex-direction: column;
        padding: 20px;
      }

      .text-content h1 {
        font-size: 24px;
      }

      .text-content p,
      .meta,
      .author {
        font-size: 15px;
      }

      .image-content {
        width: 100%;
      }
/*Industries details page css End*/


/*Blogs Details page css Start*/
.blog-hero-title {
        font-size: 24px;
      }

      .blog-hero-subtitle {
        font-size: 14px;
      }

      .blog-author-meta {
        flex-direction: column;
        gap: 4px;
      }
/*Blogs Detailspage css End*/

    }


@media (max-width: 570px) {
  /*Industries page css Start*/
    .section-wrapper {
      display: block;
    }

    .swiper {
      overflow-x: auto;
      padding-bottom: 10px;
    }

    .swiper-wrapper {
      flex-wrap: nowrap;
    }
/*Industries page css End*/



  }