@charset "UTF-8";
body {
  overflow-x: hidden;
}

#block-ihsanmadani-topheader {
  background: #E9F2FC;
  padding: 8px 0;
}
#block-ihsanmadani-topheader .icon-faq {
  color: #00000029;
}

.text-logo {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.text-logo a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.region.region-top-header {
  width: 100%;
  margin: 0 auto;
  background: transparent linear-gradient(147deg, #13097A 0%, #0055BB 100%) 0% 0% no-repeat padding-box;
}

.header-wrapper .btn {
  border-radius: 5px;
}
.header-wrapper .btn.btn-primary {
  background: transparent linear-gradient(180deg, #EC1C7C 0%, #D91A93 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #FF9ED8;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  display: block;
  border-color: #EC1C7C;
}
.header-wrapper .btn.btn-primary a {
  color: #fff;
  text-decoration: none;
}

.top-header {
  border-bottom: 1px solid #548EF6;
}

#navbar-top {
  background-color: transparent;
  padding: 0 !important;
}

.fixed {
  width: 100%;
  position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 200;
  background: transparent linear-gradient(147deg, #13097A 0%, #0055BB 100%) 0% 0% no-repeat padding-box;
  transition: background-color 0.3s;
}

.header {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: transparent;
  transition: background-color 0.3s;
}

#block-ihsanmadani-main-menu .navbar-nav {
  flex-direction: row;
}
#block-ihsanmadani-main-menu .navbar-nav li {
  margin: 0 15px;
  position: relative;
}
#block-ihsanmadani-main-menu .navbar-nav li a {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  color: #ADADAD;
}
#block-ihsanmadani-main-menu .navbar-nav li a.is-active {
  color: #fff;
}
#block-ihsanmadani-main-menu .navbar-nav li a.is-active:after {
  content: "";
  position: absolute;
  background: #1B1464;
  height: 4px;
  border-radius: 2px;
  width: 100%;
  border: 1px solid #fff;
  left: 0;
  bottom: 0;
}
#block-ihsanmadani-main-menu .navbar-nav li a:hover {
  color: #fff;
}

.menu-description-popup {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  width: 220px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  color: #333;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  z-index: 999;
}
.menu-description-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

#block-ihsanmadani-searchform {
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent;
}
#block-ihsanmadani-searchform .form-search.form-control {
  border: 2px solid #2280EF;
  border-radius: 15px;
  background: #fff;
  position: relative;
  z-index: 51;
}
#block-ihsanmadani-searchform .form-search.form-control:focus {
  box-shadow: none;
  border: 2px solid #2280EF;
}
#block-ihsanmadani-searchform #search-block-form {
  padding: 0px;
  background: #fff;
  border-radius: 15px;
  border: 2px solid #C0DBFB;
  position: relative;
}
#block-ihsanmadani-searchform .form-type-search {
  background: transparent;
  margin-bottom: 0px !important;
  border-radius: 0;
}
#block-ihsanmadani-searchform .form-type-search .search-icon {
  color: #fff;
  width: 20px;
  text-decoration: none;
}
#block-ihsanmadani-searchform .form-type-search .search-icon .fa-search {
  position: relative;
  top: 10px;
}
#block-ihsanmadani-searchform .form-type-search p {
  margin-bottom: 0;
}
#block-ihsanmadani-searchform #edit-actions {
  position: relative;
  margin-bottom: 0px !important;
  width: 40px;
  height: 40px;
  padding: 12px;
  top: 0;
}
#block-ihsanmadani-searchform input[type=submit] {
  border: 0;
  background: url(/themes/ihsanmadani/images/Search.svg) no-repeat;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 6px;
  z-index: 51;
}
#block-ihsanmadani-searchform.active #search-input-wrapper,
#block-ihsanmadani-searchform.active #edit-actions {
  display: block !important;
  position: absolute;
  right: 0;
}

/*** Banner ***/
.banner-details {
  gap: 20px;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}
