
/* ----------------------------------------------------------------
	Canvas: Law Firm
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #1c532c;
	--cnvs-secondarycolor : #ffae00;
	--cnvs-themecolor-rgb: 15, 49, 126;
	--cnvs-body-font:  "Noto Sans", sans-serif;
	--cnvs-secondary-font:  "Noto Sans", sans-serif;
	--cnvs-primary-font:  "Noto Sans", sans-serif;
	--bs-secondary-color: rgba(255,255,255,0.75);
}

#footer.bg-custom, .section.bg-custom, #header-wrap, .bg-primary{
    background-color: var(--cnvs-themecolor); 
}
#footer.border-custom{
        --bs-border-opacity: 1;
    border-color: var(--cnvs-secondarycolor);
}

.page-link{
color: var(--cnvs-themecolor);
}

.page-link:hover {
    color: color-mix(in srgb, var(--cnvs-themecolor) 80%, black);
}

.dark {
	--cnvs-header-sticky-bg:  var(--cnvs-themecolor);
}

#header {
	--cnvs-header-border-color: var(--cnvs-secondarycolor);
}

.btn-secondary{
    background: var(--cnvs-secondarycolor);
    color: #
}

.section-dalam{
padding-top: 80px;
padding-bottom: 80px;
}

.text-border-right {
	overflow: hidden;
}

.text-border-right::after {
	content:"";
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-right: -100%;
	margin-left: 10px;
	border-top: 1px solid rgba(var(--cnvs-contrast-rgb), 0.25);
}

.text-border-right.b-w-50::after {
	width: 10rem;
}

.large-device-menu a {
	position: relative;
	display: block;
	margin-bottom: 14px;
	margin-right: 20px;
	transition: all .25s ease;
	font-weight: 500;
}

.large-device-menu a:last-child {
	margin-bottom: 0;
}

.large-device-menu a:hover {
	transform:  translateX(2px);
	color: var(--bs-warning) !important;
}

.service-feature  .grid-inner .more-link {
	margin-top: 10px;
}

#logo a img {
	height: auto !important;
}

@media (min-width: 992px) {

	.sticky-header .large-device-menu-wrap {
		align-items: center;
	}

	.sticky-header .large-device-menu a {
		display: inline-block;
		margin: 0 18px;
		transform: none;
	}

	.sticky-header .header-row {
		align-items: center !important;
	}

	.sticky-header .large-device-menu {
		padding: 0;
		margin: 0
	}

	.service-feature {
		position: relative;
		transform: translateY(-50%);
		z-index: 4;
	}

	.service-feature  .grid-inner .more-link {
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
		margin-top: 0;
	}

	.service-feature .grid-inner:hover .more-link {
		opacity: 1;
		visibility: visible;
		transform: translateY(4px);
		will-change: transform;
	}

	.service-feature .grid-inner .f-b-desc {
		transform: translateY(10px);
		transition: transform .3s ease;
		will-change: transform;
	}

	.service-feature .grid-inner:hover .f-b-desc {
		transform: translateY(-4px);
	}

	.grid-border {
		--cnvs-grid-border-width: 2px;
		--cnvs-grid-border-color: var(--cnvs-themecolor);
		--cnvs-grid-border-opacity: .1;
	}

	.grid-border [class^=col-]::after {
		display: none;
	}
}

.lady-justice-img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: -30px -30px 0 var(--bs-warning);
	opacity: .4;
	border-radius: .25rem;
}

#lawfirm-inline label {
	display: inline-block;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 1.75rem;
	line-height: 2;
}

#lawfirm-inline input,
#lawfirm-inline select,
.dark #lawfirm-inline input,
.dark #lawfirm-inline select {
	display: inline-block;
	background-color: transparent;
	display: inline-block;
	margin: 0 10px;
	border-radius: 0;
	width: auto;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #FFF !important;
	font-size: 1.75rem;
	padding: 0 3px;
	color: var(--bs-warning);
	font-weight: 300;
}

#lawfirm-inline input:focus { outline: none; }


#lawfirm-inline select,
.dark #lawfirm-inline select {
	-webkit-appearance: none;
	border-radius: 0;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url("images/select-arrow.svg");
	padding-right: 20px;
	background-size: 12px;
}

#lawfirm-inline input::-moz-placeholder {
	color: var(--bs-warning);
}

#lawfirm-inline input:-ms-input-placeholder {
	color: var(--bs-warning);
}

#lawfirm-inline input::-webkit-input-placeholder {
	color: var(--bs-warning);
}

.lawfirm-inline-loader.css3-spinner { background-color: rgba(255, 255, 255, 0.8) }

#lawfirm-inline-submitted,
.lawfirm-inline-success #lawfirm-inline,
.lawfirm-inline-success .lawfirm-inline-heading,
body:not(.lawfirm-inline-processing) .lawfirm-inline-loader { display: none; }

.lawfirm-inline-success #lawfirm-inline-submitted { display: block; }

.blog-cards .card::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: var(--bs-warning);
}

.widget_links:not(.widget-li-noicon) li::before {
	color: var(--bs-warning);
}

.widget_links li {
	padding: 6px 0;
}

		.is-expanded-menu #header {
            --cnvs-primary-menu-submenu-bg: #1c532c;
            --cnvs-primary-menu-submenu-color: #FFF;
			--cnvs-primary-menu-submenu-hover-bg: var(--cnvs-primary-menu-submenu-color);
			--cnvs-primary-menu-submenu-hover-color: var(--cnvs-primary-menu-submenu-bg);
            --cnvs-primary-menu-submenu-border: transparent;
		}

		.is-expanded-menu .sub-menu-container,
		.is-expanded-menu .mega-menu-content {
			border-top: var(--cnvs-primary-menu-submenu-border);
			transition: margin 0.25s ease !important;
		}

		/*.is-expanded-menu .sub-menu-container .sub-menu-container,*/
		/*.is-expanded-menu .mega-menu-content .sub-menu-container {*/
		/*	background-color: transparent;*/
		/*}*/

		.is-expanded-menu .sub-menu-container::before,
		.is-expanded-menu .mega-menu-content::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			width: 100%;
			height: 100%;
			-webkit-backdrop-filter: blur(var(--cnvs-primary-menu-submenu-blur));
			backdrop-filter: blur(var(--cnvs-primary-menu-submenu-blur));
		}

        .is-expanded-menu .sub-menu-container .menu-item > .menu-link,
		.is-expanded-menu .sub-menu-container .menu-item:hover > .menu-link {
			font-weight: 400;
		}

		.is-expanded-menu .sub-menu-container .sub-menu-container,
		.is-expanded-menu .sub-menu-container .mega-menu-content {
			top: -1px !important;
		}
		
		.menu-item:hover > .menu-link:hover, .menu-item:hover > .menu-link{
		    color: rgb(255, 193, 7);
		}
		
		    .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}


