/* Custom UI Enhancements */

.service-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.video-wrapper iframe {
    border-radius: 12px;
    min-height: 320px;
}

.brand-list img {
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}

.brand-list img:hover {
    filter: none;
    opacity: 1;
}

/* ==============================
   HERO SLIDER ARROWS – FIXED
   ============================== */

.mySwiper-banner-two .swiper-button-next,
.mySwiper-banner-two .swiper-button-prev {
    z-index: 99;
    width: 48px;
    height: 48px;
    background: rgba(255, 0, 3, 0.95);
    border-radius: 50%;
}

/* Arrow icon (Swiper default) */
.mySwiper-banner-two .swiper-button-next::after,
.mySwiper-banner-two .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

/* Positioning */
.mySwiper-banner-two .swiper-button-next {
    right: 25px;
}

.mySwiper-banner-two .swiper-button-prev {
    left: 25px;
}

/* Hover effect */
.mySwiper-banner-two .swiper-button-next:hover,
.mySwiper-banner-two .swiper-button-prev:hover {
    background: #FF0003;
}


/* ==============================
   REDUCE SECTION GAP BY 50%
   ============================== */

.rts-section-gap {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* Mobile */
@media (max-width: 767px) {
    .rts-section-gap {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

/* ==============================
   RESTORE SERVICE CARD EFFECTS
   ============================== */

.services-scroll-row .service-category-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px 22px;
    border: 1px solid #f1f1f1;
    position: relative;
    transition: all 0.35s ease;
    box-shadow: none;
    overflow: visible; /* IMPORTANT */
}

/* Red top accent */
.services-scroll-row .service-category-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #FF0003;
    border-radius: 18px 18px 0 0;
}

  /* HERO UX IMPROVEMENTS */
.hero-badge {
    display: inline-block;
    background: rgba(11, 77, 245, 0.1);
    color: #FF0003;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 18px;
}


.banner-inner-two-content .title span {
    color: #FF0003;
}

.hero-btn-group {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.rts-btn.btn-border {
    background: transparent;
    border: 2px solid #FF0003;
    color: #FF0003;
}

.rts-btn.btn-border:hover {
    background: #FF0003;
    color: #fff;
}

.hero-trust {
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.85;
}

/* Smooth slide feel */
.swiper-slide {
    transition: transform 0.6s ease, opacity 0.6s ease;
}

/*aboutus and vedio css*/
/* ==============================
   ABOUT + VIDEO SECTION
   ============================== */

.section-badge {
    display: inline-block;
    background: rgba(255, 0, 3, 0.12);
    color: #FF0003;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 500;
}

.about-content-area .title span {
    color: #FF0003;
}

.about-feature-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.about-feature-list li {
    font-size: 16px;
    margin-bottom: 12px;
}

/* VIDEO AREA */
.about-video-wrapper {
    position: relative;
    padding-left: 30px;
}

.video-thumb {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.video-thumb img {
    width: 100%;
    border-radius: 16px;
}

/* Play Button */
.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #FF0003;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 15px 40px rgba(255, 0, 3, 0.4);
    transition: all 0.3s ease;
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #e60003;
}

/* Mobile Fix */
@media (max-width: 991px) {
    .about-video-wrapper {
        padding-left: 0;
        margin-top: 40px;
    }
}

/*-------------------service css 3rd option start -----------*/
/* ==============================
   SERVICES CAROUSEL FINAL CSS
   ============================== */

/* Wrapper */
.services-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Horizontal row */
.services-scroll-row {
    display: flex;
    gap: 20px;
    overflow: hidden; /* SCROLLBAR REMOVED */
    scroll-behavior: smooth;
    width: 100%;
}

/* Card */
.services-scroll-row .service-category-card {
    min-width: 280px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 25px 22px;
    position: relative;
    transition: all 0.35s ease;
}

/* Red top strip */
.services-scroll-row .service-category-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #FF0003;
    border-radius: 18px 18px 0 0;
}

/* Hover effect */
.services-scroll-row .service-category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.10);
    border: 1px solid #FF0003;
}

