/* header section css start*/
.header-design {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 0.15rem 0.25rem rgb(0 0 0 / 8%);
  position: sticky;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #33333321;
}

.promote-image-class img {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.custom-navbar .navbar-nav {
  gap: 16px;
}

.custom-navbar ul li .nav-link {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #000;
  font-weight: 500;
}

/* header section css end*/

/* main content css start */
.main-content {
  margin: 60px 0;
  padding-inline: 16px !important;
}

/* main content css end */

/* footer section css start */
.custom-footer {
  background: #090818;
  padding: 32px 0px;
}
.mail-icon-flex a span {
  margin-left: 6px;
}
.mail-icon-flex {
  margin-bottom: 8px;
}
.mail-icon-flex a {
  text-decoration: none;
}
.social-links {
  display: flex;
  gap: 12px;
  align-items: center;
}
.bottom-footer {
  /* background-color: #005e99; */
  padding: 18px;
  border-top: 1px solid #33333321;
}
.footer-bottom-text {
  color: #000;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}
.footer-bottom-text a {
  color: #22aadd;
  font-weight: 600;
}
.footer-logo img {
  width: 100%;
  max-width: 280px;
  object-fit: cover;
}
.quick-links {
  margin: 12px 0;
}

/* footer section css end */

/* recent post css start */
.card {
  position: relative;
  overflow: hidden;
}

.card-img-top {
  transition: transform 0.3s ease;
}

.card:hover .card-img-top {
  transform: scale(1.1);
}

.card-share-icon .twitter-rounded {
  border-radius: 50%;
}
.card-share-icon {
  text-align: end;
}

.recent-card {
  margin-bottom: 24px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.recent-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 94, 153, 0.507);
}

/* recent post css end */

/* sidebar widget section start */
.filter-section {
  padding: 20px;
  border: 1px solid #0000002d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 48px;
}
.Category-list {
  list-style-type: none;
  padding-left: 1rem;
}
.Category-list li {
  font-size: 16px;
  font-weight: 500;
  color: #005e99;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 16px;
  font-family: "Montserrat", sans-serif;
}

.edit-list li {
  font-size: 16px;
  font-weight: 500;
  color: #005e99;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  font-family: "Montserrat", sans-serif;
}

.post-card-flex {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid #33333321;
  margin-top: 16px;
}

/* sidebar widget section end */
/* single page css start */
.detail-image img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
}
.detail-image {
  margin-bottom: 36px;
}
.publish-date-class span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
/* signle page css end */

/* form css start */
.check-flex {
  display: flex;
  align-items: center;
  gap: 16px;
}
.custom-form {
  padding: 11px;
  font-family: "Poppins", sans-serif;
}
.custom-form.form-control:focus {
  box-shadow: none;
  border-color: #005e99;
}
.form-check-input,
.form-check-label,
.custom-comment-form label {
  font-family: "Poppins", sans-serif;
}
.custom-comment-form {
  max-width: 700px;
}

/* form css end */

/* popular post list start */
.popular-list img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  margin-bottom: 24px;
}

/* popular post list end */
.share-links {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
}
.share-on {
  margin-bottom: 80px;
}
.share-on p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .navbar .navbar-nav .nav-item {
    margin: 0 1em;
  }
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: #000;
  width: 0%;
  height: 4px;
  transition: all 0.5s;
}

.navbar .navbar-nav .nav-item.active {
  border-bottom: 4px solid #fff;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item.active::after {
  width: 100%;
}

.navbar-nav .nav-link.active {
  border-bottom: 4px solid #000;
  color: #000000b8;
}

.banner-image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
/*   max-height: 560px; */
}

.comment-text {
  text-decoration: none;
  color: #000;
}

.custom-pagination .pagination {
  gap: 8px;
}

.custom-pagination .pagination .page-link {
  border-color: #22aadd;
  color: #000;
}
.custom-pagination .pagination .page-link.active {
  background-color: #22aadd;
  color: #fff;
}
.custom-pagination .pagination .disabled .page-link {
  background-color: #22aadd38;
  color: #fff;
}

.meta-text {
  font-size: 14px;
  color: #000;
}

.calendar-flex {
  display: flex;
  align-items: center;
  padding-right: 16px;
  border-right: 1px solid;
  gap: 8px;
}
.location-class img {
  width: 18px;
}

.subscribe-class {
  background-image: url(../image/mechanical_resize.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 48px;
}
.subscribe-class .secondary-heading,
.subscribe-class p {
  color: #fff;
}
.join-section {
  background-image: url(../image/nw.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 48px;
}
.join-text {
  font-size: 28px;
  color: #fff;
  margin: 24px 0;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.popular-section {
  background-color: #faebd7;
}

.post-listing li {
  border-color: #fff !important;
  margin-bottom: 16px !important;
  padding-bottom: 8px !important;
}

.form-section {
  background-image: url(../image/app-contactformbanner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 48px;
}

.form-section .secondary-heading {
  color: #fff;
}

.footer-flex {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.footer-flex img {
  width: 100%;
  max-width: 220px;
  object-fit: cover;
}

.text-section {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
  margin-bottom: 0px;
  background-color: #fff;
}

.post-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.nav-previous {
  position: relative;
  padding-right: 1em;
}

.post-nav a {
  text-decoration: none;
  color: #213343;
}

.nav-previous::after {
  position: absolute;
  content: "";
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: black;
}
.nav-previous::after {
  position: absolute;
  content: "";
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: black;
}

.nav-next {
  padding-left: 1em;
  text-align: end;
}
