/* 12 feb 2025 20:37 */
:root {
  --primary: #ef4390;
  --primary2: #ef4390;;
  --light: #F5F5F5;
  --dark: #353535;
}

a{
  cursor: pointer!important;
}


h4,
h6,
p{
  color:#3D3D3E;
}

body {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  background: #fbf3fd ;
}


/* about */
.senkatech-about-img img{
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  object-fit: cover!important;
}

/* tips */
.tips_info{
  border-radius: 5px;
}
/* berita */

.senkatech-berita-item{
  border-radius: 5px;
}

.senkatech-berita-item img{
  width: 100%;
  height: 250px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  object-fit: cover;
}

/* kegiatan */
.senkatech-kegiatan-grid img{
  width: 100%;
  height: 250px!important;
  object-fit: cover;
}

/* tim */
.senkatech-tim-item img{
  width: 100%;
  /* height: 416px; */
  object-fit: cover;
  object-position: top;
}

/* page pengurus */

.senkatech-pengurus-wrap_{
  padding: 10px;
  margin: auto;
}
.senkatech-pengurus-wrap_ img{
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin: auto;
  object-position: top;
}
.senkatech-pengurus-wrap_ a{
   color: var(--primary);
}
.senkatech-modal-pengurus{
  padding: 10px;
  text-align: center;
}
.img-pengurus{
  width: 100%;
}
.senkatech-modal-pengurus img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.senkatech-modal-pengurus h2{
  
  color: var(--primary);
  font-size: 15px;
}
.senkatech-modal-pengurus p{
  padding: 0;
  margin: 0;
  color: var(--primary);
  font-size: 24px;
  
}
.senkatech-modal-pengurus h3{
  color: var(--primary);
  font-size: 28px;
  font-weight: bold;
}
.senkatech-modal-footer{
  text-align: center;
  display: block;
}
.btn-close-modal{
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 100%;
  background: #ef4390;
}

h2.section-title-pengurus{
  color: var(--primary);
}
.senkatech-modal-content{
  padding: 10px;
}
.senkatech-modal-content img{
  width: 100%;
  height: 295px;
  object-fit: cover;
  object-position: top;
}

.senkatech-pembina-wrap_{
  margin: auto;
}
.senkatech-pembina-wrap_ img{
  margin: auto;
}

.senkatech-gallery-foto img{
  width: 100%; 
  height: 250px; 
  object-fit:cover;
}
img.lb-image{
  width: 350px!important;
  height: 250px!important;
  object-fit: cover;
}

/* gallery foto */
.senkatech-gallery-foto{
  border-radius: 5px;
}
.senkatech-gallery-foto img{
  border-radius: 5px;
}
.senkatech-gallery-foto h2{
  font-size: 24px;
  margin-top: 4px;
}
.senkatech-gallery-foto a{
  color: var(--primary);
  
}

/* tim */
.senkatech-tim-item{
  border-radius: 5px!important;
}

/* partner */
.senkatech-partner_grid{
  line-height: 120px;
  min-height: 120px;
}

/* video */
.senkatech-video img{
  width: 100%;
  height: 250px;
  /* object-fit: cover; */
}
.senkatech-video a{
  cursor: pointer;
}

/* popup publikasi */
.column {
  float: left;
  width: 25%;
}
.senkatech-column{
    width: 100%;
}

/* form */
.senkatech-form-qris img.bca{
  width: 120px;
}
.senkatech-form-qris img.qris{
  width: 120px;
}

.senkatech-form-qris ul{
 padding: 0;
}
.senkatech-form-qris ul li{
 margin:auto;
  text-align:center;
}

.custom-form-control::before {
  content: "Pilih";
  margin-left:-12px;
  margin-top:-6px;
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
  padding-left:15px;
  position: absolute;
  z-index: 2;
  color:#fff;
  display: block;
  background-color: var(--primary);
  width: 110px;
  height:55px;
  line-height:55px;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  left:10px;
  line-height:46px;
}

/* kontak */
.senkatech-contact-iframe{
  padding-right: 4%;
}

.senkatech-contact-iframe iframe{
  width: 100%;
  height: 500px;
  padding-right:10%;
}

/* profil */
.senkatech-page-profil img{
  object-fit: cover!important;
}

/* sejarah */
.senkatech-page-sejarah img{
  object-fit: cover!important;
}

/* publikasi */
.senkatech-modal-publikasi{
    display: none;
    position: fixed;
    z-index: 1021;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* donasi */
.senkatech-page-donasi img{
    object-fit: cover!important;
}
  

/* detail gallery */
.senkatech-cover-gallery img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.senkatech-detail-gallery img{
  width: 100%;
  height: 120px;
  object-fit: cover;
}

  /* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
  
  /* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 35px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
  
.mySlides {
    display: none;
}
  
  
.cursor {
    cursor: pointer;
}
  
  /* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    display: none;
}
  
  /* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
a.prev ,
a.next {
    color: #fff !important;
}
  
  /* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
  
  /* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: -20px;
    background:#EF4390;
}
  
.senkatech-modal-publikasi img {
    margin-bottom: -4px;
}
  
  
.demo {
    opacity: 0.6;
}
  
.active,
.demo:hover {
    opacity: 1;
}
  
.senkatech-modal-publikasi img.hover-shadow {
    transition: 0.3s;
}
  
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
  
.mySlides{
    float: left;
}
.senckatech-mySlides img{
    width: 100%;
    height: 450px;
    /* object-position: top center */
}
.senkatech-modal-wrap{
    background: transparent;
}

/* footer */
.senkatech-footer p{
  color: #fff!important;
}

.btn-selengkapnya{
  padding: 20px 50px 20px 50px;
  cursor: pointer;
}
.mb-20{
    margin-bottom:20px;
}
.mt-20{
  margin-top: 20px;
}

@media (max-width: 600px) {
  .senkatech-pembina-wrap_ {
    padding: 10px;
    height: auto;
  }
  .senkatech-pembina-wrap_ img{
    width: 100%;
    height: 120px;
  }
  .count-col p{
    font-size: 13px ;
  }
  .senkatech-contact-iframe iframe{
    padding:0;
  }
  .senkatech-cover-gallery img{
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .senkatech-detail-gallery img{
    width: 100%;
    height: 60px;
  }
  .single-post-area .blog_details{
    padding: 0;
  }
  .senckatech-mySlides img{
    width: 100%;
    height: 270px;
    object-position: top center
  }
  
}


@media (max-width: 400px) {
  .senkatech-pembina-wrap_ {
    padding: 10px;
    height: auto;
  }
  .senkatech-pembina-wrap_ img{
    width: 100%;
    height: 120px;
  }
  .count-col p{
    font-size: 13px ;
  }
  .senkatech-buku-item{
    overflow-x: hidden;
  }
  .senkatech-buku-item img{
    width: 100%;
  }
  .senckatech-mySlides img{
    width: 100%;
    height: 250px;
    object-position: top center
  }
  
}


.floating-hotline {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #c1009f;
  color: white;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: bounce 1.5s infinite;
  z-index: 999;
}

.floating-hotline:hover {
  background-color: #c1009f;
  transform: scale(1.1);
}

.floating-hotline img {
  /* width: 24px; */
  height: 95px;
  margin-right: 10px;
}

@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
}
