
section {
    padding: 70px 10px;
}

/* ====  hero  section start ===== */

.carousel,
.carousel-inner,
.carousel-item {
    position: relative;
}

/* Force center controls */
.carousel-control-prev,
.carousel-control-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    width: 40px !important;
    height: 40px !important;
    background-color: #04C96D !important;
    border-radius: 50%;
    opacity: 1 !important;
    z-index: 10;
    font-size: 10px !important;
}

/* Left Right positioning */
.carousel-control-prev {
    left: 20px !important;
}

.carousel-control-next {
    right: 20px !important;
}

/* White icon */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) invert(1);
    background-size: 60%;
}

/* ==== hero section end ===== */







.certified .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.certified .container h2 {
    font-size: 36px;
    font-weight: 700;
    color: black;
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;

}

.certified .container .division-img {
    width: 50%;
    padding: 30px 0;
}

.certified .container .certified-img {
    width: 90%;
    border-radius: 10px;
    padding: 50px 0;

}
.certified .container .certified-img img{
        border-radius: 10px;
}
/* ===== ankush SECTION START===== */
.ankush{
    background: #EEF2F6;
}
    .akpsl-section {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      background: #EEF2F6;
    }

    .akpsl-heading {
      text-align: center;
      font-size: 28px;
      font-weight: 700;
      color: #111;
      margin-bottom: 28px;
    }

    .akpsl-outer {
      position: relative;
      padding: 0 28px;
    }

    .akpsl-viewport {
      overflow: hidden;
      width: 100%;
    }

    .akpsl-track {
      display: flex;
      gap: 14px;
      transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
      will-change: transform;
    }

    .akpsl-card {
      flex-shrink: 0;
      border-radius: 12px;
      overflow: hidden;
      position: relative;
      border: 1px solid #e0e0e0;
      background: #fff;
    }

    .akpsl-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      display: block;
    }

    .akpsl-label {
      position: absolute;
      top: 10px;
      right: 10px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      padding: 4px 10px;
      border-radius: 20px;
      backdrop-filter: blur(4px);
      letter-spacing: 0.3px;
      white-space: nowrap;
    }

    .akpsl-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
       box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
      z-index: 10;
      transition: background 0.15s;
    }
    .akpsl-btn:hover { background: #f0f0f0; }
    .akpsl-btn svg {
      width: 16px; height: 16px;
      fill: none; stroke:black;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .akpsl-prev { left: -5px; }
    .akpsl-next { right: -5px; }

    .akpsl-dots {
      display: flex;
      justify-content: center;
      gap: 7px;
      margin-top: 18px;
    }
    .akpsl-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: #ccc;
      cursor: pointer;
      transition: background 0.2s, transform 0.2s;
    }
    .akpsl-dot.akpsl-active {
      background: #1a5fb4;
      transform: scale(1.35);
    }
/* ===== ankush SECTION end===== */


/* ===== PRODUCT SECTION START===== */

/* OUTER */
.pxr-outer {
    position: relative;
}

.ankushpcr {
    background-color: #eef2f6;
}

.pxr-sec .p-heading {
    font-size: 32px;
    font-weight: 700;
    font-family: inherit;
    color: black;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.pxr-sec .p-para {
    font-size: 16px;
    width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.pxr-sec .h3p {
    font-size: 25px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-top: 30px;

}

/* INNER (slider area only) */
.pxr-inner {
    overflow: hidden;
}
.pxr-inner a{
    text-decoration: none;
    color: black;
}
/* TRACK */
.pxr-track {
    display: flex;
    transition: 0.5s ease;
}

/* CARD */
.pxr-item {
    min-width: 25%;
    padding: 12px;
}

.pxr-item img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.pxr-item img:hover {
    transform: scale(1.05);
}

/* BUTTON */
.pxr-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color:black;
    border: none;
    font-size: 20px;
    z-index: 10;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* SIDE */
.pxr-prev {
    left: -60px;
}

.pxr-next {
    right: -60px;
}

/* ===== PRODUCT SECTION END ===== */



/* ===== slide category section start  ===== */
.pxr-sec .btn {
    background: #0d6efd;
    border: none;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #0d6efd;
    transition: 0.4s linear;
    display: block;
    margin: 0 auto;
    width: 15%;
    margin-top: 30px;

}

.pxr-sec .btn a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.pxr-sec .btn:hover {
    background-color: transparent;
    border: 2px solid #0d6efd;
    color: #0d6efd;
}

.pxr-sec .btn:hover a {
    color: #0d6efd;
}

.pxr-sec .btn i {
    color: white;
}

.pxr-sec .btn:hover i {
    color: #0d6efd;
}


/* ===== slide category section end  ===== */

/* ==== product category section end ===== */

/* ====== About us section start ========= */
.bx-about-area {
    background: #f7faff;
    overflow: hidden;
    position: relative;
}

.bx-about-tag {
    display: inline-block;
    color: #1f6bff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 14px;
    position: relative;
}

.bx-about-tag::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #1f6bff;
    position: absolute;
    top: 50%;
    left: 115%;
}

.bx-about-title {
    font-size: 40px;

    font-weight: 700;
    color: #0b132b;
    margin-bottom: 25px;
}

.bx-about-text {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 18px;
}

/* FEATURES */

.bx-about-feature {
    background: #fff;
    border-radius: 22px;
    padding: 25px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
    height: 100%;
    transition: .4s;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #edf2ff;
}

.bx-about-feature:hover {
    transform: translateY(-8px);
}

.bx-feature-icon {
    width: 80px;
    min-width: 80px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
}

.bx-about-feature h5 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #0b132b;
    margin-bottom: 8px;
}

.bx-about-feature p {
    font-size: 15px;
    line-height: 26px;
    text-align: center;

    color: #666;
    margin: 0;
}

/* IMAGE AREA */

.bx-about-image-wrapper {
    position: relative;
    padding: 40px;
}

.bx-main-img img {
    width: 100%;
    border-radius: 35px;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.bx-small-img {
    position: absolute;
    width: 180px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border: 8px solid #fff;
}

.bx-small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bx-img-one {
    left: 0;
    bottom: 70px;
}

.bx-img-two {
    right: 0;
    top: 60px;
}

.bx-exp-box {
    position: absolute;
    right: 30px;
    bottom: 10px;
    background: #1f6bff;
    color: #fff;
    padding: 22px 28px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(31, 107, 255, 0.35);
}

.bx-exp-box h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
}

.bx-exp-box span {
    font-size: 15px;
    font-weight: 500;
}

/* ====== About us section end ========= */


/* ====== How we work section start ========= */
.bx-work-process-section {
    position: relative;
    overflow: hidden;
}

/* HEADING */

.bx-process-tag {
    color: #1f8fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 14px;
    position: relative;
}



.bx-process-title {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
    color: #071230;
    max-width: 1100px;
    margin: auto;
}

/* CARD */

.bx-process-card {
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 45px 35px;
    position: relative;
    text-align: center;
    height: 100%;
    transition: .4s;
    backdrop-filter: blur(10px);
}

.bx-process-card:hover {
    transform: translateY(-10px);
    border-color: #1f8fff;
}



/* NUMBER */

.bx-process-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1f8fff, #0066ff);
    border-radius: 50%;
    color: #071230;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0, 102, 255, 0.35);
}

