/* Base styles */
:root {
    --primary-color: #247B89;
    --secondary-color: #E8F1F2;
    --text-color: #2C3E50;
    --primary-text:#515A6E;
    --modal-text:#6D758F;
    --white-color: #fff;
    --border-color:#0097AF;
    --sub-color: #808695;
  }

  /* ::-webkit-scrollbar {
    display: none;
  } */
  
  
  /* html {
    -ms-overflow-style: none;  
    scrollbar-width: none;
  } */


  body {
    font-family: 'Roboto', sans-serif;
    color: #000;
   
    background: #F4F4F4;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-y: scroll; 
  }

  .service-font {
    font-family: 'Inter', sans-serif;
  }

  .status-posi {
    left: 0;
    top: 11px;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    background-color: #DB432B;
    border-radius: 0px 5px 5px 5px;
  }

   /* Background untuk halaman platform */
   .platform-page {
    background: url('../image/bg-2.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    animation: fadeIn 1.5s ease-in-out;
  }
   .platform-main {
    background-image: url('../image/bg-1.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
  }

  main {
    flex: 1 0 auto;
  }
  
  .foot {
    flex-shrink: 0;
  }

  .mt-6 {
    margin-top: 6rem;
  }
  

  .header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
  }  

  @media (max-width: 768px) {
    .header {
        padding: 0px;
    }}

  .logo-inner{
    height: 80px; /* ubah sesuai kebutuhan */
    width: auto; /* menjaga rasio */
  }

.helpdesk {
    background-color: #247B89;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 3rem;
    border-radius: 50px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .helpdesk {
        padding: 0.5rem 1rem;
    }
}

.font-head {
    font-size: 16px 
    ;
    color:white;
    font-weight: 500;

}

@media (max-width: 768px) {
    .font-head {
        font-size: 10px;
    }
  
}

.foot {
    background-color: #11515B;
}

.foot-font {
    color:white;
    font-weight: 300;
    font-size: 16px !important;
}

.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}
.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

.icon {
    color: white;
}

.font-cat{
    font-size: 16px;
    color: #0097AF;
    font-weight: 400;
}

.icon-cat {
    color: #247B89;
  
}

.font-pac{
    font-size: 8px;
    color: var(--modal-text);
    font-weight: 400;
}

.font-det-main {
  font-size: 14px;
  color: var(--modal-text);
  font-weight: 600;
}

.font-det-sub {
  font-size: 10px;
  color: var(--modal-text);
  font-weight: 400;
}

.font-hero{
    font-size: 31px;
    color: var(--primary-text);
    font-weight: 700;
}

.font-sub{
    font-size: 20px;
    color: var(--primary-text);
    font-weight: 400;
}

.rounded-card{
  border-radius: 12px;
}


.font-free{
  font-size: 32px;
  color: var(--primary-text);
  font-weight: 700;
}

.button-prem {
  border-radius : 50px;
  background-color: #F3FDFF;
  border: 1px solid #0097AF;
  color: #0097AF;
  font-size: 15px;
  font-weight: 400;

}

/* Modal Styles */
.modal-content {
    border-radius: 20px !important;
}

.emergency-contacts {
    background-color: rgba(232, 241, 242, 0.5);
    border-radius: 10px;
}

.contact-item {
  font-size: 0.95rem;
  line-height: 1.5;
  background-color: #F4F4F4;
  display: block;
  width: fit-content;
  padding: 5px;
  border-radius: 5px;
}

.contact-item strong {
    color: var(--primary-color);
}
.button-x{
  display: block;
  background-color: var(--white-color);
color: var(--primary-color);
border-radius: 50px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 12px;

}

.button-r {
  background-color: #C10000;
  color: var(--white-color);
border-radius: 50px !important; 
padding: 8px 6px ;
}

