body {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   background-color: #eaf3ff;
}
body a {
   color: #202020;
}
body a:hover {
   color: gray;
   text-decoration: none;
}

/* ===== CENTERED SMAN 1 ANGKOLA SELATAN WITH GRADIENT ===== */
.center-title {
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   font-size: clamp(24px, 5vw, 48px);
   font-weight: bold;
   text-transform: uppercase;
   background: linear-gradient(90deg, #BA487F, #722323);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   padding: 20px;
   margin: 0 auto;
}

/* TOP BAR */
.top-bar {
   background-color: #722323;
   color: #ffffff;
   font-size: 14px;
   padding: 16px 0 0;
}
.top-bar a {
   color: #ffffff;
}
.top-bar a:hover {
   color: #BA487F;
}
.top-bar i {
   margin-right: 5px;
}

/* MENU BAR */
.menu-bar {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   padding: 10px 15px;
   text-transform: uppercase;
   font-weight: bold;
   background-color: #BA487F;
   border-bottom: 1px solid #722323;
}
.logo-sumut {
   height: 50px;
   margin-right: 10px;
}
.sticky.is-sticky {
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   z-index: 1000;
   width: 100%;
}
.sm-clean {
   background: #BA487F;
}
.sm-clean ul {
   background: #722323;
}
.sm-clean ul a {
   color: #fff;
}
.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
   background: #BA487F;
   color: #fff;
}

/* HP: logo pindah ke tengah dan di atas teks */
@media (max-width: 767.98px) {
   .menu-bar {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
   }
   .logo-sumut {
      margin: 0 0 5px 0;
   }
}

/* CAROUSEL */
.carousel-caption {
   border-top: 1px solid #fff;
   color: #fff;
   background: #722323;
   opacity: 0.7;
   right: 0;
   left: 0;
   bottom: 0;
   text-align: left;
   padding: 30px;
}
.carousel-caption h2 {
   color: #fff;
}
.carousel-indicators li {
   background-color: #fff;
}
.carousel-indicators .active {
   background-color: #BA487F;
}

/* LOGO */
.brand {
   font-family: Arial, sans-serif, "Helvetica Neue", Helvetica;
   font-weight: bold;
   text-transform: uppercase;
   color: #fff;
}

/* PAGE TITLE */
.page-title {
   font-weight: bold;
   border-bottom: 2px solid #BA487F;
   margin-bottom: 15px;
   padding-bottom: 10px;
   margin-top: 0px;
}
.page-title:after {
   border-bottom: 2px solid #722323;
   width: 30%;
   display: block;
   position: absolute;
   content: '';
   padding-bottom: 10px;
}
footer .page-title:after {
   border-bottom: 2px solid #fff;
}

/* TESTIMONI */
.quote {
   overflow: hidden;
   background-color: #722323;
}
.quote-title {
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   display: inline-block;
   padding: 15px 15px;
   color: #FFF;
   float: left;
   background-color: #BA487F;
   left: 0px;
   top: 0px;
   height: 50px;
}
ul.quote {
   display: block;
   padding: 0;
   margin: 0;
   list-style: none;
   line-height: 1;
   position: relative;
   overflow: hidden;
   height: 50px;
   background-color: transparent;
}
ul.quote li {
   color: #fff;
   position: absolute;
   top: -950em;
   left: 0;
   display: block;
   white-space: nowrap;
   font: 14px Helvetica, Arial, sans-serif;
   padding: 17px 15px 15px 15px;
}
ul.quote li span {
   color: #BA487F;
   font-weight: bold;
}

/* Content */
h5.card-title {
   font-size: 16px;
   font-weight: bold;
}

/* Sidebar */
.sidebar .list-group-item {
   border: 1px solid #6c757d;
}

/* Footer */
footer {
   color: #fff;
   font-size: 14px;
}
footer .primary-footer {
   background-color: #722323;
   padding: 30px 0;
}
footer .secondary-footer {
   border-top: 1px solid #fff;
   background-color: #BA487F;
   padding: 10px 0;
}
footer .copyright {
   color: #fff;
}
footer a {
   color: #ffffff;
}
footer a:hover {
   color: yellow;
}
footer .page-title {
   color: #ffffff;
}
.social-icon {
   width: 40px;
   height: 40px;
   font-size: 18px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   margin-right: 10px;
   border-radius: 50%;
   transition: 0.3s;
}
.social-icon:hover {
   transform: scale(1.1);
   opacity: 0.9;
}
.tiktok {
   background-color: #000000;
}
.facebook {
   background-color: #3b5998;
}
.twitter {
   background-color: #1da1f2;
}
.instagram {
   background-color: #fbbc05;
}
.youtube {
   background-color: #ef4e17;
}
.primary-footer nav ol.breadcrumb {
   background-color: transparent;
}

