/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* CREAED BY INFRAMEDIA
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
}


ul, li ::marker{
    color:#000;
    margin-left:10px;
}

ol, li ::marker{
    margin-left:10px;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: rgb(248, 250, 252);
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

a:hover {
	color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background-color: rgb(248, 250, 252);
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #f5a425;
  color: #fff;
}

::-moz-selection {
  background: #f5a425;
  color: #fff;
}

.brand-image {
  width: 30%;
  left: 0;
}

@media (max-width: 991px) {
  .brand-image {
    width: 40%;
    left: 0;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(11, 9, 202, 0.51);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner */
.spinner {
  width: 100px;
  height: 100px;
  border: 6px solid #e0e0e0;
  border-top: 6px solid #007BFF; /* warna biru */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
}

/* Logo */
.logo-loader {
  width: 40px;
  height: 40px;
  z-index: 2;
}

/* Animasi */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*
---------------------------------------------
header
--------------------------------------------- 
*/

.brand-wrapper {
    gap: 10px;
}

.brand-logo {
    height: 50px; /* Sesuaikan tinggi logo */
    width: auto;
    line-height: 1.2;
}

.gov-title{
    font-size: 0.7rem; /* Besar teks utama */
    letter-spacing: 0px;
    line-height: 1.2;
}

.brand-title {
    font-size: 1.3rem; /* Besar teks utama */
    letter-spacing: 1px;
}

.brand-title span {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* bayangan halus */
}

.gov-title {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* sedikit lebih tebal */
}


.fs-screen{
    display:block;
}

@media (max-width: 576px) {
    .brand-logo {
        height: 40px;
        margin-left:5px;
    }
    .brand-title {
        font-size: 1rem;
    }
    .gov-title{
        font-size: 0.5rem; /* Besar teks utama */
        letter-spacing: 0px;   
    }
    .fs-screen{
        display:none;
    }
}

.glow-text {
  color: white;
  text-shadow: 0 0 10px #00f, 0 0 20px #00f;
}

.neon {
  color: #39ff14;
  text-shadow:
    0 0 5px #39ff14,
    0 0 10px #39ff14,
    0 0 20px #39ff14;
}

.neon {
  color: #39ff14;
  text-shadow:
    0 0 5px #39ff14,
    0 0 10px #39ff14,
    0 0 20px #39ff14;
}

.sub-header {
  background-color: #fff;
  position: relative;
  z-index: 9999;
  padding: 10px 0 10px 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}
.a-plain {
    color: inherit;        /* Warna ikut elemen induk */
    text-decoration: none; /* Hilangkan underline */
}
.a-plain:hover,
.a-plain:focus {
    color: inherit;
    text-decoration: none; /* Pastikan hover/focus juga polos */
}
.sub-header .logo .brand-image {
  width:280px;
}

.sub-header span a {
  color: #fff;
}

.sub-header span a:hover {
  color: #F6E008;
}

.slanted-box {
  background-color: #f5a425;
  color: black;
  width: 50px;
  height: 100%;
  clip-path: polygon(20% 0, 50% 0, 100% 100%, 70% 100%);
}

.section-divider {
  background-color: orange;
  color: white;
  font-weight: bold;
  font-size: 24px;
  height: 100%;
  padding: 0 20px 0 10px;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 100% 100%, 0 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .top-info-label{
  width: 110px;
}

.sub-header .top-info-label p {
  color: #fff;
  padding: 8px 5px;
  font-size: 13px;
}

.sub-header .top-info {
  color: #fff;
  padding: 0px 0px;
  margin-top: 8px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.background-header {
  background-color: #fff!important;
  min-height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #ffffff!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #ffffff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  background: #005eb7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background:  #005eb7;
}

.header-area .main-nav .logo {
  line-height: 75px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  max-width: 300px;
  letter-spacing: 2px;
  float: left;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 00px !important;
}

.header-area .main-nav .nav {
  float: left;
  margin-left: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #87fa05!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #87fa05!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #ffffff;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.lang-flag {
    width: 24px;
    height: auto;
    margin-right: 8px;
}
.dropdown-menu {
    min-width: 200px;
}
.dropdown-item small {
    display: block;
    color: gray;
}

.btn-icon {
    background: none;         /* hapus background */
    border: none;             /* hapus border */
    color: inherit;           /* ikut warna teks induk */
    outline: none !important;
}
.btn-icon:hover {
    background-color: rgba(0,0,0,0.1); /* muncul saat hover */
    border: none;
    border-radius: 50%;       /* opsional, biar sudutnya membulat */
    outline: none !important;
}

/* MENU TRIGGER DEFAULT (HIDDEN) */
.menu-trigger {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 58px;
  right: 30px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background-color: #06abd4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

/* ICON STYLE DI DALAMNYA */
.menu-trigger i {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  display: flex; /* ini penting untuk bikin dia bisa align center di flex parent */
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .main-nav ul {
    display: none;
    flex-direction: column;
    background-color: #222;
    padding: 20px 0px 0px 0px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
  }

  .main-nav ul.active {
    display: flex;
  }
}

.header-area.header-sticky {
  min-height: 60px;
}

.header-area.header-sticky .nav li a.active {
  color: #25fc09;
}

.brand-image{
  width: 90%;
}

.kemilau-pesawaran{
    width:200px;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }

  .header-area .menu-trigger {
    display: none !important;
  }
}

@media (max-width: 767px) {
    
  .header-area.header-sticky {
    min-height: 60px;
  }
  
  .sub-header {
    background-color: #005eb7;
  }
  
  .gov-title{
    color:#ffff;
    font-size: 0.6rem; /* Besar teks utama */
    letter-spacing: 0px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* sedikit lebih tebal */
  }
  
  .bi-search{
      color:#ffff;
  }

  .brand-title {
    color:#ffff;
    font-size: 1rem; /* Besar teks utama */
    letter-spacing: 1px;
  }

  .brand-title span {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* bayangan halus */
  }
    
  .background-header .main-nav .logo {
    line-height: 75px;
  }  

      .sub-header .top-info-label{
        width: 120px;
      }

      .slanted-box {
        width: 120px;
      }
    
      .header-area .main-nav .logo {
        width: 100%;
      }

  .header-area .main-nav .brand-image {
    padding: 5px;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #005eb7;
    padding: 0px;
    box-shadow: none;
    text-align: left;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: none !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 59px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li:hover {
    background: #5c5381 !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 5px !important;
    border: none !important;
    background: #ffffff !important;
    color: #191a20 !important;
  }
  
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #f5a425!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    margin-left: 20px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.wave-container-page-header {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
  height: 200px; /* tinggi area wave */
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.wave-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px; /* tinggi area wave */
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
  
/* Gelombang Umum */
.wave-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px; /* atur tinggi sesuai selera */
    z-index: 1;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
}

.waves {
    position: relative;
    width: 100%;
    height: 100%;
}

.parallax > use {
    animation: moveWave 10s linear infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 10s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 12s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 14s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 16s;
}

.wave-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(87, 6, 163, 0), #f8f9fa);
    z-index: 2;
}

@keyframes moveWave {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-slider {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
}

#bg-slider::-webkit-media-controls {
    display: none !important;
}

.carousel-bg {
  height: 100vh; 
  background-size: cover; 
  background-position: center center;
}

.carousel-indicators-custom {
  position: absolute;
  top:-50px;
  display: flex;
  gap: 10px;
}

.carousel-indicators-custom span {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
}

.carousel-indicators-custom span.active {
  background-color: rgba(241, 14, 14, 0.6);
  width: 50px;
  height: 14px;
  border-radius: 10px;
}

.slider-caption{
    position: absolute;
    top: 25%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
}

.main-banner .caption {
  position: absolute;
  width: 85%;
  top: 30%;
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

.social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
}

.social-icons a {
  color: rgb(229, 253, 11); /* atau sesuai tema kamu */
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #ff4800; /* Warna saat hover */
}


@media screen and (max-width: 767px) {
    
#bg-slider {
    min-height: 80vh;
    max-height: 80vh;
}

.carousel-bg {
  height: 80vh; 
  background-size: cover; 
  background-position: center center;
}

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }
  
  .carousel-indicators-custom {
    display:none;
  }
  
  #floating-youtube {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 300px;
    height: 170px;
    z-index: 9999;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  }
}

@media screen and (max-width: 767px) {
  .main-banner .caption {
    position: absolute;
    width: 80%;
    top: 10%;
  }
}

@media screen and (max-width: 768px) {
  #floating-youtube {
    bottom: 80px !important;
  }
}

#floating-youtube {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    height: 170px;
    z-index: 9999;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

#floating-youtube iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

#close-youtube {
    position: absolute;
    top: 2px;
    right: 5px;
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}
/*
---------------------------------------------
services
---------------------------------------------
*/

