html,
body {
    position: relative
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #444;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

a {
    color: #e43c5c;
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

/* Navbar link color and hover */

.navbar {
  transition: background-color 0.3s ease;
}

.navbar-brand img {
  max-height: 40px;
  height: auto;
  width: auto;
}


.navbar a {
  color: #ddd;
  font-size: .9em;
  font-weight: 400;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
  color: #ddd;
}

.navbar a:hover {
  color: #fff;
}

/* Dropdown menu styling */
.navbar .dropdown-menu {
  background-color: #0a2533;
  border: none;
}

.navbar .dropdown-item {
  color: #ddd;
}

.navbar .dropdown-item:hover {
  color: #fff;
  background-color: #071d28;
}

/* Change the color of the navbar-toggler button and icon */
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white border */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

  
  
  /*--------------------------------------------------------------
  # Hero No Slider Section
  --------------------------------------------------------------*/
  #hero-no-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff;
  }
  
  #hero-no-slider::before {
    content: "";
    position: absolute;#hero-no-slider .btn-get-started {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
    background: #36635f;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
    border: 2px solid #192b31;
}
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255 255 255 / 10%)), to(rgba(30, 67, 86, 0.6))), url(./LANDMARK.png) center top no-repeat;
    background: -o-linear-gradient(left, rgb(255 255 255 / 10%), rgba(30, 67, 86, 0.6)), url(./LANDMARK.png) center top no-repeat;
    background: linear-gradient(to right, rgb(255 255 255 / 10%), rgba(30, 67, 86, 0.6)), url(./LANDMARK.png) center top no-repeat;
  }
  
  #hero-no-slider h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 700;
  }
  
  #hero-no-slider p {
    color: #fff;
  }
  
  #hero-no-slider .btn-get-started {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 1;
    background: #e43c5c;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}
  
  #hero-no-slider .btn-get-started:hover {
    background: #770c1f;
    color: #fff;
    text-decoration: none;
  }
  
  @media (max-width: 575px) {
    #hero-no-slider h2 {
      font-size: 30px;
    }
#hero-no-slider::before {
        background: -webkit-gradient(linear, left top, right top, from(rgb(255 255 255 / 10%)), to(rgba(30, 67, 86, 0.6))), url(./LANDMARKmobile.png) center top no-repeat;
        background: -o-linear-gradient(left, rgb(255 255 255 / 10%), rgba(30, 67, 86, 0.6)), url(./LANDMARKmobile.png) center top no-repeat;
        background: linear-gradient(to right, rgb(255 255 255 / 10%), rgba(30, 67, 86, 0.6)), url(./LANDMARKmobile.png) center top no-repeat;}
  }
  


  .content-justify {
    text-align: justify;
}
.featured-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured-image-container img
{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.content-justify img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

main h1 {
  font-size: 1.5em;
}

figcaption {
  text-align: center;
  font-size: .9em;
}

section {

    overflow: hidden;
    margin-bottom :30px;
}

.section-bg {
    background-color: #fff
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 12px 32px;
    line-height: 1;
    margin: 0;
    background-color: #FFE53B;
background-image: linear-gradient(147deg, #BE5029 0%, #FF2525 74%);
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 1.5em;
  font-weight: 700;
}

.section-title h3 span {
    color: #e43c5c
}

.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600
}

@media (min-width:1024px) {
    .section-title p {
        width: 50%
    }
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px
}

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

.services {
    
}

.awards {
  
}

.awards-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700
}

.awards-title h3 span {
  color: #e43c5c
}

.awards-title p {
  margin: 15px auto 0 auto;
  font-weight: 600
}


.services .icon-box {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 2px 0 35px 0 rgba(68, 88, 144, .12);
            box-shadow: 2px 0 35px 0 rgba(68, 88, 144, .12);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    text-align: center
}

.services .icon-box::before {
    content: "";
    position: absolute;
    background: #fdeff2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1
}

.services .icon-box:hover::before {
    background-color: #d0572c;
    background-image: linear-gradient(160deg, #BE5029 0%, #ffe049 100%);
    top: 0;
    border-radius: 0
}

.services .icon {
    margin-bottom: 15px
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #be5029;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.services .title a {
    color: #111
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
    color: #fff
}

.services .icon-box:hover .icon i {
    color: #fff
}

.aspirasi {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, .5)), to(rgba(0, 0, 0, .8))), url(./cta-bg.jpg) center center;
    background: -o-linear-gradient(rgba(2, 2, 2, .5), rgba(0, 0, 0, .8)), url(./cta-bg.jpg) center center;
    background: linear-gradient(rgba(2, 2, 2, .5), rgba(0, 0, 0, .8)), url(./cta-bg.jpg) center center;
    background-size: cover;
    padding: 60px 0;
    
}

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

.aspirasi p {
    color: #fff
}

.aspirasi .aspirasi-btn {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff
}

.aspirasi .aspirasi-btn:hover {
    background: #e43c5c;
    border: 2px solid #e43c5c
}

@media (min-width:1024px) {
    .aspirasi {
        background-attachment: fixed
    }
}

.suro {
    background: #fff;
}

