/*
*Theme Name : ThemeName
*Description : ThemeName Theme
*Version : 1.0
*/

.single.single-post .content-one h3 {
    margin-bottom: 10px;
}
.single.single-post .content-one h2 {
    margin-bottom: 20px;
}

.single.single-post .content-one p {
      margin-bottom: 0.8em;
}

/* Container */
.wp-block-latest-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Each Item */
.wp-block-latest-posts li {
  margin-bottom: 15px;
}

/* Link Card Style */
.wp-block-latest-posts__post-title {
  display: block;
  padding: 14px 18px;
  background: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  position: relative;
}

/* Hover Effect */
.wp-block-latest-posts__post-title:hover {
  background: #d31e1f;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Arrow Icon */
.wp-block-latest-posts__post-title::after {
  content: "→";
  position: absolute;
  right: 15px;
  transition: 0.3s;
}

.wp-block-latest-posts__post-title:hover::after {
  right: 10px;
}
.col-lg-4.col-md-4.col-sm-4.content-side.new {
    background-color: #f3ede5;
    padding: 40px;
    border-radius: 20px;
    max-height:fit-content !important;

}
h3.blog-title {
    text-align: center;
    padding-bottom: 20px;
    color: #ffff;
}

.col-lg-4.col-md-4.col-sm-4.content-side.new {
    background-color: #072169eb; 
}
section.xs-contact-section-v2.wpo-contact-section1 {
    margin: 60px 0px;
}
figure.image-box img {
    border-radius: 10px;
    width: 100%;
}
.apa {
    margin-bottom: 60px;
}