.elementor-6198 .elementor-element.elementor-element-1ed6123{--display:flex;}.elementor-6198 .elementor-element.elementor-element-e1bcbbe{--display:flex;}.elementor-6198 .elementor-element.elementor-element-d30f08f{--display:flex;}.elementor-6198 .elementor-element.elementor-element-1b1e52a{--display:flex;}.elementor-6198 .elementor-element.elementor-element-1f4b547{--display:flex;}.elementor-6198 .elementor-element.elementor-element-9a82c75{--display:flex;}.elementor-6198 .elementor-element.elementor-element-c899873{--display:flex;}.elementor-6198 .elementor-element.elementor-element-32dd081{--display:flex;}.elementor-6198 .elementor-element.elementor-element-d2af882{--display:flex;}.elementor-6198 .elementor-element.elementor-element-2adc6eb{--display:flex;}.elementor-6198 .elementor-element.elementor-element-f00426f{--display:flex;}.elementor-6198 .elementor-element.elementor-element-9e8e6f1{--display:flex;}.elementor-6198 .elementor-element.elementor-element-d742a16{--display:flex;}.elementor-6198 .elementor-element.elementor-element-5b5a83f{--display:flex;}.elementor-6198 .elementor-element.elementor-element-ce4b67d{--display:flex;}.elementor-6198 .elementor-element.elementor-element-c453717{--display:flex;}.elementor-6198 .elementor-element.elementor-element-62bfcf0{--display:flex;}.elementor-6198 .elementor-element.elementor-element-be874cf{--display:flex;}.elementor-6198 .elementor-element.elementor-element-57adefe{--display:flex;}.elementor-6198 .elementor-element.elementor-element-a2bbb62{--display:flex;}.elementor-6198 .elementor-element.elementor-element-86a191b{--display:flex;}.elementor-6198 .elementor-element.elementor-element-2fcf162{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0856188 */.overview-section{
  padding:60px 20px;
  background:#ffffff;
}

.overview-container{
  max-width:1000px;
  margin:auto;
}

.overview-title{
  font-size:32px;
  font-weight:700;
  margin-bottom:25px;
  color:#111;
}

.overview-box{
  background:#f4f4f4;
  border-left:6px solid #e21b23;
  padding:35px 40px;
  border-radius:6px;
}

.overview-box p{
  font-size:18px;
  line-height:1.8;
  color:#333;
  margin:0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-995bf52 */.eeat-line{
    background:#f2f2f2;
    padding:18px 25px;
    font-size:18px;
    color:#333;
    border-radius:6px;
    display:flex;
    align-items:center;
    gap:12px;
    font-family:'Segoe UI', sans-serif;
}

.eeat-line strong{
    color:#e11b22; /* brand red */
}

.separator{
    color:#999;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18cfd49 */.hero-section{
  background:#f1f1f1;
  padding:100px 20px;
  text-align:center;
}

.hero-container{
  max-width:900px;
  margin:0 auto;
}

.hero-section h1{
  font-size:42px;
  font-weight:500;
  margin-bottom:30px;
  color:#000;
}

.hero-text{
  font-size:20px;
  line-height:1.8;
  color:#222;
  margin-bottom:20px;
}

.hero-btn{
  display:inline-block;
  margin-top:20px;
  padding:16px 35px;
  background:#e51616;
  color:#fff;
  text-decoration:none;
  font-size:18px;
  border-radius:6px;
  transition:0.3s;
}

.hero-btn:hover{
  background:#c81212;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-839eb8e */.company-card{
    display:flex;
    gap:40px;
    padding:45px;
    border:1px solid #e4e4e4;
    border-radius:16px;
    background:#f9f9f9;
    margin-bottom:30px;
    font-family:Arial, sans-serif;
}

/* Left Section */

.company-left{
    width:35%;
    border-right:1px solid #ddd;
    padding-right:30px;
}

.company-left h2{
    font-size:28px;
    margin-bottom:20px;
}

.company-left p{
    font-size:15px;
    margin:10px 0;
    line-height:1.6;
}

.company-left h3{
    margin-top:25px;
    font-size:18px;
}

/* Right Section */

.company-right{
    width:65%;
}

.company-right p{
    font-size:16px;
    line-height:1.8;
    color:#444;
    margin-bottom:15px;
}

.company-right h4{
    margin-top:20px;
    margin-bottom:10px;
    font-size:18px;
}

/* Tags */

.tags{
    margin-top:10px;
    margin-bottom:20px;
}

.tags span{
    display:inline-block;
    background:#e7e7e7;
    padding:8px 16px;
    border-radius:20px;
    margin:5px;
    font-size:13px;
}

/* Buttons */

.company-buttons{
    margin-top:25px;
}

.visit-btn{
    background:#e61b1b;
    color:#fff;
    padding:13px 28px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
}

.visit-btn:hover{
    background:#c81313;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6aef5f9 */.software-testing-section {
  padding: 90px 20px;
  background: #ffffff;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Header */
.section-header {
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  position: relative;
}

.section-header h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #e11b22;
  position: absolute;
  left: 0;
  bottom: -12px;
}

/* Layout */
.testing-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

/* Content */
.testing-content .lead-text {
  font-size: 17px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}

.testing-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Blocks */
.testing-block {
  margin-top: 30px;
  padding-left: 20px;
  border-left: 3px solid #e11b22;
}

.testing-block h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.testing-block ul {
  padding-left: 18px;
  margin-top: 10px;
}

.testing-block li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

/* Sidebar */
.testing-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.highlight-card {
  background: #fafafa;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.highlight-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.highlight-card h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #111;
}

.highlight-card ul {
  padding-left: 18px;
}

.highlight-card li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}

/* Accent Card */
.accent-card {
  border-left: 3px solid #e11b22;
}

/* Responsive */
@media (max-width: 900px) {
  .testing-layout {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36e55d5 */.testing-critical-section {
  padding: 90px 20px;
  background: #f9f9f9;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Header */
.section-header.center {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #e11b22;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.section-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 850px;
  margin: 20px auto 0;
}

/* Timeline Layout */
.timeline {
  position: relative;
  margin: 40px 0;
  padding-left: 20px;
  border-left: 2px solid #eee;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

.timeline-marker {
  width: 14px;
  height: 14px;
  background: #e11b22;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 5px;
}

.timeline-content {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  margin-left: 20px;
  width: 100%;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transform: translateY(-4px);
}

.timeline-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.number {
  color: #e11b22;
  font-weight: 700;
  margin-right: 6px;
}

.timeline-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* Final Highlight */
.final-highlight {
  margin-top: 50px;
  background: #ffffff;
  border-left: 4px solid #e11b22;
  padding: 25px 30px;
  border-radius: 8px;
}

.final-highlight p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline {
    padding-left: 15px;
  }

  .timeline-content {
    padding: 20px;
  }

  .section-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9261a5 */.testing-evaluation-section {
  padding: 90px 20px;
  background: #ffffff;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Header */
.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  position: relative;
}

.section-header h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #e11b22;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.section-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 900px;
}

/* Timeline Layout */
.timeline-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.timeline-wrapper::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #eaeaea;
}

/* Timeline Item */
.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  position: relative;
}

.timeline-marker {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #e11b22;
  color: #e11b22;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 20px;
  flex-shrink: 0;
  z-index: 2;
}

.timeline-content {
  background: #fafafa;
  padding: 20px 25px;
  border-radius: 8px;
  border-left: 3px solid #e11b22;
  width: 100%;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transform: translateY(-3px);
}

.timeline-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.timeline-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* Summary */
.evaluation-summary {
  background: #fafafa;
  padding: 30px;
  border-radius: 8px;
  border-left: 4px solid #e11b22;
}

.evaluation-summary h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #111;
}

.evaluation-summary p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline-wrapper::before {
    left: 15px;
  }

  .timeline-marker {
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: 14px;
  }

  .section-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c2249f */.testing-comparison-section {
  padding: 90px 20px;
  background: #ffffff;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Header */
.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  position: relative;
}

.section-header h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #e11b22;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.section-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 900px;
}

