

/* Section */
.benefits-section-4-section {
  background-image: url('/wp-content/uploads/2025/06/3rd%20image.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
    color: white;
  line-height: 1.6;
}

/* Container */
.container-4-section {
  max-width: 1100px;
  margin: 0 auto;
}

/* Heading */
.line-4-section{
  font-size: 35px;
  margin-bottom: 60px;
  color: #fff;
  font-weight: 500;
}

.red-bar-4-section {
  color: #e74c3c;
  font-weight: bold;
  margin-right: 10px;
}

/* Grid Layout */
.grid-4-section {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
}

.left-column-4-section,
.right-column-4-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Item Cards */
.item-4-section h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}

.item-4-section-4 h3{ 
     font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
  margin-top: 7%;
}
.item-4-section-4 p {
  font-size: 20px;
  color: #ccc;
  line-height: 1.7;
  width: 77%;
}

.item-4-section p {
  font-size: 20px;
  color: #ccc;
  line-height: 1.7;
  width: 77%;
}

/* Responsive Design */
@media (max-width: 992px) {
  .grid-4-section {
    flex-direction: column;
    gap: 60px;
  }

  .item-4-section p {
    width: 100%;
  }

  .item-4-section h3 {
    font-size: 26px;
  }

  .item-4-section p {
    font-size: 18px;
  }

  .line-4-section {
    font-size: 30px;
    text-align: center;
  }
  .item-4-section-4 p {
      width: 100%;
  }
   .item-4-section-4 h3 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .benefits-section-4-section {
    padding: 60px 15px;
    text-align: center;
  }

  .grid-4-section {
    gap: 40px;
  }

  .line-4-section {
    font-size: 26px;
  }

  .item-4-section h3 {
    font-size: 22px;
  }
    .item-4-section-4 h3 {
    font-size: 22px;
  }

  .item-4-section p {
    font-size: 16px;
  }
   .item-4-section-4 p {
    font-size: 16px;
  }
}
