@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lily+Script+One&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap"); */

/* @font-face {
  font-family: "DFVN Bropella";
  src: url("/wp-content/themes/5s3s-divi-child-theme/assets/fonts/DFVN Bropella.ttf");
} */

:root {
  font-family: "Segoe UI", system-ui, sans-serif;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100dvh;
}

.heading-1 {
  padding: 51px 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  color: #9C6E5E;
}

.heading-1 h2 {
  padding: 0;
  margin: 0;
  font-family: "Lily Script One", system-ui, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  color: inherit;
}

.heading-1 .splash {
  height: 3px;
  flex: 1;
  top: calc((100% - 3px) / 2);
  left: calc(100% + 20px);
  width: 35px;
  background: linear-gradient(90deg, #9C6E5E 0 35px, transparent 35px);
  margin-left: 20px;
}

@media (max-width: 479px) {
  .heading-1 .splash {
    background: #9C6E5E;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  .heading-1 .splash {
    background: #9C6E5E;
  }
}

.heading-1 a {
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
  /* [070825TIN] Increase font size: #5242[Website] [Blog] Audit blog page*/
  font-size: 18px;
}

.heading-1 a:hover {
  text-decoration: underline;
}

#section-1 {
  box-sizing: border-box;
  padding: 60px 0 144px;
  background-color: #F0D7CE;
}

#section-1 .title {
  text-align: center;
  font-family: "Lily Script One", system-ui, sans-serif;
  color: #3D3D3D;
  font-size: 96px;
  margin-bottom: 38px;
  font-weight: 400;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #section-1 .title {
    font-size: 48px;
    margin-bottom: 17px;
  }
}

@media (max-width: 479px) {
  #section-1 .title {
    font-size: 46px;
    margin-bottom: 17px;
  }
}

#section-1 .lead {
  color: #000;
  text-align: center;
  font-family: "Segoe UI", system-ui, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 57px;
}

#section-1 .searchbox {
  display: flex;
  gap: 0;
  max-width: 764px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0px 4px 56px 0px rgba(171, 171, 171, 0.25);
}

#section-1 .searchbox input {
  background-color: white;
  border-radius: 6px 0 0 6px;
  flex: 1;
  border: none;
  padding: 20px 24px;
  box-sizing: border-box;
  color: #AAA;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  width: 100%;
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
}

#section-1 .searchbox input:focus {
  outline: 2px dashed #9C6E5E;
  outline-offset: -4px;
}

@media (max-width: 479px) {
  #section-1 .searchbox input {
    padding: 10px 17px;
  }
}

#section-1 .searchbox button {
  border-radius: 0 6px 6px 0;
  background-color: #9C6E5E;
  box-sizing: border-box;
  padding: 20px 36px;
  border: none;
  cursor: pointer;
}

@media (max-width: 479px) {
  #section-1 .searchbox button {
    padding: 10px;
  }
}

#section-1 .searchbox button:focus {
  outline: 2px dashed white;
  outline-offset: -4px;
}

#section-2 {
  background-color: #F9F0ED;
  box-sizing: border-box;
  padding: 0 0 100px;
}

@media (max-width: 479px) {
  #section-2 {
    padding: 0;
  }
}

#section-2 .cta {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  color: #9C6E5E;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  border-radius: 8px;
  border: 1px solid #9C6E5E;
  text-decoration: none;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #section-2 {
    background-color: white;
  }
}

@media (max-width: 479px) {
  #section-2 {
    background-color: white;
  }
}

/* [021225TIN] Update style */
#section-2 .category-card-wrap,
#section-1 .category-card-wrap {
  display: flex;
  gap: 68px;
  justify-content: center;
  padding: 50px 0;
  box-sizing: border-box;
  margin: 0;
}

@media (min-width: 740px) and (max-width: 1023px) {

  /* [021225TIN] Update style */
  #section-2 .category-card-wrap,
  #section-1 .category-card-wrap {
    flex-wrap: wrap;
    gap: 14px;
  }
}

@media (max-width: 479px) {

  /* [021225TIN] Update style */
  #section-2 .category-card-wrap,
  #section-1 .category-card-wrap {
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 -15px;
    padding: 30px 0;
  }

  #section-1 .category-card-wrap {
    margin: 30px -10px 0;
    padding: 0;
  }
}

/* [021225TIN] Update style */
#section-2 .category-card,
#section-1 .category-card {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 18px;
  width: 100%;
  max-width: 200px;
  border-radius: 15px;
  border: 1px solid white;
  color: #FFF;
  /* [111924TIN] Increase text shadow */
  /* text-shadow: 3px 4px 7px rgb(0 0 0 / 52%); */
  font-size: 24px;
  font-weight: 900;
  line-height: 26px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  transition: all 0.2s;
  height: 120px;
  box-sizing: border-box;
}

/* [021225TIN] Adjust style at header */
#section-1 .category-card {
  background: #9d6d5cdb;
/*   height: 80px; */
/* 	021725TIN Update style */
	height: 60px;
    font-weight: 700;
    padding: 12px;
    font-size: 20px;
}

@media (min-width: 740px) and (max-width: 1023px) {

  /* [021225TIN] Update style */
  #section-2 .category-card,
  #section-1 .category-card {
    flex-basis: 48%;
    max-width: 48%;
  }
}

@media (max-width: 479px) {

  /* [021225TIN] Update style */
  #section-2 .category-card,
  #section-1 .category-card {
    flex-basis: 48%;
  }
}

#section-2 .category-card:hover,
#section-2 .category-card:focus {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#section-2 .blog-slider-wrap-1 {
  display: flex;
  gap: 30px;
  padding: 18px 0 50px;
  box-sizing: border-box;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #section-2 .blog-slider-wrap-1 {
    flex-direction: column;
    padding: 30px 0;
  }
}

@media (max-width: 479px) {
  #section-2 .blog-slider-wrap-1 {
    flex-direction: column;
    padding: 30px 0;
  }
}