/* Tags */
.tag-content-block {
   display:block;
}
.tag a {
   border: 1px solid #fff;
   padding:12px 10px 8px 10px;
   color:#fff;
   display:inline-block;
   font-size:12px;
   text-transform:uppercase;
   line-height:11px;
   margin-bottom:5px;
   margin-right:2px;
   text-decoration:none;
}
.tag a:hover {
   border: 1px solid #BA487F;
   color: #fff;
}

/* Fullscreen Search */
#search_form {
   z-index: 999999;
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.9);
   transition: all 0.5s ease-in-out;
   transform: translate(0px, -100%) scale(0, 0);
   opacity: 0;
}
#search_form.open {
   transform: translate(0px, 0px) scale(1, 1);
   opacity: 1;
}
#search_form input[type="search_form"] {
   position: absolute;
   top: 50%;
   width: 100%;
   color: rgb(255, 255, 255);
   background: transparent;
   font-size: 60px;
   font-weight: 300;
   text-align: center;
   border: 0px;
   margin: 0px auto;
   margin-top: -51px;
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
}
#search_form .btn {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: 61px;
   margin-left: -45px;
}

.action-button {
   background-color: #BA487F;
   color: #fff;
}
.action-button:hover {
   background-color: #722323;
   color: #fff;
}

/* Responsive */
@media (max-width: 575.98px) {
   .top-left {
      text-align: center !important;
   }
   .top-right {
      display: none;
   }
   .center-title {
      font-size: 28px;
      padding: 10px;
   }
}
@media (min-width: 576px) and (max-width: 767.98px) {
   .top-left {
      text-align: center !important;
   }
   .top-right {
      display: none;
   }
}
@media (min-width: 768px) and (max-width: 991.98px) {
   .top-left {
      text-align: center !important;
   }
   .top-right {
      display: none;
   }
}

/* Toastr colors */
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #00cb18;
}
.toast-error {
  background-color: #ef5137;
}
.toast-info {
  background-color: #4b8df8;
}
.toast-warning {
  background-color: #ffb848;
}
.toast-title, .toast-message {
   text-align: left;
}

/* Return to top */
#return-to-top {
   opacity: 0.7;
   z-index: 10000;
   position: fixed;
   bottom: 15px;
   right: 15px;
   background: #fbbc05;
   width: 30px;
   height: 30px;
   display: none;
   transition: all 0.3s ease;
}
#return-to-top i {
   color: #fff;
   position: relative;
   left: 9px;
   top: 5px;
   font-size: 19px;
   transition: all 0.3s ease;
}
#return-to-top:hover {
   background: #000;
}
#return-to-top:hover i {
   color: #fff;
}
/* --- Tambahan Perbaikan Logo & Slider di HP --- */
@media (max-width: 768px) {
    .top-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .top-header img {
        max-width: 80px;
        height: auto;
        margin: 5px 0;
    }
    .top-left {
        padding: 0;
        margin: 0;
    }
    .top-left h5,
    .top-left small {
        display: block;
        text-align: center;
    }
}

.slider-container,
.slider-container img,
.slider-container iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

.slider-container {
    overflow: hidden;
}

/* === Perbaikan Logo & Teks di Laptop === */
@media (min-width: 992px) {
    .menu-bar {
        flex-direction: row;
        align-items: center;
    }
    .logo-sumut {
        max-height: 60px;
        margin-right: 10px;
    }
    .brand {
        display: inline-block;
        vertical-align: middle;
    }
}

/* === Logo di Tengah Saat HP === */
@media (max-width: 991.98px) {
    .menu-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .logo-sumut {
        margin: 0 auto 5px auto;
        max-height: 80px;
        height: auto;
    }
}

/* === Hover Menu Jadi Putih === */
.sm-clean a:hover,
.navbar-nav .nav-link:hover {
    color: #fff !important;
}

/* === Slider Fit Sesuai Perangkat === */
.carousel-item img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