.news-services {
  margin-top: 0px;
  margin-bottom: 30px;
  width: 100%;
  background-color: rgb(248, 250, 252);
}

.news-services .container {
  background-color: rgb(248, 250, 252);
  padding-left: 0;
}

.news-services .item {
  position: relative;
  height: 200px;
  margin: 10px 0px 10px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: left;
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.news-services .item img {
  position:relative;
  height:200px;
  object-fit:cover;
  object-position:center 10%;
  border-radius:20px;
}

.news-services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.news-services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.news-services .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.5); /* semi transparan agar teks terbaca */
  border-radius: 0px 0px 20px 20px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}

.carousel-wrapper {
  overflow: hidden;
  position: relative;
}

.news-services .owl-nav {
  display: none;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}

.news-services .owl-dots {
  display: none;
}
    
.news-services .owl-nav .owl-prev{
  display: none;
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.news-services .owl-nav .owl-prev span,
.servnews-servicesices .owl-nav .owl-next span {
  opacity: 0;
}

.news-services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.news-services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.news-services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.news-services .owl-nav .owl-next {
  display: none;
  opacity: 1;
  transition: all .5s;
}

.news-services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.news-services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.news-services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}
/*
---------------------------------------------
Konten Sticky
---------------------------------------------
*/
#newsdetail .sticky-inner,
#right-content .sticky-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 130px; /* sesuaikan dengan tinggi navbar kamu */
  z-index: 10;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
    font-family: sans-serif;
}

