/* =========================================================================
   Pondok Pesantren Putri Nurut Tauhid — Custom Stylesheet
   Design tokens derived from the pesantren logo (mosque green + sky blue ring)
   ========================================================================= */

:root{
  /* -- Color tokens --------------------------------------------------- */
  --pnt-green-deep:   #0B5C3C;
  --pnt-green:        #128C56;
  --pnt-green-light:  #4ECB8C;
  --pnt-blue-deep:    #0B3F63;
  --pnt-blue:         #2E9FD6;
  --pnt-blue-light:   #8FDCF2;
  --pnt-gold:         #D8A94E;
  --pnt-cream:        #F6FAF8;
  --pnt-ink:          #123123;
  --pnt-ink-soft:     #3E5A4F;
  --pnt-white:        #FFFFFF;

  /* -- Gradients -------------------------------------------------------*/
  --grad-hero: linear-gradient(135deg, var(--pnt-green-deep) 0%, var(--pnt-green) 45%, var(--pnt-blue) 100%);
  --grad-soft: linear-gradient(180deg, rgba(46,159,214,0.08) 0%, rgba(18,140,86,0.05) 100%);
  --grad-gold: linear-gradient(120deg, #D8A94E 0%, #F0D28A 100%);
  --grad-cta:  linear-gradient(120deg, var(--pnt-blue-deep) 0%, var(--pnt-green-deep) 100%);

  /* -- Typography ------------------------------------------------------*/
  --font-display: 'Amiri', 'Georgia', serif;
  --font-heading: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  --font-body:    'Plus Jakarta Sans', 'Segoe UI', sans-serif;

  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --shadow-soft: 0 20px 45px -20px rgba(11,63,99,0.35);
  --shadow-card: 0 12px 30px -14px rgba(11,92,60,0.28);
}

/* Respect reduced motion preference globally */
@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

html{ scroll-behavior: smooth; }

body{
  font-family: var(--font-body);
  color: var(--pnt-ink);
  background: var(--pnt-white);
  overflow-x: hidden;
}

a{ text-decoration: none; }
a:focus-visible, button:focus-visible, .btn:focus-visible{
  outline: 2px solid var(--pnt-gold);
  outline-offset: 2px;
}

h1,h2,h3,h4,.font-display{ font-family: var(--font-heading); font-weight: 700; color: var(--pnt-green-deep); }

.eyebrow{
  display:inline-flex; align-items:center; gap:.5rem;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--pnt-blue-deep);
  background: rgba(46,159,214,0.10);
  border: 1px solid rgba(46,159,214,0.25);
  padding: .4rem .9rem;
  border-radius: 999px;
}
.eyebrow .dot{ width:6px; height:6px; border-radius:50%; background: var(--pnt-gold); display:inline-block; }

.section-title{
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: .6rem;
}
.section-sub{
  color: var(--pnt-ink-soft);
  max-width: 640px;
}
.section-pad{ padding: 5.5rem 0; }
@media (max-width: 768px){ .section-pad{ padding: 3.25rem 0; } }

.bg-cream{ background: var(--pnt-cream); }
.bg-soft-grad{ background: var(--grad-soft); }

/* =========================================================================
   Signature element: the "mihrab arch" — echoes the pesantren's mosque
   architecture from the logo. Used as a frame + as section dividers.
   ========================================================================= */
.arch-frame{
  position: relative;
  border-radius: 200px 200px 24px 24px;
  overflow: hidden;
  border: 6px solid var(--pnt-white);
  box-shadow: var(--shadow-soft);
}
.arch-divider{
  display:block;
  width:100%;
  line-height:0;
}
.arch-divider svg{ width:100%; height:auto; display:block; }

/* =========================================================================
   NAVBAR
   ========================================================================= */