.banner-details .banner-logo {
  width: 120px;
  height: 60px;
}
.banner-details .banner-title {
  color: #fff;
  font-weight: 700;
  line-height: 20px;
}
.banner-details .banner-desc {
  font-size: 39px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  padding-right: 50px;
}
.banner-details .banner-btn {
  background: transparent linear-gradient(180deg, #EC1C7C 0%, #D91A93 100%) 0% 0% no-repeat padding-box;
  display: inline-block;
  border-radius: 5px;
  width: auto;
  text-align: center;
  align-self: flex-start;
  white-space: nowrap;
}
.banner-details .banner-btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.banner-image {
  width: 100%;
  max-width: 500px;
  min-width: 450px;
}
.banner-image img {
  width: 100%;
  height: auto;
}

.banner-wrapper {
  gap: 10px;
}

#block-ihsanmadani-mainbannerhome {
  position: relative;
}
#block-ihsanmadani-mainbannerhome:after {
  background: #fff;
  content: "";
  bottom: -1px;
  height: 100px;
  position: absolute;
  width: 100%;
  left: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

.path-node #block-ihsanmadani-mainbannerhome:after {
  height: 150px;
  clip-path: polygon(0 80%, 100% 0, 100% 100%, 0 100%);
}
.path-node .banner-details {
  padding: 30px 0;
}
.path-node .banner-image {
  max-width: 450px;
}

.main-banner .bx-wrapper {
  box-shadow: none;
  border: 0;
  background: transparent;
  margin-bottom: 0;
}
.main-banner .bx-wrapper img {
  object-fit: cover;
}
.main-banner .bx-wrapper .bx-controls .bx-pager {
  display: none;
}

.mainbanner .bx-controls-direction {
  height: 0;
}
.mainbanner .bx-controls-direction .bx-prev {
  font-size: 0;
}
.mainbanner .bx-controls-direction .bx-prev:before {
  content: "";
  background: url("/themes/ihsanmadani/images/leftbnr.png");
  width: 19px;
  height: 19px;
  position: absolute;
  left: 50px;
  top: 45%;
}
.mainbanner .bx-controls-direction .bx-next {
  font-size: 0;
}
.mainbanner .bx-controls-direction .bx-next:before {
  content: "";
  background: url("/themes/ihsanmadani/images/rightbnr.png");
  width: 19px;
  height: 19px;
  position: absolute;
  right: 50px;
  top: 45%;
}

.highlighted {
  position: relative;
}

/*** Sorotan Terkini ***/
#block-ihsanmadani-pengumuman {
  background: #F2F6FF;
  padding-bottom: 3rem;
}