/* Timeline Layout */
.timeline-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.timeline-line {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #eaeaea;
}

.timeline-item {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.timeline-dot {
  width: 12px;
  height: 12px;
  background: #e11b22;
  border-radius: 50%;
  position: relative;
  top: 6px;
  margin-right: 20px;
  flex-shrink: 0;
}

.timeline-content {
  background: #fafafa;
  padding: 25px;
  border-radius: 8px;
  flex: 1;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  transform: translateY(-3px);
}

.timeline-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.number {
  color: #e11b22;
  font-weight: 700;
  margin-right: 6px;
}

.timeline-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.sub-points .points-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.sub-points ul {
  padding-left: 18px;
}

.sub-points li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
}

/* Insight box */
.insight-box {
  background: #fff;
  border-left: 3px solid #e11b22;
  padding: 12px 15px;
  border-radius: 6px;
  margin-top: 10px;
}

.insight-box p {
  font-size: 14px;
  color: #333;
  margin: 0;
}

/* Comparison Row */
.comparison-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.compare-box {
  background: #fafafa;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.compare-box:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.compare-box h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #111;
  position: relative;
}

.compare-box h4::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #e11b22;
  display: block;
  margin-top: 6px;
}

.compare-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 900px) {
  .comparison-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .section-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbd96be */.ai-testing-section {
  padding: 90px 20px;
  background: #ffffff;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Header */
.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  position: relative;
}

.section-header h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #e11b22;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.section-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 900px;
}

/* Timeline Layout */
.timeline {
  position: relative;
  margin-bottom: 60px;
  padding-left: 20px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #eaeaea;
}

.timeline-item {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.timeline-marker {
  width: 16px;
  height: 16px;
  background: #e11b22;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: 5px;
}

.timeline-content {
  margin-left: 30px;
  background: #fafafa;
  padding: 20px 25px;
  border-radius: 8px;
  border-left: 3px solid #e11b22;
  transition: 0.3s ease;
}

.timeline-content:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.timeline-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.number {
  color: #e11b22;
  font-weight: 700;
}

.timeline-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* Insight Panel */
.insight-panel {
  background: #fafafa;
  padding: 30px;
  border-radius: 8px;
  border-left: 4px solid #e11b22;
  margin-bottom: 60px;
}

.insight-panel h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #111;
}

