/**
* Template Name: Logis
* Template URL: https://bootstrapmade.com/logis-bootstrap-logistics-website-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-default: #0a0d13;
  --color-primary: #0d42ff;
  --color-secondary: #0e1d34;
  --color-white: #ffffff;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}
/* Saran */
.saran{
  writing-mode:vertical-lr;
  position: fixed; 
  left:0; 
  height:180px;
  width:46px;
  /* background-color:#0D0540; */
  /* background-color: #EF5B0C; */
  background-color: #EF5B0C;
  top:350px; 
  z-index:10;
  border-top-left-radius:15px;
  border-bottom-left-radius:15px;
  transform: rotate(180deg); 
  display: inline;
}
.saran p{
 font-size:14px; 
 margin:20px 10px; 
 color:white;
 font-weight:bold;
}
.saran p i{
  font-size: 18px; 
  transform:rotate(180deg); 
  display:inline-block
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  background-image: url("../../images/Wave-BG.png");
  background-position: top;
  background-size: 100%;
  position: relative;
  /* background-repeat: repeat-y; */
}

a {
  /* color: var(--color-primary); */
  color: var(--color-secondary);
  text-decoration: none;
}

a:hover {
  color: #406aff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #0D0540;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.section-header p {
  font-size: 17px;
  font-weight: 600;
  color: #0D0540;
}

.section-header h6 {
  font-size:20px;
  font-weight: 700;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.section-header .layanan {
  margin-left: auto;
  margin-right: auto;
  cursor: context-menu;
}
.layanan-utama{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-header .active{
  background-color: #0D0540;
  border-radius: 7px;
  
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 60px 0 80px 0;
  /* margin-left: 40pxl; */
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  background-color: rgb(255, 255, 255);
  position: absolute;
  inset: 0;
}

.breadcrumbs2 .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}

.breadcrumbs2 .page-header:before {
  content: "";
  background-color: rgba(28, 23, 83, 0.8);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs2 .page-header h2 {
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs2 .page-header p {
  color:#fff;
  font-weight: 600;
  font-family: var(--font-secondary);

}

.breadcrumbs nav {
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  /* margin: 0; */
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary);
  background-color: #A0ADEF;
  border-radius: 7px;
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4278cc;
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #EF5B0C;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(13, 66, 255, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 25px;
  background: #0D0540;
}

.header.sticked {
  background: #0D0540;
  padding: 25px;
  box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
}

.header .logo img {
  max-height: 40px;
  margin-right: 20px;
}

.header .logo h1 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: #EF5B0C;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: #2756ff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #0D0540;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-white);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    /* background: rgba(14, 29, 52, 0.9); */
    background: #0D0540;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: rgba(13, 66, 255, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(14, 29, 52, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services .service-item .icon i {
  color: #0D0540;
  font-size: 48px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon {
  background: #fff;
}

.featured-services .service-item:hover .icon i {
  color: var(--color-primary);
}

.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--color-secondary);
  transition: 0.3s;
}

.featured-services .service-item .description {
  font-size: 15px;
  color: #132848;
  margin-bottom: 10px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/

.about {
  padding: 40px 0;
  background-position: center;
  background-size: cover;
  position: relative;
  /* background-image: url("../../images/Wave-BG.png"); */
  /* background-color: #6DB3F2; */
  background-repeat: repeat-y;
}

.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: var(--font-secondary);
  color: #0D0540;
}

.about .content h4 {
  font-weight: 700;
  font-size: 28px;
  font-family: var(--font-secondary);
  color: #0D0540;
  text-align: justify;
  margin-right: 20px;
  cursor: context-menu;
}

.about .content ol {
  list-style-type: lower-alpha;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: justify;
  padding: 0 25px 0 60px;
  font-family: var(--font-secondary);
}