.sorotan-terkini .p-container {
  background: #05B;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sorotan-terkini .p-container .p-left {
  padding-top: 40px !important;
  padding: 0 20px;
  flex-direction: column;
  display: flex;
  gap: 10px;
  flex: 1;
}
.sorotan-terkini .p-container .p-logo {
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  width: 89px;
  height: 44px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-50%);
  z-index: 5;
}
.sorotan-terkini .p-container .p-logo img {
  width: 100%;
  height: 100%;
}
.sorotan-terkini .p-container .p-desc {
  color: #fff;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sorotan-terkini .p-container .p-title {
  color: #fff;
  font-weight: 700;
  line-height: 20px;
}
.sorotan-terkini .p-container .p-right {
  position: relative;
  overflow: hidden;
  height: 116px;
  margin-top: auto;
}
.sorotan-terkini .p-container .p-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  object-position: center -50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sorotan-terkini .p-container .p-right a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 10px;
}
.sorotan-terkini .p-container .p-right a .fa-arrow-circle-right {
  background: #EC1C7C;
  border-radius: 100px;
  font-size: 24px;
  transition: all 0.5s;
}
.sorotan-terkini .p-container .p-right a .fa-arrow-circle-right:hover {
  background: #fff;
  color: #EC1C7C;
}
.sorotan-terkini .bx-wrapper {
  margin: 0 auto;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.sorotan-terkini .bx-wrapper ul {
  margin: 0;
}
.sorotan-terkini .bx-wrapper ul li {
  padding: 0;
  padding-top: 2rem;
}
.sorotan-terkini .bx-wrapper .bx-pager {
  position: relative;
  bottom: 0;
}
.sorotan-terkini .bx-wrapper .bx-pager a {
  background: #fff;
  border: 1px solid #EC1C7C;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  transition: all 0.5s;
}
.sorotan-terkini .bx-wrapper .bx-pager a.active {
  width: 24px;
  background: #EC1C7C;
}
.sorotan-terkini .bx-wrapper .bx-pager a:hover {
  background: #EC1C7C;
}
.sorotan-terkini .jata {
  width: 60px;
  height: 46px;
}
.sorotan-terkini .p-button {
  display: inline-block;
  background: #2E3192;
  color: #fff;
  padding: 5px 15px;
  border-radius: 12px;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
.sorotan-terkini .p-button a {
  color: #fff;
  text-decoration: none;
}

#block-ihsanmadani-carianpopular {
  padding-bottom: 3rem;
}

.carian-popular .bx-wrapper {
  margin: 0 auto;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.carian-popular .bx-wrapper ul {
  margin: 0;
}
.carian-popular .bx-wrapper ul li {
  padding: 0;
}
.carian-popular .bx-wrapper .bx-pager {
  position: relative;
  bottom: 0;
}
.carian-popular .bx-wrapper .bx-pager a {
  background: #fff;
  border: 1px solid #EC1C7C;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  transition: all 0.5s;
  z-index: 1;
}
.carian-popular .bx-wrapper .bx-pager a.active {
  width: 24px;
  background: #EC1C7C;
}
.carian-popular .bx-wrapper .bx-pager a:hover {
  background: #EC1C7C;
}
.carian-popular .bx-controls-direction {
  height: 0;
}
.carian-popular .bx-controls-direction a {
  text-indent: unset;
  top: -25px;
}
.carian-popular .bx-controls-direction .bx-prev {
  font-size: 0;
  left: unset;
  right: 15px;
}
.carian-popular .bx-controls-direction .bx-prev:before {
  content: "";
  background: url("../images/prev.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.carian-popular .bx-controls-direction .bx-next {
  font-size: 0;
  right: 0;
}
.carian-popular .bx-controls-direction .bx-next:before {
  content: "";
  background: url("../images/next.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.carian-popular .cp-Umum .cp-title-cat {
  border: 1px solid #1E40AF;
}
.carian-popular .cp-Umum .cp-cat {
  color: #1E40AF;
}
.carian-popular .kluster-article-box .article-summary {
  color: #060606;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.carian-popular .kluster-article-box .article-full a {
  color: #EA1C7F;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s;
}
.carian-popular .kluster-article-box .article-full a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  color: #EA1C7F;
  font-weight: 600;
  margin-left: 10px;
}
.carian-popular .kluster-article-box .article-full a:hover {
  color: #BD005B;
}
.carian-popular .kluster-article-box .article-full a:hover:after {
  color: #EA1C7F;
}
.carian-popular .views-view-grid .views-col .views-field.views-field-nothing {
  padding: 8px;
  margin-bottom: 8px;
}
.carian-popular .views-view-grid .kluster-article-header {
  min-height: auto;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}
.carian-popular .views-view-grid .kluster-article-header.Umum {
  border: 1px solid #1E40AF;
}
.carian-popular .views-view-grid .kluster-article-header.Umum .kluster-article-category {
  color: #1E40AF;
}
.carian-popular .views-view-grid .kluster-article-header.Pendidikan {
  border: 1px solid #6B21A8;
}
.carian-popular .views-view-grid .kluster-article-header.Pendidikan .kluster-article-category {
  color: #6B21A8;
}
.carian-popular .views-view-grid .kluster-article-header.Perumahan {
  border: 1px solid #D34502;
}
.carian-popular .views-view-grid .kluster-article-header.Perumahan .kluster-article-category {
  color: #D34502;
}
.carian-popular .views-view-grid .kluster-article-header.Kesihatan {
  border: 1px solid #115E59;
}
.carian-popular .views-view-grid .kluster-article-header.Kesihatan .kluster-article-category {
  color: #115E59;
}
.carian-popular .views-view-grid .kluster-article-header.Pendapatan {
  border: 1px solid #01A7AC;
}
.carian-popular .views-view-grid .kluster-article-header.Pendapatan .kluster-article-category {
  color: #01A7AC;
}
.carian-popular .views-view-grid .kluster-article-header.Makanan {
  border: 1px solid #C2410C;
}
.carian-popular .views-view-grid .kluster-article-header.Makanan .kluster-article-category {
  color: #C2410C;
}
.carian-popular .views-view-grid .kluster-article-header.Pengangkutan {
  border: 1px solid #B91C1C;
}
.carian-popular .views-view-grid .kluster-article-header.Pengangkutan .kluster-article-category {
  color: #B91C1C;
}
.carian-popular .views-view-grid .kluster-article-header.Utiliti {
  border: 1px solid #00ACD0;
}
.carian-popular .views-view-grid .kluster-article-header.Utiliti .kluster-article-category {
  color: #00ACD0;
}
.carian-popular .views-view-grid .kluster-article-header .kluster-article-title {
  color: #060606;
  line-height: 20px;
  font-weight: 700;
}
.carian-popular .views-view-grid .kluster-article-header .kluster-article-category {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
}
.carian-popular .cp-Kesihatan .cp-title-cat {
  border: 1px solid #115E59;
}
.carian-popular .cp-Kesihatan .cp-cat {
  color: #115E59;
}
.carian-popular .cp-Pendapatan .cp-title-cat {
  border: 1px solid #01A7AC;
}
.carian-popular .cp-Pendapatan .cp-cat {
  color: #01A7AC;
}
.carian-popular .cp-Pendidikan .cp-title-cat {
  border: 1px solid #6B21A8;
}
.carian-popular .cp-Pendidikan .cp-cat {
  color: #6B21A8;
}
.carian-popular .cp-Makanan .cp-title-cat {
  border: 1px solid #C2410C;
}
.carian-popular .cp-Makanan .cp-cat {
  color: #C2410C;
}
.carian-popular .cp-Pengangkutan .cp-title-cat {
  border: 1px solid #B91C1C;
}
.carian-popular .cp-Pengangkutan .cp-cat {
  color: #B91C1C;
}
.carian-popular .cp-Perumahan .cp-title-cat {
  border: 1px solid #D34502;
}
.carian-popular .cp-Perumahan .cp-cat {
  color: #D34502;
}
.carian-popular .cp-Utiliti .cp-title-cat {
  border: 1px solid #00ACD0;
}
.carian-popular .cp-Utiliti .cp-cat {
  color: #00ACD0;
}
.carian-popular .cp-cat {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 700;
}
.carian-popular .cp-title-cat {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  min-height: 115px;
  background: #fff;
}
.carian-popular .cp-title a {
  color: #060606;
  text-decoration: none;
  line-height: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carian-popular .cp-title a:hover {
  color: #060606;
}
.carian-popular .cp-desc {
  color: #060606;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carian-popular .cp-link {
  margin-top: 15px;
}
.carian-popular .cp-link a {
  color: #EA1C7F;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s;
}
.carian-popular .cp-link a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  color: #EA1C7F;
  font-weight: 600;
  margin-left: 10px;
}
.carian-popular .cp-link a:hover {
  color: #BD005B;
}
.carian-popular .cp-link a:hover:after {
  color: #EA1C7F;
}

.cp-inner {
  border-top: 1px solid #D4D4D4;
}

/*** Buletin & Infografik ***/
.view-infografik .views-field-field-gambar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.view-infografik .bx-wrapper {
  margin: 0 auto;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.view-infografik .bx-wrapper ul {
  margin: 0;
}
.view-infografik .bx-wrapper ul li {
  padding: 0;
  height: 372px;
}
.view-infografik .bx-wrapper .bx-pager {
  position: relative;
  bottom: 0;
  padding-top: 15px;
}
.view-infografik .bx-wrapper .bx-pager a {
  background: #fff;
  border: 1px solid #EC1C7C;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  transition: all 0.5s;
}
.view-infografik .bx-wrapper .bx-pager a.active {
  width: 24px;
  background: #EC1C7C;
}
.view-infografik .bx-wrapper .bx-pager a:hover {
  background: #EC1C7C;
}

.infografik-part {
  max-width: 392px;
  border: 1px solid #E1E7FF;
  padding: 15px 8px 25px;
  border-radius: 4px;
  background: #E1E7FF;
}

.info-buletin-section {
  background: #F2F6FF;
  padding-top: 30px;
  padding-bottom: 50px;
}
.info-buletin-section .inner-box {
  padding: 18px 15px;
  background: #fff;
  border-radius: 4px;
}
.info-buletin-section .inner-box .buletin-content {
  height: 412px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.view-buletin .views-field-title {
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
}
.view-buletin .views-field-body {
  margin: 10px 0;
  font-weight: 600;
}
.view-buletin .views-field-field-iframe-youtube {
  border-top: 1px solid #C0C0C0;
  padding-top: 1rem;
}
.view-buletin .views-field-field-iframe-youtube iframe {
  min-height: 257px;
}
.view-buletin .views-row:first-child .views-field-field-iframe-youtube {
  border-top: 0;
  padding-top: 0;
}

.title-h {
  font-size: 30px;
  color: #060606;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 1rem;
}

.main-content .title {
  font-size: 2.25rem;
  color: #1e1e1e;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

/****** accordion ******/
.accordion-button {
  background: transparent;
  font-size: 22px;
  color: #0A0A0A !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  padding-inline-start: 20px;
  padding-right: 20px;
  line-height: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordion-button:not(.collapsed) {
  color: #fff;
}
.accordion-button:not(.collapsed):after {
  background-image: none;
}
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.accordion-button:after {
  content: "";
  /* arrow down (Font Awesome) */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  color: #000;
  position: absolute;
  right: 20px;
  top: 35%;
  transition: transform 0.3s ease;
}
.accordion-button[aria-expanded=true]:after {
  transform: rotate(180deg);
  /* rotate arrow ke atas */
}

.accordion-item {
  border: 1px solid #D4D4D4;
  margin-bottom: 10px;
  border-radius: 10px !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.accordion-item:has(.accordion-button[aria-expanded=true]) {
  border-color: #A7C2FF;
}

.accordion-body {
  padding: 0;
}
.accordion-body p {
  line-height: 24px;
  white-space: pre-wrap;
  text-align: justify;
}

.accordion-collapse {
  margin: 0 1rem 1rem;
  border-radius: 10px;
  padding: 1rem;
  background: #F2F6FF;
}

/*** Webform ****/
.block-webform .js-form-item {
  display: flex;
  align-items: start;
  flex-direction: row;
  gap: 15px;
}
.block-webform label {
  display: flex;
  flex: 1 1 0%;
  font-size: 2rem;
  text-align: start;
  padding-right: 10px;
  color: #1e1e1e;
  line-height: normal;
  font-weight: 600;
}
.block-webform .form-select,
.block-webform .js-webform-radios {
  flex: 1 1 0%;
  margin-bottom: 6rem;
}
.block-webform .js-webform-radios {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.block-webform .js-webform-radios label {
  font-size: 1.2rem;
  font-weight: 400;
  color: #33383f;
  word-break: break-all;
}
.block-webform .form-select {
  padding: 9px 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  border: 2px solid #efefef;
}
.block-webform .form-select:focus {
  box-shadow: none;
}
.block-webform .form-item-taraf-perkahwinan {
  margin-top: 5rem;
}
.block-webform .progress-sticky {
  position: sticky;
  top: 110px;
  width: 100%;
  height: auto;
  z-index: 10;
  background: #fff;
  transition: 0.3s;
  margin-bottom: 5rem !important;
}
.block-webform .progress-sticky.is-stuck .progress-wrapper {
  width: 140px;
  height: 140px;
  margin: 10px;
}
.block-webform .progress-sticky.is-stuck .progress-circle {
  width: 140px;
}
.block-webform .progress-sticky.is-stuck .progress-inner {
  width: 115px;
  height: 115px;
}
.block-webform .progress-sticky.is-stuck .progress-label,
.block-webform .progress-sticky.is-stuck .progress-number {
  font-size: 18px;
}
.block-webform .progress-sticky.is-stuck .text-progress {
  font-size: 18px;
  letter-spacing: 0px;
}
.block-webform .step-wrapper {
  gap: 80px;
}
.block-webform .text-progress {
  font-size: 45px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -1.8px;
  padding-inline-end: 25px;
}
.block-webform .text-blue {
  background: linear-gradient(181deg, #2E3192 40.78%, #295790 77.36%, #337CD9 109.83%);
  color: transparent;
  background-clip: text;
}
.block-webform .title-webform {
  margin-bottom: 30px;
}
.block-webform .t-1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 24px;
}
.block-webform .t-2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -1.8px;
  border-bottom: 5px solid #1e1e1e;
}

.progress-wrapper {
  position: relative;
  width: 220px;
  height: 220px;
}

.progress-circle {
  width: 220px;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#1c2f86 var(--progress, 0%), #e2e2e2 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-inner {
  position: absolute;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.progress-percent {
  position: absolute;
  color: transparent;
  background: linear-gradient(181deg, #2e3192 40.78%, #295790 77.36%, #337cd9 109.83%) text;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 3;
  text-align: center;
}

.progress-number {
  font-size: 30px;
}

.progress-label {
  font-size: 20px;
  font-weight: 700;
}

.webform-reset-button {
  background: #FDCA0A;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  border-radius: 12px;
  letter-spacing: -0.2px;
  font-weight: 600;
  color: #1747B0;
  outline: 2px solid transparent;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0;
  line-height: 1.2;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  outline-offset: 2px;
}
.webform-reset-button .icon-reset {
  width: 20px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
}
.webform-reset-button:hover {
  background: #e2e8f0;
}

.webform-button--submit {
  background: transparent linear-gradient(180deg, #EC1C7C 0%, #D91A93 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #FF9ED8;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  border-color: #EC1C7C;
}
.webform-button--submit:hover {
  background: #EC1C7C;
  color: #fff;
}

#block-ihsanmadani-webform .form-actions .webform-button--submit {
  display: none;
}

#search-autocomplete {
  padding-left: 30px;
  width: 228px;
}

#autocomplete-results {
  padding: 0 15px;
  width: 228px;
  position: absolute;
  background: #fff;
  z-index: 50;
  padding-top: 60px;
  border-radius: 20px;
  right: 0;
  display: none;
}
#autocomplete-results li {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  padding-inline: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 8px;
}
#autocomplete-results li:hover {
  border: 1px solid #2280ef;
  transition: border 0.3s ease-in-out;
}
#autocomplete-results .search-not-found {
  padding: 10px;
  color: #282828;
  text-align: center;
  cursor: text;
}
#autocomplete-results .search-not-found:hover {
  border: 0;
}

.menu-search {
  gap: 15px;
}

.autocomplete-loading .spinner {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border: 3px solid #ccc;
  border-top: 3px solid #007BFF;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.carian-text {
  font-size: 40px;
  font-weight: 700;
  color: #6f767e;
  line-height: 120%;
}

.carian-total {
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  color: #6f767e;
}

#views-exposed-form-custom-autocomplete-page-1 {
  display: none;
}

.view-custom-autocomplete.view-display-id-page_1 .view-header {
  margin-bottom: 3rem;
}

.webform-actions .back-prev {
  position: relative;
  left: 0;
}

.search-not-found {
  padding: 10px;
  color: #282828;
  text-align: center;
}
.search-not-found:hover {
  border: 0;
}

.autocomplete-loading {
  border-radius: 20px;
  text-align: center;
  padding: 60px 10px 10px;
  position: absolute;
  right: 0px;
  z-index: 50;
  background: white;
  margin: 0px auto;
  width: 228px;
}

.burger-menu {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.header-wrapper {
  display: none;
  gap: 25px;
}

.icon-burger {
  width: 30px;
  height: 30px;
}

.icon-close {
  width: 20px;
  height: 30px;
  display: none;
}

.burger-menu.is-close .icon-burger {
  display: none;
}

.burger-menu.is-close .icon-close {
  display: block;
}

/***** Carta Pai ****/
.text-bantuan {
  color: #2E3192;
  font-weight: 700;
  font-size: 24px;
}

.kategori-list {
  background: #fff;
  display: inline-block;
  padding: 30px;
  border-radius: 10px;
  padding-left: 45px;
}
.kategori-list li {
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.kategori-list li:hover, .kategori-list li.active {
  transform: scale(1.05);
}

.kategori-item {
  transition: all 0.25s ease;
  cursor: pointer;
  margin: 4px 0;
  font-weight: 500;
}
.kategori-item:hover, .kategori-item.active {
  transform: scale(1.08);
  opacity: 0.9;
  font-weight: 700;
}

/*** Result bantuan ***/
.inisiatif-card .article-container {
  max-width: 24%;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}
.inisiatif-card .article-container .article-title {
  color: #060606;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
}
.inisiatif-card.kategori-makanan .article-title {
  border: 1px solid #B91C1C;
}
.inisiatif-card.kategori-makanan .h-inisiatif {
  color: #B91C1C;
}
.inisiatif-card.kategori-umum .article-title {
  border: 1px solid #1E40AF;
}
.inisiatif-card.kategori-umum .h-inisiatif {
  color: #1E40AF;
}
.inisiatif-card.kategori-utiliti .article-title {
  border: 1px solid #00ACD0;
}
.inisiatif-card.kategori-utiliti .h-inisiatif {
  color: #00ACD0;
}
.inisiatif-card.kategori-pengangkutan .article-title {
  border: 1px solid #B91C1C;
}
.inisiatif-card.kategori-pengangkutan .h-inisiatif {
  color: #B91C1C;
}
.inisiatif-card.kategori-perumahan .article-title {
  border: 1px solid #D34502;
}
.inisiatif-card.kategori-perumahan .h-inisiatif {
  color: #D34502;
}
.inisiatif-card.kategori-pendidikan .article-title {
  border: 1px solid #6B21A8;
}
.inisiatif-card.kategori-pendidikan .h-inisiatif {
  color: #6B21A8;
}
.inisiatif-card.kategori-pendapatan .article-title {
  border: 1px solid #01A7AC;
}
.inisiatif-card.kategori-pendapatan .h-inisiatif {
  color: #01A7AC;
}
.inisiatif-card.kategori-kesihatan .article-title {
  border: 1px solid #115E59;
}
.inisiatif-card.kategori-kesihatan .h-inisiatif {
  color: #115E59;
}

/*** Popup ****/
#popupHome.modal {
  background: rgba(0, 0, 0, 0.6);
}
#popupHome .modal-dialog {
  max-width: 500px;
}
#popupHome .modal-header {
  border-bottom: 0;
  padding: 15px 30px 15px;
}
#popupHome .text-logo-popup a {
  color: #0D0D0D;
  font-size: 11px;
  line-height: 13px;
}
#popupHome .popup-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #262626;
}
#popupHome .modal-body {
  flex-direction: column;
  display: flex;
  gap: 15px;
  padding: 0 30px 20px;
}

