/* Predictive Intelligence Page Styles */

/* Banner Area */
.predictive-area-one {
  background-color: #f8f8f8;
}

.predictive-area-one .banner-content {
  min-height: 400px;
}

.predictive-area-one .iceberg-logo {
  width: 413px;
  height:4.1rem
  margin-left: auto;
  margin-right: 81px;
}

.predictive-area-one .main-heading {
  font-weight: 600;
  font-size: 2.2rem;
  color: #222;
  margin-bottom: 18px;
  margin-right: 80px;
  text-align: right;
}

.predictive-area-one .main-description {
  font-weight: 400;
  font-size: 1.35rem;
  color: #222;
  line-height: 2.2rem;
  text-align: right;
  max-width: 520px;
  margin-left: auto;
  margin-right: 80px;
}

.predictive-area-one .banner-img {
  max-width: 570px;
  width: 100%;
}

/* FutureLens Section */
.predictive-area-two {
  background: #fff;
}

.predictive-area-two .section-description {
  text-align: center;
  margin-bottom: 60px;
}

.predictive-area-two .section-description p {
  font-style: italic;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.predictive-area-two .why-ai-section {
  text-align: center;
  margin-bottom: 60px;
}

.predictive-area-two .why-ai-title {
  font-weight: 600;
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 50px;
}

.predictive-area-two .ai-cards-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: nowrap;
}

.predictive-area-two .ai-card {
  background: #f8faff;
  border: 2px solid #e0e7ef;
  border-radius: 15px;
  padding: 20px;
  width: 280px;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0px 0px 15px rgba(10, 71, 226, 0.35);
}

.predictive-area-two .ai-card h4 {
  font-weight: 600;
  color: #222;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.predictive-area-two .ai-card p {
  color: #252525;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
}

/* Business Forecast Section */
.predictive-area-three {
  background: #f8f8f8;
}

.predictive-area-three .iceberg-logo-center {
  text-align: center;
  margin-bottom: 40px;
}

.predictive-area-three .iceberg-logo-center img {
  height: 4.1rem;
  margin-bottom: 10px;
  width:413px;
}

.predictive-area-three .main-row {
  align-items: center;
  min-height: 600px;
  margin-bottom: 60px;
}

.predictive-area-three .forecast-content {
  min-height: 600px;
}

.predictive-area-three .forecast-intro {
  font-style: italic;
  color: #222;
  font-size: 1.12rem;
  margin-bottom: 40px;
  text-align: center;
}

.predictive-area-three .forecast-image {
  width: 644px;
  height: 460px;
  max-width: 100%;
}

.predictive-area-three .what-you-get-box {
  background: #f8faff;
  border-radius: 18px;
  box-shadow: 0px 0px 15px rgba(10, 71, 226, 0.35);
  padding: 40px;
  width: 479px;
  height: 550px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.predictive-area-three .what-you-get-title {
  font-weight: 600;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 20px;
}

.predictive-area-three .what-you-get-list {
  padding-left: 18px;
  font-size: 1.08rem;
  color: #222;
  margin-bottom: 0;
  line-height: 1.8;
}

.predictive-area-three .what-you-get-list li {
  margin-bottom: 15px;
}

.predictive-area-three .what-you-get-list li:last-child {
  margin-bottom: 0;
}

.predictive-area-three .feature-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
}

.predictive-area-three .feature-button {
  background: #fff;
  border: 1.5px solid #e0e7ef;
  border-radius: 14px;
  width: 214px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(10, 71, 226, 0.35);
  margin-bottom: 8px;
  text-align: center;
}

.predictive-area-three .feature-button span {
  font-weight: 600;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.3;
}

/* TrustChurn Section */
.predictive-area-four {
  background: #fff;
}



.predictive-area-four .section-title {
  margin-bottom: 30px;
}

.predictive-area-four .section-title p {
  padding-top: 18px;
}

.predictive-area-four .section-description {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #252525;
  font-weight: 500;
  margin-bottom: 25px;
}

.predictive-area-four .section-description:last-child {
  margin-bottom: 0;
}

.predictive-area-four .churn-image {
  text-align: center;
}

.predictive-area-four .churn-image img {
  max-width: 100%;
  height: auto;
}

/* Churn Analysis Section */
.predictive-area-five {
  background: #F8F8F8;
}

.predictive-area-five .churn-columns {
  margin-top: 30px;
  position: relative;
}

.predictive-area-five .section-title {
  margin-bottom: 30px;
}

.predictive-area-five .section-title p {
  padding-top: 18px;
}

.predictive-area-five .column-title {
  text-align: center;
  margin-bottom: 30px;
}

.predictive-area-five .column-title h3 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #222;
  margin-bottom: 30px;
}

.predictive-area-five .churn-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.predictive-area-five .churn-card {
  background: #f8faff;
  border: 2px solid #e0e7ef;
  border-radius: 15px;
  padding: 60px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(10, 71, 226, 0.35);
}

