:root {
  --primary: #0E9F8D;
  --gradient: linear-gradient(135deg, #0E9F8D, #6CC4A1);
}

body {
  font-family: 'Inter', sans-serif;
  background: #F9FAFB;
}

.language-switch{
    display: flex;
    align-items: center;
    gap: 6px;
}

.language-switch a{
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: 600;
    transition: 0.3s ease;
}

.language-switch a:hover{
    color: #ffe72d !important;
}

.language-switch a.active{
    color: #0E9F8D !important;
}
.language-switch a.active{
    border-bottom: 2px solid #0E9F8D;
}

.language-switch .separator{
    color: #ffffff;
}


.language-btn{
    background: #ffffff !important;
    border: none !important;
    border-radius: 14px;
    font-weight: 600;
    color: #0E9F8D !important;
    padding: 8px 14px;
    font-size: 14px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.language-btn:focus{
    box-shadow: none !important;

}

.language-dropdown .dropdown-menu{
    border: none;
    border-radius: 16px;
    padding: 10px;
    min-width: 180px;

    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.language-dropdown .dropdown-item{
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 500;
    transition: 0.3s ease;
}

.language-dropdown .dropdown-item:hover{
    background: rgba(14,159,141,0.08);
    color: #0E9F8D;
}

.language-btn img,
.dropdown-item img{
    margin-right: 8px;
    border-radius: 50%;
    object-fit: cover;
}

/* NAVBAR */
.navbar-white {
  background: #fff;

  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.navbar .nav-link {
  color: #111;
  font-weight: 500;
  margin: 0 8px;
}

.navbar .nav-link:hover {
  color: #0E9F8D;
}

/* BUTTON */
.btn-primary-custom {
  background: #0E9F8D;
  color: #fff;
  border-radius: 8px;
  padding: 8px 20px;
}

.btn-primary-custom:hover {
  background: #0c8a7a;
  color: #fff;
}

/* SEARCH */
.search-icon {
  font-size: 18px;
  cursor: pointer;
  color: #111;
}

.logo-rs {
  height: 55px;
  width: auto;
}
/* WRAPPER */
.dropdown-custom {
  position: relative;
}

.about-section {
  padding: 50px 0;
}
.container-custom {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px; /* sesuai margin design kamu */
}
/* =========================
   MOBILE RESPONSIVE FIX
========================= */
@media (max-width: 768px) {

  /* CONTAINER */
  .container-custom {
    padding: 0 20px;
  }

  /* NAVBAR */
  .navbar-white {
    padding: 10px 0;
  }



  /* ABOUT SECTION */
  .about-section {
    padding: 60px 0;
  }

  .about-title {
    font-size: 20px;
    line-height: 140%;
  }

  .about-desc {
    font-size: 14px;
  }

  /* GRID FIX */
  .row {
    gap: 16px;
  }

  /* IMAGE */
  .about-image img {
    margin-bottom: 16px;
  }

}
.carousel,
.carousel-inner,
.carousel-item {
  height: 650px;
}

.card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: contrast(1.05) brightness(0.95);
}


/* FOOTER */
/* WRAPPER */
/* =========================
   FOOTER FINAL CLEAN
========================= */

.footer {
  background: linear-gradient(135deg, #0E9F8D, #0E9F8D);
  color: #fff;
  margin-top: 100px;
}

/* CONTAINER */
.container-custom {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

/* =========================
   TOP
========================= */

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 60px; /* dari 40 → lebih lega */
  padding: 15px 0 15px; /* tambah ruang atas */
  align-items: flex-start;
   margin-left: 30px;
}

/* =========================
   BRAND
========================= */

.footer-logo {
  height: 68px;
  margin-bottom: 24px;
}

.footer-brand p {

  font-size: 14px;
  line-height: 160%;
  opacity: 0.9;
  max-width: 320px;
}

/* =========================
   SOCIAL
========================= */

.footer-social{
  display:flex;
  gap:12px;
}


.footer-social a{
  width:44px;
  height:44px;

  border-radius:12px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:
  rgba(255,255,255,0.08);

  border:
  1px solid rgba(255,255,255,0.10);

  color:#fff !important;

  text-decoration:none;

  transition:0.3s ease;
}


.footer-social a:hover{
  background:#fff;

  color:#0E9F8D !important;

  transform:translateY(-3px);
}


.footer-social i{
  font-size:18px;
}
/* =========================
   APP
========================= */

.footer-app {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-app img {
  height: 40px;
}


/* =========================
   MENU
========================= */

.footer-col h5 {
  margin-bottom: 16px;
  font-weight: 600;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col li {
  font-size: 14px;
  margin-bottom: 10px;

  cursor: pointer;

  transition: 0.2s;
}

.footer-col li a{
  color:#fff !important;
  text-decoration:none !important;

  opacity:0.9;

  transition:0.3s ease;
}

.footer-col li:hover {
  transform: translateX(3px);
}

.footer-col li a:hover{
  opacity:1;

  color:#d1fae5 !important;
}


/* =========================
   BOTTOM
========================= */

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding: 20px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 16px;
}

.footer-links a {
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  opacity: 0.9;
}

.footer-links a:hover {
  opacity: 1;
}
.footer-title{
  margin-top:18px;
  margin-bottom:14px;

  font-size:12px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

  color:rgba(255,255,255,0.72);
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .container-custom {
    padding: 0 20px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 60px 0;
  }

  .footer-logo {
    height: 48px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-links {
    flex-wrap: wrap;
  }

}

/* =========================
   GLOBAL FIX
========================= */

body {
  overflow-x: hidden;
}



@media (max-width: 768px) {

  /* SPACING UTAMA */
  .footer-top {
    padding: 50px 0 40px;
  }

  /* BRAND */
  .footer-brand {
    margin-bottom: 10px;

  }

  .footer-brand p {
    max-width: 100%;
  }

  /* LOGO */
  .footer-logo {
    height: 44px;
  }

  /* SOCIAL */
  .footer-social {
    margin-top: 14px;
  }

  /* APP BUTTON */
  .footer-app {
    margin-top: 14px;
    gap: 8px;
  }

  .footer-app img {
    height: 34px;
  }

  /* JUDUL SECTION */
  .footer-col h5 {
    margin-top: 20px;
    font-size: 16px;
  }

  /* LIST */
  .footer-col li {
    margin-bottom: 6px;
  }

  /* BOTTOM */
  .footer-bottom {
    padding: 16px 0;
  }

}
@media (max-width: 768px) {
  .container-custom {
    padding: 0 24px; /* dari 20 → 24 biar lebih lega */
  }
}
.footer-col {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 16px;
}
.footer-col {
  margin-top: 10px;
}

/* CHATBOT */
/* WRAPPER */
.chatbot-wrapper {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}

/* BUTTON */
.chatbot-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0E9F8D;
  color: #fff;
  border: none;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  cursor: pointer;
}

/* POPUP */
.chatbot-box {
  width: 260px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);

  position: absolute;
  bottom: 80px;
  right: 0;

  display: none;
}

/* HEADER */
.chat-header {
  background: #0E9F8D;
  color: #fff;
  padding: 12px;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
}

/* BODY */
.chat-body {
  padding: 14px;
}

/* OPTION */
.chat-option {
  display: block;
  background: #F3F4F6;
  padding: 10px;
  border-radius: 8px;
  margin-top: 8px;
  text-decoration: none;
  color: #111;
}

.chat-option:hover {
  background: #E5E7EB;
}
@media (max-width: 768px) {
  .chatbot-btn {
    width: 50px;
    height: 50px;
  }

  .chatbot-box {
    width: 90vw;
    right: 0;
  }
}

/* =========================
   SLIDER CONTROL
========================= */

.slider-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

/* =========================
   DOT INDICATOR
========================= */

.slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-dots span {
  width: 8px;
  height: 8px;
  background: #CFE8E3;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* DOT ACTIVE (yang panjang) */
.slider-dots .active {
  width: 32px;
  height: 8px;
  border-radius: 10px;
  background: #0E9F8D;
}

/* =========================
   ARROW BUTTON
========================= */

.slider-arrows {
  display: flex;
  gap: 12px;
}

.slider-arrows button {
  width: 48px;
  height: 48px;
  border-radius: 50%;

  border: 1.5px solid #0E9F8D;
  background: transparent;
  color: #0E9F8D;

  font-size: 18px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
}

/* HOVER */
.slider-arrows button:hover {
  background: #0E9F8D;
  color: #fff;
  box-shadow: 0 6px 16px rgba(14,159,141,0.25);
}

/* ACTIVE STATE */
.slider-arrows button.active {
  background: #0E9F8D;
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

  .slider-control {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .slider-arrows {
    align-self: flex-end;
  }

}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* tampil saat hover */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* panah submenu */
.dropdown-submenu > .dropdown-toggle::after {
    content: "▶";
    border: 0;
    float: right;
    font-size: 10px;
    margin-top: 6px;
}

.menu-link{
    text-decoration:none;
    color:inherit;
    display:block;
}

.menu-card{
    transition:0.2s;
    cursor:pointer;
}

.menu-card:hover{
    transform:translateY(-4px);
}


/* =========================================
   CONTACT FOOTER
========================================= */

.footer-contact h5{
  font-size:13px;

  text-transform:uppercase;

  letter-spacing:1px;

  color:rgba(255,255,255,0.72);

  margin-bottom:34px;
}


/* ITEM */
.footer-contact-item{
  margin-bottom:34px;
}


/* TITLE */
.footer-contact-item h6{
  font-size:16px;

  font-weight:700;

  color:#fff;

  margin-bottom:10px;
}


/* DESC */
.footer-contact-item p{
  font-size:15px;

  line-height:1.7;

  color:rgba(255,255,255,0.78);

  margin:0;
}


/* LINK */
.footer-contact-link{
  display:inline-flex;

  align-items:center;

  gap:6px;

  color:#fff !important;

  text-decoration:none;

  font-size:16px;

  font-weight:700;

  transition:0.3s ease;
}


/* ARROW */
.footer-contact-link i{
  transition:0.3s ease;
}


/* HOVER */
.footer-contact-link:hover{
  color:#d1fae5 !important;
}

.footer-contact-link:hover i{
  transform:translateX(4px);
}

/* TOPBAR */
.topbar small {
  opacity: 0.9;
  font-size: 12px;
}
.topbar small i{
  color:#fff;
  margin-right:4px;

}

.topbar {
  background: #0E9F8D;
  color: #fff;
  font-size: 14px;
  padding: 5px 0px;
  position: relative;
  z-index: 1055;
}

@media(max-width:768px){

  /* TOPBAR */
  .topbar .container{
    flex-direction:column;
    align-items:flex-start !important;
    gap:8px;
    padding:10px 14px;
  }


  /* ALAMAT */
  .topbar-left{
    display:none;
  }

  .topbar-left small{
    font-size:10px;
    line-height:1.4;
  }


  /* RIGHT */
  .topbar-right{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
  }


.topbar-right small{
  font-size:clamp(11px,2.8vw,13px);
}
.topbar small i{
  color:#fff;
  margin-right:4px;
  font-size:12px;
}

  /* LANGUAGE */
  .language-dropdown button{
    font-size:11px;
    padding:4px 8px;
  }

}


.search-modal{

    border:none;

    border-radius:24px;

    overflow:hidden;
}

.search-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:20px;
}

.search-input{

    height:60px;

    border-radius:16px;

    font-size:18px;

    border:2px solid #E5E7EB;
}

.search-input:focus{

    border-color:#0E9F8D;

    box-shadow:none;
}

#searchResult{

    margin-top:20px;

    max-height:400px;

    overflow:auto;
}

.search-item{

    padding:14px 18px;

    border-radius:12px;

    margin-bottom:8px;

    cursor:pointer;

    transition:.3s;
}

.search-item:hover{

    background:#F3F4F6;
}
.search-link{

    text-decoration:none !important;

    color:inherit !important;

    outline:none;
}

.search-link:hover{

    text-decoration:none !important;

    color:#0E9F8D !important;
}

.search-link:focus,
.search-link:active{

    outline:none !important;

    box-shadow:none !important;

    text-decoration:none !important;
}