#section-2 .blog-slider-wrap-1__intro {
  flex: 1;
  flex-basis: calc(25% - 30px);
  /* [070825TIN] Equalize with card slider */
  margin-top: 36px;
}

@media (max-width: 1023px) {
  #section-2 .blog-slider-wrap-1__intro {
    margin-top: 0;
  }

}

#section-2 .blog-slider-wrap-1__slider {
  flex: 3;
  flex-basis: calc(75% - 30px);
  max-width: 100%;
  overflow: hidden;
}

#section-2 .blog-slider-intro {
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-sizing: border-box;
  padding: 0 20px;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #section-2 .blog-slider-intro {
    padding: 0;
  }
}

@media (max-width: 479px) {
  #section-2 .blog-slider-intro {
    padding: 0;
  }
}

#section-2 .blog-slider-intro__title {
  color: #9C6E5E;
  font-family: "Lily Script One", system-ui, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

#section-2 .blog-slider-intro__desc {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

/* [091124TIN] Add css for link in description of blog slider intro */
#section-2 .blog-slider-intro__desc a {
  color: #9C6E5E;
  transition: all 0.2s;
	/* [021225TIN] Update style */
  font-weight: 400;
}

#section-2 .blog-slider-intro__desc a:hover {
  text-decoration: underline;
}

#section-2 .blog-slider-intro__link,
#section-2 .blog-slider-wrap-1__link {
  color: #9C6E5E;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

#section-2 .blog-slider-wrap-1__link {
  color: #9C6E5E;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

#section-2 .blog-slider-wrap-1__link {
  margin: 0;
  padding: 0;
  margin-left: auto;
  display: none;
  width: fit-content;
  margin-right: 21px;
}

#section-2 .blog-slider-intro__link:hover,
#section-2 .blog-slider-wrap-1__link:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {

  /* [070825TIN] Hide link on desktop, #5242[Website] [Blog] Audit blog page */
  #section-2 .blog-slider-intro__link {
    display: none;
  }

  /* [070825TIN] Show link on desktop, #5242[Website] [Blog] Audit blog page */
  #section-2 .blog-slider-wrap-1__link {
    display: block;
  }
}

#section-2 .blog-slider-intro__navigation {
  display: flex;
  gap: 20px;
}

#section-2 .blog-slider-intro__navigation-button {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
	
	/* [112824TIN] increase the size of button, make it round */
  height: 40px;
  width: 40px;
  transition: all 0.2s;
  border-radius: 32px;
}

/* [112824TIN] Add hover state for button */
#section-2 .blog-slider-intro__navigation-button:hover {
  background-color: white;
}

#section-2 .blog-slider-intro__navigation-button:focus {
  outline: 1.5px dashed #FFF;
}

#section-2 .blog-slider-intro__navigation-group {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #section-2 .blog-slider-intro__navigation-group {
    flex-direction: row;
    justify-content: space-between;
	  /* [112824TIN] Align elements to middle (vertically) */
    align-items: center;
  }
}

@media (max-width: 479px) {
  #section-2 .blog-slider-intro__navigation-group {
    flex-direction: row;
    justify-content: space-between;
	  /* [112824TIN] Align elements to middle (vertically) */
    align-items: center;
  }
}

#section-2 .divider-1 {
  background-color: #F0D7CE;
  height: 3px;
  margin: 22px 0;
  width: 85%;
  margin-left: auto;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #section-2 .divider-1 {
    width: 100%;
    background-color: #3D3D3D;
    height: 1px;
  }
}

@media (max-width: 479px) {
  #section-2 .divider-1 {
    width: 100%;
    background-color: #3D3D3D;
    height: 1px;
    margin: 0;
  }
}

#section-2 .blog-slider-wrap-2 {
  display: flex;
  gap: 30px;
  padding: 18px 0 50px;
  box-sizing: border-box;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #section-2 .blog-slider-wrap-2 {
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  #section-2 .blog-slider-wrap-2 {
    flex-direction: column;
  }
}

#section-2 .blog-slider-wrap-2__intro {
  flex: 1;
  flex-basis: calc(25% - 30px);
}

#section-2 .blog-slider-wrap-2__slider {
  flex: 3;
  flex-basis: calc(75% - 30px);
  overflow: hidden;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #section-2 .blog-slider-wrap-2__slider {
    overflow: unset;
  }
}

@media (max-width: 479px) {
  #section-2 .blog-slider-wrap-2__slider {
    overflow: unset;
  }
}

#section-2 .blog-slider-wrap-2 .slide-group {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  justify-content: space-between;
}

#section-2 .blog-slider-wrap-2 .splide__pagination__page {
  background-color: #ECECEC;
  height: 20px;
  width: 20px;
}

#section-2 .blog-slider-wrap-2 .splide__pagination__page.is-active {
  background: #9C6E5E;
  transform: none;
}

#section-2 .blog-slider-wrap-2 .splide__pagination {
  position: relative;
  padding: 45px 4rem 0;
}

#section-2 .blog-slider-wrap-2 .splide__arrow {
  bottom: -30px;
  top: unset;
  height: 54px;
  width: 54px;
}

#section-2 .blog-slider-wrap-2 .splide__arrow svg {
  fill: #9C6E5E;
}

.blog-grid-1 {
  display: grid;
  grid-template-columns: 53% 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 37px;
}

/* [021225TIN] Adjust spacing for dekstop */
@media (min-width: 1200px) {
  .blog-grid-1 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .blog-grid-1 {
    grid-template-columns: 50% 1fr;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-grid-1 {
    grid-template-columns: 1fr;
    gap: 14px;
    grid-template-rows: repeat(4, auto);
  }
}

@media (max-width: 479px) {
  .blog-grid-1 {
    grid-template-columns: 1fr;
    gap: 14px;
    grid-template-rows: repeat(4, auto);
  }
}

.blog-grid-1__item {
  grid-column: 2;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-grid-1__item {
    grid-column: 1;
  }
}

@media (max-width: 479px) {
  .blog-grid-1__item {
    grid-column: 1;
  }
}

.blog-grid-1__item:first-child {
  grid-column: 1;
  grid-row: 1/4;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-grid-1__item:first-child {
    grid-column: 1;
    grid-column: 1;
    padding-bottom: 24px;
    border-bottom: 1px solid black;
    margin-bottom: 12px;
  }
}

@media (max-width: 479px) {
  .blog-grid-1__item:first-child {
    grid-column: 1;
    grid-column: 1;
    padding-bottom: 24px;
    border-bottom: 1px solid black;
    margin-bottom: 12px;
  }
}

.blog-card-3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: transparent;
  padding: 21px;
  box-sizing: border-box;
	/* [020625TIN] Fix override color from Divi */
  color: inherit;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-3 {
    padding: 0;
  }
}

