@charset "UTF-8";
#download {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #4B6DF9 0%, #3D6AFF 100%), url("../images/background-pattern.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  background-blend-mode: multiply;
  overflow: visible;
  margin-top: -30px;
}
#download .download-part {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 30px;
}
#download .apps-bg {
  text-align: center;
}
#download .apps-bg img {
  width: 100%;
  margin-top: -69px;
  max-width: 450px;
  margin-left: 120px;
}
#download .download-box {
  display: flex;
  align-items: center;
}
#download .download-card {
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.631372549) 0%, #FFFFFF 56%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 15px 40px;
  color: #1D1D1D;
  width: fit-content;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  opacity: 1;
  margin: -25px;
  margin-left: -12px;
}
#download .download-card .download-left {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#download .download-card .download-left img {
  width: 80px;
  height: 80px;
  margin-right: 8px;
  margin-left: -2px;
  margin-top: 0px;
  margin-bottom: -30px;
}
#download .download-card .download-left .main-title {
  font-size: 22px;
  font-weight: 700;
  color: #1D1D1D;
  margin-top: 20px;
  font-family: "Source Sans 3", sans-serif;
}
#download .download-card .download-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 152px;
}
#download .download-card .download-bottom .qr-section {
  flex-shrink: 0;
  display: none !important;
}
#download .download-card .download-bottom .qr-section img {
  border-radius: 8px;
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-top: 10px;
  margin-left: 90px;
  margin-right: -12px;
  margin-bottom: 3px;
}
#download .download-card .download-bottom .download-right p {
  font-weight: 600;
  margin-bottom: 8px;
  color: #1D1D1D;
  font-family: "Source Sans 3", sans-serif;
}
#download .download-card .download-bottom .download-right .store-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
#download .download-card .download-bottom .download-right .store-links a img {
  transition: transform 0.2s ease-in-out;
  margin-right: -5px;
}
#download .download-card .download-bottom .download-right .store-links a img:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  #download {
    padding: 60px 0;
  }
  #download .download-card {
    text-align: center;
    padding: 25px;
  }
  #download .download-bottom {
    flex-direction: column;
    align-items: center;
  }
  #download .download-bottom .qr-section {
    margin-bottom: 10px;
  }
  #download .download-bottom .store-links {
    justify-content: center;
  }
}

#footer-main {
  background-color: #E9F2FC;
  font-size: 16px;
  color: #001E3C;
}
#footer-main .footer-logo-social {
  text-align: left;
}
#footer-main .footer-logo-social .footer-logo {
  display: block;
  margin: 0 auto 10px 0;
  max-width: 100px;
  height: 70px;
  width: 88px;
}
#footer-main .footer-logo-social .footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
}
#footer-main .footer-logo-social .footer-social a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
#footer-main .footer-logo-social .footer-social a img {
  height: auto;
  width: auto;
}
#footer-main .footer-logo-social .footer-social a:hover {
  opacity: 0.7;
}
#footer-main .footer-address1 {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
#footer-main .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
#footer-main .footer-right .footer-qr {
  display: inline-block;
  margin-bottom: 15px;
}
#footer-main .footer-right .footer-update,
#footer-main .footer-right .footer-visitors {
  display: block;
  margin: 2px 0;
  font-size: 16px;
  color: #001E3C;
  font-weight: 400;
}
#footer-main .footer-right .footer-update > div,
#footer-main .footer-right .footer-visitors > div {
  display: inline-block;
  vertical-align: middle;
}
#footer-main .footer-right .footer-update > div:first-child,
#footer-main .footer-right .footer-visitors > div:first-child {
  padding-right: 5px;
  font-family: "Source Sans 3", sans-serif;
}
#footer-main .footer-right .footer-update {
  white-space: nowrap;
}
#footer-main .footer-right .footer-update > div:first-child {
  padding-right: 5px;
  font-family: "Source Sans 3", sans-serif;
}
#footer-main .footer-right .footer-update strong,
#footer-main .footer-right .footer-update .view-tarikh-kemaskini {
  display: inline-block;
  white-space: nowrap;
}
#footer-main .footer-right .footer-update > * {
  display: inline-block !important;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #footer-main .footer-right {
    align-items: center;
    text-align: center;
  }
}
#footer-main .view-tarikh-kemaskini,
#footer-main .block-total-visitor-counter {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 768px) {
  #footer-main {
    text-align: center;
  }
  #footer-main .footer-left {
    margin-bottom: 25px;
  }
  #footer-main .footer-logo-social {
    text-align: center;
  }
  #footer-main .footer-logo-social .footer-logo {
    margin: 0 auto 10px auto;
  }
  #footer-main .footer-logo-social .footer-social {
    justify-content: center;
  }
  #footer-main .footer-right {
    text-align: center !important;
  }
}

#block-ihsanmadani-totalvisitorcounter .view-tarikh-kemaskini {
  display: inline-block;
  color: #191919;
}

#footer-bottom {
  background-color: #001E3C;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 0 15px;
}
#footer-bottom .footer-links {
  gap: 18px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}
#footer-bottom .footer-links li {
  position: relative;
}
#footer-bottom .footer-links li:not(:last-child)::after {
  content: "•";
  margin-left: 18px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  line-height: 0;
  opacity: 1;
}
#footer-bottom .footer-links li a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
#footer-bottom .footer-links li a:hover {
  color: #00baff;
}
#footer-bottom .footer-copy {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  font-family: "Source Sans 3", sans-serif;
}

#hubungi-kami {
  background-color: #F2F6FF;
  padding: 0px 0;
}
#hubungi-kami .contact-tab .contact-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#hubungi-kami .contact-tab .contact-info {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #001E3C;
}
#hubungi-kami .contact-tab .contact-info a {
  color: #EC1C7C;
  font-weight: 600;
  text-decoration: none;
}
#hubungi-kami .contact-tab .contact-info a:hover {
  text-decoration: underline;
}
#hubungi-kami .contact-tab .contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#hubungi-kami .contact-tab .contact-buttons a {
  flex: 1;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#hubungi-kami .contact-tab .contact-buttons a img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
#hubungi-kami .contact-tab .contact-buttons .btn-google {
  color: #EC1C7C;
  background-color: transparent;
  border: 2px solid #EC1C7C;
}
#hubungi-kami .contact-tab .contact-buttons .btn-google:hover {
  background-color: #EC1C7C;
  color: #fff;
}
#hubungi-kami .contact-tab .contact-buttons .btn-email {
  color: #fff;
  background: linear-gradient(90deg, #EC1C7C 0%, #D91A93 100%);
  border: none;
}
#hubungi-kami .contact-tab .contact-buttons .btn-email:hover {
  opacity: 0.9;
}
#hubungi-kami .contact-tab .contact-map iframe {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #hubungi-kami .contact-tab .contact-left {
    align-items: center;
    text-align: center;
  }
  #hubungi-kami .contact-tab .contact-buttons {
    flex-direction: column;
  }
  #hubungi-kami .contact-tab .contact-buttons a {
    max-width: 280px;
  }
  #hubungi-kami .contact-tab .contact-map {
    margin-top: 30px;
  }
}

.layout-main-wrapper {
  padding-top: 30px;
}

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