/* Navbar height = 92px */
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
/*  padding-top: 92px;*/ /* content starts below navbar */

  /* Background image */
  background-image: url('https://img.developmentbucket.com/userfiles/media/ansomit/default/background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  scroll-;
}






.blog-page .section {
  background: #1a1a1a !important;
}

.blog-page .img-as-background img {
  height: 233px !important;
  width: 386px !important;
  min-height: none !important;
}

.blog-page .flex-column {
  position: relative;
  padding: 14px 16px 16px;
  min-height: 190px;
  border-bottom: 1px solid #25272b;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-color: #1a1a1a;
}

.blog-page .h-350 {
  height: 237px !important;
}

.blog-page .text-start {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: white;
  font-weight: 600;
}

.blog-page .pt-4 p {
  margin: 0;
  font-size: 0.88rem;
  color: #9b9ca5;
  line-height: 1.6;
  min-height: 105px !important;
}

.blog-page .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.blog-page .row .mx-auto {
  width: 432px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background: #1A1A18;
  border: 1px solid #303236;
  box-shadow:
    0 18px 55px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(0, 0, 0, 0.7);
  transform: translateY(14px) scale(0.985);
  transition:
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 260ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 260ms cubic-bezier(0.16, 1, 0.3, 1),
    background 260ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.35s ease-out;
  will-change: transform, box-shadow, opacity;
}

.blog-page .row .mx-auto:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(0, 0, 0, 0.9),
    0 0 32px rgb(22 196 184 / 90%);
  border-color: rgb(22 196 184 / 90%);
  background: #181a1e;
}


#module-breadcrumb-31{
display:none;}
.main-content {
   overflow: clip !important; 
}
.module-custom-fields .form-label {
color:white;
}
.module-custom-fields .form-control, .module-custom-fields textarea.form-control, .module-custom-fields select.form-control, .module-custom-fields select.form-select {
  border-radius: 10px !important;}