/*
Theme Name: Ancala 2024
Author: Vinoj Cardoza
Version: 1.0
 */

/* Image Content Section */
.ac-mainimgwrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 60px;
  position: relative;
}

.blocks.block-image-content .icon-wrapper-cnticon img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.icon-imgsection {
  text-align: center;
}

.imageicn-descirption {
  color: #fff;
  font-family: 'Figtree' !important;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
}

.ac-imgoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 48, 107, 50%);
  z-index: 1;
}

.ac-iconcnt-wrraper {
  z-index: 9;
  position: relative;
}

.icon-wrapper-cnticon {
  margin-bottom: 20px;
}

.ac-iconcnt-wrraper .icon-wrapper-cnticon:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .blocks.block-image-content .icon-wrapper-cnticon img {
      max-width: 80px;
  }

  body .ac-mainimgwrapper {
      margin-bottom: 30px;
      padding: 50px 30px;
  }
}

.nav-links .page-numbers {
  padding: 0 15px 0 15px;
  display: inline-block;
  font-family: "Figtree";
  font-weight: 500;
  color: #2B306B;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #2B306B;
  margin-bottom: 4px;
}

.nav-links .current {
  color: #1cd8ff;
}

.navigation.pagination {
  justify-content: center;
}

.category .card-body a.card-title {
  height: auto !important;
}
.category .card-body p.card-summary{
  height: auto !important;
}