.blogsListContainer {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -300px;
  z-index: 1;
  margin-bottom: 200px;
}
.blogListGridContainer {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
}
.bloglistArea {
  width: calc(100% - 140px);
  min-width: initial;
  position: relative;
  margin: 0px 70px 0px 70px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
  align-self: start;
  min-height: 50vh;
}
.bloglist {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  width: 100%;
}

.blogIndItem {
  border-width: 1px;
  border-color: rgb(63, 67, 73);
  border-style: solid;
  transition: opacity 0.2s;
  opacity: 1;
  display: block;
  width: 100%;
  max-width: calc((100% - 75px) / 4);
  height: 450px;
  background-color: #141414;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}
.bgPostTitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
}
.bgPostImg {
  height: 120px;
  width: 100%;
}
.bgPostImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bgPostBody {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  font-weight: 400;
}
.bgListTopsec a {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bgListTopsec a:hover .bgPostBody,
.bgListTopsec a:hover .bgPostTitle {
  color: var(--brand-color) !important;
}
.bgPostHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bgListTopsec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bgPostDTredTm {
  color: #707070;
  font-size: 14px;
  font-style: italic;
  text-transform: lowercase;
}
.bgPostDTredTm a {
  color: #707070;
  font-size: 14px;
  font-style: italic;
  text-transform: lowercase;
}

.bgPostHeader button {
  padding: 3px;
  background-color: transparent;
  outline: none;
  border: none;
  color: #707070;
  font-size: 20px;
}

.bgPostHeader button:hover {
  color: var(--brand-color);
}

.bgPostFooter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #333333;
}
.bgInterDtl {
  display: flex;
  flex-direction: row;
  gap: 24px;
  color: #707070;
}
.bgInterDtl span {
  margin-left: 6px;
  font-size: 14px;
}
.bgSave {
  color: var(--brand-color);
}
.bgPostFooter i {
  font-size: 16px;
  font-weight: 600;
}
.blogsDtlContainer {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -350px;
  z-index: 1;
  margin-bottom: 100px;
}
.blogDtlGridContainer {
  position: static;
  display: grid;
  height: auto;
  width: 100%;
  min-height: auto;
  grid-template-rows: 1fr;
  grid-template-columns: 100%;
}
.blogDtlArea {
  width: calc(100% - 48vw);
  min-width: initial;
  position: relative;
  margin: 0px 24vw 0px 24vw;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
  align-self: start;
  min-height: 50vh;
}
.blogDtl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  padding: 30px;
  width: 100%;
  background-color: #141414;
}
.blogDtlIndItem {
  border-width: 1px;
  border-color: rgb(63, 67, 73);
  border-style: solid;
  transition: opacity 0.2s;
  opacity: 1;
  width: 100%;
  min-height: 200px;
  background-color: #141414;
  padding: 25px 75px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
}
.nrmBrifImg,
.bgPrimaryImg {
  height: 100%;
  width: 100%;
}
.nrmBrifImg img,
.bgPrimaryImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
h2.bgpTitle {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  color: #ffffff;
}
.heighlightTxt {
  border-bottom: 1px solid #333333;
}
.heighlightTxt p {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  color: #8a8a8a;
}
.heighlightTxt p .highlited {
  color: var(--brand-color);
}
h3.heading {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  margin: 20px 0 6px;
  color: #ffffff;
}
.nrmTxtBrif p.bgTxt {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  color: #8a8a8a;
}
.sharePost {
  position: relative;
  display: inline-block;
}
.shareMenu {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  background: #222;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  min-width: 180px;
  z-index: 10;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.shareMenu a,
.shareMenu div {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.shareMenu a:hover,
.shareMenu div:hover {
  background: #333;
  color: var(--brand-color);
}

.recentPostHead {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.recentPostHead h4 {
  color: #919191;
  font-size: 18px;
  font-weight: 400;
}
.recentPostHead a {
  color: #919191;
  font-size: 14px;
  font-weight: 400;
}
.recentPostHead a:hover {
  color: var(--brand-color);
}
.bgRecentPost {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.blogRecentItrem {
  border-width: 1px;
  border-color: rgb(63, 67, 73);
  border-style: solid;
  transition: opacity 0.2s;
  opacity: 1;
  display: block;
  width: 100%;
  max-width: calc((100% - 46px) / 3);
  height: 285px;
  background-color: #141414;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
}
.contactForm {
  border-width: 1px;
  border-color: rgb(63, 67, 73);
  border-style: solid;
  transition: opacity 0.2s;
  opacity: 1;
  width: 100%;
  min-height: 200px;
  background-color: #141414;
  padding: 50px 75px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
}
.formElemGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.formElement {
  width: 100%;
  margin-bottom: 12px;
}
.formElement input,
.formElement textarea {
  width: 100%;
  padding: 12px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 40%);
  color: #ffffff;
}

.formTextArea {
  margin-bottom: -6px;
}

.submitbtn {
  background: var(--brand-color);
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 0px;
  text-decoration: none;
  transition: background 0.3s;
  outline: none;
  border: none;
}
.submitbtn:hover {
  background: #ff5656;
}
.contactForm h5 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

ul.bgTxtList {
  padding-inline-start: 40px !important;
  color: #fff;
  list-style: disc;
  margin-bottom: 10px;
  font-size: 16px;
}
.bgTxt.quotes {
  background: linear-gradient(145deg, #121212, #151515);
  box-shadow: 6px 6px 12px #080808, -6px -6px 12px #202020;
  padding: 20px 30px;
  font-weight: 600 !important;
  border-radius: 0 14px 14px 0;
  color: #ffffff !important;
  border-left: 5px solid var(--brand-color);
  margin: 20px 0px 20px !important;
}
.fullHr {
  width: 100%;
  height: 1px;
  background-color: #333333;
  margin: 14px 0 24px;
}
.blogOl {
  padding-inline-start: 26px;
  margin: 10px 0px;
  font-size: 20px;
}
.olHead {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 20px 0 6px;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .blogsListContainer {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -200px;
    z-index: 1;
    margin-bottom: 200px;
  }
  .bloglistArea {
    width: calc(100% - 40px);
    min-width: initial;
    position: relative;
    margin: 0px 20px 0px 20px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
    min-height: 50vh;
  }
  .blogIndItem {
    width: 100%;
    max-width: 100%;
  }
  .blogsDtlContainer {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -200px;
    z-index: 1;
    margin-bottom: 100px;
  }
  .blogDtlArea {
    width: calc(100% - 20px);
    min-width: initial;
    position: relative;
    margin: 0px 10px 0px 10px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
    align-self: start;
    min-height: 50vh;
  }
  .blogDtl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    padding: 10px;
    width: 100%;
    background-color: #141414;
  }
  .blogDtlIndItem {
    border-width: 1px;
    border-color: rgb(63, 67, 73);
    border-style: solid;
    transition: opacity 0.2s;
    opacity: 1;
    width: 100%;
    min-height: 200px;
    background-color: #141414;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
  }
  h2.bgpTitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #ffffff;
  }
  .heighlightTxt p {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: #8a8a8a;
  }
  .blogRecentItrem {
    width: 100%;
    max-width: 100%;
  }
  .contactForm {
    border-width: 1px;
    border-color: rgb(63, 67, 73);
    border-style: solid;
    transition: opacity 0.2s;
    opacity: 1;
    width: 100%;
    min-height: 200px;
    background-color: #141414;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
  }
}