.predictive-area-five .churn-card p {
  font-size: 1.2rem;
  color: #252525;
  margin: 0;
  line-height: 1.5;
}



.predictive-area-five .solution-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.predictive-area-five .solution-row {
  display: flex;
  gap: 15px;
}

.predictive-area-five .solution-card {
  background: #f8faff;
  border: 2px solid #e0e7ef;
  border-radius: 15px;
  padding: 15px;
  flex: 1;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(10, 71, 226, 0.35);
}

.predictive-area-five .solution-card-full {
  background: #f8faff;
  border: 2px solid #e0e7ef;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(10, 71, 226, 0.35);
}

.predictive-area-five .solution-card h4,
.predictive-area-five .solution-card-full h4 {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: #222;
}

.predictive-area-five .solution-card p,
.predictive-area-five .solution-card-full p {
  font-size: 1.3rem;
  color: #252525;
  margin: 0;
  line-height: 1.4;
}

/* Predictions Power Section */
.predictive-area-six {
  background: #fff;
}

.predictive-area-six .predictions-title {
  text-align: center;
  margin-bottom: 60px;
}

.predictive-area-six .predictions-title h2 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 50px;
}

.predictive-area-six .power-cards-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: nowrap;
}

.predictive-area-six .power-card {
  background: #f8faff;
  border: 2px solid #e0e7ef;
  border-radius: 15px;
  padding: 20px;
  width: 240px;
  text-align: left;
  flex-shrink: 0;
  box-shadow: 0px 0px 15px rgba(10, 71, 226, 0.35);
}

.predictive-area-six .power-card h4 {
  font-weight: 600;
  color: #222;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.predictive-area-six .power-card p {
  color: #252525;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
}

.predictive-area-six .benefits-section {
  margin-bottom: 60px;
}

.predictive-area-six .benefits-content {
  margin-top: 80px;
  padding-right: 40px;
}

.predictive-area-six .benefits-title {
  font-weight: 600;
  font-size: 2rem;
  color: #222;
  margin-bottom: 30px;
}

.predictive-area-six .benefits-list {
  list-style: none;
  padding: 0;
  font-size: 1.3rem;
  color: #555;
  line-height: 1.8;
}

.predictive-area-six .benefits-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.predictive-area-six .benefits-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #222;
}

.predictive-area-six .benefits-image {
  text-align: center;
}

.predictive-area-six .benefits-image img {
  max-width: 100%;
  height: auto;
}

.predictive-area-six .cta-section {
  text-align: center;
  margin-bottom: 40px;
}

.predictive-area-six .cta-text {
  font-size: 1.8rem;
  color: #007bff;
  font-weight: 600;
  margin-bottom: 30px;
}

/* Common Styles */
.section-header-btn {
  background: #FE9465;
  color: black;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 8px 100px;
  display: inline-block;
  border: none;
  width: 501px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:auto;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
  /* Default CSS */
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .predictive-area-one .main-heading {
    font-size: 1.8rem;
    margin-right: 20px;
    text-align: center;
  }
  
  .predictive-area-one .main-description {
    font-size: 1.1rem;
    margin-right: 20px;
    text-align: center;
  }
  
  .predictive-area-one .iceberg-logo {
    margin-right: 20px;
  }
  
  .predictive-area-two .ai-cards-row,
  .predictive-area-six .power-cards-row {
    flex-wrap: wrap;
  }
  
  .predictive-area-two .ai-card,
  .predictive-area-six .power-card {
    width: 100%;
    max-width: 300px;
  }
  
  .predictive-area-three .what-you-get-box {
    width: 100%;
    height: auto;
  }
  
  .predictive-area-three .forecast-image {
    width: 100%;
    height: auto;
  }
  
  .predictive-area-three .feature-buttons {
    justify-content: center;
  }
  
  .predictive-area-three .feature-button {
    width: 180px;
    height: 90px;
  }
  
  .predictive-area-five .solution-row {
    flex-direction: column;
  }
  

  
  .predictive-area-six .benefits-content {
    margin-top: 30px;
    padding-right: 0;
  }
  
  .section-header-btn {
    font-size: 1.4rem;
    padding: 8px 50px;
    width: auto;
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .predictive-area-three .main-row {
    min-height: auto;
  }
  
  .predictive-area-three .forecast-content {
    min-height: auto;
    margin-bottom: 40px;
  }
  
  .predictive-area-four .content-row {
    margin-top: 30px;
  }
  
  .predictive-area-four .section-title,
  .predictive-area-five .section-title {
    margin-bottom: 20px;
  }
  
  .predictive-area-four .section-title p,
  .predictive-area-five .section-title p {
    padding-top: 12px;
    margin-left: 0;
  }
}

.churn-columns {
    position: relative;
    display: flex;
}

.churn-columns::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #222;
    opacity: 0.18;
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width: 991.98px) {
    .churn-columns::after {
        display: none;
    }
}