.about .content p {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  text-align: justify;
  padding: 0 25px 0 0;
  font-family: var(--font-secondary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.about .content ul i {
  flex-shrink: 0;
  font-size: 30px;
  color: var(--color-secondary);
  margin-right: 10px;
  margin-left: 50px;
  line-height: 0;
}

.about .content ul h5 {
  font-size: 19px;
  font-weight: 700;
  color: #0D0540;
  text-align: justify;
}

.about .content ul p {
  font-size: 19px;
  font-weight: 600;
  color: #0D0540;
  text-align: justify;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.services .play-bt2 {
  width: 100px;
  height: 100px;
  /* background: radial-gradient(var(--color-primary) 50%, rgba(13, 66, 255, 0.4) 52%); */
  /* border-radius: 50%; */
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
  /* background : url("../../images/harmoni.png"); */
}

.services .play-bt3 {
  width: 94px;
  height: 94px;
  background: url("../../images/galeri.png");
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.services .play-bt4 {
  width: 70px;
  height: 70px;
  background: url("../../images/galeri.png");
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 97px);
  overflow: hidden;
}

.services .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(13, 66, 255, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.services .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.services .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.services .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

.about button {
  background-color: #0D0540; 
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  width: 200px;
  font-family: var(--font-secondary);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  /* padding: 50px 0;
  background-position: center center;
  background-size: cover;
  position: relative; */

  padding: 40px 0;
  background-position: center;
  background-size: cover;
  position: relative;
  /* background-image: url("../../images/Wave-BG.png"); */
}

/* .services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../images/Wave-BG.png");
  background-size: contain;
  background-position: center;
} */

/* Layanan */
.card-layanan-pemerintah{
  margin-top:40px; 
  margin-bottom:40px; 
  margin-left:100px; 
  margin-right:100px;
}

.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 15px;
  height: 100%;
}

.services .card2 {
  border: transparent;
  background: none;
  position: relative;
  border-radius: 15px;
  height: 100%;
  text-align: center;
  margin-top: 50px;
}

.services .card3 {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 15px;
  margin-bottom: 15px;
  /* height: 23%; */
  background-image: url("../../images/arrow.png");
  background-position: right 50%;
  background-size: 15%;
  background-repeat: no-repeat;
}

.services .card4 {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #D3D5FD;
  position: relative;
  border-radius: 15px;
  margin-bottom: 15px;
}

.services .card3:hover {
  background: #A0ADEF;
  /* transform: scale(1.1); */
  background-image: url("../../images/arrow.png");
  background-position: right 50%;
  background-size: 15%;
  background-repeat: no-repeat;
}

.services .card .card-judul {
  overflow: hidden;
  height: 100px;
}

.services .card .card-img {
  overflow: hidden;
  /* margin-bottom: 15px; */
  border-radius: 15px;
  /* height: 250px; */
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card .card-judul h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: #0D0540;
  transition: 0.3;
}

.services .card a:hover {
  color: var(--color-primary);
}

.services h5:hover{
  color: var(--color-primary);
}

.services h6:hover{
  color: var(--color-primary);
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 10px;
  color: #0D0540;
  font-size: 15px;
  font-family: var(--font-secondary);
}

.services .card h4 {
  padding: 0 30px;
  margin-bottom: 10px;
  margin-top:5px;
  color: #fff;
  font-size: 25px;
  font-family: var(--font-secondary);
  font-weight: bold;
  transition: 0.3;
}

.services .card h4:hover {
  color: #A0ADEF;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

.services button {
  background-color: #0D0540; 
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  width: 200px;
  font-family: var(--font-secondary);
}

.services p {
  color: #0D0540;
  font-family: var(--font-secondary);
  font-weight: 500;
  /* text-align: center; */
  font-size: 15px;
  margin-top: 10px;
}

.services h5 {
  color: #0D0540;
  font-family: var(--font-secondary);
  font-weight: bold;
  text-align: justify;
}

.services small {
  margin-bottom: 10px;
  color: #2B31BD;
  font-size: 13px;
  font-family: var(--font-secondary);
}

.services h6 {
  color: #0D0540;
  font-family: var(--font-secondary);
  font-weight: bold;
  font-size: small;
  margin-top: 10px;
}

.services .content ul {
  list-style: none;
  padding: 0;
}

.services .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.services .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: var(--font-secondary);
  color: #0D0540;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding-top: 80px;
}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #0D0540;
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .features-item p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--color-secondary);
}

.pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 4px;
  color: var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
  transition: 0.3s;
  border: 1px solid var(--color-primary);
}