@media (max-width: 479px) {
  .blog-card-3 {
    padding: 0;
  }
}

.blog-card-3__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  max-width: 100%;
  position: relative;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-3__img {
    aspect-ratio: 16/9;
  }
}

@media (max-width: 479px) {
  .blog-card-3__img {
    aspect-ratio: 16/9;
  }
}

/* [090824TIN] Update css for image */
.blog-card-3__img img,
.blog-card-3__img picture {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

/* [090824TIN] Update css for image */
.blog-card-3__img::after,
.blog-card-3__img picture::after {
  display: block;
  position: absolute;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.09%, rgba(193, 122, 96, 0.5) 68.47%);
  z-index: 1;
  transition: all 0.2s;
  opacity: 0;
}

.blog-card-3__img:hover::after {
  opacity: 1;
}

.blog-card-3__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.blog-card-3__overlay:hover .blog-card-3__meta {
  display: flex;
}

.blog-card-3__category {
  border-radius: 28px;
  background: rgba(143, 103, 103, 0.8);
  padding: 4px 10px;
  box-sizing: border-box;
  width: fit-content;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
}

.blog-card-3__meta {
  display: none;
  gap: 4px;
  flex-direction: column;
  color: #FFF;
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
  /* font-family: "Plus Jakarta Sans"; */
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.2s;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-3__meta {
    display: none;
  }
}

@media (max-width: 479px) {
  .blog-card-3__meta {
    display: none;
  }
}

.blog-card-3__meta-mobile {
  display: none;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-3__meta-mobile {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
}

@media (max-width: 479px) {
  .blog-card-3__meta-mobile {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
}

.blog-card-3__author {
  font-weight: 600;
}

.blog-card-3__title {
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.blog-card-3__excerpt {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-card-4__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 100%;
  position: relative;
  margin-bottom: 6px;
}

.blog-card-4__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.blog-card-4__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-card-4__time {
  border-radius: 28px;
  background: rgba(61, 61, 61, 0.5);
  padding: 4px 10px;
  box-sizing: border-box;
  width: fit-content;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
}

.blog-card-4__meta {
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
  /* font-family: "Plus Jakarta Sans"; */
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #2B2C34;
}

.blog-card-4__title {
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.blog-card-4__title:hover {
  text-decoration: underline;
}

.blog-card-4__excerpt {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.blog-card-5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-card-5__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 100%;
  position: relative;
  margin-bottom: 6px;
}

.blog-card-5__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.blog-card-5__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-card-5__play {
  background-color: rgba(0, 0, 0, 0.3333333333);
  border-radius: 50%;
  border: none;
  height: 58px;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.blog-card-5__meta {
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
  /* font-family: "Plus Jakarta Sans"; */
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #2B2C34;
}

.blog-card-5__title {
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.blog-card-5__title:hover {
  text-decoration: underline;
}

.blog-card-5__excerpt {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  border-radius: 24px;
  transition: all 0.2s;
  padding: 20px;
  box-sizing: border-box;
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-6 {
    padding: 0;
  }
}

@media (max-width: 479px) {
  .blog-card-6 {
    padding: 0;
  }
}

.blog-card-6__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  max-width: 100%;
}

@media (max-width: 479px) {
  .blog-card-6__img {
    aspect-ratio: 16/9;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-6__img {
    aspect-ratio: 16/9;
  }
}

.blog-card-6__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.blog-card-6__img::after {
  display: block;
  position: absolute;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.09%, rgba(193, 122, 96, 0.5) 68.47%);
  z-index: 1;
  transition: all 0.2s;
  opacity: 0;
}

.blog-card-6:hover {
  background: rgba(255, 255, 255, 0.5);
}

.blog-card-6:hover .blog-card-6__img::after {
  opacity: 1;
}

.blog-card-6:hover .blog-card-6__meta {
  display: flex;
}

.blog-card-6__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.blog-card-6__category {
  border-radius: 28px;
  background: rgba(143, 103, 103, 0.8);
  padding: 4px 10px;
  box-sizing: border-box;
  width: fit-content;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.blog-card-6__meta {
  display: none;
  gap: 4px;
  flex-direction: column;
  color: #FFF;
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
  /* font-family: "Plus Jakarta Sans"; */
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.2s;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-6__meta {
    display: none;
  }
}

@media (max-width: 479px) {
  .blog-card-6__meta {
    display: none;
  }
}

.blog-card-6__meta-mobile {
  display: none;
  color: #3D3D3D;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-6__meta-mobile {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
}

@media (max-width: 479px) {
  .blog-card-6__meta-mobile {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
}

.blog-card-6__author {
  font-weight: 600;
}

.blog-card-6__title {
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  /*line-height: 120%;*/
  /* [062325TIN] Update line height */
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-6__excerpt {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  /*line-height: 120%;*/
  /* [062325TIN] Update line height */
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video-card-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  padding: 21px 21px 0 21px;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .video-card-1 {
    padding: 0;
  }
}

@media (max-width: 479px) {
  .video-card-1 {
    padding: 0;
  }
}

.video-card-1__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 100%;
  position: relative;
  margin-bottom: 6px;
}

.video-card-1__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.video-card-1__img--vertical {
  aspect-ratio: 9/16;
}

.video-card-1__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
	/* [121124TIN] Make overlay clickable */
  cursor: pointer;
}

.video-card-1__time {
  border-radius: 28px;
  background: rgba(61, 61, 61, 0.5);
  padding: 4px 10px;
  box-sizing: border-box;
  width: fit-content;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 13px;
}

.video-card-1__play {
  background-color: rgba(0, 0, 0, 0.3333333333);
  border-radius: 50%;
  height: 58px;
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.video-card-1__meta {
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
  /* font-family: "Plus Jakarta Sans"; */
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #2B2C34;
}

.video-card-1__title {
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  /* fix unequal cards in a row */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 38px;
  /* [091124TIN] Update css for video card */
  cursor: pointer;
}

.video-card-1__title:hover {
  text-decoration: underline;
}

.video-card-1__excerpt {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#section-3 {
  padding: 58px 0 110px;
  background-color: #F0D7CE;
  background-image: url("/wp-content/themes/5s3s-divi-child-theme/assets/images/bottom-form-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #section-3 {
    background-image: none;
  }
}

@media (max-width: 479px) {
  #section-3 {
    background-image: none;
  }
}

/* [061724TIN] update newsleter form style */
#section-3 .newsletter-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

#section-3 .newsletter-form__title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #section-3 .newsletter-form__title {
    font-size: 32px;
  }
}

@media (max-width: 479px) {
  #section-3 .newsletter-form__title {
    font-size: 32px;
  }
}

#section-3 .newsletter-form__lead {
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 400;
}

/* [072524TIN] Update max-width form */
#section-3 .newsletter-form__form {
  display: flex;
  gap: 10px;
  flex-direction: column;
  max-width: 534px;
  width: 100%;
}

#section-3 .newsletter-form__form .field {
  display: flex;
  gap: 20px;
  flex-direction: row;
  /* max-width: 440px; */
  width: 100%;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #section-3 .newsletter-form__form .field {
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  #section-3 .newsletter-form__form .field {
    flex-direction: column;
  }
}

