/*untuk header*/

.main-nav {
    background-color: #c5dcfd;
    color: #003566;
}

.main-nav .navbar-nav a.nav-link {
    color: #666;
    font-weight: 600;
    font-family: 'Lato';
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #003566;
}

.navbar-collapsed {
    color: #003566;
}

.main-nav .navbar-nav .nav-link.active, .main-nav .navbar-nav .nav-link:hover {
    color: #003566;
}
.navbar.scrolled{
    background-color: #fbfdff;
    transition: background-color 0.5s ease;
    box-shadow: 0px -10px 30px #003566;
}

.navbar.scrolled a.nav-link{
    color: #003566;
}

.navbar img.main-logo{
    max-width: 220px;
}

.navbar img.main-logo-dark {
    display: none;
}

.navbar.scrolled img.main-logo-dark{
    display: inline-block;
}

.navbar.scrolled img.main-logo-light{
    display: none;
}

.navbar .megamenu{ 
    padding: 1rem;
    align-items: center; 
    background-color: #fbfdff;
    border: solid 1px #ebfdfd;
}

@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{
        position:static!important;
    }
	.navbar .megamenu{
        left:0; 
        right:0; 
        width:100%; 
        margin-top:0;  
    }
	
}	

@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}

.bg-white-smoot {
    background-color: #fbfdff;
    padding-top: 6px;
    padding-bottom: 24px;
}

.text-subtopic {
    font-size: 15px;
    font-weight: 600;
    font-family: Lato, sans-serif;
    text-decoration: none;
    color: #424242;
    letter-spacing: 0.5px;
    margin-right: 62px;
}

.text-subtopic:hover{
    font-size: 15px;
    font-weight: 600;
    font-family: Lato, sans-serif;
    text-decoration: none;
    color: #003566;
    letter-spacing: 0.5px;
    margin-right: 62px;
}

.title-subtopics {
    font-size: 20px;
    font-weight: 600;
    font-family: Lora, sans-serif;
    text-decoration: none;
    color: #424242;
    letter-spacing: 0.5px;
}

.menu-item {
    margin-bottom: 32px;
}

.menu-item>a {
    display: block;
    border: 1px solid #dee2e6;
    padding: 10px 16px;
    border-radius: 6px;
    box-shadow: none;
}

.menu-item>a:hover {
    display: block;
    border: 1px solid #dee2e6;
    padding: 10px 16px;
    border-radius: 6px;
    box-shadow: 
    10px 10px 10px rgba(0, 0, 0, 0.055);
}

.detail-subtopics {
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    margin: 0;
}