.suro .tahun {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.suro .tahun .tahun-img {
    position: relative;
    overflow: hidden
}

.suro .tahun .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 40px;
    opacity: 0;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    background: rgba(255, 255, 255, .85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.suro .tahun .social a {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    color: #493c3e;
    margin: 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.suro .tahun .social a i {
    line-height: 0
}

.suro .tahun .social a:hover {
    color: #e43c5c
}

.suro .tahun .social i {
    font-size: 18px;
    margin: 0 2px
}

.suro .tahun .tahun-info {
    padding: 25px 15px
}

.suro .tahun .tahun-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.2em;
    color: #493c3e
}

.suro .tahun .tahun-info span {
    display: block;
    font-size: 1em;
    font-weight: 400;
    color: #aaa
}

.suro .tahun .tahun-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777
}

.suro .tahun:hover .social {
    opacity: 1
}

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

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

#footer {
    color: #ffffff;
    font-size: 14px;
    background: #444444;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #ffffff
}

/* Address Section Styling */
#address {
  
}

#address h5 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
}

#address .list-inline-item {
  margin: 0 10px;
}

#address .list-inline-item a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s;
}

#address .list-inline-item i {
  font-size: 24px;
}

#address .list-inline-item span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

/* Facebook */
#address .list-inline-item.facebook a:hover {
  color: #3b5998; /* Facebook Blue */
}

/* Twitter */
#address .list-inline-item.twitter a:hover {
  color: #1da1f2; /* Twitter Blue */
}

/* Instagram */
#address .list-inline-item.instagram a:hover {
  color: #e1306c; /* Instagram Pink */
}

/* YouTube */
#address .list-inline-item.youtube a:hover {
  color: #ff0000; /* YouTube Red */
}

/* TikTok */
#address .list-inline-item.tiktok a:hover {
  color: #69c9d0; /* TikTok Blue */
}

/* Default Hover Effect */
#address .list-inline-item:hover i {
  transform: scale(1.1);
}


.carousel-item .card {
  height: 100%;
}

.carousel-item .card-img-top {
  height: 250px;
  object-fit: cover;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
}

.carousel-caption h5, .carousel-caption p {
  color: #fff;
}

.carousel-control-next, .carousel-control-prev {
width: 5%;
}



.tracking-detail {
  padding: 1rem 0;
}
#tracking {
  margin-bottom: 1rem;
}
[class*="tracking-status-"] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
[class*="tracking-status-"] {
  padding: 1rem 0;
}
.tracking-status-intransit {
  background-color: #65aee0;
}
.tracking-status-inforeceived {
  background-color: #214977;
}
.tracking-list {
  border: 1px solid #e5e5e5;
}
.tracking-item {
  border-left: 1px solid #e5e5e5;
  position: relative;
  padding: 1.2rem 1rem 0.5rem 1rem;
  font-size: 0.9rem;
  margin-left: 3rem;
  min-height: 2rem;
}
.tracking-item:last-child {
  padding-bottom: 4rem;
}
.tracking-item .tracking-date {
  margin-bottom: 0.5rem;
}
.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: 0.4rem;
}
.tracking-item .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}
.tracking-item .tracking-content span {
  display: block;
  color: #888;
  font-size: 85%;
}

.tracking-item .tracking-content h5 {
font-size: 1.2em;
}

.tracking-item .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -0.3rem;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}

.tracking-item .tracking-icon.status-inforeceived {
  background-color: #214977;
}
@media (min-width: 992px) {
  .tracking-item {
      margin-left: 10rem;
  }
  .tracking-item .tracking-date {
      position: absolute;
      left: -10rem;
      width: 7.5rem;
      text-align: right;
  }
  .tracking-item .tracking-date span {
      display: block;
  }
  .tracking-item .tracking-content {
      padding: 0;
      background-color: transparent;
  }
}

/* Video Feed Styling */
.video-feed {
  
}

.video-feed .container {
  max-width: 1200px;
  margin: 0 auto;
}

.video-feed .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.video-feed .video-item {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  cursor: pointer;
}

.video-feed .video-item:hover {
  transform: scale(1.05);
}

.video-feed .video-item img {
  width: 100%;
  border-radius: 5px;
}

/* Modal Styling */
.video-item {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}

.video-item img {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  background: url(./play.png) no-repeat center center;
  background-size: contain;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 900px;
  background: #000; /* Ensures the background of the video is black */
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#videoPlayer iframe {
  width: 100%;
  height: 500px;
  display: block;
}


.youtube-subscribe {
  text-align: center; /* Center align the text and button within the div */
  margin-top: 30px; /* Adjust margin as needed */
}

.youtube-subscribe-button {
  display: inline-flex; /* Ensure the button is inline and can be centered */
  justify-content: center; /* Center align the button inside the container */
}


.card-img-wrapper {
  position: relative;
}

.category-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgb(228 60 92);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}


.card-footer {
  background-color: #e8f6ff;
  font-size: .9em;
}

.card-img-wrapper {
  position: relative;
}

.card-title {
  font-size: 1em;
}

.card-img-wrapper {
  position: relative;
}


.post-meta {
font-size: .8em; 
}
.post-meta span {
  margin-right: 10px;
}

.post-meta span i {
  margin-right: 10px;
}

.badge-award {
  position: absolute;
  top: 10px; 
  left: 10px;
  background-color: rgb(255,215,0);
  color: rgb(255,140,0)
  ;
  padding: 8px 12px; 
  border-radius: 8px; 
  font-size: 14px;
  font-weight: bold; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  z-index: 10; 
  display: flex;
  align-items: center; 
  gap: 5px; 
}

.badge-award i {
  font-size: 28px; 
}


/* Back to Top Button Styles */
#back-to-top {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s, transform 0.3s;
}

#back-to-top:hover {
  background-color: #0056b3;
}

#back-to-top i {
  vertical-align: middle; /* Center icon vertically */
}

/* Optional: Animation when appearing */
#back-to-top.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

#back-to-top.hide {
  opacity: 0;
  transform: translateY(100px);
}
