.expert-tips-section {
  background-color: #0059a8; /* slightly darker blue for contrast */
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.expert-title {
font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: white;
}

.expert-tips-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 120px;
  margin-bottom: 30px;
}

.expert-tip {
  max-width: 300px;
  text-align: left;
}

.expert-tip img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.expert-tip h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 10px;
  color: #ffffff;
}

.read-more {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 4px;
}
.expert-tip img:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.read-more {
  display: inline-block;
  padding: 10px 20px;
  /* border: 2px solid #ffffff; */
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.read-more:hover,.see-more-btn:hover {
  background-color: #d71920; /* Red background on hover */
  border-color: #d71920;
  color: #ffffff;            /* White text on hover */
}

.see-more-wrapper {
  margin-top: 50px;
}

.see-more-btn {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}

/* .see-more-btn:hover {
  background-color: #ffffff;
  color: #0059a8;
} */
.expert-tips{
    padding:0;
}