body {

font-family: "Monstserrat", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a,a:hover{
    text-decoration: none;
}

#topbar {
        background-color: #15477A;
        color:#fff;
        height: 50px;
        line-height: 50px;
}
.top-contact, .sosmed {
        list-style: none;
        padding: 0px;
}
#topbar li {
        display: inline-block;
}
#topbar li a {
        color: #fff;
        display:inline-block;
        Padding: 0 20px;
}
#topbar li a i {
    color: #f2c808; 
    margin-right: 5px;
}
#topbar .sosmed li a{
    padding: 0 5px;
}
#topbar .sosmed li a li{
    color: #fff;
}
header{
    padding: 30px 0;
}
.brand {
        display: flex;
}
.brand img{
    margin-right: 20px;
}
.brand .brand-name h1 {
        font-size: 25px;
        color: #15477A;
        text-transform: uppercase;
}
.brand .brand-name h3 {
        font-size: 15px;
        font-family: Raleway, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
         text-transform: uppercase;
        Letter-spacing: 1px;
        color: #888888;
}

.search-wrapper{
    display: flex;
    align-items: center;
}
.search-box{
    width: 100%;
}

.btn.btn-primary {

background-color: #15477A;
color: #F2C808;
text-transform: uppercase;
font-weight: 600;
}
.btn.btn-primary:hover {
background-color: #032540;
}

nav{
    height: 60px;
   
}
.navbar {
padding: 0; 
border-bottom: 5px solid #F2C808;
}

.nav-link{
    font-size: 12px;
    text-transform: uppercase; 
    font-weight: bold;
    letter-spacing: 0.25px; 
    font-family: Raleway, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}
.nav-linkv{
    font-size: 12px;
    text-transform: uppercase; 
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.25px; 
    font-family: Raleway, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}

#my-nav{
  background-color: #0A3140 !important;
  color:#fff;
}

.bg-light {
background-color: #0A3140 !important;
color: #fff;
}
.navbar-dark .navbar-nav .nav-link { 
    color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link { 
        color: #fff;
}

.active {
background-color:#F2C808;
color: #15477A;
}

li.nav-item.active a{ 
    color: #15477A;
}

.nav-item {
padding: 8px 20px;
display: inline-block;
}


.latest-news {
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.event-list {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.upcoming-event-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.upcoming-event-list li {
  padding: 10px 0;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer; /* Change cursor to pointer */
}

.upcoming-event-list li:hover {
  background-color: #e9ecef; /* Highlight on hover */
  transform: scale(1.02);
}

.event-details {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
}

.event-icon {
  font-size: 1.5em;
  color: #007bff; /* Bootstrap primary color */
  margin-right: 10px;
}

/* Carousel styles */
.carousel-item {
  transition: transform 0.5s ease;
}

.interactive-news-item {
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer; /* Change cursor to pointer */
}

.interactive-news-item:hover {
  background-color: #e9ecef; /* Highlight on hover */
  color: #007bff; /* Change text color on hover */
}

/* Modal styles (if not already included) */
.modal-content {
  transition: transform 0.3s;
}

/* Carousel arrow styling */
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #007bff; /* Bright color for better visibility */
    border-radius: 50%; /* Circular shape */
    width: 30px;
    height: 30px;
    padding: 5px;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: #0056b3; /* Darken on hover */
}

/* Event list styling */
.upcoming-event-list li {
    padding: 10px;
    cursor: pointer;
}

.upcoming-event-list li:hover {
    background-color: #f1f1f1; /* Subtle background change on hover */
}

.event-details {
    padding: 10px;
    background-color: #fafafa; /* Light background for details */
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: max-height 0.3s ease-in-out; /* Smooth opening effect */
}

.event-icon {
    font-size: 1.5em;
    color: #007bff;
    margin-right: 10px;
}

.event-date {
    font-weight: bold;
}

.event-name:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Set a uniform size for the images and add zoom on hover */
.owl-carousel .item img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
/* Zoom effect on hover */
.owl-carousel .item:hover img {
  transform: scale(1.2);
}
/* Shadow overlay and title at the bottom */
.owl-carousel .item .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black semi-transparent background */
    color: white;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
}
 /* Styles for collapsible event list */
.collapsible {
  cursor: pointer;
  padding: 18px;
  text-align: left;
  outline: none;
  font-size: 18px;
  width: 100%;
  background: #f1f1f1;
  border: none;
  transition: background 0.3s;
}
    
.collapsible.active, .collapsible:hover {
  background-color: #ddd;
}
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f9f9f9;
}
    
/* Custom style for previous and next buttons */
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
}
.owl-prev { left: -25px; }
.owl-next { right: -25px; }
.team-section .team-member {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    border-radius: 10px;
}
.team-section .team-member img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
/* Hover effects */
.team-section .team-member:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}
.team-section .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
}
.team-section .team-member:hover .overlay {
    opacity: 1;
}
.team-section .overlay h5 {
    margin: 0;
    font-size: 18px;
}
.team-section .overlay p {
    margin: 5px 0 10px;
    font-size: 14px;
}
.team-section .social-links {
    margin-top: 10px;
}
.team-section .social-links a {
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
    transition: color 0.3s;
}
.team-section .social-links a:hover {
    color: #ff9800;
}