/* Category title */
.category-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

/* LIST – REMOVE SQUARE, KEEP ARROW */
.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;
}

/* Arrow only */
.service-list li::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #FF0003;
    font-size: 20px;
}

/* Hover on list */
.service-list li:hover {
    padding-left: 26px;
    color: #FF0003;

}

/* NAVIGATION ARROWS */
.services-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FF0003;
    color: #fff;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.services-arrow.prev {
    left: -20px;
}

.services-arrow.next {
    right: -20px;
}

.services-arrow:hover {
    background: #e60003;
    transform: translateY(-50%) scale(1.1);
}

/* Mobile */
@media (max-width: 575px) {
    .services-arrow {
        display: none;
    }
}
/*-------------------service css 3rd option end -----------*/

/* ==============================
   CLIENT LOGO CAROUSEL – FINAL
   ============================== */

.rts-client-logo-area {
    background: #ffffff;
}

/* Marquee container */
.client-logo-marquee {
    overflow: hidden;
    position: relative;
}

/* Moving track */
.client-logo-track {
    display: flex;
    align-items: center;
    gap: 30px;
    width: max-content;
    animation: scrollLogos 35s linear infinite;
}

/* Pause on hover */
.client-logo-marquee:hover .client-logo-track {
    animation-play-state: paused;
}

/* Logo card (SAME LOGIC YOU APPROVED) */
.client-logo {
    width: 160px;
    height: 160px;
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Logo image */
.client-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: all 0.3s ease;
}

/* Hover effect */
.client-logo:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.10);
}

.client-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Animation */
@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .client-logo {
        width: 100px;
        height: 100px;
        padding: 14px;
    }
}

.client-logo-track {
    animation-duration: 45s; /* slower */
    /* or 25s for faster */
}

/*---------------Client logo carosal end ---------*/

/* ==============================
   WHY CHOOSE US – MODERN UI
   ============================== */

.rts-why-choose-area {
    background: #fff5f5;
}

/* Heading */
.section-tag {
    display: inline-block;
    color: #FF0003;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
}

.section-title span {
    color: #FF0003;
}

/* Grid */
.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

/* Side columns */
.why-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Cards */
.why-card {
    background: #ffffff;
    padding: 28px 24px;
    border-radius: 16px;
    border: 1px solid #f1f1f1;
    transition: all 0.3s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    border-color: #FF0003;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.why-card .icon {
    font-size: 34px;
    margin-bottom: 14px;
}

.why-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.why-card p {
    font-size: 15px;
    margin: 0;
    color: #444;
}

/* Center box */
.why-center .center-box {
    background: #ffffff;
    padding: 40px 32px;
    border-radius: 20px;
    border: 2px solid #FF0003;
    text-align: center;
    box-shadow: 0 25px 60px rgba(255,0,3,0.15);
}

.why-center h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}

.why-center p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.why-center .highlight {
    color: #FF0003;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 991px) {
    .why-choose-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .why-col {
        align-items: center;
    }
}

/* ==============================
   WHY CHOOSE US – MODERN UI End
   ============================== */

   /* ==============================
   INDUSTRY RECOGNITION – MODERN UI start
   ============================== */

.rts-industry-recognition {
    background: #ffffff;
}

/* Grid */
.industry-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

/* Left content */
.industry-content .section-tag {
    display: inline-block;
    color: #FF0003;
    font-weight: 700;
    margin-bottom: 12px;
}

.industry-content h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
}

.industry-content h2 span {
    color: #FF0003;
}

/* Points */
.industry-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.industry-points li {
    padding-left: 26px;
    margin-bottom: 16px;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
}

.industry-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #FF0003;
    font-weight: 700;
}

/* Badge grid */
.industry-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

/* Badge card */
.badge-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px;
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.badge-card img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.85;
}