.navbar-pnt{
  padding: .85rem 0;
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
  background: transparent;
}
.navbar-pnt.is-scrolled{
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 30px -18px rgba(11,63,99,0.45);
  padding: .5rem 0;
}
.navbar-pnt .navbar-brand{
  display:flex; align-items:center; gap:.65rem;
  font-family: var(--font-heading);
  font-weight: 800;
  line-height:1.1;
}
.navbar-pnt .navbar-brand img{
  width: 46px; height: 46px; object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(11,63,99,0.25));
}
.navbar-pnt .brand-text .t1{
  display:block; font-size: .95rem; color: var(--pnt-green-deep);
}
.navbar-pnt .brand-text .t2{
  display:block; font-size: .68rem; color: var(--pnt-blue-deep); font-weight:600; letter-spacing:.04em;
}
.navbar-pnt.transparent-mode:not(.is-scrolled) .brand-text .t1{ color: var(--pnt-white); }
.navbar-pnt.transparent-mode:not(.is-scrolled) .brand-text .t2{ color: var(--pnt-blue-light); }

.navbar-pnt .nav-link{
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: .93rem;
  color: var(--pnt-ink) !important;
  padding: .55rem 1rem !important;
  position: relative;
}
.navbar-pnt.transparent-mode:not(.is-scrolled) .nav-link{ color: var(--pnt-white) !important; }
.navbar-pnt .nav-link::after{
  content:"";
  position:absolute; left:1rem; right:1rem; bottom:.25rem; height:2px;
  background: var(--grad-gold);
  transform: scaleX(0); transform-origin:left;
  transition: transform .25s ease;
}
.navbar-pnt .nav-link:hover::after, .navbar-pnt .nav-link.active::after{ transform: scaleX(1); }

.navbar-pnt .dropdown-menu{
  border:none; border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  padding: .6rem;
  margin-top: .75rem !important;
}
.navbar-pnt .dropdown-item{
  border-radius: var(--radius-sm);
  padding: .6rem .85rem;
  font-weight: 500;
  font-size: .92rem;
  display:flex; align-items:center; gap:.6rem;
}
.navbar-pnt .dropdown-item i{ color: var(--pnt-blue); font-size:1rem; width:1.1rem; text-align:center; }
.navbar-pnt .dropdown-item:hover, .navbar-pnt .dropdown-item:focus{
  background: var(--grad-soft);
  color: var(--pnt-green-deep);
}

