.elementor-5962 .elementor-element.elementor-element-cc095c2{overflow:visible;}/* Start custom CSS for html, class: .elementor-element-212c291 *//* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #1f2937;
  line-height: 1.6;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Intro Section */
.intro-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.label {
  display: block;
  font-size: 1rem;
  color: #3b82f6;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.title span {
  background: linear-gradient(90deg, #3b82f6, #0D52BD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Light Blue Box */
.white-background {
  background: white;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blue-box {
  width: 922.4px;
  height: 391.05px;
  background: linear-gradient(135deg, #dbeafe, #93c5fd);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: all 0.4s ease;
}
.blue-box:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}
.blue-box img {
  width: 70%;
  max-height: 90%;
  object-fit: contain;
  transition: all 0.4s ease;
}

/* Client Section */
.client-section {
  background: linear-gradient(135deg, #0D52BD, #0a3f8c);
  color: white;
  padding: 60px 40px;
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
}
.client-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 40px;
}
.client-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.client-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}
.client-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.client-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Challenge Timeline */
.challenges-timeline {
  margin: 80px 0;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #3b82f6, #0D52BD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.6;
  text-align: center;
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 30px;
  background: linear-gradient(135deg, #dbeafe, #93c5fd);
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  margin: 30px 0;
  transition: all 0.4s ease;
}
.timeline-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}
.timeline-item.left {
  margin-left: 0;
}
.timeline-item.right {
  margin-left: 50%;
}
.timeline-number {
  position: absolute;
  top: 20px;
  left: -30px;
  width: 50px;
  height: 50px;
  background: #0D52BD;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.timeline-item.right .timeline-number {
  left: auto;
  right: -30px;
}

/* ✅ FIXED BULLET OVERLAP */
.timeline-content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #0D52BD;
  font-weight: 600;
}
.timeline-content ul {
  list-style: none;
  padding-left: 25px; /* added padding to create distance */
}
.timeline-content ul li {
  margin-bottom: 10px;
  position: relative;
  color: #1f2937;
  padding-left: 15px; /* added spacing between bullet and text */
}
.timeline-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #3b82f6;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
}

/* Solution Section */
.solutions-section {
  margin: 100px 0;
  text-align: center;
}
.solutions-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #3b82f6, #0D52BD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
.solutions-section .section-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 850px;
  margin: 0 auto 50px;
  line-height: 1.6;
}
.solution-timeline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.solution-card {
  flex: 1 1 calc(20% - 30px);
  min-width: 240px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  padding: 30px 25px;
  position: relative;
  transition: all 0.4s ease;
  border: 1px solid rgba(147,197,253,0.3);
}
.solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  background: linear-gradient(135deg, #dbeafe, #93c5fd);
}
.solution-card h3 {
  color: #0D52BD;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.solution-card ul {
  list-style: none;
  text-align: left;
  padding-left: 10px;
}
.solution-card ul li {
  margin-bottom: 10px;
  color: #1f2937;
  position: relative;
  padding-left: 15px;
}
.solution-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: bold;
}
.phase-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #0D52BD;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 900px) {
  .title {
    font-size: 1.6rem;
  }
  .client-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .timeline-item,
  .timeline-item.right,
  .timeline-item.left {
    width: 90%;
    margin-left: 0 !important;
  }
  .timeline-number {
    left: -25px !important;
    right: auto !important;
  }
  .solution-timeline {
    flex-direction: column;
    align-items: center;
  }
  .solution-card {
    width: 85%;
    max-width: 500px;
  }
}

/* The Outcome Section */
.outcome-section {
  background: #f9fafb;
  padding: 80px 40px;
  border-radius: 30px;
  margin: 80px auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.outcome-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.outcome-text {
  flex: 1 1 40%;
}
.outcome-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0D52BD;
}
.outcome-text p {
  font-size: 1.1rem;
  color: #374151;
  line-height: 1.7;
  max-width: 500px;
}

.outcome-stats {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.stat-card {
  background: #ffffff;
  border-radius: 25px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}
.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.stat-circle {
  width: 120px;
  height: 120px;
  border: 3px solid #0D52BD;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at center, #e0ecff 0%, #ffffff 100%);
  box-shadow: inset 0 0 10px rgba(13, 82, 189, 0.2);
}
.stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: #0D52BD;
}
.stat-label {
  font-size: 1rem;
  color: #374151;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 900px) {
  .outcome-content {
    flex-direction: column;
    text-align: center;
  }
  .outcome-text p {
    margin: 0 auto;
  }
}

/* Client Testimonial Section */
.testimonial-section {
  background: #0D2A70; /* Dark Blue */
  padding: 80px 40px;
  border-radius: 0; /* No rounded edges */
  margin: 80px auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.testimonial-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.quote-icon {
  font-size: 5rem;
  color: #ffffff; /* White */
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #ffffff; /* White */
  margin-bottom: 30px;
  position: relative;
  font-style: italic;
}

.testimonial-author {
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff; /* White */
}

/* Hover/Animation for Luxury Effect */
.testimonial-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0,0,0,0.3);
  transition: all 0.5s ease;
}

/* Responsive */
@media (max-width: 900px) {
  .quote-icon {
    font-size: 3.5rem;
  }
  .testimonial-text {
    font-size: 1.05rem;
  }
}

/* ✅ FLAT CTA SECTION */
.cta-section {
  background: linear-gradient(135deg, #0a1a4f, #132d84);
  padding: 80px 20px;
  border-radius: 0; /* flat rectangle edges */
  text-align: center;
  color: #ffffff;
  max-width: 1200px;
  margin: 60px auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.cta-container h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.cta-container p {
  font-size: 1.1rem;
  color: #dcdcdc;
  margin-bottom: 10px;
}

.cta-container a {
  color: #5ab8ff;
  text-decoration: none;
}

.cta-container a:hover {
  text-decoration: underline;
}

.cta-button {
  display: inline-block;
  margin-top: 30px;
  background: #ffffff;
  color: #0a1a4f;
  padding: 14px 45px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #5ab8ff;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(90, 184, 255, 0.4);
}/* End custom CSS */