.btn-primary{
        background-color: rgba(var(--cnvs-themecolor-rgb), var(--bs-bg-opacity, 1)) !important;
}

.is-expanded-menu .menu-link{
    --cnvs-primary-menu-padding-y: calc(calc(var(--cnvs-sticky-header-height) - 50px) * 0.5);
    }
    
    .widget > h4, .widget > .h4{
    font-weight: 800;
    }
    
ul.link-footer {
  list-style: none; /* hilangkan bullet */
  padding: 0;
  margin: 0;
}

ul.link-footer li {
  border-bottom: 1px solid var(--bs-secondary-color); /* garis bawah */
  padding: 6px 0; /* spasi atas-bawah */
  color:  rgba(255,255,255,0.75)
}

ul.link-footer li:last-child {
  border-bottom: none; /* hilangkan garis pada yang terakhir */
}

.widget_links:not(.widget-li-noicon) li::before{
content:'';
}

.footer-contact li{
display:block;
margin-top: -20px;
color:  rgba(255,255,255,0.75);
}

.footer-contact li strong, .footer-contact li i{
color: #fff;
}

.slide-bg-blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: var(--cnvs-themecolor);
    z-index: 1;
        border-radius: 0 0 20% 20%;
}

#oc-events {
    position: relative;
    z-index: 2;
}