#section-3 .newsletter-form__form .error-message {
  flex: 1;
  width: 100%;
  text-align: left;
}

#section-3 .newsletter-form__form .error-message .just-validate-error-label {
  font-size: 14px;
  color: #E33A3A;
}

#section-3 .newsletter-form__form input {
  font-size: 20px;
  font-weight: 400;
  color: #3D3D3D;
  box-sizing: border-box;
  /* [072524TIN] Update padding */
  padding: 16px 24px;
  border-radius: 8px;
  border: none;
  display: flex;
  width: 100%;
}

#section-3 .newsletter-form__form input::placeholder {
  color: #C0C0C0;
}

#section-3 .newsletter-form__form input:focus {
  outline: 2px dashed #9C6E5E;
  outline-offset: -4px;
}

#section-3 .newsletter-form__form button {
  color: #F0F0F0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  background: #9C6E5E;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
}

#section-3 .newsletter-form__form button:focus {
  outline: 2px dashed white;
  outline-offset: -4px;
}

/* [061724TIN] update newsleter form style - end */

.blog-card-1 {
  position: relative;
  height: 100%;
  width: 100%;
  color: #FFF;
  box-sizing: border-box;
  padding: 0;
}

/* [090824TIN] Update css for picture */
.blog-card-1__img picture {
  display: block;
  width: 100%;
  height: 100%;
}


@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #3D3D3D;
  }
}

@media (max-width: 479px) {
  .blog-card-1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #3D3D3D;
  }
}

.blog-card-1__img {
  position: relative;
  height: 100%;
  width: 100%;
  /* [091024TIN] Set max height to avoid strech items on left side of parent grid */
  max-height: 710px;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-1__img {
    margin-bottom: 4px;
  }
}

@media (max-width: 479px) {
  .blog-card-1__img {
    margin-bottom: 4px;
  }
}

.blog-card-1__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.blog-card-1__img::after {
  border-radius: 24px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 24px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.09%, rgba(193, 122, 96, 0.5) 68.47%);
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-1__img::after {
    display: none;
  }
}

@media (max-width: 479px) {
  .blog-card-1__img::after {
    display: none;
  }
}

.blog-card-1__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 44px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: flex-end;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-1__text {
    position: relative;
    padding: 0;
  }
}

@media (max-width: 479px) {
  .blog-card-1__text {
    position: relative;
    padding: 0;
  }
}

