/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

.blog-detail-container {
  max-width: 1320px;
  margin: 105px auto;
  padding: 20px;
  font-family: "Poppins", Sans-serif;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.blog-detail-row{
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * 0);
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}

.col-lg-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.banner {
    background-size: cover;
    height: 70vh;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}

/*.blog-thumb {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}*/

.blog-thumb img {
  width: 100%;
  border-radius: 10px;
}

.blog-title {
  font-size: 32px;
  margin-top: 20px;
}

.blog-meta {
  color: #777;
  margin-bottom: 20px;
}

.blog-content {
  font-size: 16px;
  line-height: 1.8;
}

.blog-content img{
    width: 100%;
  border-radius: 10px;
}

.wp-block-quote{
    background: #f0f8ff;
    border-left: 5px solid #00b894;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}