.insight-panel ul {
  padding-left: 20px;
}

.insight-panel li {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

/* Questions */
.questions-section h3 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #111;
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.question-card {
  background: #ffffff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.question-card:hover {
  border-color: #e11b22;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.question-card h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #111;
}

.question-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .question-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .question-grid {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8459d97 */.testing-industry-section {
  padding: 90px 20px;
  background: #ffffff;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Header */
.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  position: relative;
}

.section-header h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #e11b22;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.section-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 900px;
}

/* Timeline Layout */
.timeline-wrapper {
  position: relative;
  padding-left: 30px;
  border-left: 2px solid #eee;
}

/* Item */
.timeline-item {
  position: relative;
  margin-bottom: 40px;
}

.timeline-marker {
  position: absolute;
  left: -39px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #e11b22;
  border-radius: 50%;
}

.timeline-content {
  background: #fafafa;
  padding: 22px 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.timeline-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.timeline-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
}

.timeline-content ul {
  padding-left: 18px;
}

.timeline-content li {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline-wrapper {
    padding-left: 20px;
  }

  .timeline-marker {
    left: -28px;
  }

  .section-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61cfd99 */.testing-trends-section {
  padding: 90px 20px;
  background: #ffffff;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Header */
.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  position: relative;
}

.section-header h2::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #e11b22;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.section-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 900px;
}

/* Timeline Layout */
.timeline {
  position: relative;
  margin-left: 20px;
  border-left: 2px solid #eee;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 30px;
}

.timeline-dot {
  position: absolute;
  left: -9px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #e11b22;
  border-radius: 50%;
}

.timeline-content {
  background: #fafafa;
  padding: 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transform: translateY(-4px);
}

.timeline-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.number {
  color: #e11b22;
  font-weight: 700;
  margin-right: 6px;
}

.timeline-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline {
    margin-left: 10px;
  }

  .section-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef6d193 */.testing-services{
padding:80px 20px;
background:#f7f7f7;
}

.container{
max-width:1100px;
margin:auto;
}

.testing-services h2{
text-align:center;
font-size:32px;
margin-bottom:20px;
}

.intro{
text-align:center;
max-width:750px;
margin:auto;
margin-bottom:50px;
color:#555;
line-height:1.7;
}

/* TIMELINE */

.timeline{
position:relative;
padding-left:40px;
}

.timeline:before{
content:"";
position:absolute;
left:15px;
top:0;
width:3px;
height:100%;
background:#e11b22;
}

.timeline-item{
position:relative;
margin-bottom:40px;
}

.timeline-number{
position:absolute;
left:-5px;
top:0;
background:#e11b22;
color:#fff;
width:40px;
height:40px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:600;
}

.timeline-content{
background:#fff;
padding:25px;
border-radius:8px;
border:1px solid #eee;
margin-left:40px;
transition:0.3s;
}

.timeline-content:hover{
box-shadow:0 10px 25px rgba(0,0,0,0.08);
border-color:#e11b22;
}

.timeline-content h3{
margin-bottom:10px;
}

.timeline-content p{
color:#555;
margin-bottom:10px;
line-height:1.7;
}

.timeline-content ul{
padding-left:18px;
color:#444;
line-height:1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e66c72 *//* Price Tag */
.price-tag {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  display: inline-block;
  padding: 6px 12px;
  border-left: 3px solid #e11b22;
  background: #fff;
}

/* Cost Breakdown Boxes */
.cost-breakdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}

.cost-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
  text-align: left;
  transition: 0.3s;
}

.cost-box:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
}

.cost-box h4 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #111;
}

.cost-box p {
  font-size: 16px;
  font-weight: 700;
  color: #e11b22;
  margin-bottom: 5px;
}

.cost-box span {
  font-size: 12px;
  color: #666;
}

/* Lifecycle Cost */
.lifecycle-cost {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 15px;
}

.lifecycle-cost div {
  background: #fafafa;
  padding: 10px;
  border-radius: 6px;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
  .cost-breakdown {
    grid-template-columns: 1fr;
  }

  .lifecycle-cost {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9814e98 */.faq-section{
    background:#f3f3f3;
    padding:70px 20px;
}

.faq-container{
    max-width:1000px;
    margin:auto;
}

.faq-title{
    font-size:36px;
    font-family:serif;
    margin-bottom:40px;
}

.faq-item{
    border-bottom:1px solid #ddd;
    padding:20px 0;
}

.faq-question{
    font-size:20px;
    font-weight:600;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-question .icon{
    color:#e60023;
    font-size:22px;
}

.faq-answer{
    display:none;
    padding-top:15px;
}

.faq-answer p{
    color:#555;
    line-height:1.7;
    font-size:16px;
    margin-bottom:10px;
}

.faq-item.active .faq-answer{
    display:block;
}/* End custom CSS */