.button-w{
background-color: var(--primary-color);
color: var(--white-color);
border-radius: 50px !important; 
padding: 8px 6px ;
}
.button-q{
background-color: var(--primary-color);
color: var(--white-color);
border-radius: 50px !important; 
padding: 12px 40px !important;
}

.option-w{
    border: 1px solid var(--border-color);
    border-radius: 50px;
}

.text-button-psi{
font-size: 11px;
font-weight: 500;
color: var(--white-color);
}
.form-control, .input-group-text {
  border-radius: 8px;
}



.form-check-input:checked {
  background-color: #37A6A6;
  border-color: #37A6A6;
}
.text-h{
    font-size: 20px;
    font-weight: 800;
    color: #6D758F;
}

.text-j{
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color);
}

.text-card{
    font-size: 14px;
    color: var(--modal-text);
    font-weight: 400;

}
.border-m{
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px;
}

img.img-responsive {
    width: 100%;
    object-fit: cover;
}

/* Buttons */
.btn {
  transition: none !important;
}

.btn:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: white !important;
}

/* Service Cards */
.service-card {
    height: auto;
    transition: transform 0.3s ease;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
  }
  
  .service-card .card-body {
    display: flex;
    flex-direction: column;
  }
  
  .service-card .tags {
    flex-wrap: wrap;
    display: flex;
    gap: 0.5rem;
    margin-top: auto;
  }
  
  .service-image {
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  
  }
  
  .service-card:hover {
    transform: none;
  }
 

  .card-x {
    padding: 0.5rem;
  }

  .card-gap {
    display: flex;
    gap: 1rem;
  
  }

  .pd-bottom {
    padding-top: .5rem;
    padding-bottom: 5rem
  }
  
  .font-prem-list {
    font-size : 20px ;
    color: var(--sub-color);
    font-weight: 500;
  }
  .font-prem {
    font-size : 12px ;
    color: var(--sub-color);
    font-weight: 400;
  }

  .font-prem-check {
    font-size : 18px ;
    color: var(--primary-text);
    font-weight: 400;
  }
  .font-prem-button {
    font-size : 20px ;
    color: var(--primary-text);
    font-weight: 500;
  }
  
  .font-cat-hero {
    font-weight: 500;
    font-size: 20px;
    color:var(--primary-text);
    }

  .font-cat-hero-sub {
      font-weight: 500;
      font-size: 20px;
      color:var(--primary-text);
      }

  .font-cat-desc {
      font-weight: 400;
      font-size: 16px;
      color:var(--sub-color);
      }

      .font-cat-main {
          font-weight: 400;
          font-size: 16px;
          color:var(--primary-text);
          }
      
  .text-modal{
    font-size: 20px;
    color: var(--modal-text);
    font-weight: 700;
  }

  .text-sub-modal{
    font-size: 16px;
    font-weight: 400;
    color: var(--modal-text);
  }

  .text-cale {
    font-size: 10px;
    font-weight: 400;
    color: #2E2E2E;
  }
  
  .text-header{
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
  }
  .text-header-sub{
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-text);
  }

  .text-kons{
    font-size: 15px;
    font-weight: 400;
    color: var(--sub-color);
    text-align: left;
   
  }
  
  .btn-jadwal {
    border: 1px solid var(--primary-color);
    border-radius:50px ;
    color: var(--primary-color);
    font-size: 10px;
  }

  .custom-close-btn {
    background-color: var(--primary-color); 
    border-radius: 50%; 
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; 
    font-weight: bold; 
    font-size: 1.25rem; 
    border: none;

}

.text-button {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    padding: 0.5rem 3rem;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #3F7E89;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #516B8C;
}

.breadcrumb-item a {
  font-weight: 500;
}

.border-o{
  border: solid 1px #17233D;
  padding: 5px 30px;
  border-radius: 8px;

}


.header-nav {
  display: flex;
  align-items: center;
}

