/* ===============================
   SERVICE HERO SECTION
================================ */
    .faq-main{
            font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #3B8DBC 100%);
            min-height: 100vh;
            padding: 60px 0;
            position: relative;
            overflow-x: hidden;
        }

        .faq-main::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 20% 50%, rgba(124, 58, 237, 0.3) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(59, 130, 246, 0.3) 0%, transparent 50%);
            pointer-events: none;
        }
.service-hero {
  position: relative;
  min-height: 600px;
  background: url("https://webconvoy.com/public/websitenew/image/SOFTWRE-DEVLOP-BANNER.png") center/cover
    no-repeat;
     
   
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-hero2{
        background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #3B8DBC 100%);
         min-height: 600px;
         display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  /*background: rgba(0, 0, 0, 0.65);*/
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  
  text-align: center;
  max-width: 900px;
  color: #ffffff;
}

.hero-content h1 {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: clamp(14px, 2vw, 18px);
  color: #e0e0e0;
  margin-bottom: 35px;
}

/* Button */
.hero-btn {
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #ffffff;
  color: #000000;
}
.trusted-section {
  background: #f2f2f2;
  padding: 25px 0;
  overflow: hidden;
}

.trusted-container {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

/* Left text */
.trusted-text {
  min-width: 320px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  line-height: 1.4;
}

/* Marquee area */
.marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Track */
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}

/* Logos */
.marquee-track img {
  height: 48px;
  margin-right: 60px;
  object-fit: contain;
  /*filter: grayscale(100%);*/
  opacity: 0.8;
  transition: all 0.3s ease;
}

.marquee-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* Infinite smooth animation */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.services-section {
  padding: 80px 0;
  background: #fff;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  max-width: 700px;
}

.section-subtitle {
  margin-top: 15px;
  max-width: 600px;
  color: #555;
}


.content-section {
  padding: 100px 0;
  background: #f9fafc;
  font-family: "Montserrat", sans-serif;
}

/* HEADER */
.content-header {
  max-width: 900px;
  margin-bottom: 50px;
}

.content-header h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.content-header h1 span {
  color: #3B8DBC;
}

/* INTRO CARD */
.intro-card {
  background: #ffffff;
  padding: 35px 40px;
  border-left: 6px solid #3B8DBC;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  max-width: 950px;
  margin-bottom: 70px;
}

.intro-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

/* CONTENT GRID */
.content-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: all 0.4s ease;
}

.content-box:hover {
  transform: translateY(-6px);
}

/* HEADINGS */
.content-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.content-box h3::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #3B8DBC;
  display: block;
  margin-top: 8px;
}