.modal-backdrop.show {
  z-index: 1;
  opacity: 0;
}

.btn {
  border-radius: 5px;
}
.btn.btn-primary {
  background: transparent linear-gradient(180deg, #EC1C7C 0%, #D91A93 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #FF9ED8;
  border: 1px solid #ec1c7c;
}
.btn.btn-primary a {
  color: #fff;
  text-decoration: none;
}

.btn-popup-close {
  position: absolute;
  top: 0px;
  right: -25px;
  background: #fff;
  padding: 10px;
}

/******* Responsive *******/
@media (max-width: 1024px) {
  .inisiatif-card .article-container {
    max-width: 33%;
  }
}
@media (max-width: 991px) {
  .menu-search {
    margin-right: 15px;
  }

  .banner-details {
    gap: 15px;
    padding: 10px 0;
  }
  .banner-details .banner-logo {
    width: 70px;
    height: 35px;
  }
  .banner-details .banner-desc {
    font-size: 18px;
    line-height: 20px;
    padding-right: 0;
  }
  .banner-details .banner-btn {
    font-size: 12px;
  }

  .banner-image {
    min-width: auto;
  }

  #block-ihsanmadani-mainbannerhome:after {
    display: none;
  }

  .mainbanner .bx-controls-direction .bx-prev:before {
    left: 0;
  }
  .mainbanner .bx-controls-direction .bx-next:before {
    right: 0;
  }

  .header-wrapper {
    gap: 5px;
  }

  #block-ihsanmadani-main-menu .navbar-nav li {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .header-wrapper {
    padding: 20px;
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    opacity: 1;
    top: 90%;
    z-index: 50;
    background: transparent linear-gradient(147deg, #13097A 0%, #0055BB 100%) 0% 0% no-repeat padding-box;
  }

  .top-header {
    position: relative;
  }

  #search-autocomplete {
    width: 100%;
  }

  .navi-header {
    gap: 15px;
  }

  #block-ihsanmadani-logo {
    margin: 1rem 0;
  }

  #block-ihsanmadani-logokanan {
    margin-top: 1rem;
  }

  .burger-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 5px;
    padding: 10px;
  }

  #block-ihsanmadani-main-menu .navbar-nav {
    display: block;
  }
  #block-ihsanmadani-main-menu .navbar-nav li {
    margin: 0;
  }
  #block-ihsanmadani-main-menu .navbar-nav li a {
    border: 1px solid #000;
    margin-bottom: 20px;
    padding-top: 12px;
    text-align: center;
    font-size: 1rem !important;
    font-weight: 600;
    padding-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #block-ihsanmadani-main-menu .navbar-nav li:after {
    display: none;
  }

  .menu-search {
    margin-right: 0;
  }

  #block-ihsanmadani-searchform.active #search-input-wrapper,
