:root {
    --primary: #1E60AA;
    --secondary: #FF4917;
    --light: #EDF1FC;
    --dark: #17224D;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.top-bar {
    height: 75px;
    padding: 0 4rem;
}

.nav-bar {
    position: relative;
    padding: 0 4.75rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #FFFFFF;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/Image42.png) center center no-repeat;
    background-size: cover;
}


/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Booking ***/
.video {
    position: relative;
    padding: 8rem 0 12rem 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/Image42.png) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video .btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-bottom: 4rem;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.blog{
	background:#E3ECF2;
}
.blog .blog-title{
	text-align:center;
}
.blog .single-news {
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #00000014;
}
.blog .single-news img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-head{
	position:relative;
	overflow:hidden;
}
.blog .single-news .news-content {
	text-align: left;
	background: #f5f5f5;
	z-index: 99;
	position: relative;
	padding: 30px;
	left: 0;
	z-index: 0;
}
.blog .single-news .news-content:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:0%;
	background:#1A76D1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news:hover .news-content:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;
}
.blog .single-news .news-body h2 a{
	color:#2C2D3F;
	font-weight: 500;
}
.blog .single-news .news-body h2 a:hover{
	color:#1A76D1;
}
.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 23px;
}
.blog .single-news .news-body .date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	background: #1A76D1;
	color: #fff;
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
}
.blog.grid .single-news{
	margin-top:30px;
}
h2{
    text-align:center;
    padding: 20px;
}


/* Berita dan Media */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  :root {
    --purple: hsl(240, 80%, 89%);
    --pink: hsl(0, 59%, 94%);
    --light-bg: hsl(204, 37%, 92%);
    --light-gray-bg: hsl(0, 0%, 94%);
    --white: hsl(0, 0%, 100%);
    --dark: hsl(0, 0%, 7%);
    --text-gray: hsl(0, 0%, 30%);
  }
  
  body {
    background: var(--light-bg);
    color: var(--dark);
  }
  
  h3 {
    font-size: 1.5em;
    font-weight: 700;
  }
  
  .description {
    white-space: wrap;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  .wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 20px;
    padding: 10px;
    margin-bottom: 100px;
    flex-wrap: wrap;
  }
  
  .box {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    position: relative;
    padding: 24px;
    background: #EDF1FC;
  }
  
  .box-top {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 12px;
  }
  
  .box-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 20%;
  }
  
  .title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .box-title {
    border-left: 3px solid var(--primary);
    padding-left: 12px;
  }
  
  .user-follow-info {
    color: hsl(0, 0%, 60%);
  }
  
  .button {
    display: block;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: auto;
    padding: 16px;
    color: #000;
    background: transparent;
    box-shadow: 0px 0px 0px 1px black inset;
  }

  .button-1 {
    display: block;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: auto;
    padding: 16px;
    color: #000;
    background: transparent;
    box-shadow: 0px 0px 0px 1px black inset;
  }

  .button-1:hover {
    color: #1A76D1;
  }
  
  /* RESPONSIVE QUERIES */
  
  @media (min-width: 320px) {
    .title-flex {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: start;
    }
    .user-follow-info {
      margin-top: 6px;
    }
  }
  
  @media (min-width: 460px) {
    .title-flex {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: start;
    }
    .user-follow-info {
      margin-top: 6px;
    }
  }
  
  @media (min-width: 640px) {
    .box {
      flex-basis: calc(50% - 12px);
    }
    .title-flex {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: start;
    }
    .user-follow-info {
      margin-top: 6px;
    }
  }
  
  @media (min-width: 840px) {
    .title-flex {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: start;
    }
    .user-follow-info {
      margin-top: 6px;
    }
  }
  
  @media (min-width: 1024px) {
    .box {
      flex-basis: calc(33.3% - 16px);
    }
    .title-flex {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: start;
    }
    .user-follow-info {
      margin-top: 6px;
    }
  }
  
  @media (min-width: 1100px) {
    .box {
      flex-basis: calc(25% - 18px);
    }
  }
  
  .page-header-2 {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/ph_1.png) center center no-repeat;
    background-size: cover;
  }

  .page-header-3 {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/ph_2.png) center center no-repeat;
    background-size: cover;
  }


 /* From Uiverse.io by alexruix */ 
    .card-1{
    width: auto;
    height: auto;
    padding: .8rem;
    background: #f5f5f5;
    border-radius: 10px;
    position: relative;
    margin: 50px;
    display: inline-table;
    overflow: visible;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
   }
   
   .card-1-img {
    height: 40%;
    width: 100%;
    border-radius: .5rem;
    transition: .3s ease;
   }

   .img-2 {
    height: 229.75px;
    width: 374.41px;
    border-radius: .5rem;
    transition: .3s ease;
   }
   
   .card-1-info {
    padding-top: 10%;
   }
   
   .card-1-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
   }
   
   /*Text*/
   .text-title {
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 15px;
   }
   
   .text-body {
    font-size: .9em;
    padding-bottom: 10px;
   }
   
   /*Button*/
   .card-1-button {
    border: 1px #252525;
    display: flex;
    padding: .3em;
    cursor: pointer;
    border-radius: 50px;
    transition: .3s ease-in-out;
    text-align: center; /* Memusatkan tombol */
    margin-top: 15px; /* Jarak atas tombol */
   }
   
   /*Hover*/
   .card-1-img:hover {
    transform: translateY(-25%);
    border-radius: 10px;
    box-shadow: #17224D 0px 13px 47px -5px, #17224D 0px 8px 16px -8px;
   }
   
   .brt {
    margin-top: 75px;
   }

   .whatsapp-button {
    display: inline-flex; /* Menggunakan flexbox untuk penataan */
    align-items: center; /* Memusatkan ikon dan teks secara vertikal */
    background-color: #4CAF50; /* Warna hijau WhatsApp */
    color: white; /* Warna teks putih */
    padding: 10px 15px; /* Jarak dalam tombol */
    border-radius: 5px; /* Sudut melengkung */
    text-decoration: none; /* Menghilangkan garis bawah */
    transition: background-color 0.3s; /* Efek transisi saat hover */
}