/* Garis indikator scroll */
.scroll-to-top .line {
    width: 4px;
    height: 100px; /* tinggi penuh indikator */
    background: #ccc;
    position: relative;
    overflow: hidden;
}

/* Bagian progress yang bergerak */
.scroll-to-top .line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%; /* awalnya 0% */
    background: #007bff; /* warna progress */
    transition: height 0.1s linear;
}

/* Teks vertikal */
.scroll-to-top span {
    writing-mode: vertical-rl;
    transform: rotate(180deg); /* biar urutannya dari bawah ke atas */
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .scroll-to-top {
    display:none;
  }
}

/*
---------------------------------------------
upcoming News
---------------------------------------------
*/
#main-content .sticky-inner {
  position: sticky;
  top: 130px; /* atau sesuai tinggi navbar/header kamu */
}

#right-content .sticky-inner {
  position: sticky;
  top: 100px; /* atau sesuai tinggi navbar/header kamu */
}

section.upcoming-news {
  background-color: rgb(248, 250, 252);
  padding-bottom: 50px;
}

section.upcoming-news .section-heading {
  text-align: center;
}

section.upcoming-news .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-news .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-news .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
  list-style: none;
}

section.upcoming-news .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-news .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-news .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-news .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

/* News View */
.upcoming-news .news-top-item .kontenlable{
  position: absolute;
  background-color: #e4a907;
  color: #ffffff;
  top:0;
  left: 0;
  padding: 5px 20px 5px 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  z-index: 10;
}

.news-top-item {
  position: relative;
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.news-top-item .thumb {
  position: relative;
}

.news-top-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.law-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  
  font-weight: 600;

  padding: 7px 12px;
  border-radius: 10px;
  font-size: 16px;
  gap: 10px;
}

.law-info .law-logo{
  display: block;
  width: 30px;
  height: 30px;
}

.law-info p {
  margin: 0;
  line-height: 1;
  display: inline; /* Atau inline-block */
}

.news-top-item .thumb .info {
  position: absolute;
  left: 20px;
  top: 20px;
}