.blog-card-1__title {
  color: inherit;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-1__title {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .blog-card-1__title {
    font-size: 20px;
  }
}

.blog-card-1__excerpt {
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-1__excerpt {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .blog-card-1__excerpt {
    font-size: 16px;
  }
}

.blog-card-1__meta {
  display: flex;
  gap: 30px;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-1__meta {
    justify-content: space-between;
  }
}

@media (max-width: 479px) {
  .blog-card-1__meta {
    justify-content: space-between;
  }
}

.blog-card-1__author {
  /*   color: #E9E9E9; */
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.blog-card-1__date {
  /* [091024TIN] Change text color */
  color: white;
  /* color: #E9E9E9; */
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-1__date {
    color: inherit;
  }
}

@media (max-width: 479px) {
  .blog-card-1__date {
    color: inherit;
  }
}

.blog-card-1__category {
  border-radius: 28px;
  background: rgba(143, 103, 103, 0.8);
  padding: 4px 10px;
  box-sizing: border-box;
  width: fit-content;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
  display: none;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-1__category {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 15px 0 0;
  }
}

@media (max-width: 479px) {
  .blog-card-1__category {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 15px 0 0;
  }
}

.blog-card-2 {
  display: flex;
  gap: 14px;
  height: 100%;
  width: 100%;
}

/* [090824TIN] Update css for image */
/* [090824TIN] Update css for image */
.blog-card-2__img,
.blog-card-2__img-link {
  /* flex-basis: 266px;
  max-width: 266px;
  display: block;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  transition: all 0.2s; */
  flex-basis: 266px;
  max-width: 266px;
  display: block;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
  transition: all 0.2s;
  overflow: hidden;
  flex-shrink: 0;
  max-height: 210px;
}

/* [090824TIN] Update css for image */
.blog-card-2__img img,
.blog-card-2__img source {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-2__img,
	.blog-card-2__img-link {
    /* flex-basis: 190px;
    max-width: 190px; */
    /* [072524TIN] Update card image width */
    flex-basis: 300px;
    max-width: 300px;
    flex-shrink: 0;
    width: 100%;
    height: 190px;
/*     border-radius: 8px; */
	  /* [020725TIN] Update border radius */
    border-radius: 16px;
    border: 2px solid #FFF;
  }
}

@media (max-width: 479px) {
  .blog-card-2__img,
	.blog-card-2__img-link {
    flex-basis: 90px;
    max-width: 90px;
    width: 100%;
    height: 90px;
    border-radius: 8px;
    border: 2px solid #FFF;
  }
}

.blog-card-2__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.blog-card-2__category {
  border-radius: 28px;
  background: rgba(143, 103, 103, 0.8);
  padding: 4px 10px;
  box-sizing: border-box;
  width: fit-content;
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-2__category {
    display: none;
  }
}

@media (max-width: 479px) {
  .blog-card-2__category {
    display: none;
  }
}

.blog-card-2__title {
  flex: 1;
  color: #3D3D3D;
  /* [091024TIN] Change font family and adjust size, weight */
  font-family: 'Segoe UI', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  /* font-family: "Noto Sans", sans-serif; */
  /* font-size: 27px; */
  /* font-weight: 600; */
  line-height: 140%;
  text-transform: capitalize;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-2__title::hover {
  text-decoration: underline;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-2__title {
    /* [072524TIN] Update card title */
    /* font-size: 16px; */
    flex: none;
  }
}

@media (max-width: 479px) {
  .blog-card-2__title {
    font-size: 16px;
  }
}

/* [072524TIN] Update meta spacing & size */
.blog-card-2__meta {
  display: flex;
  gap: 16px;
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  justify-content: space-between;
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
}

/* [072524TIN] Update meta spacing & size */
.blog-card-2__author {
  flex-basis: max-content;
	/* [011625TIN] Change text transform */
  text-transform: capitalize;
}

/* [072524TIN] Update meta spacing & size */
.blog-card-2__date {
  font-weight: 300;
  flex-basis: 168px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .blog-card-2__meta {
    gap: 16px;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-card-2__meta {
    justify-content: space-between;
    gap: 16px;
  }
}

@media (max-width: 479px) {
  .blog-card-2__meta {
    justify-content: space-between;
    gap: 16px;
  }

  /* [072524TIN] Update meta spacing & size */
  .blog-card-2__date {
    flex-basis: fit-content;
  }
}

/* .blog-card-2:hover .blog-card-2__img {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.blog-card-2:hover .blog-card-2__title {
  text-decoration: underline;
} */

/* [020725TIN] Update hover for blog card 2 */
.blog-card-2 .blog-card-2__img:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.blog-card-2 .blog-card-2__title:hover {
  text-decoration: underline;
}

/* [020725TIN] Update hover for blog card 2 - end */

.show-on-desktop {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .show-on-desktop {
    display: block;
  }
}

@media (min-width: 1200px) {
  .show-on-desktop {
    display: block;
  }
}

.show-on-mobile {
  display: none;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .show-on-mobile {
    display: block;
  }
}

@media (max-width: 479px) {
  .show-on-mobile {
    display: block;
  }
}

.breadcrumb {
  display: inline;
  gap: 20px;
  color: #3D3D3D;
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
  /* font-family: "Plus Jakarta Sans"; */
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.breadcrumb__fragment {
  display: inline;
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}

.breadcrumb__fragment:first-child {
  padding: 0;
}

.breadcrumb__fragment:first-child::after {
  display: none;
}

.breadcrumb__fragment::after {
  display: block;
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  background-color: #3D3D3D;
  border-radius: 50%;
  left: 20px;
  top: 8px;
}

.blog-grid-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 10px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .blog-grid-2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  .blog-grid-2 {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }
}

@media (max-width: 479px) {
  .blog-grid-2 {
    grid-template-columns: 1fr;
    row-gap: 26px;
  }
}

#blog-header {
  padding: 27px 0 12px;
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.blog-image {
  display: block;
  border-radius: 24px;
  border: 2px solid #FFF;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* [061824TIN] update spacing blog meta section */
.blog-meta {
  display: flex;
  gap: 57px;
  padding: 25px 0;
  box-sizing: border-box;
  border-style: solid;
  border-color: #3D3D3D;
  border-width: 1px 0;
  align-items: center;

  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
}

/* [080224TIN] update blog meta */
@media (max-width: 479px) {
  .blog-meta {
    gap: 2px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* [080224TIN] update blog meta */
@media (min-width: 740px) and (max-width: 1023px) {
  .blog-meta {
    gap: 2px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.blog-meta__category {
  padding: 4px 10px;
  box-sizing: border-box;
  background-color: rgba(143, 103, 103, 0.8);
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  height: fit-content;
  margin-right: auto;
}

/* [080224TIN] update blog meta */
@media (max-width: 479px) {
  .blog-meta__category {
    margin-bottom: 4px;
  }
}

/* [080224TIN] update blog meta  */
@media (min-width: 740px) and (max-width: 1023px) {
  .blog-meta__category {
    margin-bottom: 4px;
  }
}

.blog-meta__author {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-left: auto;
	/* [011625TIN] Change text transform */
  text-transform: capitalize;
}

/* [080224TIN] update blog meta */
@media (max-width: 479px) {
  .blog-meta__author {
    margin-left: 0;
  }
}

/* [080224TIN] update blog meta */
@media (min-width: 740px) and (max-width: 1023px) {
  .blog-meta__author {
    margin-left: 0;
  }
}

/* [061824TIN] update spacing blog meta section - end*/

.blog-meta__date {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

#blog-bottom-content {
  padding: 25px 0 25px;
  text-align: center;
  /* [091024TIN] Remove bg color */
  /* background-color: #F8E9E9; */
  border-top: 1px solid #3D3D3D;

  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #blog-bottom-content {
    margin-bottom: 26px;
  }
}

@media (max-width: 479px) {
  #blog-bottom-content {
    margin-bottom: 26px;
  }
}

.blog-quote {
  color: #3D3D3D;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  /* [091024TIN] Adjust padding for 2 side balance */
  padding: 15px 40px;
  /* padding-left: 40px; */
  margin-top: 20px;
  box-sizing: border-box;
}

.blog-quote::before {
  display: block;
  content: "‘‘";
  color: #3D3D3D;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  top: -20px;
  left: 15px;
  position: absolute;
}

.blog-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.blog-author__avatar {
  height: 82px;
  width: 82px;
  display: block;
  border-radius: 44px;
  object-fit: cover;
}

.blog-author__name {
  color: #111210;
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
}

.blog-author__contact {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.blog-author__contact a {
  /* height: fit-content; */
  text-decoration: none;
  line-height: normal;
  display: inline-block;
}

#blog-related {
  display: flex;
  flex-direction: column;
  padding: 27px 0;
}

#blog-related .heading-1 {
  padding: 0 0 18px;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #blog-related .heading-1 .splash {
    display: none;
  }
}

@media (max-width: 479px) {
  #blog-related .heading-1 .splash {
    display: none;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  #blog-related {
    padding: 31px 0 50px;
    border-top: 1px solid #3D3D3D;
  }
}

@media (max-width: 479px) {
  #blog-related {
    padding: 31px 0 50px;
    border-top: 1px solid #3D3D3D;
  }
}

#blog-event {
  display: flex;
  flex-direction: column;
  padding: 0 0 116px;
}

#blog-event .heading-1 {
  padding: 0 0 18px;
  justify-content: flex-start;
}

@media (min-width: 740px) and (max-width: 1023px) {
  #blog-event .heading-1 {
    padding: 0 0 14px;
  }
}

@media (max-width: 479px) {
  #blog-event .heading-1 {
    padding: 0 0 14px;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  #blog-event .heading-1 .splash {
    max-width: 35px;
  }
}

