/* service hero start */


:root {
  --primary: #4f46e5;
  --primary-light: #6366f1;
  --secondary: #1e1e80;
  --accent: #7ec3ff;
  --text: #e2e8f0;
  --text-light: #cbd5e1;
  --dark: #0f172a;
  --blue:#3b82f6;
  --purple:#8b5cf6;
}
/* 
.services-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 80vh;
  background: linear-gradient(135deg, #a8a8a8 0%, #8e8a97 0%);
  background-image: url('../images/service-hero.png');
  color: white;
  position: relative;
  overflow: hidden;
}

.custom-css{
  
}

.services-hero::before {
  content: "";
  position: absolute;
  top: -300px;
  right: -300px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(126, 195, 255, 0.15) 0%, transparent 70%);
  z-index: 0;
}

.services-hero::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.15) 0%, transparent 70%);
  z-index: 0;
}

.services-hero-content {
  flex: 1;
  padding: 80px min(8vw, 120px);
  position: relative;
  z-index: 1;
  min-width: 300px;
}

.services-hero h1 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 24px;
  background: linear-gradient(90deg, white 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-hero h1 span {
  background: linear-gradient(90deg, var(--accent) 0%, var(--primary-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-hero p {
  font-size: clamp(16px, 2vw, 18px);
  color: var(--text-light);
  margin-bottom: 36px;
  max-width: 600px;
}

.hero-cta-button {
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.hero-cta-button:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
}

.services-hero-image {
  flex: 1;
  min-width: 300px;
  height: 100%;
  min-height: 400px;
  position: relative;
  padding-right: 70px;

} */

.services-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* border-radius: 21px; */
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(31, 31, 121, 0.7) 0%, rgba(62, 31, 149, 0.5) 100%);
}

@media (max-width: 1024px) {
  .services-hero {
    flex-direction: column;
  }

  .services-hero-content {
    padding: 60px 40px;
    text-align: center;
  }

  .services-hero p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-hero-image {
    min-height: 300px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .services-hero-content {
    padding: 40px 24px;
  }
}

/* service hero end*/

/* services-overview start */

:root {
  --primary: #4f46e5;
  --primary-light: #6366f1;
  --secondary: #1e1e80;
  --accent: #7ec3ff;
  --text: #e2e8f0;
  --text-light: #cbd5e1;
  --dark: #0f172a;
}

.services-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* min-height: 80vh; */
  padding: 60px 20px;
  background: linear-gradient(135deg, #1f1f79 0%, #3e1f95 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.services-hero::before {
  content: "";
  position: absolute;
  top: -300px;
  right: -300px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(126, 195, 255, 0.15) 0%, transparent 70%);
  z-index: 0;
}

.services-hero::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.15) 0%, transparent 70%);
  z-index: 0;
}

.services-hero-content {
  flex: 1;
  padding: 80px min(8vw, 120px);
  position: relative;
  z-index: 1;
  min-width: 300px;
}

.services-hero h1 {
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 24px;
  background: linear-gradient(90deg, white 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lp{
    padding:0px 370px;
}
.services-hero h1 span {
  background: linear-gradient(90deg, var(--accent) 0%, var(--primary-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-hero p {
  font-size: clamp(16px, 2vw, 18px);
  color: var(--text-light);
  margin-bottom: 36px;
  max-width: 600px;
}

.hero-cta-button {
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.hero-cta-button:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
}

.services-hero-image {
  flex: 1;
  min-width: 300px;
  height: 100%;
  min-height: 400px;
  position: relative;
}

.services-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(31, 31, 121, 0.7) 0%, rgba(62, 31, 149, 0.5) 100%);
}

@media (max-width: 1024px) {
  .services-hero {
    flex-direction: column;
  }

  .services-hero-content {
    padding: 60px 40px;
    text-align: center;
  }

  .services-hero p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-hero-image {
    min-height: 300px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .services-hero-content {
    padding: 40px 24px;
  }
}

/* services-overview end */

/* detailed-services start */

      .detailed-services {
        padding: 100px 20px;
        background-color: #f8fafc;
      }

      .detailed-services-list {
        display: flex;
        flex-direction: column;
        gap: 60px;
      }

      .detailed-service-item {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        align-items: center;
      }

      .detailed-service-item.reverse {
        flex-direction: row-reverse;
      }

      .detailed-service-image {
        flex: 1;
        min-width: 300px;
        height: 400px;
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      }

      .detailed-service-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .detailed-service-content {
        flex: 1;
        min-width: 300px;
      }

      .detailed-service-content h3 {
        font-size: 1.8rem;
        margin-bottom: 16px;
        color: var(--dark);
      }

      .detailed-service-content p {
        font-size: 1rem;
        color: #64748b;
        line-height: 1.6;
        margin-bottom: 24px;
      }

      .detailed-cta-button {
        background: var(--primary);
        color: white;
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
      }

      .detailed-cta-button:hover {
        background: var(--primary-light);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
      }

      @media (max-width: 1024px) {
        .detailed-service-item {
          flex-direction: column;
        }

        .detailed-service-item.reverse {
          flex-direction: column;
        }
      }

      @media (max-width: 768px) {
        .detailed-services {
          padding: 60px 20px;
          overflow: hidden;
        }

        .detailed-service-image {
          height: 300px;
        }
      }
    
/* detailed-services end */


/* container cta start */
      .contact-cta {
        padding: 100px 20px;
        /* background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%); */
        background:  linear-gradient(135deg, #0f172a 0%, rgba(30, 30, 128, 0.95) 100%);
        
        color: white;
        text-align: center;
      }
      
      .cta-container {
        max-width: 800px;
        margin: 0 auto;
      }
      
      .contact-cta h2 {
        font-size: clamp(2rem, 5vw, 2.5rem);
        margin-bottom: 20px;
        line-height: 1.2;
      }
      
      .contact-cta p {
        font-size: 1.1rem;
        max-width: 600px;
        margin: 0 auto 40px;
        opacity: 0.9;
      }
      
      .cta-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
      }
      
      .btn-primary {
        background: white;
        color: var(--primary);
        padding: 16px 32px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
      }
      
      .btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      }
      
      .btn-outline {
        background: transparent;
        color: white;
        padding: 16px 32px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 2px solid rgba(255, 255, 255, 0.3);
      }
      
      .btn-outline:hover {
        background: rgba(255, 255, 255, 0.1);
        border-color: white;
        transform: translateY(-3px);
      }
      
      @media (max-width: 768px) {
        .contact-cta {
          padding: 60px 20px;
        }
        
        .cta-buttons {
          flex-direction: column;
          gap: 15px;
        }
        
        .btn-primary, .btn-outline {
          width: 100%;
        }
      }
    
/* container cta start */


.services-overview {
  padding: 20px 20px;
  background-color: white;
  position: relative;
}
.services-overview2 {
  padding: 100px 20px 20PX 20px;
  background-color: white;
  position: relative;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--dark);
}

.section-title span {
  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.service-card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--primary);
}

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
  color: var(--dark);
}