.news-top-item .thumb .info span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(236, 203, 17, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.news-top-item .down-content {
  background-color: #005eb7;
  padding: 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.news-top-item .down-content .date {
  display: inline-block;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.news-top-item .down-content .date h6 {
  display: flex;
  align-items: center; /* Ini yang membuat teks dan ikon sejajar secara vertikal */
  gap: 8px;
  font-size: 13px;
  font-weight: 200;
  color: #ffffff;
}

.news-top-item .down-content .date h6 i {
  color: #cabfbf;
}

.news-top-item .down-content .date span {
  display: block;
  color: #ffffff;
  font-size: 22px;
  margin-top: 7px;
}

.news-top-item .down-content h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.news-top-item .down-content h4:hover {
  color: #e2f107;
  font-weight: 600;
}

.news-top-item .down-content p {
  margin-left: 0px;
  font-weight: 200;
  line-height: 16px;
  color: #ffffff;
  font-size: 13px;
}

.news-item {
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.news-item .thumb {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.news-item .thumb img {
  height: 200px;
  object-fit:cover;
  object-position:top;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.news-item .thumb .info {
  position: absolute;
  left: 20px;
  top: 20px;
}

.news-item .thumb .info span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.news-item .down-content {
  background-color: #fff;
  padding: 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.news-item .down-content .date {
  display: inline-block;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.news-item .down-content .date h6 {
  display: flex;
  align-items: center; /* Ini yang membuat teks dan ikon sejajar secara vertikal */
  gap: 8px;
  font-size: 13px;
  font-weight: 200;
}

.news-item .down-content .date h6 i {
  color: #cabfbf;
}

.news-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.news-item .down-content h4 {
  font-size: 16px;
  color: #1f272b;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 15px;
}

.news-item .down-content h4:hover {
  color: #7a7c7e;
  font-weight: 400;
}

.news-item .down-content p {
  margin-left: 0px;
  color: #1f272b;
  font-size: 14px;
}


/* 
---------------------------------------------
Populer Konten
---------------------------------------------
*/
.upcoming-news .populer-news{
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.populer-news h4{
  margin-bottom: 10px;
  font-weight: 600;
}

.populer-news .populer-item{
  margin-bottom: 10px;
}

.populer-item .down-content{
  display: flex;
  align-items: center; /* Ini akan menyamakan tinggi vertikal antar elemen */
  margin: auto;
  width: 100%;
}

.populer-item .down-content .date span {
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.populer-item .down-content a {
  font-size: 13px;
  color: #1f272b;
  width: 85%;
}

.populer-item .down-content a:hover {
  color: #7a7c7e;
}

.populer-item .down-content p {
  width: 20%;
  max-width: 20%;
  padding: 0px 10px 0px 10px;
  color: #999999;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
}

.populer-item .down-content p,
.populer-item .down-content h4 {
  margin: 0;
}
/*

/*
---------------------------------------------
Old News Konten
---------------------------------------------
*/
section.old-news {
  background-color: rgb(248, 250, 252);
  padding-bottom: 50px;
}

section.old-news .section-heading {
  text-align: center;
}

section.old-news .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.old-news .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.old-news .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
  list-style: none;
}

section.old-news .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.old-news .categories ul li a:hover {
  color: #a12c2f;
}

section.old-news .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.old-news .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.old-news-item {
  display: flex;
  margin-bottom: 20px;
}

.old-news-item .thumb {
  position: relative;
  height: 120px;
  width: 150px;
  min-width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}

.old-news-item .thumb img{
  position: relative;
  height: 120px;
  width: 150px;
  min-width: 150px;
  object-fit:cover;
  object-position:center 10%;
  border-radius: 10px;
}

.old-news-item .thumb .info {
  position: absolute;
  left: 20px;
  top: 20px;
}

.old-news-item .thumb .info span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.old-news-item .down-content {
  background-color: transparent !important;
  padding: 10px;
}

.old-news-item .down-content .date {
  display: inline-block;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.old-news-item .down-content .date h6 {
  display: flex;
  align-items: center; /* Ini yang membuat teks dan ikon sejajar secara vertikal */
  gap: 8px;
  font-size: 12px;
  font-weight: 200;
}

.old-news-item .down-content .date h6 i {
  color: #cabfbf;
}

.old-news-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.old-news-item .down-content h4 {
  font-size: 13px;
  color: #1f272b;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 15px;
}

.old-news-item .down-content h4:hover {
  color: #7a7c7e;
  font-weight: 400;
}

.old-news-item .down-content p {
  margin-left: 0px;
  color: #1f272b;
  font-size: 14px;
}

/*
---------------------------------------------
Agenda Kegiatan
---------------------------------------------
*/
#agenda .sticky-inner,
#agenda-list .sticky-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 130px; /* sesuaikan dengan tinggi navbar kamu */
  z-index: 10;
}

section.activity-agenda {
  position: relative;
  background-color: rgb(248, 250, 252);
  padding: 20px 0px;
}

/* Layer dot dengan animasi */
section.activity-agenda::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;

  /* Gradasi cahaya + dot gelap */
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.623)),
    radial-gradient(rgba(0, 0, 0, 0.1) 1.2px, transparent 1.2px);
  background-size: auto, 10px 10px;
  background-repeat: no-repeat, repeat;
  animation: moveDots 30s linear infinite;
  z-index: 0;
  pointer-events: none;
}

section.activity-agenda > * {
  position: relative;
  z-index: 1;
}

section.activity-agenda .item {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}


section.activity-agenda .item img {
  position: relative;
  height: 300px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
}

section.activity-agenda .item .kontenlable{
  position: absolute;
  background-color: #e4a907;
  color: #ffffff;
  top:0;
  left: 0;
  padding: 5px 20px 5px 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
}

section.activity-agenda .item h3 {
  color: #080808;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.activity-agenda .item p {
  color: #0a0a0a;
  margin-bottom: 20px;
}

.accordions {
  background-color: #ffffff;
  border-radius: 20px;
  height: auto;
  min-height: 400px;
}

.accordions .header-agenda {
  display: flex;
  align-items: center;
  justify-content: left;
  height: auto;
  padding: 10px;
  min-height: 100px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  gap: 10px;
}


.accordions .header-agenda p {
  color: #005eb7;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 20px;
}

.accordions .left-frame {
  background-image: url(../../assets/images/tapis-bg-01.jpg);
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size:contain;
  display: flex;
  align-items: left;
  justify-content: center;
  background-color: #005eb7;
  padding: 15px;
  height: auto;
  min-height: 400px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordions .left-frame p {
    font-size: 80px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #ffffff;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.accordion {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  border-bottom: 1px solid rgb(241, 241, 241);
}

.accordion-item {
  position: relative;
  border: none;
  overflow: hidden;
}

.accordion-item img {
  height: 200px;
  object-fit: cover;
  object-position: center center;
  position: relative;
}

.accordion-header {
  display: flex;
  background-color: transparent !important;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.accordion-header:hover {
  color: #f5a425;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease-out;
}

.accordion-item.active .accordion-content {
  max-height: 600px; /* atur sesuai kebutuhan */
  padding: 15px;
}

.accordion-item.active .accordion-content p {
  font-size: 12px;
}

.accordion-item.active .accordion-content img {
  height: 200px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center center;
  position: relative;
  overflow: hidden;
}


.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #333;
}

.accordion-item.active .arrow {
  transform: rotate(180deg); /* Mengubah arah panah ke bawah */
}

@media screen and (min-width: 767px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .accordions .left-frame p {
    font-size: 40px;
  }
  
  .accordions .header-agenda p {
    font-size: 20px;
  }
}


/*
---------------------------------------------
Event
---------------------------------------------
*/
#event .sticky-inner,
#event-list .sticky-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 130px; /* sesuaikan dengan tinggi navbar kamu */
  z-index: 10;
}

section.activity-event {
  position: relative;
  background-color: rgb(248, 250, 252);
  padding: 20px 0px;
}

/* Layer dot dengan animasi */
section.activity-event::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;

  /* Gradasi cahaya + dot gelap */
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.623)),
    radial-gradient(rgba(0, 0, 0, 0.1) 1.2px, transparent 1.2px);
  background-size: auto, 10px 10px;
  background-repeat: no-repeat, repeat;
  animation: moveDots 30s linear infinite;
  z-index: 0;
  pointer-events: none;
}

section.activity-event > * {
  position: relative;
  z-index: 1;
}

section.activity-event .item {
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

section.activity-event .item img {
  position: relative;
  height:250px;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  overflow: hidden;
}

section.activity-event .item .kontenlable{
  position: absolute;
  background-color: #e4a907;
  color: #ffffff;
  top:0;
  left: 0;
  padding: 5px 20px 5px 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
}

section.activity-event .item h3 {
  color: #080808;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.activity-event .item p {
  color: #0a0a0a;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}

/* 
---------------------------------------------
Data
--------------------------------------------- 
*/

section.our-person {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.our-person .item-box {
  border-radius: 20px !important;
  overflow: hidden;
  background-color: #f5f5f5; /* buat tes */
}

.our-person .item .down-content {
  background-color: #fff;
}

.our-person .item img {
  width: 100%;
  height: 250px;
  object-position: center 10%;
  object-fit: cover;
  border-radius: 20px;
}

.our-person .birokrat img {
  width: 100%;
  height: 350px;
  object-position: center 10%;
  object-fit: cover;
  border-radius: 20px;
}

.our-person .item .down-content h4 {
  padding: 10px 2px 10px 2px;
  font-size: 80%;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-person .item .down-content h6 {
  padding: 10px;
  font-size: 80%;
  color: #1f272b;
  text-align: center; 
}

.our-person .item .down-content .info {
  padding: 25px;
}

.our-person .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
  list-style: none;
}

.our-person .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-person .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-person .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-person .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-person .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-person .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-person .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-person .owl-nav .owl-prev span,
.our-person .owl-nav .owl-next span {
  opacity: 0;
}

.our-person .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-person .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-person .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-person .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-person .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-person .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-person .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-gallery {
  background-image: url(../images/facts-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 50px 0px;
}

section.our-gallery h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.area-content {
  text-align: center;
  background-color: rgba(250,250,250,0.15);
  border-radius: 20px;
  margin: 5px 0px 5px 0px;
  height: 200px;
  padding: 1px;
}

.area-content img{
  border-radius: 20px;
  width: 100%;
  height: 100%; /* atau 200px jika mau spesifik */
  object-fit: cover; /* crop gambar agar tetap rapi */
 }

.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

section.our-gallery .video {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center; /* ganti top ke center */
  background-size: cover; /* pastikan gambar crop & cover area */
  border-radius: 20px;
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

section.our-gallery .video img {
  max-width: 56px;
}


/* 
---------------------------------------------
Profil CSS
--------------------------------------------- 
*/

.profil-section {
  position: relative;
  margin-top: 140px;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 10;
}

#lkonten .sticky-inner,
#rkonten .sticky-inner{
  position: -webkit-sticky;
  position: sticky;
  top: 130px; /* sesuaikan dengan tinggi navbar kamu */
  z-index: 10;
}

/* sticky hanya untuk isi di dalam .col-lg-4, bukan col-nya langsung */
.profil-section .frame-left {
  position: relative;
  background-color:#fff;
  color:#000;
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative; /* Tambahkan ini */
  box-shadow: 0 2px 8px rgba(0,0,0,0.2); /* shadow */
}

.frame-left .item-lable {
  position: relative; /* Ganti dari relative */
  bottom: 0px; /* Jarak dari bawah */
  left: 0;
  width: 100%;
  border-radius: 20px;
  padding-bottom:10px;
}

.profil-section .item-lable img {
  position: relative;
  background-color:#fff;
  width:100%;
  object-fit:cover;
  object-position:center 10%;
  height:400px;
  min-height: 400px;
  border-radius: 20px;
  margin-bottom:10px;
}

.profil-section .frame-left h2 {
  font-size: 18px;
  color: #000;
}

.profil-section .frame-left h4 {
  font-size: 12px;
  color: #000;
}

.profil-section .logo-sch {
  margin-top: 20px;
  width: 80px;
}

.profil-section .content{
  padding: 10px;
}

.profil-section .content .editor-content img{
  position: relative;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

.profil-section .content h2 {
    font-size: 18px;
    color: #000000;
}

.profil-section .content h4 {
  font-size: 14px;
  color: #000000;
}


/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 40px 0px;
}

section.contact-us #formcontact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
}

section.contact-us #formcontact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

section.contact-us #formcontact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #formcontact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #formcontact button {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us #formcontact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 22px;
  padding-bottom: 22px;
  list-style: none;
}


section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

/* Footer Section */
section.footer {
  background-color: #005eb7;
  text-align: left;
  padding-top: 40px;
  border-top: 1px solid rgba(250,250,250,0.15);
  padding: 50px 0px;
}

section.footer ul {
  margin-left:0;
  padding:0;
}

section.footer ul li {
  font-size: 14px;
  color: #ffffff;
  list-style: none;
}

section.footer ul li a {
  font-size: 14px;
  color: #ffffff;;
}

section.footer ul li a:hover {
  color: #eff30b;;
}

section.footer .title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

section.footer .sosmed {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

section.footer .sosmed .icon {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  opacity: .8;
  border-radius: 50%;
  border: 2px solid #49e7a0;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
}

section.footer .sosmed .icon:hover {
  background-color: #ffffff;
  border-color: #f9c46b;
  border-width: 3px;
  transform: scale(1.1);
}

section.footer .sosmed .icon i {
  font-size: 20px;
}

section.footer .icon i.fa-facebook-f {
  color: #3b5998; /* Facebook biru */
}

section.footer .icon i.fa-instagram {
  color: #e4405f; /* Instagram pink */
}

section.footer .icon i.fa-whatsapp {
  color: #25D366; /* WhatsApp hijau */
}

section.footer .icon i.fa-youtube {
  color: #f31708; /* WhatsApp hijau */
}

section.footer .icon i.fa-tiktok {
  color: #0a0a0a; /* WhatsApp hijau */
}


section.footer p {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

section.footer .footer-logo {
  width: 58%;
  height: auto;
}

section.footer p a {
  color: #f5a425;
}
.table.custom-statistik,
.table.custom-statistik td,
.table.custom-statistik tr {
  background-color: transparent !important;
  border: none !important;
  color: #ffffff;
}

.custom-statistik {
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}

.custom-statistik tr {
  height: 24px;
}

.custom-statistik td {
  padding: 4px 4px 0px 0px;
}



/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../../assets/images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page a {
  color: #fff;
}

section.heading-page a:hover {
  color: #FC3;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.news-page {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 0px;
}

section.news-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.news-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.news-page .filters ul li.active,
section.news-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.news-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.news-page .pagination ul li {
  display: inline-block;
  list-style: none;
}

section.news-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.news-page .main-button-red {
  text-align: center;
}

section.news-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.news-page .pagination ul li.active a,
section.news-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.news-single-item .thumb {
  height: 500px; /* turunkan dari 500px jika terlalu tinggi */
  overflow: hidden; /* agar crop terlihat rapi */
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.news-single-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* menjaga proporsi */
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  object-position: top;
}

.news-single-item .down-content {
  background-color: #ffffff;
  padding: 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.news-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.news-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.news-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.news-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.news-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.news-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.news-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.news-single-item .down-content .description {
  margin-bottom: 5px;
  border-top: 1px solid #eee;
}

.news-single-item .down-content .description img {
  position:relative;
  height:500px;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  overflow: hidden;
}

.news-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.news-single-item .down-content .description ul li {
  margin-left:20px;
}

.news-single-item .down-content .description ul li a {
  color:#076FE4;
}

.news-single-item .down-content .description ul li a:hover {
  color:#F6D608;
}

.news-single-item .down-content .description ol li a {
  color:#076FE4;
}

.news-single-item .down-content .description ol li a:hover {
  color:#F6D608;
}

.news-single-item .down-content .description p {
  padding-top: 10px;
}

.news-single-item .down-content .description p a {
  color:#076FE4;
}

.news-single-item .down-content .description p a:hover {
  color:#F6D608;
}

.news-single-item .down-content .share {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
}

.news-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.news-single-item .down-content .share ul li {
  display: inline;
  list-style: none;
}

.news-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.news-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
  section.footer .footer-logo {
    width: 60%;
    height: auto;
  }
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
  section.footer .footer-logo {
    width: 60%;
    height: auto;
  }
  section.our-gallery .video {
    height: 180px;
    width: 100%;
  }

  .news-single-item .thumb{
    height: 250px;
  }

  section.contact-us #formcontact {
    padding: 10px;
  }
}

#popups {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center; /* ⬅️ tengah vertikal */
  justify-content: flex-start; /* ⬅️ sisi kiri */
  z-index: 100;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  overflow: hidden; /* cegah scroll di luar frame */
  background: rgba(0, 0, 0, 0.3); /* opsional: backdrop */
}

#popups.show {
  transform: translateX(0);
  opacity: 1;
}

#popups .frame {
  position: relative;
  width: 80%;
  max-height: 90vh;
  background-image: url(../images/bg-info.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0px 20px 0px 20px; /* tambah ruang atas & bawah */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  direction: rtl;
  text-align: left;
}

#popups .frame * {
  direction: ltr;       /* ⬅️ supaya isi konten gak ikut kebalik */
}

@media (min-width: 767px) {
  #popups .frame {
    width: 50%;
  }
}


#popups .frame h2{
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family:Arial, Helvetica, sans-serif;
  color: #06678d;
  font-weight: bold;
}

#popups .frame .textcontent{
  font-size: 12px;
  color: #000000;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-bottom: 0px;
}