.whatsapp-button:hover {
    background-color: #45a049; /* Warna hijau gelap saat hover */
    color: #000000;
}

.whatsapp-button i {
    margin-right: 5px; /* Jarak antara ikon dan teks */
}
   

  /* .page-header-4 {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/keberlanjutan.png) center center no-repeat;
    background-size: cover;
  }
  
  .header-carousel .container,
  .page-header-4 .container {
      position: relative;
      padding: 45px 0 45px 35px;
      border-left: 15px solid #FFFFFF;
  }
  
  .header-carousel .container::before,
  .header-carousel .container::after,
  .page-header-4 .container::before,
  .page-header-4 .container::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100px;
      height: 15px;
      background: #FFFFFF;
  }

.header-carousel .container::after,
.page-header-4 .container::after {
    top: 100%;
    margin-top: -15px;
  } */

    .form-control-borderless {
        border: none;
    }

    .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .pict { 
        margin-top: 200px;
    }

    .heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: white;
    }

    .gallery-image {
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    }

    .gallery-image img {
    height: 250px;
    width: 350px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
    }

    .img-box {
    box-sizing: content-box;
    margin: 10px;
    height: 250px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
    }

    .caption {
    position: absolute;
    bottom: -15px;
    left: 20px;
    opacity: 0.0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    line-height: 0.5;
    }

    .transparent-box {
    height: 250px;
    width: 350px;
    background-color:rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    }

    .img-box:hover img { 
    transform: scale(1.1);
    }

    .img-box:hover .transparent-box {
    background-color:rgba(0, 0, 0, 0.5);
    }

    .img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1.0;
    }

    .img-box:hover {
    cursor: pointer;
    }

    .caption > p:nth-child(2) {
    font-size: 0.8em;
    }

    .opacity-low {
    opacity: 0.5;
    }

    .judul {
    padding-top: 50px;
    }    

    .org-chart {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* padding: 20px; */
    }

    .org-level {
        display: flex;
        justify-content: center;
        gap: 40px;
        position: relative;
        margin-bottom: 60px;
    }

    .org-box {
        background: white;
        padding: 20px 30px;
        border-radius: 8px;
        min-width: 200px;
        text-align: center;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        position: relative;
        transition: all 0.3s ease;
        border: 2px solid var(--primary);
    }

    .org-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .org-box h5 {
        color: var(--dark);
        margin-bottom: 5px;
        font-weight: 600;
    }

    .org-box p {
        color: var(--primary);
        margin: 0;
        font-size: 0.9rem;
        font-weight: 500;
    }

    /* Vertical Lines */
    .org-level::before {
        content: '';
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 30px;
        background: var(--primary);
    }

    .org-level:first-child::before {
        display: none;
    }

    /* Horizontal Lines for Director Level */
    .director-level {
        position: relative;
    }

    .director-level::before {
        content: '';
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        height: 2px;
        background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;;
    }

    .director-level::after {
        content: '';
        position: absolute;
        top: -30px;
        left: 50%;
        height: 30px;
        width: 2px;
        background: var(--primary);
    }

    /* Mobile Responsiveness */
    @media (max-width: 991px) {
        .org-box {
            min-width: 280px;
        }
    }

    @media (max-width: 768px) {
        .org-level {
            flex-direction: column;
            gap: 30px;
        }
        
        .org-box {
            width: 100%;
            max-width: 300px;
        }
        
        .director-level::before,
        .director-level::after {
            display: none;
        }
    }

    /* Enhanced Contact Styles */
    .contact-section {
        padding: 50px 0;
        /* background-color: #f8f9fa; */
    }

    .contact-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 3rem;
    }

    .contact-header {
        text-align: center;
        margin-bottom: 3rem;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/api/placeholder/1200/400');
        color: white;
        padding: 4rem 1rem;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .contact-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        margin-top: 2rem;
    }

    .contact-info {
        background: white;
        padding: 2rem;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    .contact-card {
        display: flex;
        align-items: center;
        margin-bottom: 1.5rem;
        padding: 1.5rem;
        background: var(--light);
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .contact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .contact-icon {
        font-size: 1.5rem;
        color: var(--primary);
        margin-right: 1.5rem;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        border-radius: 50%;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }

    .contact-text {
        flex: 1;
    }

    .contact-text h5 {
        color: var(--dark);
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .contact-text p {
        color: #666;
        margin-bottom: 0;
        line-height: 1.6;
    }

    .map-container {
        position: relative;
        height: 100%;
        min-height: 500px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .social-links {
        display: flex;
        gap: 1rem;
        margin-top: 2rem;
        justify-content: center;
    }

    .social-link {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary);
        color: white;
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 1.2rem;
    }

    .social-link:hover {
        background: #17224D;
        transform: translateY(-3px);
        color: white;
    }
    

    /* Responsive Design */
    @media (max-width: 992px) {
        .contact-content {
            grid-template-columns: 1fr;
        }

        .map-container {
            min-height: 400px;
        }
    }

    @media (max-width: 768px) {
        .contact-header {
            padding: 3rem 1rem;
        }

        .contact-card {
            flex-direction: column;
            text-align: center;
            padding: 1rem;
        }

        .contact-icon {
            margin: 0 0 1rem 0;
        }

        .map-container {
            min-height: 300px;
        }
    }

    @media (max-width: 576px) {
        .contact-container {
            padding: 1rem;
        }

        .contact-header h1 {
            font-size: 1.8rem;
        }
    }

    .container-xxl {
        margin-top: 70px;
    }

    
    /* Section Styles */
.blog.section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.section-header {
    max-width: 800px;
    margin: 0 auto 4rem;
    padding: 0 1rem;
}

.subtitle {
    color: #FF4917 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 1rem;
}

.title {
    font-size: 2.5rem;
    /* color: #2d3436; */
    margin-bottom: 1.5rem;
}

.description {
    color: #636e72;
    line-height: 1.8;
    font-size: 1.05rem; /* Ukuran font untuk paragraf */
}

/* Packages Grid */
.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    padding: 0 1rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Package Card */
.package-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.package-card:hover {
    transform: translateY(-5px);
}

/* Package Image */
.package-image {
    position: relative;
    height: 200px;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: #17224D;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 600;
}

/* Package Content */
.package-content {
    padding: 1.5rem;
}

.package-content h3 {
    color: #2d3436;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* Accordion Styles */
.accordion-btn {
    width: 100%;
    padding: 1rem;
    background: #f8f9fa;
    border: none;
    border-radius: 8px;
    color: #2d3436;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.accordion-btn::after {
    content: '+';
    position: absolute;
    right: 1rem;
    transition: transform 0.3s ease;
}

.accordion-btn.active::after {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content.active {
    max-height: 1000px;
}

/* Package Details */
.min-participants {
    color: #636e72;
    font-style: italic;
    margin: 1rem 0;
}

.package-options h4 {
    color: #2d3436;
    margin: 1.5rem 0 0.5rem;
}

.package-options ul {
    list-style: none;
    padding: 0;
}

.package-options li {
    color: #636e72;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

.package-options li::before {
    content: '•';
    color: #FF6B6B;
    position: absolute;
    left: 0;
}

/* WhatsApp Button */
.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #FF4917;
    /* background: #25D366; */
    color: #fff;
    padding: 1rem;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    color: #17224D;
    background: #FF4917;
    /* background: #25D366; */
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-header {
        text-align: left;
        padding: 0 1.5rem;
    }
    
    .title {
        font-size: 2rem;
    }
    
    .packages-grid {
        grid-template-columns: 1fr;
        padding: 0 1.5rem;
    }
}

.brt {
    margin-bottom: 80px;
}

.services-section {
    padding: 50px 0;
}
.services-title {
    text-align: center;
    margin-bottom: 50px;
}
.subtitle {
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.single-news {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-news:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.news-head img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.single-news:hover .news-head img {
    transform: scale(1.1);
}
.news-body {
    padding: 25px;
}
.news-content h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.news-content h2 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}
.news-content h2 a:hover {
    color: var(--primary);
}
.news-content p {
    color: #6c757d;
    line-height: 1.7;
}
@media (max-width: 992px) {
    .services-section {
        padding: 50px 0;
    }
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.single-news {
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 20px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.single-news:hover {
    transform: translateY(-10px);
}
.news-head img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.news-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
}
.news-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news-content h2 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.news-content p {
    flex-grow: 1;
}
@media (max-width: 992px) {
    .single-news {
        width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .single-news {
        width: 100%;
    }
}


.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.single-news {
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 20px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.single-news:hover {
    transform: translateY(-10px);
}
.news-head img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.news-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
}
.news-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news-content h2 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.news-content p {
    flex-grow: 1;
}
@media (max-width: 992px) {
    .single-news {
        width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .single-news {
        width: 100%;
    }
}

.news-section {
    padding: 50px 0;
}
.news-header {
    text-align: center;
    margin-bottom: 40px;
}
.news-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.news-card {
    width: calc(25% - 20px);
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.news-card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.news-card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.news-card-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    flex-grow: 1;
}
.news-card-date {
    color: #6c757d;
    margin-bottom: 10px;
}
.news-card-description {
    flex-grow: 1;
    margin-bottom: 15px;
    color: #6c757d;
}
.news-card-link {
    align-self: flex-start;
    text-decoration: none;
    color: #007bff;
    font-weight: 600;
    transition: color 0.3s ease;
}
.news-card-link:hover {
    color: #0056b3;
}
@media (max-width: 1200px) {
    .news-card {
        width: calc(50% - 20px);
    }
}
@media (max-width: 768px) {
    .news-card {
        width: 100%;
    }
}

.navbar {
    padding-left: 30px; /* Tambahkan padding kiri pada navbar */
    padding-right: 30px; /* Tambahkan padding kanan pada navbar */
}

#about {
    padding: 35px 0; /* Tambahkan padding atas dan bawah */
}

#keberlanjutan {
    padding: 45px 0; /* Tambahkan padding atas dan bawah */
}

#about h6 {
    font-size: 1.10rem; /* Ukuran font untuk subjudul */
    font-weight: bold; /* Tebal untuk subjudul */
    color: #6c757d; /* Warna sekunder untuk subjudul */
    margin-top: 30px; /* Jarak atas untuk subjudul */
    margin-bottom: 10px; /* Jarak bawah untuk subjudul */
}

#about p {
    font-size: 1.10rem; /* Ukuran font untuk paragraf */
    line-height: 1.6; /* Jarak antar baris untuk keterbacaan */
    margin-bottom: 20px; /* Jarak bawah untuk paragraf */
}

#beranda p {
    font-size: 1.10rem; /* Ukuran font untuk paragraf */
    margin-bottom: 20px; /* Jarak bawah untuk paragraf */
}

#about li {
    font-size: 1.10rem; /* Ukuran font untuk item daftar */
    /* line-height: 1.6; Jarak antar baris untuk keterbacaan */
    margin-bottom: 10px; /* Jarak bawah untuk item daftar */
    list-style-type: disc; /* Tipe daftar */
    margin-left: 20px; /* Jarak kiri untuk item daftar */
}

.service-carousel {
    display: flex; /* Menggunakan flexbox untuk carousel */
}

.service-carousel .bg-light {
    display: flex;
    flex-direction: column; /* Mengatur elemen dalam kolom */
    justify-content: space-between; /* Memastikan elemen terdistribusi merata */
    height: 400px; /* Atur tinggi card sesuai kebutuhan */
    /* padding: 20px; Padding untuk card */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Tambahkan bayangan untuk efek */
}

.service-carousel img {
    max-width: 100%; /* Pastikan gambar tidak melampaui lebar card */
    height: auto; /* Menjaga rasio aspek gambar */
}

.service-carousel h4 {
    flex-grow: 1; /* Memungkinkan judul untuk mengambil ruang yang tersedia */
}

.service-carousel a {
    margin-top: auto; /* Memastikan tombol berada di bagian bawah card */
}