#sambutan{
    margin: 60px 0;
}

#sambutan h1 {
color: #15477A; 
font-size: 28px;
}
#sambutan h2 {
color: #15477A;
font-size: 28px; 
font-weight: 500; 
margin-bottom: 30px;
}

#sambutan h3 {
color: #15477A;
font-size: 28px;
font-weight: 500;
}
#sambutan p{
font-size: 14px;
font-family: Raleway, sans-serif;
font-size: 500;
Line-height: 28px;
}

.margin-top-50{
    margin-top: 50px;
}
.width-33{
    width: 100%;
    float: left;
}
.latest-news{
    margin-left: 0px;
    margin-right: 10px;
    background: #fff;
    padding: 10px;
    height: 350px;
    margin-bottom: 30px;
}
.heading-sect{
    width: 100%;
    float: left;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 0px;
    margin: 0px;
    margin-bottom: 15px;
    border: 1px solid #cfcfcf;
    padding-top: 15px;
    padding-left: 15px;
    background: #15477A;
    color: white;
}
.latest-news-ul{
padding: 0px;
list-style: none;
line-height: 40px;
}

/*==================
 FOOTER
====================*/
#mu-footer {
    display: inline;
    float: left;
    width: 100%;
  }
  #mu-footer .mu-footer-top {
    background-color: #15477A;
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%;
  }
  #mu-footer .mu-footer-top .mu-footer-top-area {
    display: inline;
    float: left;
    width: 100%;
  }
  #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget {
    display: inline;
    float: left;
    width: 100%;
  }
  #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget h4 {
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a {
    color: #f9f9f9;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 0 5px 15px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a:before {
    content: "\f101";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 5px;
  }
  #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a:hover, #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget ul li a:focus {
    margin-left: 5px;
  }
  #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget p {
    color: #f9f9f9;
  }
  #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget .mu-subscribe-form {
    display: inline;
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget .mu-subscribe-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    font-size: 15px;
    height: 35px;
    margin-bottom: 20px;
    padding: 5px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget .mu-subscribe-form .mu-subscribe-btn {
    color: #fff;
    border: medium none;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 5px 10px;
  }
  #mu-footer .mu-footer-top .mu-footer-top-area .mu-footer-widget address p {
    font-weight: lighter;
    letter-spacing: 0.5px;
  }
  #mu-footer .mu-footer-bottom {
    background-color: #032540;
    display: inline;
    float: left;
    padding: 25px 0;
    width: 100%;
  }
  #mu-footer .mu-footer-bottom .mu-footer-bottom-area {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
  }
  #mu-footer .mu-footer-bottom .mu-footer-bottom-area p {
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 0.3px;
  }
  #mu-footer .mu-footer-bottom .mu-footer-bottom-area p a {
    color: #fff;
  }
  



  .des_logo{
    font-size: 30px;
    padding-top: 30px;
    text-align: center;
  }

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #f39c12;
    color: white;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: none; /* Initially hidden */
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: opacity 0.3s;
}

#back-to-top:hover {
    background-color: #d35400;
}

 .table-title h2{
  color: green;
  font-size: 20px;
  font-weight: 400;
  font-style:normal;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  text-transform:uppercase;
 }
.table-title h3{
 color: red;
 font-size: 20px;
 font-weight: 400;
 font-style:normal;
 font-family: "Roboto", helvetica, arial, sans-serif;
 text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
 text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
 background: white;
 border-radius:0px;
 border-collapse: collapse;
 height: 10px;
margin: auto;
max-width: 500px;
padding:0px;
width: 100%;
animation: float 5s infinite;
}

th {
color:#D5DDE5;
background:#1b1e24;
border-bottom:4px solid #9ea7af;
border-right: 1px solid #343a45;
font-size:10px;
font-weight: 100;
padding:4px;
text-align:left;
vertical-align:middle;
}

th:first-child {
border-top-left-radius:0px;
}

th:last-child {
border-top-right-radius:0px;
border-right:none;
}

tr {
border-top: 1px solid #C1C3D1;
border-bottom: 1px solid #C1C3D1;
color:#000;
font-size:10px;
font-weight:normal;
text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
background:#4E5066;
color:#FFFFFF;
border-top: 1px solid #22262e;
}

tr:first-child {
border-top:none;
}

tr:last-child {
border-bottom:none;
}

tr:nth-child(odd) td {
background:#EBEBEB;
}

tr:nth-child(odd):hover td {
background:#4E5066;
}

tr:last-child td:first-child {
border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
border-bottom-right-radius:3px;
}

.text-left{
font-weight:bold;
padding:20px;
text-align:left;
vertical-align:middle;
font-size:18px;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
border-right: 1px solid #C1C3D1;

}
.text-right{
font-weight:300;
padding:20px;
text-align:left;
vertical-align:middle;
font-size:18px;
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
border-right: 1px solid #C1C3D1;

}

td:last-child {
border-right: 0px;
}

th.text-left {
text-align: left;
}

th.text-center {
text-align: center;
}

th.text-right {
text-align: left;
}

td.text-left {
text-align: left;
}

td.text-center {
text-align: center;
}

td.text-right {
text-align: left;
}