@media (max-width: 479px) {
  #blog-event .heading-1 .splash {
    max-width: 35px;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  #blog-event {
    padding: 31px 0 54px;
    border-top: 1px solid #3D3D3D;
  }
}

@media (max-width: 479px) {
  #blog-event {
    padding: 31px 0 54px;
    border-top: 1px solid #3D3D3D;
  }
}

.event-card-1 {
  position: relative;
  height: 100%;
  width: 100%;
  color: #FFF;
  box-sizing: border-box;
  padding: 0;
  display: block;
}

.event-card-1__img {
  position: relative;
  height: 100%;
  width: 100%;
}

.event-card-1__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.event-card-1__img::after {
  border-radius: 24px;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 24px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.09%, rgba(193, 122, 96, 0.5) 68.47%);
}

.event-card-1__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 33px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: flex-end;
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.event-card-1__title {
  color: inherit;
  text-decoration: none;
  text-shadow: 4px 6px 4px rgba(0, 0, 0, 0.25);
  /* [091024TIN] Change font family and adjust font size */
  font-family: "Lily Script One", system-ui, sans-serif;
  font-size: 58px;
  /* font-family: "DFVN Bropella"; */
  /* font-size: 64px; */
  font-weight: 400;
  line-height: 120%;
  margin-bottom: -12px;
}