.pricing .buy-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.pricing .featured {
  border-top-color: var(--color-primary);
}

.pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq {
  padding-top: 80px;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq .accordion-collapse {
  border: 0;
}



.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq .accordion-body {
  padding: 30px 60px 25px 60px;
  border: 0;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

.faq .accordion-body h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-default);
  color: #19335c;
  text-align: justify;
}

.faq .accordion-body label {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-default);
  color: #19335c;
  text-align: justify;
}

.faq .accordion-body span {
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-default);
  text-align: justify;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: none; */
  /* background-image: url("../../images/Wave-BG.png"); */
  background-size: cover;
  background-position: center;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-secondary);
  color: #0D0540;
}

.testimonials .testimonial-item h4 {
  font-size: 15px;
  color: #0D0540;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item button {
    background-color: #0D0540; /* Green */
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #5870c7;
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0D0540;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: var(--color-secondary);
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.stats-counter .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  color: var(--color-secondary);
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(14, 29, 52, 0.15);
}

.team .member img {
  margin: -1px -1px 30px -1px;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #6c757d;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: rgba(14, 29, 52, 0.5);
  transition: 0.3s;
}

.team .member .social a:hover {
  color: var(--color-primary);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Horizontal Pricing Section
--------------------------------------------------------------*/
.horizontal-pricing .pricing-item {
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  padding-bottom: 30px;
  background: #fff;
  height: 100%;
  position: relative;
}

.horizontal-pricing h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-secondary);
}

.horizontal-pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center;
}

.horizontal-pricing h4 sup {
  font-size: 28px;
}

.horizontal-pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.horizontal-pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.horizontal-pricing ul li {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.horizontal-pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.horizontal-pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na span {
  text-decoration: line-through;
}

.horizontal-pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  font-family: var(--font-primary);
}

.horizontal-pricing .buy-btn:hover {
  background: #406aff;
  border-color: #406aff;
}

.horizontal-pricing .featured {
  background: var(--color-primary);
}

.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul i,
.horizontal-pricing .featured ul .na i {
  color: #fff;
}

.horizontal-pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
  border-color: #fff;
}

.horizontal-pricing .featured .buy-btn:hover {
  background: #fff;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Get a Quote Section
--------------------------------------------------------------*/
.get-a-quote .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.get-a-quote .php-email-form {
  background: #f3f6fc;
  padding: 40px;
  height: 100%;
}

@media (max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px;
  }
}

.get-a-quote .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-a-quote .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.get-a-quote .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.get-a-quote .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.get-a-quote .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-a-quote .php-email-form input {
  padding: 12px 15px;
}

.get-a-quote .php-email-form textarea {
  padding: 12px 15px;
}





@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# faq Section
--------------------------------------------------------------*/
.faq .info-item+.info-item {
  margin-top: 40px;
}

.faq .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.faq .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.faq .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(14, 29, 52, 0.8);
}

.faq .php-email-form {
  width: 100%;
  background: #fff;
}

.faq .php-email-form .form-group {
  padding-bottom: 8px;
}

.faq .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.faq .php-email-form .error-message br+br {
  margin-top: 25px;
}

.faq .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.faq .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.faq .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.faq .php-email-form input,
.faq .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.faq .php-email-form input {
  height: 44px;
  border: 2px solid #0D0540;
}

.faq .php-email-form textarea {
  padding: 10px 12px;
  border: 2px solid #0D0540;
}



@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d3dff3;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #c2cbdf;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 90vh;
  background-color: var(--color-secondary);
  background-image: url("../../images/background2.png");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 120px 0 60px 0;
  color: rgba(255, 255, 255, 0.8);
}

.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 40px;
}