.custom-chevron-main {
  color: var(--primary-text);
  font-size: 13px;
  background-color: #fff;
  border-radius: 50%; /* ini bikin jadi lingkaran */
  width: 25px;
  height: 25px;
  display: flex; /* buat bantu center isi */
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.custom-chevron-sub {
  color: var(--primary-text);
  font-size: 13px;
  display: flex; /* buat bantu center isi */
  align-items: center;
  justify-content: center;

}

.icon-arrow-right {

  font-size: 14px;  
}

.pop-up-success {
font-weight: 500;
font-size: 20px;
color:#17233D;
}

.pop-sub-success {
font-weight: 400;
font-size: 16px;
color:var(--sub-color)
}

.pop-bg {
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.pop-m{
  padding-top: 5rem;
  padding-bottom: 3rem;
 padding-left: 1rem;
  padding-right: 1rem;
}

.pad-button {
  padding: 0.5rem 0.5rem;
}

.help-font {
  font-size: 16px;
  color: #756F86;
  font-weight: 500;
}

.form-head{
  background: #0097AF;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  padding: 9px 0px;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
}

.line {
  width: 150px;
  height: 0;
  border-top: 2px dashed #ccc;
  margin: 10px 0;
}

.bg-conseling {
  background-color: #F3F3F3;
  color: var(--primary-text);
  border: 1px solid #CACED8;
  font-weight: 400;
  font-size: 15px;
  border-radius: 8px;
  padding: 5px 80px 5px 20px;
}

.button-b {
  background-color: #fff;
  color: var(--primary-text);
  border-radius: 50px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid var(--primary-color);
  text-decoration: none !important;
  
}

.bg-primary {
  background-color: #0097AF !important;
}

.bg-primary-lit {
  background-color: #02AECA !important;
}

.bg-triple {
  background-color: #03C9E9 !important;
}

.bg-secondary {
  background-color: #B7B8BA !important;
}
/* Jadwal */

.schedule-table {
  width: 100%;
}

.schedule-table table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}

.schedule-table th {
  border-color: #dee2e6;
  padding: 10px 5px;
  vertical-align: middle;
  white-space: normal;
  width: calc(100% / 7);
}

.schedule-table td {
  border-color: #dee2e6;
  padding: 5px;
  vertical-align: middle;
}

.time-slot {
  border: 1px solid #37A6A6;
  color: #37A6A6;
  transition: all 0.3s ease;
  padding: 6px 2px;
}



.time-slot:hover {
  background-color: #37A6A6;
  color: white;
}

.time-slot.selected {
  background-color: var(--primary-color);
  color: white;
}


.button-w:hover {
  background-color: #2C8585;
  color: white;
}

.text-head-calendar{
  font-size: 9px;
  font-weight: 500;
  color:var(--primary-text) !important;
}

@media (max-width: 768px) {
  .schedule-table th,
  .schedule-table td {
      font-size: 0.8rem;
  }
  
  .time-slot {
      padding: 4px 2px;
  }
}

.service-card-e {
  min-width: 160px;
  max-width: 180px;
}
.table-responsive { overflow-x: auto; }

.slot-btn.active {
  background-color: #37A6A6;
  color: #fff;
  border-color: #37A6A6;
}

.form-check-input:checked {
  background-color: #37A6A6;
  border-color: #37A6A6;
}

.badge {
  font-weight: normal;
  padding: 6px 12px;
}

.blue-cat {
  color: #00859A;
  background-color: #90F0FF;
  font-size: 10px;
  font-weight: 500;
  border-radius: 50px;
}

.avaiable-cat {
  color: var(--primary-text);
  background-color: #4BFF5199;
  font-size: 10px;
  font-weight: 500;
  border-radius: 50px;
}

.not-cat {
  color: #F22323;
  background-color: #F28F8F99;
  font-size: 10px;
  font-weight: 500;
  border-radius: 50px;
}

.pt-6 {
  padding-top: 6rem;
}
.pt-7 {
  padding-top: 7rem;
}