.event-card-1__excerpt {
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.event-card-1__extra {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.event-card-2 {
  display: flex;
  gap: 14px;
  height: 100%;
  width: 100%;
  flex-direction: row;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .event-card-2 {
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .event-card-2 {
    flex-direction: column;
  }
}

.event-card-2__img {
  flex-basis: 266px;
  max-width: 266px;
  display: block;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
  transition: all 0.2s;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .event-card-2__img {
    max-width: 100%;
    flex-basis: 285px;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .event-card-2__img {
    max-width: 100%;
    flex-basis: 285px;
    width: 100%;
  }
}

.event-card-2__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* [091024TIN] Change font family */
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.event-card-2__date {
  border-radius: 28px;
  background: rgba(143, 103, 103, 0.8);
  padding: 4px 10px;
  box-sizing: border-box;
  width: fit-content;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}

.event-card-2__title {
  color: #3D3D3D;
  /* [091024TIN] Change font family and adjust size, weight */
  font-family: 'Segoe UI', system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  /* font-family: "Noto Sans", sans-serif; */
  /* font-size: 27px; */
  /* font-weight: 600; */
  line-height: 140%;
  text-transform: capitalize;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--Color, #3D3D3D);
}

.event-card-2__title::hover {
  text-decoration: underline;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .event-card-2__title {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .event-card-2__title {
    font-size: 16px;
  }
}

.event-card-2__excerpt {
  color: #3D3D3D;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  min-height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 740px) and (max-width: 1023px) {
  .event-card-2__excerpt {
    min-height: auto;
  }
}

@media (max-width: 479px) {
  .event-card-2__excerpt {
    min-height: auto;
  }
}

.event-card-2__cta {
  border-radius: 8px;
  border: 1px solid #9C6E5E;
  color: #9C6E5E;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.8px;
  background-color: transparent;
  display: flex;
  padding: 12px 24px;
  box-sizing: border-box;
  width: fit-content;
  min-width: 163px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.blog-text {
  margin: 0 0 13px;
  color: #3D3D3D;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

a.blog-text,
.blog-text a {
  color: #9C6E5E;
  text-decoration-line: underline;
}

h1.blog-text {
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
}

@media (min-width: 740px) and (max-width: 1023px) {
  h1.blog-text {
    font-size: 36px;
  }
}

@media (max-width: 479px) {
  h1.blog-text {
    font-size: 36px;
  }
}

h2.blog-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

h4.blog-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.blog-paragraph {
  margin: 0 0 30px;
}

.video-popup {
  position: fixed;
  padding: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 100%;
  background-color: transparent;
  max-width: 540px;
  z-index: 9999999;
}

.video-popup__embedded {
  aspect-ratio: 16/9;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1), 0 0 0 max(100vh, 100vw) rgba(0, 0, 0, 0.3333333333);
  width: 100%;
  height: auto;
  border-radius: 24px;
  padding: 0;
  border: none;
}

.video-popup--vertical {
  max-height: 100vh;
  max-width: 56.25vh;
}

.video-popup--vertical .video-popup__embedded {
  aspect-ratio: 9/16;
}

.video-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 32px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
}

.video-popup__close svg {
  width: 20px;
  height: 20px;
}

#section-2 .blog-slider-wrap-2 .splide__list {
  /* [061824TIN] Fix height of slide over in firefox */
  height: auto;
}

/* [071224TIN] Add style for social link */
.blog-social-link {
  display: flex;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 0.8px solid #c4c4c4;
  background-color: transparent;
  color: #999;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}

.blog-social-link:hover {
  border-color: #9C6E5E;
  background-color: #9C6E5E;
  color: white;
}

.blog-social-link svg {
  transition: all 0.2s;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: visible;
}

/* [071224TIN] Add style for social link - end */

/* [080724TIN] Update css for like, share */
.cta-buttons {
  display: flex;
  gap: 16px;
  margin: 0;
  justify-content: end;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .cta-buttons {
    margin-top: 8px;
  }
}

.cta-buttons button {
  background-color: transparent;
  border: 1px solid #9C6E5E;
  color: #9C6E5E;
  transition: all .2s;
  border-radius: 50px;
  outline: none;
  padding: 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-buttons button svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.cta-buttons button:hover,
.cta-buttons button:active,
.cta-buttons .active {
  background-color: #9C6E5E;
  color: white;
}

.cta-buttons button:disabled {
  background-color: transparent;
  color: #9C6E5E;
  cursor: default;
}

.cta-buttons button.active:disabled {
  background-color: #9C6E5E;
  color: white;
}

.cta-buttons .cta-share,
.cta-buttons .cta-like,
.cta-buttons .cta-dislike {
  height: 30px;
  width: 30px;
  position: relative;
}

/* [082324TIN] Use dislike icon instead flip like icon */
/* .cta-buttons .cta-dislike {
  transform: rotateX(180deg);
} */

.cta-buttons .cta-tooltip {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #9C6E5E;
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  padding: 4px 8px;
  box-sizing: border-box;
  border-radius: 4px;
}

/* [080724TIN] Update css for like, share - end */
/* [081324TIN] Update css for blog content */
#blog-content {
  /* [091024TIN] Change font family and adjust font size, font weight, line heigh */
  font-family: 'Segoe UI', system-ui, sans-serif;
  /* font-family: "Poppins", sans-serif; */
  font-size: 18px;
  font-weight: 400;
/*   line-height: normal; */
	/* [030425TIN] Update style */
  line-height: 1.6;
  color: #333;
}

/* [081324TIN] Update css for blog content - end */

/* [082224TIN] Add css for blog title */
.blog-title,
h1.blog-title {
  font-family: 'Segoe UI', system-ui, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  color: #3D3D3D;
  margin: 13px 0;
}

@media (max-width: 1023px) {

  /* Adjust blog title font size and margin on mobile, tablet */
  .blog-title,
  h1.blog-title {
    font-size: 36px;
    margin: 26px 0;
  }
}

/* [082324TIN] Add css for title of comment section */
/* css for confirm delete comment popup */
.comment-delete {
  background-color: white;
  padding: 40px 36px;
  border-radius: 16px;
  font-size: 16px;
  color: #3d3d3d;
  box-sizing: border-box;
}

.comment-delete__title {
  font-weight: 500;
  margin: 20px 0 30px;
  max-width: 280px;
  text-align: center;
}

.comment-delete__footer {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.comment-delete__button {
  box-sizing: border-box;
  padding: 8px 16px;
  border: 1px solid #9C6E5E;
  color: #9C6E5E;
  background-color: white;
  transition: all .2s;
  border-radius: 16px;
  width: 100%;
  text-align: center;
  max-width: 135px;
  cursor: pointer;
}

.comment-delete__button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.comment-delete__button.comment-delete__button--danger {
  background-color: #9C6E5E;
  color: white;
}

.comment-delete__form fieldset {
  display: content;
}

.comment-delete__message {
  font-size: 14px;
  margin: 16px auto;
  max-width: 250px;
  text-align: center;
  color: #F12222;
  display: none;
}

.comments-title {
  /* [091024TIN] Adjust font weight */
  font-weight: 600;
  font-size: 24px;
  color: #3d3d33;
  /* [091024TIN] Adjust margin bottom & padding */
  margin: 30px 0 0;
  padding: 0;
  line-height: 1.4;
}


.comment-section {
  font-family: 'Segoe UI', system-ui, sans-serif;
  padding: 30px 0;
}

/* [112224TIN] Add parent selector to avoid css conflict with comment table in wp-admin */
.comment-views .comment {
  display: flex;
  margin-bottom: 10px;
}


.comment-avatar {
  margin-right: 10px;
}

.comment-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.comment-content {
  background: #f8e9e9;
  /*         border-radius: 15px; */
  /*         padding: 10px; */
  /*         flex-grow: 1; */
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}

.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.comment-author {
  font-weight: bold;
  margin-right: 5px;
}

.comment-time {
  font-size: 12px;
  color: #606770;
}

.comment-text {
  /* margin-bottom: 5px; */
  font-size: 16px;
}

.comment-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-top: 5px; */
}

.comment-actions span {
  /* margin-right: 10px; */
  cursor: pointer;
  font-size: 14px;
}

.comment-likes-count {
  /* color: #606770;
  font-size: 12px;
  pointer-events: none; */
}

/* [112224TIN] Add parent selector to avoid css conflict with comment table in wp-admin */
.comment-views .comment {
  display: flex;
  margin-bottom: 10px;
}

.child-comments {
  margin-left: 50px;
  border-left: 2px solid #e4e6eb;
  padding-left: 15px;
  margin-top: 10px;
}

/* [112224TIN] Add parent selector to avoid css conflict with comment table in wp-admin */
.comment-views .comment {
  display: block;
  margin-bottom: 10px;
}

/* [091024TIN] Change font family */
.blog-comments {
  font-family: 'Segoe UI', system-ui, sans-serif;
}

/* [091024TIN] Override font family of editor css */
.blog-comments input,
.blog-comments textarea,
.blog-comments select,
.blog-comments h1,
.blog-comments h2,
.blog-comments h3,
.blog-comments h4,
.blog-comments h5,
.blog-comments h6 {
  font-family: 'Segoe UI', system-ui, sans-serif;
}

.blog-comments .comment-actions .comment-reply .comment-reply-link {
  position: static !important;
}

.comment-actions .comment-reply .comment-reply-link,
.comment-actions .comment-delete {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  border: 0;
  font-weight: 600;
}

.comment-actions .comment-delete {
  padding: 2px 10px;
  border-radius: 16px;
  border: 1px solid #a38383;
  color: #333;
}

.comment-actions .comment-like {
  /* background: #a38383;
  color: #fff; */
}

.comment-actions .comment-reply-link:hover::after {
  display: none;
}

.comment-actions .comment-reply .comment-reply-link,
.comment-actions .comment-like {
  color: #a38383;
  font-weight: 600;
  background-color: transparent;
}

.comment-text blockquote {
  background-color: #e9ecef;
  padding: 5px 10px;
  border-left: 3px solid #a38383;
  margin: 0 0 10px;
  font-style: italic;
  color: #6c757d;
}

/* .comment-actions .comment-like.disabled {
  pointer-events: none;
  opacity: 0.6;
} */

#commentform .submit {
  background: #a38383;
  color: #fff;
  padding: 6px 20px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
  border: none;
}

#cancel-comment-reply-link {
  display: inline-block;
  margin-top: 10px;
}

.comment-views .comment-respond {
  margin-left: 3em;
}

/* [081324TIN] add css for delete button */
.comment-actions .comment-delete {
  margin-left: auto;
  color: #F12222;
  border: none;
  font-weight: 500;
  transition: all .2s;
}

.comment-actions .comment-delete:hover {
  background-color: #FFDDDD;
}

.comment-actions .comment-delete a {
  color: inherit;
}

.blog-comments #commentform textarea {
  height: 150px;
  resize: none;
  background-color: white;
  border-radius: 16px;
  font-size: 16px;
  color: #3d3d33;
}

/* [081324TIN] add css for delete button - end */

/* [081324TIN] Fix reply button position */
@media (max-width: 767px) {
  .comment-reply-link {
    position: relative;
    bottom: unset;
  }
}

/* [082324TIN] update css for comment inputs */
.blog-comments #commentform input[type=text] {
  background-color: white;
  border-radius: 12px;
  font-size: 16px;
  color: #3d3d33;
}

#commentform input[type=text]::placeholder,
#commentform textarea::placeholder {
  color: #7D7D7D;
}

/* [082324TIN] Add css for confirm delete comment popup */
.comment-delete {
  background-color: white;
  padding: 40px 36px;
  border-radius: 16px;
  font-size: 16px;
  color: #3d3d3d;
  box-sizing: border-box;
}

.comment-delete__title {
  font-weight: 500;
  margin: 20px 0 30px;
  max-width: 280px;
  text-align: center;
}

.comment-delete__footer {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.comment-delete__button {
  box-sizing: border-box;
  padding: 8px 16px;
  border: 1px solid #9C6E5E;
  color: #9C6E5E;
  background-color: white;
  transition: all .2s;
  border-radius: 16px;
  width: 100%;
  text-align: center;
  max-width: 135px;
  cursor: pointer;
}

.comment-delete__button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.comment-delete__button.comment-delete__button--danger {
  background-color: #9C6E5E;
  color: white;
}

.comment-delete__form fieldset {
  display: content;
}

.comment-delete__message {
  font-size: 14px;
  margin: 16px auto;
  max-width: 250px;
  text-align: center;
  color: #F12222;
  display: none;
}

.blog-comments .logged-in-as a {
  color: #a38383;
  background: #ffffff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.blog-comments #reply-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.blog-comments #cancel-comment-reply-link {
  /* padding: 2px 10px; */
  /* background-color: white; */
  /* border-radius: 16px; */
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 500;
  color: #a38383;
  margin: 0;
}

/* [082324TIN] Add css for blog comment - end */

/* [091024TIN] Override font family of editor css */
#blog-content h1,
#blog-content h2,
#blog-content h3,
#blog-content h4,
#blog-content h5,
#blog-content h6,
#blog-content p,
#blog-content ul,
#blog-content ol,
#blog-content blockquote,
#blog-content pre,
#blog-content table,
#blog-content figure {
  font-family: 'Segoe UI', system-ui, sans-serif;
line-height: inherit;
}

/* [091024TIN] Override font family of editor css - end */

/* [020725TIN] Add css for .alt-a in blog cards */
.blog-card-1 .alt-a:hover,
.blog-card-2 .alt-a:hover,
.blog-card-3 .alt-a:hover,
.blog-card-6 .alt-a:hover {
  transition: all 0.2s;
  text-decoration: underline;
}

/* [070825TIN] CSS for blog filter */
.blog-header-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 30px auto 0;
}

.blog-header-filters__group {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
}

.blog-header-filters__label {
  font-size: 0.9rem;
  color: #96634f;
  margin-bottom: 5px;
  font-weight: bold;
}

.blog-header-filters__select,
.blog-header-filters__input {
  background-color: white;
  color: #96634f;
  border: none;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  transition: background-color 0.3s ease;
  border: 1px solid #96634f;
}

.blog-header-filters__select:hover,
.blog-header-filters__input:hover {
  background-color: #f8e9e9;
}

.blog-header-filters__select option {
  background-color: #FFFFFF;
  color: #96634f;
}

/* [070825TIN] CSS for blog filter - end */