#popups .frame .textcontent img{
  position:relative;
  height:50%;
  object-fit:cover;
  object-position:center center;
  overflow:hiden;
  border-radius:10px;
}

#popups .frame .btnclose{
  position: absolute;
  right: 0;
  top: 0;
  color: #050505;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
}

#popups .frame .btnclose :hover{
  color: #e4a907;
}

#popups .frame .popslable{
  position: absolute;
  top: 0;
  left:0;
  max-height:30px;
  background-color: #f5a425;
  padding: 5px 10px 5px 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* 
--------------------------------------------------
destination
-------------------------------------------------- 
*/
section.destination{
    background-image: url(../../assets/images/facts-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px 20px 0px;
}

.destination .content{
    position:relative;
    border-top-left-radius:50px;
    border-bottom-left-radius:50px;
    min-height:70px;
    margin:10px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.destination .content .label{
    position:absolute;
    padding:10px;
    width:100px;
    height:100px;
    border-radius:50px;
    background-color:#005eb7;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    left:0;
    margin-bottom:20px;
    
}

.destination .content .title{
    padding:10px;
    margin-left:100px;
    color:#fff;
    text-align:left;
}

.destination .content .title h2{
    font-size:17px;
    color:#fff;
    
}

.destination .content .title h2 a{
    color:#fff;
}

.destination .content .title h2 a:hover{
    color:#ffc107;
}

.destination .content .title h6 {
    font-size: 12px;
    font-weight: 200;
}

/* 
--------------------------------------------------
Galerry Foto
-------------------------------------------------- 
*/

section.gallery-foto {
  padding: 40px 0px 40px 0px;
}

section.gallery-foto .right-gallery {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10px;
}

#image-side .sticky-inner,
#lable-side .sticky-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 130px; /* sesuaikan dengan tinggi navbar kamu */
  z-index: 10;
}

section.gallery-foto h2 {
  font-size: 38px;
  color: #0e4ca8;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.area-content-foto {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 5px 0px 5px 0px;
  height: 200px;
  padding: 1px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2); /* shadow */
  overflow: hidden;
}