#slideshow-wrapper{
overflow-x:hidden}

.header-wrap-clone {
    height: calc(var(--cnvs-header-height) + -28px);
}

    .app-sekolah{
            padding: 15px;
    <!--border: 2px solid var(--cnvs-themecolor);-->
    border-radius: 10px;
    text-align:center;
    }
    
    .app-sekolah img{
        margin-bottom: 10px;
    }
    
    .app-sekolah h5{
        margin-bottom: 0;
    }
    
    .count-square{
    color: #fff;
            width: 100%;
            padding: 15px;
            background: var(--cnvs-themecolor);
            border-radius: 10px;
            text-align:center;
    
    }
    
    .countdown{
            background: var(--cnvs-themecolor);
    }
    
    .fbox-plain .fbox-icon i,.fbox-content h3{
    color: #fff;
    }
    
    .fbox-content h3{
        font-weight: 700;
    }
    
    .fbox-content p{
        color:  rgba(255,255,255,0.75);
    }
    
    @media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

.bg-opacity{
    background : #1c532c0a;
}

.table-striped > tbody > tr:nth-of-type(odd) > *{
    --bs-table-bg-type : #1c532c14;
}

.entry-title h3 a{
font-size:20px;
}

.sosmed-header {
    display: inline-block;
    margin: 0 4px;
}

.sosmed-header a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    transition: opacity 0.3s ease;
    border-radius: 4px
}

.sosmed-header a:hover {
    opacity: 0.8;
}

/* Warna masing-masing platform */
.sosmed-header a.facebook {
    background-color: #3b5998;
}

.sosmed-header a.instagram {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fd5949 45%,
        #d6249f 60%,
        #285AEB 90%
    );
}

.sosmed-header a.youtube {
    background-color: #FF0000;
}

.sosmed-header a.tiktok {
    background-color: #000000;
}

.sosmed-header a.whatsapp {
    background-color: #25D366;
}

.is-expanded-menu .full-header #logo, .is-expanded-menu .full-header .primary-menu .menu-container{
border-right: none;
}

#header-wrap, .is-expanded-menu .sticky-header.full-header #header-wrap{
border-bottom: 2px solid var(--cnvs-secondarycolor);
}

.page-title-content h1, .page-title-content .h1{
font-weight: 700;
}

.page-title-center .breadcrumb{
margin-top: 1rem;
}

#kalender .tr-header, .table-striped thead tr th{
background : var(--cnvs-themecolor);
color:#fff
}


		.team-person {
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		.person-container {
			border-radius: 50%;
			height: 312px;
			-webkit-tap-highlight-color: transparent;
			transform: scale(0.48);
			transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
			width: 400px;
		}
		.person-container:hover {
			transform: scale(0.54);
		}
		.person-container-inner {
			position: relative;
			transform-origin: 50%;
			top: -200px;
		}
		.person-circle {
			border-radius: 50%;
			cursor: pointer;
			height: 380px;
			left: 10px;
			pointer-events: none;
			position: absolute;
			top: 210px;
			width: 380px;
		}
		.person-img {
			pointer-events: none;
			position: relative;
			transform: translateY(20px) scale(1.16);
			transform-origin: 50% bottom;
			transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
			width: 380px;
			left: 22px;
			top: 164px;
			border-radius: 50%;
		}
		.person-container:hover .person-img {
			transform: translateY(0) scale(1.2);
		}
		.person-divider {
			height: 1px;
			width: 160px;
		}

@media (max-width: 768px) {

.top-links-container{
padding-bottom: 10px;
}
}

#top-bar{
    z-index: 2;
}

#oc-events .owl-dots .owl-dot {
width: 30px;
border-radius: 8px;
}

.sidebar-widgets-wrap{
padding:20px;
background: #fff;
}