#block-ihsanmadani-searchform.active #edit-actions {
    position: relative;
  }

  #autocomplete-results {
    width: 100%;
    padding-top: 20px;
  }

  .info-buletin-container .custom-col-left {
    margin-bottom: 30px;
  }

  .block-webform .step-wrapper {
    gap: 15px;
  }
  .block-webform .text-progress {
    font-size: 26px;
    line-height: 26px;
  }
  .block-webform .t-1 {
    font-size: 24px;
  }
  .block-webform .t-2 {
    font-size: 36px;
  }
  .block-webform label {
    font-size: 1rem;
  }
  .block-webform .js-webform-radios label {
    font-size: 0.86rem;
    white-space: nowrap;
  }

  .progress-wrapper {
    width: 160px;
    height: 160px;
  }

  .progress-circle {
    width: 160px;
  }

  .progress-inner {
    width: 130px;
    height: 130px;
  }

  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .accordion-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
  }
  .accordion-button:after {
    font-size: 1em;
  }
  .accordion-button::after {
    top: 35%;
    right: 25px;
  }

  .accordion-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .accordion-body p,
.accordion-body li {
    font-size: 14px;
    text-align: left;
  }

  .carian-text {
    font-size: 30px;
  }

  .carian-total {
    font-size: 20px;
  }

  .inisiatif-card .article-container {
    max-width: 100%;
  }

  #popupHome .modal-header {
    padding: 15px 10px 15px;
  }
  #popupHome .modal-body {
    padding: 0 20px 20px;
  }

  .btn-popup-close {
    top: -23px;
    right: 0;
  }
}
@media (max-width: 559px) {
  .block-webform .text-progress {
    font-size: 20px;
  }
  .block-webform .progress-sticky {
    top: 92px;
  }
  .block-webform .progress-sticky.is-stuck .text-progress {
    font-size: 12px;
    line-height: 20px;
  }
  .block-webform .progress-sticky.is-stuck .progress-wrapper {
    width: 100px;
    height: 100px;
  }
  .block-webform .progress-sticky.is-stuck .progress-circle {
    width: 100px;
  }
  .block-webform .progress-sticky.is-stuck .progress-inner {
    width: 83px;
    height: 83px;
  }
  .block-webform .progress-sticky.is-stuck .progress-label,
.block-webform .progress-sticky.is-stuck .progress-number {
    font-size: 12px;
  }
  .block-webform .progress-sticky.is-stuck .webform-reset-button {
    font-size: 14px;
  }

  .inisiatif-card .article-container {
    max-width: 100%;
  }

  .view-kluster .views-view-grid .views-col {
    width: 100% !important;
  }
}

/*# sourceMappingURL=custom2.css.map */