.area-content-foto img{
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%; /* atau 200px jika mau spesifik */
  object-fit: cover; /* crop gambar agar tetap rapi */
 }

.area-content-foto .gallery-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent untuk kontras */
  border-radius: 0 0 20px 20px; /* mengikuti border-radius container */
  box-sizing: border-box;
  text-align: center;
}

section.gallery-foto.labelcat{
  display: flex;
  gap: 5px;
}

.labelcat a{
  position: relative;
  border-color: #e6e7e9;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 5px;
}
/* 


/* 
--------------------------------------------------
Galerry Video
-------------------------------------------------- 
*/

section.gallery-video {
  padding: 40px 0px 40px 0px;
}


#video-side .sticky-inner,
#list-side .sticky-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 130px; /* sesuaikan dengan tinggi navbar kamu */
  z-index: 10;
}

section.gallery-video h2 {
  font-size: 38px;
  color: #0e4ca8;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}


/* Untuk video utama agar responsif */
.gallery-video .video-container-featured {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 20px;
  overflow: hidden;
  margin: 5px 0;
}

.video-container-featured .video-thumb-wrapper,
.video-container-featured .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container-featured .video-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}


 /* UNTUK VIDEO LIST KANAN */
.gallery-video .video-container{
  position: relative;
  text-align: center;
  border-radius: 20px;
  margin: 5px 0px 5px 0px;
  height: 200px;
  padding: 1px;
  overflow: hidden;
}