/* TEXT */
.content-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* HIGHLIGHTED CARD */
.content-box.highlighted {
  background: linear-gradient(135deg, #0b1f2a, #163b57);
  color: #ffffff;
}

.content-box.highlighted p {
  color: #e0e0e0;
}

.content-box.highlighted h3::after {
  background: #ffffff;
}


.services-advanced {
  padding: 100px 0;
  background: linear-gradient(180deg, #f9fafc, #ffffff);
  font-family: "Montserrat", sans-serif;
}

/* HEADER */
.services-head {
  max-width: 800px;
  margin-bottom: 60px;
}

.services-head h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}

.services-head p {
  margin-top: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

/* SERVICE CARD */
.service-box {
  position: relative;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}

.service-box:hover {
  transform: translateY(-8px);
}

/* NUMBER */
.service-number {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 44px;
  font-weight: 700;
  color: rgba(34, 29, 203, 0.08);
}

/* TITLE */
.service-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* TEXT */
.service-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 12px;
}

/* HIGHLIGHT CARD */
.service-box.highlighted {
  background: #3B8DBC;
  color: #ffffff;
}

.service-box.highlighted p {
  color: #e8e8ff;
}

.service-box.highlighted .service-number {
  color: rgba(255, 255, 255, 0.15);
}

/* DARK CARD */
.service-box.dark {
  background: linear-gradient(135deg, #0b1f2a, #163b57);
  color: #ffffff;
}

.service-box.dark p {
  color: #d9e1e8;
}

.service-box.dark .service-number {
  color: rgba(255, 255, 255, 0.15);
}
.why-webconvoy {
  padding: 110px 0;
  background: linear-gradient(180deg, #f8f9fc, #ffffff);
  font-family: "Montserrat", sans-serif;
}

/* HEADER */
.why-header {
  max-width: 850px;
  margin-bottom: 70px;
}

.why-header h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.why-header p {
  margin-top: 15px;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* WHY CARDS */
.why-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  height: 100%;
}

.why-card:hover {
  transform: translateY(-6px);
}

.why-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.why-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

/* Highlighted card */
.why-card.highlighted {
  background: #3B8DBC;
  color: #ffffff;
}

.why-card.highlighted p {
  color: #e6e6ff;
}

/* Full width card */
.why-card.full {
  background: #0b1f2a;
  color: #ffffff;
}

.why-card.full p {
  color: #d9e1e8;
}

/* INDUSTRIES */
.industries-section {
  margin-top: 90px;
}

.industries-section h3 {
  font-size: 28px;
  font-weight: 600;
}

.industries-section p {
  margin: 10px 0 30px;
  color: #555;
}

.industries-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.industries-grid span {
  padding: 12px 22px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  font-weight: 500;
}

/* BENEFITS */
.benefits-section {
  margin-top: 90px;
}

.benefits-section h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.benefits-section ul {
  list-style: none;
  padding-left: 0;
}

.benefits-section li {
  font-size: 15px;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.benefits-section li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #221dcb;
  font-weight: 600;
}

.benefit-note {
  margin-top: 20px;
  color: #444;
}

/* FUTURE */
.future-section {
  margin-top: 90px;
  background: #ffffff;
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
}

.future-section h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.future-section p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-header h2 {
    font-size: 28px;
  }

  .industries-section h3,
  .benefits-section h3,
  .future-section h3 {
    font-size: 22px;
  }
}



/* RESPONSIVE */
@media (max-width: 768px) {
  .services-head h2 {
    font-size: 28px;
  }

  .service-box {
    padding: 30px;
  }
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .content-header h1 {
    font-size: 28px;
  }

  .intro-card {
    padding: 25px;
  }

  .content-box {
    padding: 30px;
  }
}

/* CARD */
.service-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  min-height: 260px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  cursor: pointer;
}

/* ICON */
.service-card .icon {
  font-size: 34px;
  margin-bottom: 20px;
}

/* TEXT */
.service-card h4 {
  font-size: 20px;
  font-weight: 600;
}

.service-card p {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
}

/* ARROW */
.service-card .arrow {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 26px;
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.4s;
}

/* HOVER EFFECT */
.service-card:hover,
.service-card.active {
  background: linear-gradient(135deg, #0b1f2a, #163b57);
  color: #ffffff;
  transform: translateY(-10px);
}

.service-card:hover p,
.service-card.active p {
  color: #e0e0e0;
}

.service-card:hover .arrow,
.service-card.active .arrow {
  opacity: 1;
  transform: translateX(0);
}





        .faq-container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }

        .faq-header {
            text-align: center;
            margin-bottom: 60px;
            animation: fadeInDown 0.8s ease;
        }

        .company-logo {
            font-size: 2.5rem;
            font-weight: 800;
            background: linear-gradient(135deg, #fff 0%, #e0e7ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
            letter-spacing: -1px;
        }

        .faq-header h1 {
            color: #fff;
            font-size: 3.2rem;
            font-weight: 800;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
            line-height: 1.2;
        }

        .faq-header p {
            color: rgba(255,255,255,0.95);
            font-size: 1.3rem;
            max-width: 700px;
            margin: 0 auto;
            font-weight: 300;
        }

        .search-wrapper {
            max-width: 700px;
            margin: 0 auto 50px;
            animation: fadeInUp 0.8s ease;
        }

        .search-box {
            background: rgba(255,255,255,0.98);
            border-radius: 60px;
            padding: 18px 35px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .search-box:focus-within {
            transform: translateY(-3px);
            box-shadow: 0 25px 70px rgba(0,0,0,0.4);
            background: rgba(255,255,255,1);
        }

        .search-box input {
            border: none;
            outline: none;
            width: 100%;
            font-size: 1.1rem;
            background: transparent;
            padding-left: 15px;
            color: #1e293b;
        }

        .search-box input::placeholder {
            color: #94a3b8;
        }

        .search-box i {
            color: #7e22ce;
            font-size: 1.4rem;
        }

        .category-tabs {
            display: flex;
            gap: 15px;
            margin-bottom: 50px;
            flex-wrap: wrap;
            justify-content: center;
            animation: fadeInUp 0.8s ease 0.2s backwards;
        }

        .category-btn {
            background: rgba(255,255,255,0.15);
            border: 2px solid rgba(255,255,255,0.25);
            color: #fff;
            padding: 14px 32px;
            border-radius: 40px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            backdrop-filter: blur(10px);
            font-size: 1rem;
        }

        .category-btn:hover {
            background: rgba(255,255,255,0.25);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        }

        .category-btn.active {
            background: #fff;
            color: #7e22ce;
            border-color: #fff;
            box-shadow: 0 8px 25px rgba(255,255,255,0.3);
        }

        .faq-grid {
            display: grid;
            gap: 25px;
        }

        .faq-item {
            background: rgba(255,255,255,0.98);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
            transition: all 0.4s ease;
            animation: fadeInUp 0.6s ease backwards;
            border: 1px solid rgba(255,255,255,0.3);
        }

        .faq-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.25);
        }

        .faq-question {
            padding: 30px 35px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            gap: 20px;
        }

        .faq-question::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 6px;
            background: linear-gradient(180deg, #7e22ce 0%, #2563eb 100%);
            transform: scaleY(0);
            transition: transform 0.4s ease;
        }

        .faq-item.active .faq-question::before {
            transform: scaleY(1);
        }

        .faq-question:hover {
            background: linear-gradient(135deg, #faf5ff 0%, #eff6ff 100%);
        }

        .question-content {
            flex: 1;
        }

        .question-number {
            display: inline-block;
            background: linear-gradient(135deg, #7e22ce 0%, #2563eb 100%);
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            text-align: center;
            line-height: 32px;
            font-size: 0.85rem;
            font-weight: 700;
            margin-right: 12px;
            flex-shrink: 0;
        }

        .faq-question h3 {
            font-size: 1.25rem;
            font-weight: 700;
            color: #1e293b;
            margin: 0;
            line-height: 1.5;
            display: flex;
            align-items: center;
        }

        .faq-icon {
            width: 42px;
            height: 42px;
            border-radius: 12px;
            background: linear-gradient(135deg, #7e22ce 0%, #2563eb 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            transition: all 0.4s ease;
            flex-shrink: 0;
            box-shadow: 0 4px 15px rgba(126, 34, 206, 0.3);
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
            background: linear-gradient(135deg, #2563eb 0%, #7e22ce 100%);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease, padding 0.5s ease;
            padding: 0 35px;
        }

        .faq-item.active .faq-answer {
            max-height: 600px;
            padding: 0 35px 30px 35px;
        }

        .faq-answer p {
            color: #475569;
            line-height: 1.9;
            margin: 0;
            font-size: 1.05rem;
            padding-left: 44px;
        }

        .highlight {
            color: #7e22ce;
            font-weight: 600;
        }

        .no-results {
            text-align: center;
            padding: 80px 30px;
            background: rgba(255,255,255,0.98);
            border-radius: 20px;
            display: none;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
        }

        .no-results i {
            font-size: 5rem;
            color: #cbd5e0;
            margin-bottom: 25px;
        }

        .no-results h3 {
            color: #1e293b;
            margin-bottom: 12px;
            font-size: 1.8rem;
            font-weight: 700;
        }

        .no-results p {
            color: #64748b;
            font-size: 1.1rem;
        }

        .faq-stats {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin-top: 70px;
            flex-wrap: wrap;
            animation: fadeInUp 0.8s ease 0.4s backwards;
        }

        .stat-item {
            text-align: center;
            color: #fff;
            background: rgba(255,255,255,0.1);
            padding: 30px 40px;
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            transition: all 0.3s ease;
        }

        .stat-item:hover {
            background: rgba(255,255,255,0.15);
            transform: translateY(-5px);
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            display: block;
            background: linear-gradient(135deg, #fff 0%, #e0e7ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 5px;
        }

        .stat-label {
            font-size: 1rem;
            opacity: 0.95;
            font-weight: 500;
        }

        .cta-section {
            text-align: center;
            margin-top: 60px;
            padding: 50px 30px;
            background: rgba(255,255,255,0.1);
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
            animation: fadeInUp 0.8s ease 0.6s backwards;
        }

        .cta-section h3 {
            color: #fff;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .cta-section p {
            color: rgba(255,255,255,0.9);
            font-size: 1.1rem;
            margin-bottom: 25px;
        }

        .cta-button {
            display: inline-block;
            background: #fff;
            color: #7e22ce;
            padding: 16px 45px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(255,255,255,0.3);
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(255,255,255,0.4);
            color: #7e22ce;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .faq-header h1 {
                font-size: 2.2rem;
            }

            .faq-header p {
                font-size: 1.1rem;
            }

            .faq-question h3 {
                font-size: 1.05rem;
            }

            .faq-answer p {
                font-size: 0.95rem;
                padding-left: 0;
            }

            .category-tabs {
                gap: 10px;
            }

            .category-btn {
                padding: 12px 24px;
                font-size: 0.9rem;
            }

            .faq-stats {
                gap: 30px;
            }

            .stat-item {
                padding: 25px 30px;
            }

            .stat-number {
                font-size: 2.5rem;
            }

            .question-number {
                display: none;
            }

            .faq-question {
                padding: 25px 20px;
            }

            .faq-item.active .faq-answer {
                padding: 0 20px 25px 20px;
            }
        }

/* MOBILE */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }
}


/* Mobile */
@media (max-width: 768px) {
  .trusted-container {
    flex-direction: column;
    text-align: center;
  }

  .trusted-text {
    min-width: auto;
    font-size: 16px;
  }
}

/* Mobile spacing */
@media (max-width: 576px) {
  .hero-content {
    padding: 0 15px;
  }
}