/* ICON */

.bx-process-icon {
    width: 95px;
    height: 95px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #071230;
    font-size: 42px;
    margin: auto;
    margin-bottom: 30px;
}

.bx-process-card h3 {
    font-size: 34px;
    font-weight: 700;
    color: #071230;
    margin-bottom: 20px;
}

.bx-process-card p {
    color: #666;
    font-size: 17px;
    line-height: 32px;
    margin: 0;
}

/* ====== How we work section end ========= */

/* ====== why choose us  section start ========= */
.bx-why-image-area {
    position: relative;
    padding: 40px;
}

.bx-main-image img {
    width: 100%;
    border-radius: 35px;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.bx-floating-image {
    position: absolute;
    right: 0;
    bottom: 70px;
    width: 260px;
    border-radius: 30px;
    overflow: hidden;
    border: 8px solid #071230;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.bx-floating-image img {
    width: 100%;
    object-fit: cover;
}

.bx-experience-card {
    position: absolute;
    left: 0;
    bottom: 10px;
    background: linear-gradient(135deg, #1f8fff, #0066ff);
    padding: 24px 32px;
    border-radius: 24px;
    color: #071230;
    box-shadow: 0 20px 50px rgba(0, 102, 255, 0.4);
}

.bx-experience-card h2 {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
}

.bx-experience-card span {
    font-size: 16px;
    font-weight: 500;
    color: white;

}

/* DOTS */

.bx-shape-dots {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: -20px;
    background-image: radial-gradient(#071230 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: .4;
}

/* CONTENT */

.bx-why-content {
    padding-left: 30px;
}

.bx-why-tag {
    color: #1f8fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.bx-why-tag::after {
    content: '';
    width: 70px;
    height: 2px;
    background: #1f8fff;
    position: absolute;
    left: 105%;
    top: 50%;
}

.bx-why-title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    color: #071230;
    margin-bottom: 28px;
}

.bx-why-text {
    color: #666;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
}

/* FEATURES */

.bx-why-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 22px;
    padding: 22px;
    transition: .4s;
    height: 100%;
}

.bx-why-feature:hover {
    transform: translateY(-8px);
    border-color: #1f8fff;
}

.bx-why-icon {
    width: 80px;
    min-width: 65px;
    height: 65px;
    border-radius: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.bx-why-feature h5 {
    font-size: 22px;
    font-weight: 700;
    color: #071230;
    text-align: center;
    margin-bottom: 8px;
}

.bx-why-feature p {
    color: #666;
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    text-align: center;

}

/* BUTTON */

.bx-why-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #071230;
    color: #ffffff;
    padding: 16px 30px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
    transition: .4s;
}

.bx-why-btn:hover {
    background: #1f8fff;
    color: #071230;
}

/* ====== why choose us  section end ========= */


/* ===== Testimonial  section star ===== */
.nx-test-section {
    background: #ffffff;
    overflow: hidden !important;
    padding-bottom: 0 !important;
}

/* HEADING */
.nx-test-heading {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* SWIPER FIX */
.swiper {
    overflow: visible !important;
}

/* CARD */
.nx-test-card {
    background: #eef2f6;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.nx-test-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.nx-test-card h5 {
    font-size: 20px;

    font-weight: 600;
}

.stars {
    color: orange;
    margin-top: -10px;

    font-size: 30px;
}

.testi-p {
    font-size: 16px;

}

/* HOVER */
.nx-test-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* ===== Testimonial  section end ===== */


/* ===== faq section strt ===== */
.nfaq {
    background: #eef2f6;
    padding: 70px 10px;
}

.nfaq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nfaq-item {
    display: flex;
    align-items: stretch;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflo