@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css');
@charset "utf-8";

/*  New UI styles for Ddervices */
:root{
  --accent:#0c9f6a; --muted:#6b7280; --bg:#f9fafb; --card:#ffffff; --maxw:1100px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
*{box-sizing:border-box;margin:0;padding:0}
body{background:#f2fdf6;color:#111827;line-height:1.6}
.wrap{max-width:var(--maxw);margin:0 auto;padding:24px}
.service-header-hero{display:flex;flex-wrap:wrap;gap:24px;align-items:center;margin:36px 0px;}
.service-header-hero .hero-left{flex:1 1 500px}
.service-header-hero h1{font-size:30px;margin-bottom:12px}
.service-header-hero .lead{color:#000;margin-bottom:20px !important}
.btn{background:var(--accent);color:white;padding:12px 18px;border-radius:10px;text-decoration:none;font-weight:700}
.btn-ghost{border:1px solid var(--accent);color:var(--accent);padding:12px 18px;border-radius:10px;text-decoration:none;font-weight:700}
.service-main-section{margin-bottom:40px}
.service-main-section h2{font-size:24px;margin-bottom:10px}
.service-main-section .service-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}
.service-main-section .service{background:var(--card);padding:18px;border-radius:14px;box-shadow:0 4px 12px rgba(0,0,0,0.05)}
.service-main-section .service h3{margin-bottom:8px;font-size:18px;color:#065f46; font-weight: bold;}
.service-main-section .service p{color:#000;font-size:16px;margin-bottom:10px}
.service-card{
  height: 464px !important;
}
.service-description.line-clamp{
  color: rgba(255, 255, 255, 0.9) !important;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  /* height: 43px; */
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.features-section{margin-bottom:40px}
ul.check{list-style:none;margin-top:8px}
ul.check li{padding:6px 0;border-bottom:1px dashed #e5e7eb;font-size:14px}
.why{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:14px}
.why div{background:var(--card);padding:16px;border-radius:12px;border:1px solid #e5e7eb;font-size:14px}
.contact-section{text-align:center;padding:30px;background:#0088cb;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,0.05); margin: 20px 0; color: #FFF;}
.contact-section h2{margin:20px 0px; text-align: center; font-size: 26px; color: #FFF;}
.contact-section p{color:#FFF;margin-bottom:20px}

/* Features Section */
.features {
  background-color: #e9ecef;
  padding: 30px 20px;
  margin-top: 40px;
  border-radius: 4px;
}
.features h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.features ul {
  list-style: none;
  padding: 0;
  margin-left: 40px;
}

.features li {
  padding: 10px 0;
  font-weight: 500;
}

.features li::before {
  content: "✅";
  margin-right: 10px;
  color: green;
}

/* Impact Section */
.impact-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.impact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.impact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.impact-image {
  position: relative;
}

.impact-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.impact-image:hover img {
  transform: translateY(-10px);
}

.impact-content {
  color: white;
}

.impact-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.impact-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #FFF;
}

.impact-text {
  font-size: 1.1rem;
  margin-bottom: 25px;
  opacity: 0.9;
  line-height: 1.7;
}

/* Testimonials Section */
.testimonials-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 100px 20px;
  position: relative;
}

.testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 60px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.testimonial-card {
  background: white;
  padding: 40px 30px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(102, 126, 234, 0.1);
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(102, 126, 234, 0.15);
}

.testimonial-text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 25px;
  font-style: italic;
}

.testimonial-author {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 5px;
}

.testimonial-position {
  font-size: 0.9rem;
  color: #64748b;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: linear-gradient(135deg, #667eea, #764ba2);
  transform: scale(1.2);
}

/* Blog Section */
.blog-section {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  padding: 100px 20px;
  position: relative;
}

.blog-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(118, 75, 162, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.blog-header {
  text-align: center;
  margin-bottom: 60px;
}

.blog-badge {
  display: inline-block;
  background: rgba(102, 126, 234, 0.2);
  color: #a5b4fc;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.blog-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(102, 126, 234, 0.3);
}

.blog-card.featured {
  border: 2px solid #667eea;
  background: rgba(102, 126, 234, 0.1);
}

.blog-image {
  height: 200px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: white;
}

.blog-content {
  padding: 30px;
}

.blog-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: left;
}

.blog-excerpt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog-link {
  color: #a5b4fc;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.blog-link:hover {
  color: #c7d2fe;
}

.view-all-btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
}
.banner-section-img{
  height: 400px;
  overflow: hidden;
}