.video-container .video-thumb-wrapper {
  position: relative;
  text-align: center;
  border-radius: 20px;
  margin: 5px 0px 5px 0px;
  height: 200px;
  padding: 1px;
  overflow: hidden;
}

.video-container .video-thumb-wrapper .video-thumb{
  display: flex;
  position: relative;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center; /* ganti top ke center */
  background-size: cover; /* pastikan gambar crop & cover area */
  border-radius: 20px;
  
  width: 100%;
  height: 100%; /* atau 200px jika mau spesifik */
  object-fit: cover; /* crop gambar agar tetap rapi */
 }


.video-thumb img{
  width: 50px;
}

.video-thumb .gallery-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent untuk kontras */
  border-radius: 0 0 20px 20px; /* mengikuti border-radius container */
  box-sizing: border-box;
  text-align: center;
}

section.gallery-video.labelcat{
  display: flex;
  gap: 5px;
}
 
/* Informasi Sekolah */

/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.info-data {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 40px 0px;
}

#content-info-side .sticky-inner,
#list-info-side .sticky-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 130px; /* sesuaikan dengan tinggi navbar kamu */
  z-index: 10;
}

.info-data .list-box{
  padding: 5px;
  display: block;
  border-radius: 20px;
}

.info-data .list{
  margin: 10px 0px 10px 0px;
  padding: 10px;
  font-size: 14px;
  color: #262726;
  background-color: rgba(14, 12, 12, 0.06);
  border-radius: 10px;
}
.info-data .list .konten-link{
  cursor: pointer;
}