.hero form {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.hero form .form-control {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  margin-right: 10px;
  border: none !important;
  background: none !important;
}

.hero form .form-control:hover,
.hero form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hero form .btn-primary {
  background-color: #0D0540;
  padding: 15px 30px;
}

.hero form .btn-primary:hover {
  background-color: #0D0540;
}

.hero .stats-item {
  padding: 30px;
  width: 100%;
}

.hero .stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.hero .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hero .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  /* font-size: 14px;
  background-color: #111F49;
  background-image: url("../../images/background.png");
  padding: 50px 0;
  color: white; */

  width: 100%;
  min-height: 50vh;
  background-color: var(--color-secondary);
  background-image: url("../../images/background.png");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 120px 0 60px 0;
  color: rgba(255, 255, 255, 0.8);
}

.footer2 {
  font-size: 14px;
  background-color: #141126;
  padding: 7px 0;
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 17px;
  font-weight: 500;
  font-family: var(--font-primary);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(13, 66, 255, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-faq p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

/* TIMELINE */
.rightbox {
  height: 100%;
  margin-left: 70px;
  margin-right: 25px;
}

.rb-container {
  font-family:var(--font-primary);
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}

.rb-container ul.rb {
  /* margin: 2.5em 0; */
  padding: 0;
  display: inline-block;
}

.rb-container ul.rb li {
  list-style: none;
  margin: auto;
  /* margin-left: 10em; */
  min-height: 50px;
  border-left: 3px solid #A0ADEF;
  padding: 0 0 50px 30px;
  position: relative;
}

.rb-container ul.rb li:last-child {
  border-left: 0;
}

.rb-container ul.rb li::before {
  position: absolute;
  left: -20px;
  top: -5px;
  content: " ";
  border: 8px solid rgb(255, 255, 255);
  border-radius: 500%;
  background: #0D0540;
  height: 40px;
  width: 40px;
  transition: all 500ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
  border-color: #A0ADEF;
  transition: all 1000ms ease-in-out;
}

.item-title {
  font-size: 18px;
  font-weight: 700;
  color: #19335c;
  text-align: justify;
}

@media (max-width: 576px) {
  .element {
    display: none;
  }
}

.devicer {
  /* width: 20em; */
  display: block;
  height: 5px;
  background-color: #1238A7;
  margin-bottom: 15px;
}

.vertical {
  height: 100%;
	position: absolute;
	border-left: 5px dotted;
  color: #1238A7;
}

.bottom-left {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

/* Berita */
.berita-kominfo-image{
  width: 30%;
}

/* Pengumuman */
.pengumuman-kominfo-image{
  width: 50%;
  border-radius: 15px;
}

/* PPID */
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #0D0540;
  font-weight: bold;

}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #0D0540;
  font-weight: bold;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

/* Artikel */
.artikel-kategori-mobile{
  display: none;
}

/* Tabs Agenda */
.custom-tabs .nav-link {
  color: #222;
  background: #ced3e9;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 10px 20px 9px;
  margin: 5px 5px 0px 5px;
  border: none;
  border-radius: 50px 100px/100px 50px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.15s;
}

.custom-tabs .nav-link:hover {
  color: #fff;
  background: #0D0540;
}

.custom-tabs .nav-link.active {
  color: #fff;
  background: #0D0540;
}

.serviceBox{
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  /* text-align: center; */
  padding: 20px 20px 20px 20px;
  margin: 30px 20px 20px 20px;
  border-radius: 20px;
  box-shadow: 5px 0 12px rgba(0,0,0,0.2),-7px 15px #0D0540;
  position: relative;
  z-index: 1;
}
.serviceBox:before{
  content: '';
  background-color: #0D0540;
  height: 70%;
  width: 15px;
  position: absolute;
  left: 0;
  bottom: 5px;
  clip-path: polygon(0% 0%,100% 15%,100% 85%,0% 100%);
}
.serviceBox .service-icon{
  color: #0D0540;
  font-size: 40px;
  margin: 0 auto 20px;
}
.serviceBox .title{
  color: #0D0540;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
}
.serviceBox .description{
  color: #777;
  font-size: 13px;
  line-height: 22px;
  margin: 0;
}

.form-wrap{
	background: rgba(255,255,255,1);
	width: 100%;
	max-width: 850px;
	padding: 50px;
	margin: 0 auto;
  margin-top:100px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-wrap:before{
	content: "";
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background: #0D0540;
	z-index: -1;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-group{
	margin-bottom: 25px;
}
.form-group > label{
	display: block;
	font-size: 18px;	
	color: #000;
}
.custom-control-label{
	color: #000;
	font-size: 16px;
}
.form-control{
	height: 40px;
	background: #ecf0f4;
	border-color: transparent;
	padding: 0 15px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-control:focus{
	border-color: #1238A7;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.btn-primary{
  background-color: #1238A7;
  border-color: #1238A7;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

/* BEGIN CARD DESIGN */
.prestasi {
  display: inline-block;
  position: relative;
  width: 400px;
  min-width: 400px;
  height: 400px;
  border-radius: 30px;
  overflow:hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  margin: 30px;
}

.prestasi-profile-img {
  height: 80%;
  width: 100%;
}

.prestasi-description-bk {
  background-image: linear-gradient(0deg , #3f5efb, #fc466b);
  border-radius: 30px;
  position: absolute;
  top: 60%;
  left: -5px;
  height: 65%;
  width: 108%;
  transform: skew(19deg, -9deg);
}

.second .prestasi-description-bk {
  background-image: linear-gradient(-20deg , #bb7413, #e7d25c)
}

.prestasi-logo {
  height: 80px;
  width: 80px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  bottom: 30%;
  left: 30px;
  overflow:hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
}

.prestasi-logo img {
  height: 100%;
}

.prestasi-description {
  position: absolute;
  color: #fff;
  font-weight: 900;
  left: 150px;
  /* bottom: 1%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.prestasi-btn {
  position: absolute;
  color: #fff;
  right: 30px;
  bottom: 10%;
  padding: 10px 20px;
  border: 1px solid #fff;
}

.prestasi-btn a {
  color: #fff;
}

.prestasi-date {
  position: absolute;
  color: #fff;
  left: 30px;
  top: 72%;
  /* bottom: 1%; */
}
/* END CARD DESIGN */


.card-carousel {
  position: relative;
  /* margin: 0 auto; */
  padding: 0;
  max-width: 100%;
  height: 450px;
  perspective: 2000px;
  perspective-origin: top;
}

.card-carousel .button-spin {
  position: absolute;
  top: 100%;
  border: 0 none;
  background-color: #0D0540;
  cursor: pointer;
  font-family: "Open Sans";
  font-weight: 800;
  width: 50px;
  padding: 10px 16px;
  text-shadow: 1px 1px 4px rgba(0, 54, 90, .5);
}

.card-carousel .button-spin:hover {
  box-shadow: 0px 4px 4px 4px rgba(0, 54, 90, .15);
}

.card-carousel .button-spin:active {
  box-shadow: none;
}

.card-carousel .button-spin.counterclockwise {
  left: 0;
}

.card-carousel .button-spin.clockwise {
  right: 0;
}

.card-carousel .inner-carousel {
  position: relative;
  width: 225px;
  margin: 0 auto;
  top: 80px;
  transform-style: preserve-3d;
}

.card-carousel .inner-carousel > div {
  position: absolute;
  margin: 0 auto;
  padding: 20px;
  width: 220px;
  height: 300px;
  opacity: 1;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  transition: all .5s ease-out;
  z-index: 1;
  box-shadow: 0px 10px 10px 10px rgba(0, 54, 90, .15);
}

.card-carousel .inner-carousel > div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: .6;
  background-color: #ddd;
  z-index: 1;
}

.card-carousel .inner-carousel > div.counterclockwise:after,
.card-carousel .inner-carousel > div.clockwise:after {
  opacity: .4;
  cursor: pointer;
}

.card-carousel .inner-carousel > div.front:after {
  content: none;
}

.card-carousel .inner-carousel > div.front {
  background-color: #1C9577;
  background-image: radial-gradient(circle 200px at center right, #2ABA96, #1C9577);
  color: #fff;
}

.card-carousel .inner-carousel > div.front a {
  box-shadow: 0px 5px 5px 5px rgba(0, 54, 90, .15);
}

.card-carousel .inner-carousel > div.front a:hover,
.card-carousel .inner-carousel > div.front a:focus {
  border: 2px solid #48CFAD;
  padding: 5px 0;
}

.card-carousel .inner-carousel > div.front a:active {
  box-shadow: none;
}

.card-carousel .inner-carousel > div a {
  position: absolute;
  text-align: center;
  bottom: 30px;
  display: block;
  width: 180px;
  border: 1px solid #c9c9c9;
  border-radius: 16px;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0px 5px 8px 3px rgba(0, 54, 90, .10);
}

p.custom-text {
  font-size: 15px;
  align-items: center;
}

@media (max-width: 768px) {
  /* When screen width is 768px or less (tablets and phones) */
  p.custom-text {
    font-size: 13px;
  }
}


@media (max-width: 576px) {
  .bottom-left {
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 100px;
  }

  .services .card h4 {
    font-size: 15px;
  }

  .services button {
    font-size: 10px;
    width: 50%;
  }

  .services .card3 .card-img {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-radius: 15px;
    width: 35%;
    /* background-color: #0d42ff; */
  }

  .vertical {
    display: none;
  }

  #judul-h3{
    font-size: 20px;
  }

  #teks-tentangkami, #teks-tentangkami p, #teks-tentangkami ol{
    font-size: 15px;
  }

  .berita-kominfo-desc{
    display: none;
  }

  .berita-kominfo-judul{
    font-size: 14px;
  }

  .berita-kominfo-image{
    width: 40%;
  }

  body {
    background: none;
  }

  .content-layanan{
   margin-left: 10px;
  }
  .card-layanan-pemerintah{
    margin: 40px;
  }
  .pengumuman-kominfo-image{
    width: 90%;
    border-radius: 5px;
  }
  .devicer-artikel{
    display: none;
  }
  .artikel-kategori-terbaru, .artikel-kategori-terbaru2{
    display: none;
  }
  .artikel-kategori-mobile{
    display: block;
  }
}

/* Adjustments for mobile screens */
@media (max-width: 768px) {
  /* Card container */
  .prestasi {
    width: 300px; /* Reduce the card width */
    min-width: 300px;
    height: 350px; /* Slightly reduce height */
    margin: 15px; /* Reduce margin */
  }

  .prestasi-profile-img {
    height: 60%; /* Adjust image height for better fit */
  }

  .prestasi-description-bk {
    top: 65%; /* Adjust the background to better fit the layout */
    height: 60%;
  }

  /* Logo adjustments */
  .prestasi-logo {
    height: 60px; /* Make the logo smaller */
    width: 60px;
    bottom: 25%;
  }

  /* Description text adjustments */
  .prestasi-description {
    left: 20px; /* Adjust the position */
    bottom: 5%;
    font-size: 14px; /* Reduce font size for readability on smaller screens */
  }

  /* Button adjustments */
  .prestasi-btn {
    right: 20px; /* Adjust button position */
    bottom: 5%; /* Make it align better on small screens */
    padding: 8px 16px; /* Reduce padding for smaller screens */
  }

  /* Date adjustments */
  .prestasi-date {
    left: 20px; /* Adjust date position */
    right: 20px; /* Adjust date position */
    bottom: 1%;
    font-size: 5px; /* Reduce font size */
  }
}

/* Adjustments for even smaller screens */
@media (max-width: 480px) {
  .prestasi {
    width: 250px; /* Further reduce the card width for very small phones */
    min-width: 250px;
    height: 300px;
  }

  .prestasi-profile-img {
    height: 60%; /* Make the image smaller */
  }

  .prestasi-description-bk {
    top: 60%; /* Adjust background skew and positioning */
    height: 75%;
  }

  .prestasi-logo {
    height: 50px;
    width: 50px;
    bottom: 30%;
  }

  .prestasi-description {
    font-size: 12px; /* Further reduce font size */
  }

  .prestasi-btn {
    padding: 6px 12px; /* Even smaller button padding */
  }

  .prestasi-date {
    left: 20px; /* Adjust date position */
    bottom: 1%;
    font-size: 5px; /* Reduce font size */ /* Reduce date font size */
  }
}

