 /*------- start why choose us section ============= */
  .custom-card {
    background: #0d2a47;
    color: #fff;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
  }

  .small-card {
    text-align: center;
    padding: 30px 20px;
  }

  .small-card h2 {
    font-weight: 700;
  }

  .btn-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .btn-blue {
    background: #2a6df5;
    color: #fff;
  }

  .btn-yellow {
    background: #ffc107;
    color: #000;
  }

  .main-img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media (max-width: 767px) {
    .main-img {
      height: 250px;
    }
  }


  .section-box {
    position: relative;
  background: #0e2a47;
  color: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  }

.section-box h5{
  font-size: 26px;
  margin-bottom: 10px;
}

  .stat-box {
    background: #0e2a47;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 40px 20px;
    height: 100%;
  }

  .stat-box h2 {
    font-weight: 700;
    font-size: 32px;
  }

  .main-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
  }

  .learn-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }

  .learn-link:hover {
    text-decoration: underline;
  }

  @media(max-width:768px){
    .main-img {
      height: 250px;
    }
  }

/* Icon circle */
.icon-circle {
 position: absolute;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    background: #2a6df5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

/* optional hover effect */
.section-box:hover .icon-circle {
  transform: scale(1.1);
  transition: 0.3s;
}

 /*------- End why choose us section ============= */


 /*==========  start Faq section ============= */

 .faq-section {
    padding: 80px 0;
  }

  /* Heading */
  .faq-title {
    font-weight: 600;
    margin-bottom: 30px;
  }

  /* Accordion Card */
  .accordion-item {
    background: #122b49;
    border: none;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  /* Question */
  .accordion-button {
    background: transparent;
    color: #fff;
    font-weight: 500;
    padding: 18px 20px;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  /* Hover effect */
  .accordion-button:hover {
    background: rgba(255,255,255,0.05);
  }

  /* Active */
  .accordion-button:not(.collapsed) {
    background: #2a6df5;
    color: #fff;
  }

  /* Answer */
  .accordion-body {
    background: #0e243d;
    color: #ddd;
    padding: 15px 20px;
    line-height: 1.6;
    animation: fadeIn 0.3s ease;
  }

  /* Smooth animation */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(-5px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Icon style */
  .accordion-button::after {
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
  }

  .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
  }

  /* Image */
  .faq-img {
    width: 100%;
    height: 100%;
    max-height: 700px;
    object-fit: cover;
    border-radius: 16px;
  }

  /* Mobile */
  @media (max-width: 991px) {
    .faq-img {
      margin-top: 25px;
      height: 300px;
    }
  }


/* Image wrapper fix */
.faq-img-wrapper {
  position: sticky;
  top: 100px; /* navbar ke hisaab se adjust kar lena */
}

/* Image */
.faq-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
 /*==========  end Faq section ============= */

/*======= start  SEO Services section ======== */

            .tech-card {
        border-radius: 12px;
        padding: 19px 9px;
        text-align: center;
        transition: 0.3s;
        height: 100%;
              
      }

      .tech-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
      }

      .tech-icon {
        width: 60px;
        height: 60px;
        object-fit: contain;
        margin-bottom: 15px;
      }

      .tech-title {
        font-weight: 600;
        margin-bottom: 10px;
        color: #000;
      }

      .tech-desc {
        font-size: 14px;
        color: #555;
        background: #fff;
        border-radius: 8px;
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      }

      /* Background colors like your design */
      .bg-soft-green { background: #eef5e9; }
      .bg-soft-purple { background: #f3e9f5; }
      .bg-soft-orange { background: #fdebe7; }
      .bg-soft-blue { background: #e9f4f7; }
      .bg-soft-beige { background: #f4f1e8; }
      .bg-soft-gray { background: #f2f2f2; }

/*======= end  SEO Services section ======== */



  .industry-section {
      padding: 40px 20px;
    }

    .industry-title {
      text-align: center;
      font-weight: 700;
      margin-bottom: 40px;
    }

    .industry-item {
      border: 1px solid #ddd;
      padding: 25px 10px;
      text-align: center;
      height: 100%;
      transition: 0.3s;
    }



    .industry-icon {
      width: 70px;
      margin-bottom: 10px;
    }


    .industry-name {
      font-size: 16px;
      font-weight: 600;
    }

    /* Custom 5 column layout */
    @media (min-width: 992px) {
      .col-lg-5th {
        width: 20%;
      }
    }








 .card-custom {
      border-radius: 20px;
      padding: 15px;
      background: #fff;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    }

    .card-header-custom {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      font-size: 18px;
        color: #000;
    }

    .card-header-custom img {
      width: 24px;
      color: #000;
    }

    .website {
      font-size: 14px;
      color: #555;
    }

    .table thead th {
      text-align: center;
      font-weight: 600;
      border: none;
       color: #000;
    }

    .th-keyword {
      background: #f1f1f1;
    }

    .th-ranking {
      background: #2f5bea;
      color: #fff;
    }

    .th-engine {
      background: #2f5bea;
      color: #fff;
    }

    .table tbody td {
      text-align: center;
      vertical-align: middle;
      border: 1px solid #eee;
    }

    .engine {
      background: #dff0c8;
      color: #0a58ca;
      font-weight: 500;
    }

    .ranking {
      font-weight: 600;
    }

    @media (max-width: 768px) {
      .card-header-custom {
        font-size: 16px;
      }
    }



