.info-data .list:hover{
  color: #d47f00;
  background-color: rgba(247, 243, 12, 0.06);
}

.info-data .konten-link.active {
    font-weight: bold;
    color: #007bff;
}

.info-data .content {
    display: none;
    position: relative;
    left: -50px;
    opacity: 0;
    border-radius: 20px;
    font-size: 12px;
    padding: 20px;
    color: rgb(22, 21, 21);
    transition: all 0.3s ease-in-out;
}

.info-data .content.showing {
    display: block;
    left: 0;
    opacity: 1;
}

.info-data .content .textisi img{
    position:relative;
    height:100%;
    object-fit:cover;
    object-position:center center;
    border-radius:10px;
}

.info-data .content .textisi a{
    color:#000;
}

@media (max-width: 768px) {
    .mobile-content-placeholder {
        display: block;
    }
}

/*
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-person .owl-nav .owl-next{
    right: -30px;
  }
  .our-person .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-person .owl-nav .owl-next{
    right: -70px;
  }
  .our-person .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-person .owl-nav .owl-next{
    right: -30px;
  }
  .our-person .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-person .owl-nav .owl-next{
    display: none;
  }
  .our-person .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 30%;
    width: 95%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-news {
    padding-top: 1rem;
  }

  section.upcoming-news .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-gallery .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }  
}

@media (max-width: 767px) {
  .main-nav .nav .sub-menu {
    display: none;
  }
  
  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

  .our-person .item img {
    width: 100%;
    height: 300px;
    object-position: center 15%;
    object-fit: cover;
    border-radius: 20px;
  }
  
  #popups .frame h2{
    margin-top: 30px;
  }
}