.service-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 20px;
}

.service-cta {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-cta:hover {
  color: var(--primary-light);
}

@media (max-width: 768px) {
  .services-overview {
    padding: 60px 20px;
  }

  .section-header {
    margin-bottom: 40px;
  }
}

 .faq-section {
        padding: 100px 20px;
        background-color: white;
      }
      
      .faq-container {
        max-width: 800px;
        margin: 40px auto 0;
      }
      
      .faq-item {
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.03);
      }
      
      .faq-question {
        width: 100%;
        padding: 20px 25px;
        text-align: left;
        background: white;
        border: none;
        font-weight: 600;
        font-size: 1.1rem;
        color: var(--dark);
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: all 0.3s ease;
      }
      
      .faq-question:hover {
        background: #f8fafc;
      }
      
      .faq-question i {
        transition: transform 0.3s ease;
      }
      
      .faq-item.active .faq-question i {
        transform: rotate(180deg);
      }
      
      .faq-answer {
        padding: 0 25px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        background: #f8fafc;
      }
      
      .faq-item.active .faq-answer {
        padding: 20px 25px;
        max-height: 300px;
      }
      
      .faq-answer p {
        color: #64748b;
        line-height: 1.6;
      }
      
      .faq-cta {
        text-align: center;
        margin-top: 60px;
      }
      
      .faq-cta p {
        font-size: 1.1rem;
        color: var(--gray);
        margin-bottom: 20px;
      }
      
      .cta-button {
        background: var(--primary);
        color: white;
        border: none;
        padding: 14px 28px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
      }
      
      .cta-button:hover {
        background: var(--primary-light);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
      }
      
      @media (max-width: 768px) {
        .faq-section {
          padding: 60px 20px;
        }
      }



      


      

/* cta-section start */

  :root {
    --primary: #4f46e5;
    --primary-light: #6366f1;
    --primary-dark: #4338ca;
    --secondary: #312e81;
    --text-dark: #0f172a;
    --text-light: #f8fafc;
    --accent: #a5b4fc;
  }

  .cta-section {
    width: 100%;
    padding: 80px 20px;
    /* background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); */
    background: #FFF;
    position: relative;
    overflow: hidden;
  }

  .cta-container2 {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    padding: 60px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
   @media (max-width: 480px) {
    .cta-container2 {
      padding: 20px;
    }
  }
   @media (max-width: 480px) {
   .values-grid2 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
    gap: 10px;
}
  }
  
  

  .cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .cta-text {
    flex: 1;
    max-width: 700px;
  }

  .cta-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--text-dark);
  }

  .cta-title span {
    background: linear-gradient(90deg, var(--primary), var(--primary-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .cta-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--text-dark);
    opacity: 0.8;
    line-height: 1.6;
    margin: 0;
  }

  .cta-button {
    background: linear-gradient(90deg, var(--primary), var(--primary-light));
    color: white;
    border: none;
    padding: 18px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(79, 70, 229, 0.3);
    white-space: nowrap;
  }

  .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(79, 70, 229, 0.4);
  }

  .cta-button:active {
    transform: translateY(0);
  }

  .cta-button svg {
    transition: transform 0.3s ease;
  }

  .cta-button:hover svg {
    transform: translateX(4px);
  }

  .cta-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }

  .decoration-circle {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(165, 180, 252, 0.15) 0%, transparent 70%);
  }

  .decoration-dots {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(rgba(79, 70, 229, 0.2) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.5;
  }

  @media (max-width: 1024px) {
    .cta-container {
      padding: 50px 40px;
    }
    
    .cta-content {
      gap: 30px;
    }
  }

  @media (max-width: 768px) {
    .cta-section {
      padding: 60px 20px;
    }
    
    .cta-container {
      padding: 40px 30px;
    }
    
    .cta-content {
      flex-direction: column;
      text-align: center;
      gap: 30px;
    }
    
    .cta-button {
      width: 100%;
    }
  }

  @media (max-width: 480px) {
    .cta-container {
      padding: 40px 20px;
    }
  }

/* cta-section end */


 .view-all-btn {
    background: linear-gradient(90deg, var(--blue), var(--purple));
    color: white;
    padding: 16px 32px;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
  }

  .view-all-btn svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
  }

  .view-all-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  }

  .view-all-btn:hover svg {
    transform: translateX(4px);
  }


.value-card2 p{
  color: #64748b;
}