/* Hover */
.badge-card:hover {
    transform: translateY(-6px);
    border-color: #FF0003;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.badge-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Mobile */
@media (max-width: 991px) {
    .industry-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .industry-badges {
        grid-template-columns: repeat(2, 1fr);
    }
}

   /* ==============================
   INDUSTRY RECOGNITION – MODERN UI End
   ============================== */

   /* ==============================
   CONSULTATION SECTION – NP IT
   ============================== */

.rts-consultation-area {
    background: #fff5f5;
}

.consultation-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

/* LEFT */
.section-tag {
    color: #FF0003;
    font-weight: 700;
}

.consultation-content h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 14px 0;
}

.consultation-content p {
    font-size: 16px;
    color: #444;
}

.rating-box {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    font-size: 14px;
}

/* FORM */
.consultation-form-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.10);
}

.consultation-form-box h3 {
    text-align: center;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

input, textarea {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}

textarea {
    resize: none;
    height: 100px;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #FF0003;
}

/* CAPTCHA */
.captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0;
    font-weight: 600;
}

/* BUTTON */
.btn-submit {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    border: none;
    background: #FF0003;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.btn-submit:hover {
    background: #e60003;
}

/* Mobile */
@media (max-width: 991px) {
    .consultation-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
 /* ==============================
   CONSULTATION SECTION – NP IT End
   ============================== */
/* ==============================
   FAQ TWO COLUMN SECTION
   ============================== */

.rts-faq-area {
    background: #ffffff;
}

.section-tag {
    display: inline-block;
    color: #FF0003;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title {
    font-size: 36px;
    font-weight: 800;
}

/* Accordion */
.accordion-item {
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    background: #ffffff;
    padding: 18px 20px;
}

.accordion-button:not(.collapsed) {
    color: #FF0003;
    background: #fff5f5;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

/* Right Image */
.faq-visual {
    text-align: center;
}

.faq-visual img {
    max-width: 100%;
    height: auto;
}

/* Mobile */
@media (max-width: 991px) {
    .faq-visual {
        margin-top: 40px;
    }
}

/* ==============================
   FAQ TWO COLUMN SECTION
   ============================== */
/* ==============================
   ONE ROW CHALLENGE GRID
   ============================== */

.rts-challenges-area {
  background: #ffffff;
}

/* GRID */
.challenge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* ONE ROW */
  gap: 30px;
}

/* CARD */
.challenge-card {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 18px;
  padding: 28px 22px;
  transition: all 0.3s ease;
}

/* Image */
.challenge-card img {
  width: 100%;
  margin-bottom: 15px;
}

/* Heading */
.challenge-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
}

/* List */
.challenge-card ul {
  padding-left: 18px;
  margin: 0;
}

.challenge-card ul li {
  font-size: 15px;
  margin-bottom: 8px;
}

.challenge-card ul li::marker {
  color: #FF0003;
}

/* Hover */
.challenge-card:hover {
  transform: translateY(-6px);
  border-color: #FF0003;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* CTA */
.challenge-cta {
  margin-top: 60px;
}

.challenge-cta h4 {
  font-size: 26px;
  font-weight: 800;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .challenge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .challenge-grid {
    grid-template-columns: 1fr;
  }
}

/* ==============================
   MODERN SECTORS GRID (BEST) for sectors 
   ============================== */

.rts-sectors-modern {
  background: #fff5ef;
}

/* GRID */
.sector-modern-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 20px;
}

/* ITEM */
.sector-item {
  text-align: center;
  transition: all 0.35s ease;
}

/* ICON */
.sector-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #FF0003;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

/* TITLE */
.sector-item h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

/* HOVER */
.sector-item:hover .sector-icon {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 28px 60px rgba(255,0,3,0.35);
}

/* HIGHLIGHT (OPTIONAL) */
.sector-item.highlight .sector-icon {
  background: #FF0003;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .sector-modern-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .sector-modern-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}