.menu-item .img-thumbnail {
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.img-thumbnail {
    max-width: 100%;
}

.topic-menu {
    border-bottom: 1px solid #f5f5f5;
}

.container-slider {
    background-color: #ebfdfd;
    height: 450px;
    border : 1px solid rgb(231, 232, 233);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.container-slider img{
    height: 450px;
    max-width: 100%;
    position: relative;
    border : 1px solid rgb(231, 232, 233);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.slider-text {
    margin-left: 40px;
}

.slider-text h2{
    font-family: Lora,serif;
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    color: #212121;
}

.slider-text p{
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 34px;
    color: #666;
}

.slider-image {
    margin-right: 40px;
}


.slider-icon {
    margin-left: 0px;
    margin-right: 0px;
}

.carousel-control-prev {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -60px;
    background-color: #999;
    border-radius: 16px;
    padding: 10px;
    width: 50px;
    height: 50px;
}

.carousel-control-next {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: -60px;
    background-color: #999;
    border-radius: 16px;
    padding: 10px;
    width: 50px;
    height: 50px;
}

.visually-hidden {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}

/* untuk global body*/
.main-body {
    background-color: #fbfdff;
    color: #003566;
    height: 100%;
}

.main-body h2{
    font-size: 32px;
    margin-bottom: 24px;
}

.main-body h2 span {
    color: #003566;
}

.btn-primary {
    color: #fff;
}

.btn {
    padding: 10px 16px;
    line-height: 1.5;
    border-radius: 8px;
}

.box-kontak{
    padding:14px;
    background-color:#c5dcfd;
    margin:22px auto 0;
    border-radius:140px;
    display:flex;
    align-items:center;
    justify-content:space-between
}
@media(max-width: 1199px){
    .box-kontak{
        padding:7px 14px;
        width:calc(100% - 40px)
    }
}
.box-kontak .title{
    font-family:Lora,sans-serif;
    font-size:20px;
    line-height:24px;
    color:#003566;
    margin-left:24px
}
@media(max-width: 1400px){
    .box-kontak .title{
        font-size:18px;
        width:calc(100% - 150px)
    }
}
@media(max-width: 1199px){
    .box-kontak .title{
        font-size:16px
    }
}
@media(max-width: 560px){
    .box-kontak .title{
        font-size:12px
    }
}
.box-kontak .hubungi-kami{
    font-family:"Inter700";
    font-size:20px;
    line-height:22px;
    color:#ebfdfd;
    background-color:#eeb136;
    padding:13px;
    border-radius:78px;
    cursor:pointer
}
@media(max-width: 1400px){
    .box-kontak .hubungi-kami{
        font-size:16px;
        width:150px;
        text-align:center
    }
}
@media(max-width: 1199px){
    .box-kontak .hubungi-kami{
        font-size:16px
    }
}
@media(max-width: 560px){
    .box-kontak .hubungi-kami{
        font-size:12px;
        width:100px;
        padding:4px 8px
    }
}

.section-title{
    font-family: Lora,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
    color: #212121;
}

/*Grid*/
.grid {
    display: grid;
}

.main-grid {
    display: flexbox;
    max-width: 1320px;
    position: relative;
    margin-top: 40px;
    justify-items: center;
}

.main-card {
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
}

.title-sections h1 {
    font-family: Lora, sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
}

.card-quoted {
    margin: 40px 40px 40px 40px;
}

.card-quoted h2{
    font-family: Lora, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 39px;
    letter-spacing: -0.005em;
    color: #003566;
    padding: 8px 40px 8px 84px;
    border: 2px solid #e3edf7;
    border-radius: 0 140px 140px 0;
    border-left: 0;
}

.text-quoted p {
    font-family: Roboto, sans-serif;
    text-align: justify;
    font-size: 18px;
}

.card-quoted-img {
    margin: 0px 25px 10px 10px;
    height: 60%;
    max-width: 100%;
    align-items: center;
}

.card-quoted-img img {
    height: 100%;
    max-width: 100%;
    align-items: center;
    border: 1px solid #424242;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.card-body-quoted h5 {
    font-family: Lora, sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #003566;
}

.card-body-quoted h3 {
    font-family: Lora, sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #003566;
}


/*Card News*/
.title-section {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.border-news {
    flex-direction: column;
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 70%;
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #EEEEEE;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: #e3edf7;
}

.border-b {
    border-bottom-width: 3px;
}

.btn-news {
    border: 3px solid #e3edf7;
    background-color: transparent;
    color: #003566;
    cursor: pointer;
    display: inline-block;
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-sizing: border-box;
    line-height: 20px;
}

.title-section a {
    padding: 35px 0px 0px 20px;
}

.card-grid-item {
    background-color: white;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}

.card-title-news {
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 25px;
    font-family: Roboto;
    font-size: 22px;
}

.card-title-news a{
    text-decoration: none;
    color: #003566;
}

.card-text-news {
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
    font-family: Roboto;
    font-size: 16px;
    text-align: justify;
}

.card-text-time {
    margin-top: 15px;
    margin-left: 25px;
    margin-right: 25px;
    font-family: Roboto;
    font-size: 14px;
}

.my-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto;
    font-weight: 400;  
    margin-left: 25px;

}

@media (max-width: 6rem) {
    .my-button .icon-btn {
        display : none;
    }

    .my-button .text-btn {
        margin : auto;
    }
}

.title-news {
    font-family: Lora, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    width: 25%;
    padding: 15px 25px 15px 10px;
    line-height: 39px;
    letter-spacing: -0.005em;
    color: #003566;
    border: 2px solid #e3edf7;
    border-radius: 0 140px 140px 0;
    border-left: 0;
}

.image-right img {
    vertical-align: middle;
}



/*card highlight*/

.container .row .col-12 .card{
    background: #fff;
    border-radius: 20px!important;
    position: relative;
    border: none;
    box-shadow: none;
}

.container .row .col-12 .card .card-header{
    background-color: #fff;
    border: none;
    padding: 40px 40px 0!important;
}

.container .row .col-12 .card .card-data{
    background-color: #fff;
    border: solid 0.5px #e0e0e0;
}

.container .row .col-12 .card .card-data .card-body-title{
    font-family: Roboto, sans-serif;
}

.container .row .col-12 .card .bg-primary .card-body-title{
    font-family: Roboto, sans-serif;
}

.container .row .col-12 .card .card-data .card-body-title h5{
    margin-bottom: 0.5rem;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 21px;
    line-height: 34px
}

.container .row .col-12 .card .bg-primary .card-body-title h5{
    margin-bottom: 0.5rem;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-size: 21px;
    line-height: 34px
}

.container .row .col-12 .card .card-data .card-body-title p{
    font-size: 18px;
}

.card-body{
    flex: 1 1 auto;
}

.card-body-title{
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.card{
    margin-bottom: 30px;
    transition: all .3s ease;
    letter-spacing: .5px;
    box-shadow: none;
}

.container>.row>.col-12>.card .card .card-body {
    padding: 24px 20px 28px;
}

.container .row .col-12 .card .card .card-body h4{
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.container>.row>.col-12>.card .card .accent-bg {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 77px;
    height: 77px;
}

.card-body h3 span {
    font-size: 20px;
}


/*main topik*/
.main-topik{
    background-color: #fbfdff;
}

.card-topik{
    margin-bottom: 0;
    transition: all .3s ease;
    letter-spacing: .5px;
    box-shadow: none;
    background-color: #fff;
    border: solid 0.5px #e0e0e0;
    border-radius: 16px!important;
    padding: 37px 38px 60px;
    position: relative;
}

.topik-highlight-title{
    --bs-gutter-x: 1rem!important;
    --bs-gutter-y: 0!important;
}

.card-topik h4{
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
}

.card-topik p{
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
}

.card-topik a{
    text-decoration: none;
    color: #1976d2;
    position: absolute;
    left: 38px;
    bottom: 32px;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

/*Card Agenda*/
.card-agenda {
    padding: 25px 25px 25px 25px;
	border: 1px solid #bce8f1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.card-list-agenda {
    padding: 25px 25px 25px 25px;
	border: 1px solid #bce8f1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

/*Card Link*/
.card-link {
    max-width: 100%;
    height: 130px;
    border:1px solid #EEEEEE;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    border-width: 1px;
    transition-duration: 250ms;
}

.card-link:hover{
    border:1px solid #069550;
    border-width: 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: white;
}

.item-link a img{
    padding: 10px;
    text-align: center;
    height: 100px;
}

.link-title h5{
    text-align: center;
    color: #003566;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
}

/* Tile */
.tile {
    border-radius: 30px;
    width: 24%;
    float: left;
    margin: 0.5%;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
/* http://www.mademyday.de/css-height-equals-width-with-pure-css.html */

.tile:before {
    content: "";
    display: grid;
    padding-top: 93%;
}

.tile:nth-child(4n+1) {
    clear: both;
}

.tile-item {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
    z-index: 10;
    overflow: hidden;
}

.tile-item a,
.tile-item a:hover {
    color: #ffffff;
    padding: 25px;
    text-decoration: none;
}


.tile-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    will-change: transform;
    font-size: 48px;
}

/* Animasi hover */
@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to   { transform: scale(1.2) rotate(360deg); }
}

.tile-item:hover i {
    animation: spin 0.5s ease forwards;
}

.tile-nav {
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	font-size: 48px;
	text-align: center;
	position: relative;
}
.tile .ascensorLink {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	position: absolute;
}
.tile .ascensorLink .h5 {
	font-size: 24px;
	line-height: 1;
    text-decoration: none;
}
.tile-portfolio {
	background: #00c6ff;
}
.tile-about {
	background: #f39c12;
}
.tile-service {
	background: #FD2561;
}
.tile-team {
	background: #20b9cb;
}
.tile-client {
	background: #49E035;
}
.tile-blog {
	background: #FF08FF;
}
.tile-contact {
	background: #47E4C4;
}
.tile-follow {
	background: #3cf;
}

/*------------------------------------------------------------------
Page title
-------------------------------------------------------------------*/
.page-title {
    position: relative;
    background-color: #c5dcfd;
}

@media screen and (max-width: 768px) {
    .page-title {
        margin-top: 46px;
    }
}

.page-title h1,
.page-title h2,
.page-title h3 {
    margin-bottom: 0;
}

.page-title span {
    margin-top: 5px;
    display: block;
    color: #929294;
}


.page-title .container {
    position: relative;
}


.page-title .breadcrumb {
    position: absolute;
    background-color: transparent;
    width: auto;
    top: 50%;
    left: auto;
    right: 30px ;
    margin: -10px 0 0 0;
    padding: 0;
    font-size: 12px;
}

.page-title .breadcrumb:before {
    display: none;
}


.page-title .breadcrumb li {
    letter-spacing: 1px;
}


.page-title[class*='dark-'] .breadcrumb>.active {
    color: #fff;
}

/* ----------------------------------------------------------------
	 right page title
-----------------------------------------------------------------*/

.page-title.page-title-right {
    text-align: right;
}

.page-title.page-title-right .breadcrumb {
    left: 30px;
    right: auto;
}


@media (max-width: 767px) {
    .page-title,
    .page-title.page-title-right {
        text-align: center;
    }

    .page-title .breadcrumb {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        margin: 10px 0 0 !important;
        position: relative !important;   
    }
}

.ptb-80 {
	padding: 60px 0;
}

.ptb-50 {
	padding: 20px 0 40px;
}

.ptb-50-right {
	padding: 20px 20px 20px 20px;
    
}

.title-page {
    margin-left: 15px;
	font-size: 2em;
    font-family: Lora, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    color: #003566;
}

.detail-page {
    margin-left: 15px;
	font-size: 32px;
    font-family: Lora;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 2px;
    color: #003566;
}


.no-margin {
	margin: 10px 20px 40px;
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: Lora, sans-serif;
    letter-spacing: 1.5px;
    color: #003566;
}

.no-margin-1 {
	margin: 15px 20px 40px;
    margin-left: 15px;
    font-size: 15px;
    font-family: Lato;
    letter-spacing: 1px;
    color: #003566;
}

.date-title {
	margin: 20px 10px 0px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: normal;
    font-family: Roboto;
    letter-spacing: 1px;
    line-height: 1px;
    color: #003566;
    
}

.image-right img {
    vertical-align: middle;
}

.news-detail {
    margin-top: 20px;
    text-align: justify;
    font-size: 16px;
    font-family: Lora;
    color: #555;
}

.news-detail-judul {
    margin-top: 20px;
    text-align: justify;
    font-size: 26px;
    font-family: Lora;
    color: #555;
}

.news-detail-isi span{
    margin-top: 20px;
    text-align: justify;
    font-size: 18px;
    font-family: Lora;
    color: #555;
}

/*Card Profil*/
.card-profil {
    margin-top: -6rem;
    position: relative;
    padding: 2rem 2rem;
    border: 1px solid #fff;
    border-radius: 0.75rem;
    background-color: #fff;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
}

.img-siluk img {
    margin: auto;
    max-width: 100%;
}

.card-profil-title h2{
    font-family: lora, sans-serif;
    font-size: 40px;
    font-weight: bold;
    padding-top: 90px;
    padding-bottom: 90px;
}

.container-slider-p {
    background-color: #ebfdfd;
    border : 1px solid rgb(231, 232, 233);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.container-slider-p img{
    position: relative;
    width: 100%;
    filter: brightness(80%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-filter: brightness(80%);
}

.card-profil-detail h3 {
    font-family: lora, sans-serif;
    font-weight: bold;
    text-align: center;
}

.nav-tabs .nav-item a {
    font-family: Lora, sans-serif;
    font-weight: bold;
    color: #003566;
}

.nav-tabs .nav-link.active {
    color: #49E035;
}

.tab-title h2 {
    font-family: Lora, sans-serif;
    font-weight: bold;
}

.tab-title p {
    font-family: Lora, sans-serif;
    font-weight: 400px;
    text-align: center;
    margin-bottom: 30px ;
}


/***
=============================================
  Team Style1
=============================================
***/
.team-style1 {
    position: relative;
    display: block;
    padding: 20px 120px 0px;
  }
  
  .team-style1__single {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  .team-style1__single-img {
    position: relative;
    display: block;
  }
  
  .team-style1__single-img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 1;
  }
  
  .team-style1__single-img-inner::before {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    content: '';
    background-color: rgba(var(--thm-black-rgb), 0.50);
    transform: scaleY(1.0);
    opacity: 0;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    z-index: 1;
  }
  
  .team-style1__single:hover .team-style1__single-img-inner::before {
    transform: scaleY(1.0);
    opacity: 1;
  }
  
  
  .team-style1__single-img-inner img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
  }
  
  .team-style1__single:hover .team-style1__single-img-inner img {
    transform: scale(1.1) rotate(1deg);
  }
  
  .team-style1__single-img .social-links {
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
    text-align: center;
    z-index: 5;
  }
  
  .team-style1__single-img .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  
  .team-style1__single-img .social-links li.share {
    position: relative;
    top: -10px;
  }
  
  .team-style1__single-img .social-links li:last-child {
    margin-right: 0;
  }
  
  .team-style1__single-img .social-links>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #ffffff;
    box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
  }
  
  .team-style1__single-img .social-links>li>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
  }
  
  .team-style1__single-img .social-links>li>a:hover::before {
    transform: scale(1.0);
    opacity: 1;
  }
  
  .team-style1__single-img .social-links>li>a>span {
    position: relative;
    display: block;
  }
  
  .team-style1__single-img .social-links li>a>span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  
  }
  
  .team-style1__single-img .social-links>li>a:hover span::before {
    color: #ffffff;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner {
    position: absolute;
    top: -180px;
    left: 0px;
    right: 0;
    line-height: 0;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform-origin: bottom center;
  }
  
  .team-style1__single-img .social-links .share:hover .social-links-inner {
    transform: scaleY(1.0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li:last-child {
    margin-bottom: 0px;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a {
    position: relative;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-base);
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a:hover::before {
    transform: scale(1.0);
    opacity: 1;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a i {
    position: relative;
    display: block;
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a i::before {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  
  }
  
  .team-style1__single-img .social-links .share .social-links-inner li a:hover i::before {
    color: #ffffff;
  }
  
  .team-stye1__single-content {
    position: relative;
    display: block;
    z-index: 3;
  }
  
  .team-stye1__single-content .inner-box {
    position: relative;
    display: block;
    padding: 20px 0px 20px;
    z-index: 5;
  }
  
  .team-stye1__single-content .round-bg {
    position: absolute;
    top: -30px;
    left: -50px;
    bottom: 0;
    right: -50px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .team-stye1__single-content .inner-box h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
    text-decoration: none;
    font-family: Lora, sans-serif; 
  }
  
  .team-stye1__single-content .inner-box h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    text-decoration: none;
    font-family: Lora, sans-serif;  
  }
  
  .team-stye1__single-content .inner-box h2 a:hover {
    color: var(--thm-base);
  }
  
  .team-stye1__single-content .inner-box p {
    color: #808080;
  }

  .tabs .tab-content > div.active {
    top:0px;
  }
  
  .tabs .tab-indicator {
    position:absolute;
    width:4px;
    height:50px;
    background:#00acee;
    left:270px;
    top:50px;
    transition:all 500ms ease-in-out;
  }

  :root {
    --thm-font: 'DM Sans', sans-serif;
    --thm-font-2: 'Poppins', sans-serif;
    --thm-gray: #676767;
    --thm-gray-rgb: 103, 103, 103;
    --thm-base: #EB292C;
    --thm-base-rgb: 235, 41, 44;
    --thm-black: #000000;
    --thm-black-rgb: 0, 0, 0;
    --thm-primary: #ffb400;
    --thm-primary-rgb: 255, 180, 0;
  }

/*Blog Style1*/
.blog-style1__single {
    max-width: 500px;
    margin: 0 auto 30px;
}

/*Blog Style1*/
.blog-style1__single-content {
    margin-left: 15px;
    margin-right: 15px;
    padding: 44px 25px 30px;
}

.blog-style1__single-content h2 {
    font-size: 18px;
    line-height: 28px;
}

.blog-style1--style3__top {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.blog-style1--style3__top-btn {
    margin-top: 20px;
    margin-bottom: 0px;
}
/***
=============================================
   Ttn One
=============================================
***/
.btn-one {
    position: relative;
    display: inline-block;
    border-radius: 25px;
    padding: 0px 35px 0px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    background: var(--thm-base);
    overflow: hidden;
    font-family: var(--thm-font);
    transition: all 0.3s ease-in-out 0.1s;
    text-decoration: none;
  }
  
  .btn-one:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border-radius: 25px;
    background-color: var(--thm-black);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
  }
  
  .btn-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  
  .btn-one .txt {
    position: relative;
    z-index: 1;
  }
  
  .btn-one:hover,
  .btn-one:focus {
    color: #ffffff;
  }

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
  }
  
  .styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  
  .styled-pagination li:last-child {
    margin-right: 0;
  }
  
  .styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    z-index: 1;
  }
  
  .styled-pagination li:hover a,
  .styled-pagination li.active a {
    color: #ffffff;
    background: var(--thm-base);
  }
  
  .styled-pagination li.prev a,
  .styled-pagination li.next a {
    border-radius: 50%;
    color: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .styled-pagination li.prev a:hover,
  .styled-pagination li.next a:hover {
    color: #ffffff;
  }
  
  .styled-pagination li a span:before {
    position: relative;
    top: 1px;
    color: var(--thm-black);
    font-size: 17px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .styled-pagination li a:hover span:before {
    color: #ffffff;
  }
  
.komisi-img img {
    width: 450px;
    height: 245px;
    padding: 40px 10px 40px 10px;
}

.komisi-title h3 {
    font-family: Lora, sans-serif;
    padding-top: 60px;
    padding-left: 15px;
}

.komisi-title p {
    font-family: Lora, sans-serif;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 20px;
}

.akd-title h3 {
    font-family: Lora, sans-serif;
    padding-top: 20px;
    padding-left: 50px;
}

.akd-title p {
    font-family: Lora, sans-serif;
    padding-left: 50px;
    padding-right: 50px;
}

/*Dokumen*/
.card-arsip {
    position: relative;
}

.card-arsip .card-body-arsip {
    padding: 2rem 2rem;
    border: 1px solid #fff;
    border-radius: 0.75rem;
    background-color: #fff;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
}

.card-body-arsip {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.hide-radio {
    display: none;
}

.left-arsip {
    border: 1px solid rgba(85, 85, 85, 0.11);
    border-radius: 0.75rem;
    background-color: #fff;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
    padding: 1rem;
}

@media (min-width: 1280px){
    .xl\:grid-cols-\[300px\2c 1fr\] 
    {
        grid-template-columns: 300px 1fr;
    }
}

@media (min-width: 1024px)
{
    .lg\:grid-cols-\[auto\2c 308px\] {
        grid-template-columns: auto 308px;
    }
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-right {
    grid-template-columns: 60px 1fr;
    border: 1px solid rgba(85, 85, 85, 0.11);
    border-radius: 0.75rem;
    gap: 1rem;
    min-height: 200px;
    padding: 1rem;
}

.article-icon {
    width: 60px;
    height: 60px;
    display: flex;
}

.object-contain{
    object-fit: contain;
}

.title-categori {
    color: #555;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.375rem;
    display: inline-block;
    background-color: rgba(102, 102, 102, 0.068);
}

.title-categori:hover {
    background-color: rgba(102, 102, 102, 0.336);
}

.title-archive{
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    color: #2F318B;
    font-weight: 500;
    font-size: 1.425rem;
    line-height: 1.75rem;
    font-family: Lato, sans-serif;
}

.archive-description{
    margin-top: 0.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #2F318B;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: Lato, sans-serif;
}

.button-archive{
    display: flex;
    gap: 0.75rem;
    grid-column-start: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: fit-content;
}

@media (min-width: 768px)
{
    .md\:flex {
        display: flex;
    }
}


@media (min-width: 768px){
    .md\:col-start-2 {
        grid-column-start: 2;
    }
}

button[archive] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.button-see-secondary {
    border: 1px solid #008444;
    background-color: transparent;
    color: #008444;
}

.button-see{
    cursor: pointer;
    display: inline-block;
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 1em;
    outline: none;
    box-sizing: border-box;
    line-height: 26px;
}

button[download] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.button-download-primary {
    border: 1px solid #008444;
    background-color: #069550;
    color: #fff;
}

.button-download{
    cursor: pointer;
    display: inline-block;
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 1em;
    outline: none;
    box-sizing: border-box;
    line-height: 26px;
}

a.title-button{
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

a.title-sidebar {
    text-decoration: none;
    color: #2F318B;
    font-weight: 500;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.left-sidebar {
    margin-left: 1.25rem;
}

/*Card Profil*/
.card-profil {
    margin-top: 0.5rem;
    position: relative;
}

.card-profil .card-body-profil {
    padding: 0.5rem 0.5rem;
    border: 1px solid #fff;
    border-radius: 0.75rem;
    background-color: #fff;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
}

.card-body-profil {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.left-profil {
    border: 1px solid rgba(85, 85, 85, 0.11);
    border-radius: 0.75rem;
    background-color: #fff;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: #ebfdfd;
}

.rounded-2xl {
    border-radius: 1rem;
}

.visi-logo {
    align-items: center;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.mb-8 {
    margin-bottom: 2rem;
}

.main-text-visi {
    color: #2F318B;
    font-family: Lora, serif;
    font-size: 28px;
    line-height: 1rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

@media (min-width: 1024px)
{
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.items-center {
    align-items: center;
}

@media (min-width: 1024px)
{
    .lg\:gap-12 {
        gap: 3rem;
    }
}

@media (min-width: 1024px)
{
    .lg\:grid-cols-\[auto\2c 308px\] {
        grid-template-columns: auto 308px;
    }
}


.grid {
    display: grid;
}

ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}


.list-decimal {
    list-style-type: decimal;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px)
{
    ol>li {
        margin-left: 3em;
    }
}

ol>li {
    display: block;
    margin-bottom: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px)
{
    .md\:flex {
        display: flex;
    }
}


@media (min-width: 768px)
{
    ol>li:before {
        display: inline-flex;
    }
}

@media (min-width: 768px)
{
    ol>li:before {
        margin-left: -3em;
    }
}

@media (min-width: 768px)
{
    ol>li:before {
        margin-bottom: 0px;
    }
}

ol>li:before {
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    content: counter(item) "";
    counter-increment: item;
    width: 2em;
    margin-right: 0.6em;
    font-size: 14px;
    padding: 4px;
    background-color: #069550;
    color: #fff;
}

.ml-4 {
    margin-left: 2.5rem;
}

.font-visi {
    font-weight: 700;
    font-size: 20px;
    line-height: 2px;

}

.font-bold {
    font-weight: 500;
}

@media (min-width: 768px)
{
    .md\:block {
        display: block;
    }
}

@media (min-width: 768px)
{
    .md\:aspect-h-9 {
        --tw-aspect-h: 9;
    }
}

@media (min-width: 768px)
{
    .md\:aspect-w-16 {
        --tw-aspect-w: 16;
    }
}

@media (min-width: 768px)
{
    .md\:aspect-w-16 {
        position: relative;
        padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    }
}

.p-4 {
    padding: 2.5rem;
}

.py-4 {
    padding-top: 1rem;
}

.w-full {
    width: 100%;
}

.h-\[222px\] {
    height: 222px;
}

/*Foto*/
.slide-container{
    max-width: 1820px;
    width: 100%;
    padding: 40px 0;
  
}

.slide-container .swiper{
    max-width: 1820px;
    width: 100%;
    padding: 40px 0;
  
}

.image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.card-image{
    position: relative;
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.card-image img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.card-image .card-img {
    max-width: 350px;
    object-fit: cover;
}

.overlay-bf {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 240px;
    width: 420px;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.card-image:hover .overlay-bf {
    opacity: 1;
}

.icon-bf {
    color: #000;
    font-size: 30px;
    position: relative;
    top: 41%;
    left: 41%;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 0.3em 0.6em;
    background-color: #fff;
}

.album-title a{
    text-decoration: none;
    text-align: center;
}

.album-title a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.album-title h4{
    text-decoration: none;
    color: #2F318B;
    font-family: Roboto, sans-serif!important;
    font-size: 16px;
    font-weight: 500;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.file-foto {
    margin-bottom: 60px;
}

.file-foto a{
    text-decoration: none;
    text-align: center;
}

.file-foto a img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

a.file-foto h4{
    text-decoration: none;
    color: #2F318B;
    font-family: Roboto, sans-serif!important;
    font-size: 16px;
}

h4.file-foto {
    font-size: 16px;
    font-weight: 500;
    color: #2F318B;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > .active >a{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #2F318B;
    border-color: #2F318B;
}

.pagination > li:first-child > a{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a{
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
}

/*Profil*/
.profile {
    background: #bce8f1;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 28rem;
    min-width: 20rem;
    margin: 0 auto;
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.profile__highlight__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    width: 100%;
    flex-grow: 1;
}

.profile__highlight {
    padding: 0.4rem;
    border-radius: 0.5rem;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    background: var(--highlight-bg);
    border: 1px solid var(--border-color);
}

.profile__header {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    gap: 0.75rem;
}

.profile__name {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
}

.profile__name h2 {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    gap: 0.5rem;
}

.profile__name p {
    font-size: 1.05rem;
    color: var(--text-bg);
}

.profile__avatar {
    flex-grow: 3;
    max-width: 8rem;
    min-width: 5rem;
}

.profile__avatar img {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 1rem;
    margin: 0 auto;
    margin-top: -50%;
    border: 4px solid var(--profile-bg);
}

.social-links {
    display: flex;
    margin: 0.5rem auto 1rem auto;
    width: 100%;
    justify-content: center;
    list-style-type: none;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-links a {
    background: var(--socials-bg);
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid var(--border-color);
    color: var(--social-color);
    transition: all 0.3s;
}

.social-links a svg {
    width: 100%;
    height: 100%;
}

.social-links a:hover {
    border: 1px solid var(--active);
}

.social-links a:hover svg {
    stroke: var(--active);
}

.btn {
    background: var(--primary);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    min-height: 3rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn--primary {
    background: var(--primary);
}

.btn--primary:hover {
    background: var(--primary-darker);
}

.profile main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.details-anggota {
    margin-top: 10px;
    margin-left: 35px;
    font-family: Roboto, sans-serif;    
}

.label-details {
    font-family: Roboto, sans-serif; 
}


.modal-dialog {
    position: absolute;
    top: 160px;
    right: 100px;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
}

.title-profil h5{
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -0.005em;
    text-align: center;
    color: #003566;
}

.details {
    margin-top: 4px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.details h4{
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -0.005em;
    color: #505050;
}

.details p{
    font-family: "Lato";
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .015em;
    color: #4e4e4e;
    margin-top: 16px;
}



/*footer*/
footer {
    background: #fff;
    border-top: 1px solid #f2f2f2;
    padding-top: 37px;
    margin-top: 80px
}

footer .box-footer {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 51px;
    align-items: center
}

.box-flex {
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

@media(max-width: 991px) {
    footer .box-footer {
        display:grid !important;
        grid-template-areas: "logo kelola sosmed" "logo alamat sosmed";
        grid-gap: 10px
    }
}

@media(max-width: 767px) {
    footer .box-footer {
        grid-template-areas:"logo kelola kelola" "logo alamat alamat" "sosmed sosmed sosmed";
        margin-left: 12px;
        margin-right: 12px;
        grid-gap: 20px
    }
}

footer .box-footer .list-footer {
    margin-left: 58px
}

@media(max-width: 1199px) {
    footer .box-footer .list-footer {
        margin-left:32px
    }
}

@media(max-width: 560px) {
    footer .box-footer .list-footer {
        margin-left:0
    }
}

footer .box-footer .list-footer:first-of-type {
    margin-left: 0
}

@media(max-width: 991px) {
    footer .box-footer .list-footer:first-of-type {
        margin-left:32px
    }
}

@media(max-width: 767px) {
    footer .box-footer .list-footer:first-of-type {
        margin-left:0px
    }
}

footer .box-footer .list-footer.logo {
    grid-area: logo
}

footer .box-footer .list-footer.kelola {
    grid-area: kelola
}

footer .box-footer .list-footer.alamat {
    grid-area: alamat
}

footer .box-footer .list-footer.sosmed {
    grid-area: sosmed
}

@media(max-width: 991px) {
    footer .box-footer .list-footer.sosmed {
        margin:0 auto;
        text-align: center
    }
}

footer .box-footer .list-footer .logo-sekretariat {
    width: 182px;
    height: 100%
}

@media(max-width: 560px) {
    footer .box-footer .list-footer .logo-sekretariat {
        width:60px
    }
}

footer .box-footer .list-footer .title {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    color: #003566
}

@media(max-width: 560px) {
    footer .box-footer .list-footer .title {
        font-size:14px
    }
}

footer .box-footer .list-footer .text {
    font-family: "Roboto";
    font-size: 20px;
    line-height: 150%;
    color: #003566
}

@media(max-width: 560px) {
    footer .box-footer .list-footer .text {
        font-size:14px
    }
}

footer .box-footer .list-footer .box-list {
    margin-top: 20px
}

@media(max-width: 560px) {
    footer .box-footer .list-footer .box-list {
        margin-top:10px
    }
}

footer .box-footer .list-footer .box-sosmed-footer {
    display: flex;
    margin-top: 40px
}

@media(max-width: 767px) {
    footer .box-footer .list-footer .box-sosmed-footer {
        margin-top:20px
    }
}

footer .box-footer .list-footer .box-sosmed-footer .img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 100%
}

@media(max-width: 560px) {
    footer .box-footer .list-footer .box-sosmed-footer .img {
        width:30px;
        height: 30px
    }
}

footer .box-footer .list-footer .box-sosmed-footer .img.facebook {
    background-color: #337fff
}

footer .box-footer .list-footer .box-sosmed-footer .img.instagram {
    background: linear-gradient(315deg, #FBE18A 0.96%, #FCBB45 21.96%, #F75274 38.96%, #D53692 52.96%, #8F39CE 74.96%, #5B4FE9 100.96%)
}

footer .box-footer .list-footer .box-sosmed-footer .img.twitter {
    background-color: #3cf
}

footer .box-footer .list-footer .box-sosmed-footer .faq {
    font-family: "Roboto";
    font-size: 24px;
    line-height: 150%;
    color: #e1c23d
}

@media(max-width: 560px) {
    footer .box-footer .list-footer .box-sosmed-footer .faq {
        font-size:18px
    }
}

footer .copyright {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #003566;
    text-align: center;
    padding: 24px 0;
    background: #fff
}

@media(max-width: 560px) {
    footer .copyright {
        font-size:12px
    }
}


.styled-pagination .arrow.prev span,
.styled-pagination .arrow.next span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.styled-pagination .arrow.prev span {
    background-color: #e74c3c; /* Merah */
    color: white;
}

.styled-pagination .arrow.next span {
    background-color: #ecf0f1; /* Putih */
    color: #333;
    border: 1px solid #ddd;
}

.styled-pagination .arrow.prev:hover span,
.styled-pagination .arrow.next:hover span {
    transform: scale(1.1);
}

.box-sosmed-footer {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.box-sosmed-footer .img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333; /* Latar belakang gelap */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
}

.box-sosmed-footer .img:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.box-sosmed-footer .img a {
    color: white; /* Ikon berwarna putih */
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Warna latar belakang khusus per platform (opsional) */
.box-sosmed-footer .facebook {
    background-color: #1877f2;
}
.box-sosmed-footer .instagram {
    background-color: #e4405f;
}
.box-sosmed-footer .twitter {
    background-color: #1da1f2;
}