.btn-pnt-primary{
  background: var(--grad-cta);
  color:#fff; font-weight:700; font-family: var(--font-heading);
  border:none; border-radius: 999px; padding:.62rem 1.4rem;
  box-shadow: 0 10px 22px -10px rgba(11,63,99,0.55);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-pnt-primary:hover{ transform: translateY(-2px); box-shadow: 0 16px 28px -10px rgba(11,63,99,0.6); color:#fff; }
.btn-pnt-outline{
  border:2px solid var(--pnt-white); color:#fff; font-weight:700;
  border-radius:999px; padding:.55rem 1.3rem; font-family: var(--font-heading);
  transition: all .2s ease;
}
.btn-pnt-outline:hover{ background:#fff; color: var(--pnt-green-deep); }

/* =========================================================================
   HERO
   ========================================================================= */
.hero{
  position: relative;
  background: var(--grad-hero);
  color:#fff;
  padding-top: 8.5rem;
  padding-bottom: 6rem;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background-image: radial-gradient(circle at 85% 15%, rgba(216,169,78,0.25), transparent 45%),
                     radial-gradient(circle at 10% 90%, rgba(143,220,242,0.25), transparent 45%);
  pointer-events:none;
}
.hero-pattern{
  position:absolute; inset:0; opacity:.12; pointer-events:none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cpath d='M60 4 L110 60 L60 116 L10 60 Z' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3Ccircle cx='60' cy='60' r='30' fill='none' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 120px 120px;
}
.hero .eyebrow{
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.35);
  color:#fff;
}
.hero h1{
  color:#fff;
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  line-height:1.15;
}
.hero .arabic-line{
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: var(--pnt-gold);
  direction: rtl;
}
.hero p.lead{ color: rgba(255,255,255,0.9); max-width: 560px; }

.hero-stat-strip{
  position:relative;
  z-index:2;
  margin-top: -3.6rem;
}
.stat-card{
  background:#fff; border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 1.4rem 1rem;
  text-align:center;
  height:100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.stat-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.stat-card .stat-icon{
  width:48px; height:48px; border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  margin: 0 auto .6rem; font-size:1.3rem; color:#fff;
  background: var(--grad-cta);
}
.stat-card .stat-num{
  font-family: var(--font-heading); font-weight:800;
  font-size: 1.9rem; color: var(--pnt-green-deep); line-height:1;
}
.stat-card .stat-label{ font-size:.82rem; color: var(--pnt-ink-soft); font-weight:600; }

/* Carousel */
.hero-slider{
  border-radius: var(--radius-lg);
  overflow:hidden;
  box-shadow: var(--shadow-soft);
  border: 5px solid rgba(255,255,255,0.35);
}
.hero-slider .carousel-item img{
  height: 420px; object-fit: cover; width:100%;
  filter: saturate(1.05);
}
@media (max-width: 991px){ .hero-slider .carousel-item img{ height: 280px; } }
.hero-slider .carousel-caption{
  text-align:left; left:1.5rem; right:1.5rem; bottom:1.2rem;
  background: linear-gradient(0deg, rgba(11,63,99,0.75), transparent);
  border-radius: var(--radius-sm);
  padding: 1rem 1.2rem .5rem;
}
.hero-slider .carousel-indicators [data-bs-target]{
  width:8px; height:8px; border-radius:50%; background: var(--pnt-gold); opacity:.6;
}
.hero-slider .carousel-indicators .active{ opacity:1; width:22px; border-radius:5px; }

/* =========================================================================
   MARQUEE / RUNNING TEXT
   ========================================================================= */
.marquee-bar{
  background: var(--pnt-ink);
  background: linear-gradient(90deg, var(--pnt-blue-deep), var(--pnt-green-deep));
  color:#fff;
  overflow:hidden;
  white-space:nowrap;
  padding: .55rem 0;
}
.marquee-bar .marquee-label{
  background: var(--pnt-gold); color: var(--pnt-green-deep);
  font-weight:800; font-size:.72rem; letter-spacing:.08em;
  padding: .3rem .9rem; border-radius:999px; white-space:nowrap;
  flex-shrink:0;
}
.marquee-track{
  display:inline-block;
  padding-left: 100%;
  animation: marquee 28s linear infinite;
  font-weight:600; font-size:.92rem;
}
.marquee-bar:hover .marquee-track{ animation-play-state: paused; }
@keyframes marquee{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-100%); }
}
.marquee-track span{ margin-right: 3rem; }
.marquee-track span::before{ content:"◆"; color: var(--pnt-gold); margin-right:.6rem; font-size:.6rem; }

/* =========================================================================
   SAMBUTAN PENGASUH
   ========================================================================= */
.pengasuh-photo-wrap{
  position:relative;
  max-width: 340px;
}
.pengasuh-photo-wrap .arch-frame img{ width:100%; height:420px; object-fit:cover; }
.pengasuh-photo-wrap::after{
  content:"";
  position:absolute; inset: -14px;
  border: 2px dashed var(--pnt-gold);
  border-radius: 200px 200px 30px 30px;
  z-index:-1;
}
.quote-mark{
  font-family: Georgia, serif;
  font-size: 5rem; line-height:.5; color: var(--pnt-gold); opacity:.5;
}
.signature-line{ font-family: var(--font-display); font-size:1.3rem; color: var(--pnt-green-deep); }

/* =========================================================================
   PROFIL SINGKAT
   ========================================================================= */
.profil-card{
  border-radius: var(--radius-md);
  padding: 1.6rem;
  height:100%;
  background:#fff;
  border: 1px solid rgba(18,140,86,0.12);
  box-shadow: var(--shadow-card);
  transition: transform .25s ease, border-color .25s;
}
.profil-card:hover{ transform: translateY(-6px); border-color: var(--pnt-blue); }
.profil-card .icon-wrap{
  width:54px; height:54px; border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  font-size:1.4rem; color:#fff; margin-bottom:1rem;
}
.icon-wrap.bg-a{ background: var(--grad-cta); }
.icon-wrap.bg-b{ background: linear-gradient(120deg, var(--pnt-green), var(--pnt-green-light)); }
.icon-wrap.bg-c{ background: linear-gradient(120deg, var(--pnt-blue-deep), var(--pnt-blue)); }
.icon-wrap.bg-d{ background: var(--grad-gold); color: var(--pnt-green-deep); }

/* =========================================================================
   BERITA
   ========================================================================= */
.news-card{
  border-radius: var(--radius-md);
  overflow:hidden;
  background:#fff;
  box-shadow: var(--shadow-card);
  height:100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.news-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.news-card .news-thumb{ height:190px; overflow:hidden; position:relative; }
.news-card .news-thumb img{ width:100%; height:100%; object-fit:cover; transition: transform .5s ease; }
.news-card:hover .news-thumb img{ transform: scale(1.08); }
.news-card .news-date{
  position:absolute; top:.8rem; left:.8rem;
  background: rgba(255,255,255,0.92); color: var(--pnt-green-deep);
  font-weight:800; font-size:.75rem; text-align:center;
  border-radius: var(--radius-sm); padding:.35rem .6rem;
  line-height:1.1;
}
.news-card .news-date small{ display:block; font-weight:600; color: var(--pnt-blue-deep); font-size:.62rem; }
.news-card .news-body{ padding: 1.1rem 1.2rem 1.3rem; }
.news-card .news-cat{
  font-size:.7rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase;
  color: var(--pnt-blue-deep);
}
.news-card h5{ font-size:1.02rem; margin: .4rem 0 .6rem; color: var(--pnt-ink); }
.news-card a.stretched-link{ color: inherit; }

/* =========================================================================
   AGENDA / KALENDER
   ========================================================================= */
.agenda-item{
  display:flex; gap:1rem; align-items:flex-start;
  background:#fff; border-radius: var(--radius-md);
  padding: 1.1rem; box-shadow: var(--shadow-card);
  margin-bottom: 1rem; transition: transform .2s ease;
  border-left: 4px solid var(--pnt-green);
}
.agenda-item:nth-child(even){ border-left-color: var(--pnt-blue); }
.agenda-item:hover{ transform: translateX(6px); }
.agenda-date-block{
  min-width:64px; text-align:center;
  background: var(--grad-soft); border-radius: var(--radius-sm);
  padding:.5rem .3rem;
}
.agenda-date-block .d{ font-size:1.4rem; font-weight:800; color: var(--pnt-green-deep); line-height:1; }
.agenda-date-block .m{ font-size:.68rem; font-weight:700; color: var(--pnt-blue-deep); text-transform:uppercase; }

/* =========================================================================
   VIDEO PROFIL
   ========================================================================= */
.video-frame{
  border-radius: var(--radius-lg);
  overflow:hidden;
  box-shadow: var(--shadow-soft);
  position:relative;
  aspect-ratio: 16/9;
  background: #000;
}
.video-frame iframe{ width:100%; height:100%; border:0; }
.video-badge{
  position:absolute; top:1rem; right:1rem; z-index:2;
  background: var(--pnt-gold); color: var(--pnt-green-deep);
  font-weight:800; font-size:.72rem; padding:.35rem .8rem; border-radius:999px;
}

/* =========================================================================
   CTA PPDB
   ========================================================================= */
.cta-ppdb{
  border-radius: var(--radius-lg);
  background: var(--grad-cta);
  color:#fff; position:relative; overflow:hidden;
  padding: 3rem;
}
.cta-ppdb::after{
  content:"";
  position:absolute; right:-40px; top:-40px; width:220px; height:220px;
  border-radius:50%; background: rgba(216,169,78,0.18);
}
.cta-ppdb::before{
  content:"";
  position:absolute; left:-60px; bottom:-60px; width:180px; height:180px;
  border-radius:50%; background: rgba(143,220,242,0.14);
}
@media (max-width: 768px){ .cta-ppdb{ padding: 2rem 1.4rem; text-align:center; } }

/* =========================================================================
   SOCIAL MEDIA STRIP
   ========================================================================= */
.social-chip{
  display:flex; align-items:center; gap:.7rem;
  background:#fff; border-radius: 999px; padding:.55rem .5rem .55rem .55rem;
  box-shadow: var(--shadow-card);
  transition: transform .2s ease, box-shadow .2s ease;
  color: var(--pnt-ink); font-weight:700; font-size:.88rem;
}
.social-chip:hover{ transform: translateY(-4px); box-shadow: var(--shadow-soft); color: var(--pnt-ink); }
.social-chip .ico{
  width:38px; height:38px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  color:#fff; font-size:1.05rem; flex-shrink:0;
}
.social-chip .ico.ig{ background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.social-chip .ico.fb{ background:#1877F2; }
.social-chip .ico.yt{ background:#FF0000; }
.social-chip .ico.wa{ background:#25b9d3; }
.social-chip .ico.tt{ background:#000; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer-pnt{
    

  color: rgba(255,255,255,0.85);
  position: relative;
}
.footer-pnt::before{
  content:""; display:block; height:6px;
  background: var(--grad-gold);
}
.footer-pnt h6{
  color:#fff; font-family: var(--font-heading); font-weight:800;
  letter-spacing:.03em; margin-bottom:1.1rem; font-size:.95rem;
  text-transform: uppercase;
}
.footer-pnt .footer-brand-title{ color:#fff; font-family: var(--font-heading); font-weight:800; }
.footer-pnt a{ color: rgba(255,255,255,0.75); }
.footer-pnt a:hover{ color: var(--pnt-gold); }
.footer-pnt ul{ list-style:none; padding:0; margin:0; }
.footer-pnt ul li{ margin-bottom:.6rem; font-size:.92rem; }
.footer-pnt ul li a{ display:flex; gap:.5rem; align-items:flex-start; }
.footer-pnt ul li a i{ margin-top:.2rem; color: var(--pnt-blue-light); }
.footer-social a{
  width:38px; height:38px; border-radius:50%;
  background: rgba(255,255,255,0.12);
  display:inline-flex; align-items:center; justify-content:center;
  margin-right:.5rem; color:#fff; transition: all .2s ease;
}
.footer-social a:hover{ background: var(--pnt-gold); color: var(--pnt-green-deep); transform: translateY(-3px); }
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 1rem 0; font-size:.82rem; text-align:center;
  color: rgba(255,255,255,0.65);
}
.footer-bottom strong{ color:#fff; }

/* Back to top */
#backToTop{
  position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 999;
  width:46px; height:46px; border-radius:50%;
  background: var(--grad-cta); color:#fff; border:none;
  display:flex; align-items:center; justify-content:center;
  box-shadow: var(--shadow-soft);
  opacity:0; visibility:hidden; transform: translateY(10px);
  transition: all .3s ease;
}
#backToTop.show{ opacity:1; visibility:visible; transform: translateY(0); }

/* Section divider wave color helpers */
.fill-cream{ fill: var(--pnt-cream); }
.fill-white{ fill: #ffffff; }
.fill-deep{ fill: var(--pnt-green-deep); }

.line{
    background-color: goldenrod;
    border-radius:10px;
    width:100px;
    height:6px;
    margin:auto;
    margin-bottom: 20px;
}
@media (min-width:768px){
  .formulir{
        width: 50%;
        margin: auto;
      }
}

/* === Button Login === */
.btn-login {
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.3);
    color: #fff;
    border-radius: 50px;
    padding: 0.45rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}
.btn-login:hover {
    background: rgba(255,255,255,0.15);
    border-color: var(--pnt-green-light, #25d3ad);
    color: #fff;
    transform: translateY(-2px);
}

/* === User Dropdown Button === */
.btn-user-dropdown {
    background: rgba(255,255,255,0.10);
    border: 1.5px solid rgba(255,255,255,0.20);
    color: #fff;
    border-radius: 50px;
    padding: 0.35rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.btn-user-dropdown:hover {
    background: rgba(255,255,255,0.20);
    border-color: var(--pnt-green-light, #25d3ad);
    color: #fff;
}
.btn-user-dropdown .user-name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* === Dropdown Menu Styling === */
.dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.10);
    padding: 0.5rem;
    min-width: 200px;
}
.dropdown-menu .dropdown-item {
    border-radius: 8px;
    padding: 0.5rem 0.8rem;
    font-size: 0.88rem;
    color: #333;
    transition: all 0.2s;
}
.dropdown-menu .dropdown-item:hover {
    background: rgba(14,100,100,0.08);
    color: var(--pnt-blue-deep, #0e6464);
}
.dropdown-menu .dropdown-item i {
    width: 20px;
    text-align: center;
}
.dropdown-menu .dropdown-divider {
    margin: 0.3rem 0;
}

/* === Responsive === */
@media (max-width: 992px) {
    .btn-login, .btn-user-dropdown {
        width: 100%;
        justify-content: center;
        padding: 0.6rem 1.2rem;
    }
    .btn-user-dropdown .user-name {
        max-width: 150px;
    }
    .dropdown-menu {
        min-width: 100%;
    }
}

@media (max-width: 576px) {
    .btn-user-dropdown .user-name {
        max-width: 100px;
    }
}

/* ========================================
   NAVBAR - LOGIN & USER BUTTON
   ======================================== */

/* --- Default (Transparent Mode) --- */
.btn-login {
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.4);
    color: #fff;
    border-radius: 50px;
    padding: 0.45rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}
.btn-login:hover {
    background: rgba(255,255,255,0.15);
    border-color: var(--pnt-green-light, #25d3ad);
    color: #fff;
    transform: translateY(-2px);
}

/* User Dropdown Button (Transparent) */
.btn-user-dropdown {
    background: rgba(255,255,255,0.10);
    border: 1.5px solid rgba(255,255,255,0.25);
    color: #fff;
    border-radius: 50px;
    padding: 0.35rem 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.btn-user-dropdown:hover {
    background: rgba(255,255,255,0.20);
    border-color: var(--pnt-green-light, #25d3ad);
    color: #fff;
}
.btn-user-dropdown .user-name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* User Dropdown Icon */
.btn-user-dropdown i {
    font-size: 1.1rem;
}
.btn-user-dropdown .dropdown-toggle::after {
    margin-left: 6px;
}

/* --- Solid Mode (Navbar Scroll) --- */
.navbar-pnt.solid-mode .btn-login {
    background: transparent;
    border: 1.5px solid var(--pnt-blue-deep, #0e6464);
    color: var(--pnt-blue-deep, #0e6464);
}
.navbar-pnt.solid-mode .btn-login:hover {
    background: var(--pnt-blue-deep, #0e6464);
    border-color: var(--pnt-blue-deep, #0e6464);
    color: #fff;
}

.navbar-pnt.solid-mode .btn-user-dropdown {
    background: rgba(14,100,100,0.08);
    border: 1.5px solid var(--pnt-blue-deep, #0e6464);
    color: var(--pnt-blue-deep, #0e6464);
}
.navbar-pnt.solid-mode .btn-user-dropdown:hover {
    background: var(--pnt-blue-deep, #0e6464);
    border-color: var(--pnt-blue-deep, #0e6464);
    color: #fff;
}
.navbar-pnt.solid-mode .btn-user-dropdown:hover i {
    color: #fff;
}

/* User Dropdown Menu - Styling */
.dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.10);
    padding: 0.5rem;
    min-width: 200px;
    margin-top: 8px;
}
.dropdown-menu .dropdown-item {
    border-radius: 8px;
    padding: 0.5rem 0.8rem;
    font-size: 0.88rem;
    color: #333;
    transition: all 0.2s;
}
.dropdown-menu .dropdown-item:hover {
    background: rgba(14,100,100,0.08);
    color: var(--pnt-blue-deep, #0e6464);
}
.dropdown-menu .dropdown-item i {
    width: 20px;
    text-align: center;
}
.dropdown-menu .dropdown-divider {
    margin: 0.3rem 0;
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .btn-login, .btn-user-dropdown {
        width: 100%;
        justify-content: center;
        padding: 0.6rem 1.2rem;
    }
    .btn-user-dropdown .user-name {
        max-width: 150px;
    }
    .dropdown-menu {
        min-width: 100%;
    }
}

@media (max-width: 576px) {
    .btn-user-dropdown .user-name {
        max-width: 100px;
    }
}
.tombol-hijau {
    background: linear-gradient(150rad, var(--pnt-blue-deep), var(--pnt-blue), var(--pnt-green));
    padding: 10px 20px !important;
    color: white;
    border: none;
    text-decoration: none;
    border-radius: 50px !important;
    transform: scale(1) !important;
    transition: 0.3s !important;
}

.tombol-hijau:hover {
    background: linear-gradient(150rad, var(--pnt-green), var(--pnt-green-deep), var(--pnt-blue));
    transform: scale(1.05) !important;
    color:#fff
}
