body {
  padding-top: 0px;
}

body.layout-home {
  padding-top: 0px;
}

body.layout-singlelogin {
  padding-top: 0px;
}
 

/* featurebox defaults */
#e107bootstrapcarousel .carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#e107fullpagecarousel .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #272B30;
  color: white;
}


#carousel-hero.carousel {
  position: relative;
  left: 0;
  top: 70px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
 

ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #212529;
}


/* fix for comment avatar */

.rounded-circle img.rounded {
    border-radius: 50%!important;
}

@media (min-width: 768px) {
    .offset1 {
        margin-left: 8.33333%;
    }
}

/*

.list-group-item.active a {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
*/

/* fix for caret bootstrap user nav */
.profile-photo-small {
  display: inline;
}

/* fix for fixed-top on login page - to save custom header */
.layout-singlelogin .fixed-top {
  position: initial;
}

/* fix for too small core login box width */

#login-template {
    max-width: 95%;
}

@media (min-width: 768px) { 
  #login-template {
      max-width: 800px;
      margin-right: auto;
      margin-left: auto;
  }
}

/* fix for too big margin */
#login-template .login-page-footer {
    margin-bottom: initial;  
}


/*Start-----------SignIN*/
.signup-xup.btn.btn-primary:hover {
  background-color: #ff6600; /* oranye */
  border-color: #ff6600;
  color: #fff;
}
 

/*Start-----------SignIN*/
/* Checkbox kecil + gradient branding */
.form-check-input-sm {
    width: 0.55em;
    height: 0.55em;
    margin-top: 0.25em;
    border: 2px solid #928dab;
    border-radius: 4px;
    background: linear-gradient(135deg, #1f1c2c, #928dab);
    transition: all 0.3s ease;
}

/* Efek saat dicentang */
.form-check-input-sm:checked {
    background: linear-gradient(135deg, #928dab, #1f1c2c);
    border-color: #fff;
    box-shadow: 0 0 6px rgba(146,141,171,0.9);
}
/* Efek glow saat hover */
.form-check-input-sm:hover {
    box-shadow: 0 0 8px rgba(146,141,171,1);
    cursor: pointer;
}
/*End-----------SignIN**/



/* bg-iframe hrm*/
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Rasio 16:9 */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* bg color */
.bg-sea-buckthorn {
    background-color: #ec954d;
}
/* bg transparent color */
.bg-dark-gray-transparent {
    background-color: rgba(42, 43, 63,.8);
}
/* bg gradient color */
.bg-gradient-chablis-red-quartz-white {
    background-image: linear-gradient(to right, #fce7e1, #fce7e1, #efe2ea, #dcdaf5, #dcdaf5);
}
.bg-gradient-top-very-light-gray {
    background-image: linear-gradient(to top, #f4f7fd, #f4f7fd, #f9fbff, #f9fbff, #ffffff);
}


/* top left right @profile pyramid cloud */
.top-40 {
    top: 40%!important;
}
.left-30 {
    left: 30%!important;
}
.right-30 {
    right: 30%!important;
}
.top-30 {
    top: 30%;
}
.top-20 {
    top: 20%;
}
.left-170px {
    left: 170px;
}
.mt-minus-2 {
    margin-top: -2px;
}
.left-minus-300px {
    left: -300px;
}

/* Custom margin-top tambahan */
.mt-6 {
  margin-top: 4rem;   /* 64px */
}
.mt-7 {
  margin-top: 5rem;   /* 80px */
}
.mt-8 {
  margin-top: 6rem;   /* 96px */
}
.mt-9 {
  margin-top: 7rem;   /* 112px */
}
.mt-10 {
  margin-top: 8rem;   /* 128px */
}
/* Custom margin-top tambahan beyond Bootstrap */
.mt-11 {
  margin-top: 9rem;   /* 144px */
}
.mt-12 {
  margin-top: 10rem;  /* 160px */
}
.mt-13 {
  margin-top: 11rem;  /* 176px */
}
.mt-14 {
  margin-top: 12rem;  /* 192px */
}
.mt-15 {
  margin-top: 13rem;  /* 208px */
}


/* background @recruitment*/
.bg-wisp-pink {
    background-color: #faebe7;
}
.bg-pattens-blue {
    background-color: #d7ebf7;
}
.bg-humming-bird {
    background-color: #dbf2eb;
}
.bg-ghost-white {
  background-color: #f3f3ff;
}
.bg-base-color-transparent {
    background-color: rgba(52, 60, 217, 0.1);
}
.bg-dark-gray-transparent-medium {
    background-color: rgba(28, 28, 28, 0.4);
}
.bg-dark-gray-transparent-extra-medium {
    background-color: rgba(6, 18, 42, 0.4);
}
.blur-box {
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
}

/* bg sliding line @recruitment*/ 
.bg-sliding-line-dark-gray { 
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px;
}

/* animasi @recruitment*/ 
@keyframes scroll1 {
    0% {
        top: 0px;
    }
    100% {
        top: 100%;
    }
}

/* banner title @branding*/
.banner-title {
    font-size: 550px;
    word-break: normal;
    letter-spacing: -40px;
}



/* search widget @right-side-layout*/
.side-bar .search form input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d1d1d1;
    background: #f7f7f7;
    min-height: auto
}

.side-bar .search form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #e99022;
    border: 0;
    float: right;
    border-radius: 0;
    padding: 0
}

.side-bar .search form button:hover:before {
    border-radius: 0;
    padding: 0
}



/* social icon style 06 */
.social-icon-style-06 li {
    position: relative;
}
.social-icon-style-06 li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: .5;
}
.social-icon-style-06 li:last-child:before {
    display: none;
}


/* -------------digital-marketing--------------- */
/* font size */
.fs-335 {
    font-size: 20.938rem;
    line-height: 18.75rem;
}
/* margin */
.mt-minus-40px {
    margin-top: -40px;
}
.text-shadow-large {
    text-shadow: 0 20px 60px rgb(0, 0, 0, 0.15);
}
.outside-box-bottom-2 {
    margin-bottom: -2vw; 
}
@media only screen and (max-width: 1700px) {
    .hamburger-nav {
        width: 35%;
    }
}
@media only screen and (max-width: 1600px) {
    .fs-335 {
        font-size: 15.625rem;
        line-height: 15.625rem;
    }
    .left-img {
        width: 300px;
    }
}
@media only screen and (max-width: 1399px) {
    .fs-335 {
        font-size: 12.5rem;
        line-height: 12.5rem;
    }
}
@media only screen and (max-width: 1199px) {
    .fs-335 {
        font-size: 10.625rem;
        line-height: 10.625rem;
    }
}
@media only screen and (max-width: 991px) {
    section {
          padding-top: 75px;
          padding-bottom: 75px;  
    }
}
@media only screen and (max-width: 767px) {
    .fs-335 {
        font-size:6.25rem;
        line-height: 6.25rem;
    }
    section {
          padding-top: 50px;
          padding-bottom: 50px;  
    }
}
/* FORCE height coverage video */
body.layout-coverage section:first-of-type {
    height: 850px !important;
    min-height: 850px !important;
}

body.layout-coverage section:first-of-type .html-video {
    height: 850px !important;
    min-height: 850px !important;
}



/* -------------video di coverage--------------- */

/* Semua ukuran layar — video sebagai background */
.html-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    display: block;
}

/* Section wrapper */
.layout-coverage section.position-relative.overflow-hidden.p-0 {
    position: relative !important;
    overflow: hidden !important;
    min-height: 500px;
    height: 100vh;
}

/* Teks/logo di atas video */
.layout-coverage section.position-relative.overflow-hidden.p-0 .container {
    position: relative !important;
    z-index: 10 !important;
}

/* Tablet */
@media (max-width: 991px) {
    .layout-coverage section.position-relative.overflow-hidden.p-0 {
        height: 60vh;
        min-height: 400px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .layout-coverage section.position-relative.overflow-hidden.p-0 {
        height: 50vh;
        min-height: 300px;
    }
}

 /* ---------end----video di coverage-mobile--------------- */



 

/* Override tombol submit di password protected page */
.cpage-restrict #submit-page-pw-Submit,
.cpage-restrict input[name="submit_page_pw"] {
    background: linear-gradient(to right, #f5a623, #0d6efd) !important;
    background-image: linear-gradient(to right, #f5a623, #0d6efd) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    width: 100% !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
}

/* Hilangkan background dari div wrapper */
.cpage-restrict .btn-transparent-light-gray,
.cpage-restrict .btn-large {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 100% !important;
}




/**
 * Social Icons Template Styles for e107 CMS
 * Mendukung berbagai template style: default, colored, rounded, square, dll
 */

/* ===============================================
   Base Wrapper Styles
   =============================================== */

.e107-social-icons-wrapper {
	margin: 20px 0;
	padding: 15px;
	text-align: center;
}

.e107-social-icons {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

/* ===============================================
   DEFAULT Template Style
   =============================================== */

.e107-social-icons .social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease;
	color: #555;
	text-decoration: none;
}

.e107-social-icons .social-icon:hover {
	transform: translateY(-3px);
	color: #000;
}

.e107-social-icons .social-icon span {
	font-size: 20px;
}

/* ===============================================
   COLORED Template Style
   =============================================== */

.social-colored .social-icon-colored {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background-color: #f5f5f5;
	transition: all 0.3s ease;
}

.social-colored .social-icon-colored:hover {
	transform: translateY(-4px) scale(1.05);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* Brand Colors for Colored Template */
.social-colored .social-facebook { background-color: #1877F2 !important; color: #fff !important; }
.social-colored .social-twitter { background-color: #1DA1F2 !important; color: #fff !important; }
.social-colored .social-instagram { 
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important; 
	color: #fff !important; 
}
.social-colored .social-linkedin { background-color: #0A66C2 !important; color: #fff !important; }
.social-colored .social-youtube { background-color: #FF0000 !important; color: #fff !important; }
.social-colored .social-pinterest { background-color: #E60023 !important; color: #fff !important; }
.social-colored .social-github { background-color: #181717 !important; color: #fff !important; }
.social-colored .social-tiktok { 
	background: linear-gradient(45deg, #000000 0%, #EE1D52 50%, #69C9D0 100%) !important; 
	color: #fff !important; 
}
.social-colored .social-whatsapp { background-color: #25D366 !important; color: #fff !important; }
.social-colored .social-telegram { background-color: #0088CC !important; color: #fff !important; }
.social-colored .social-discord { background-color: #5865F2 !important; color: #fff !important; }
.social-colored .social-spotify { background-color: #1DB954 !important; color: #fff !important; }
.social-colored .social-twitch { background-color: #9146FF !important; color: #fff !important; }
.social-colored .social-reddit { background-color: #FF4500 !important; color: #fff !important; }
.social-colored .social-vimeo { background-color: #1AB7EA !important; color: #fff !important; }
.social-colored .social-snapchat { background-color: #FFFC00 !important; color: #000 !important; }
.social-colored .social-rss { background-color: #FF6600 !important; color: #fff !important; }

/* ===============================================
   ROUNDED Template Style
   =============================================== */

.social-rounded .social-icon-rounded {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #f8f9fa;
	border: 2px solid #e0e0e0;
	color: #555;
	transition: all 0.3s ease;
}

.social-rounded .social-icon-rounded:hover {
	transform: rotate(360deg) scale(1.1);
	border-color: #667eea;
	color: #667eea;
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.social-rounded .social-icon-rounded span {
	font-size: 20px;
}

/* ===============================================
   SQUARE Template Style
   =============================================== */

.social-square .social-icon-square {
	width: 46px;
	height: 46px;
	border-radius: 4px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.social-square .social-icon-square:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.social-square .social-icon-square span {
	font-size: 20px;
}

/* ===============================================
   MINIMAL Template Style
   =============================================== */

.social-minimal .social-icon-minimal {
	color: #888;
	font-size: 24px;
	transition: all 0.2s ease;
	padding: 5px;
}

.social-minimal .social-icon-minimal:hover {
	color: #000;
	transform: scale(1.15);
}

.social-minimal .social-icon-minimal i {
	display: block;
}

/* ===============================================
   GRADIENT Template Style
   =============================================== */

.social-gradient .social-icon-gradient {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}

.social-gradient .social-icon-gradient::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
	transition: left 0.5s;
}

.social-gradient .social-icon-gradient:hover::before {
	left: 100%;
}

.social-gradient .social-icon-gradient:hover {
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 10px 25px rgba(102, 126, 234, 0.5);
}

/* ===============================================
   LABELS Template Style
   =============================================== */

.social-with-labels .social-icon-labeled {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border-radius: 25px;
	background-color: #f8f9fa;
	border: 1px solid #e0e0e0;
	color: #333;
	transition: all 0.3s ease;
	text-decoration: none;
}

.social-with-labels .social-icon-labeled:hover {
	background-color: #667eea;
	border-color: #667eea;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.social-with-labels .social-icon-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}

.social-with-labels .social-icon-wrapper i {
	font-size: 18px;
}

.social-with-labels .social-label {
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

/* ===============================================
   FOOTER Template Style
   =============================================== */

.footer-social-wrapper {
	padding: 30px 0;
	text-align: center;
	background-color: #2d3748;
	color: #fff;
}

.footer-social-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-social-icons {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}

.footer-social-icon {
	width: 45px;
	height: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.footer-social-icon:hover {
	background-color: #fff;
	color: #2d3748;
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

/* ===============================================
   SIDEBAR Template Style
   =============================================== */

.sidebar-social-wrapper {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
	margin: 20px 0;
}

.sidebar-social-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 8px;
}

.sidebar-social-title i {
	color: #667eea;
}

.sidebar-social-icons {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sidebar-social-icon {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 15px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #555;
	transition: all 0.3s ease;
	text-decoration: none;
}

.sidebar-social-icon:hover {
	background-color: #667eea;
	border-color: #667eea;
	color: #fff;
	transform: translateX(5px);
	box-shadow: 0 3px 10px rgba(102, 126, 234, 0.2);
}

.sidebar-social-icon i {
	font-size: 20px;
	width: 24px;
	text-align: center;
}

.sidebar-social-icon .social-name {
	font-size: 14px;
	font-weight: 500;
}

/* ===============================================
   FLOATING Template Style
   =============================================== */

.floating-social-wrapper {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
}

.floating-social-icons {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.floating-social-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2d3748;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease;
	border-left: 3px solid transparent;
	position: relative;
}

.floating-social-icon:hover {
	width: 60px;
	padding-right: 10px;
	background-color: #667eea;
	border-left-color: #fff;
}

.floating-social-icon i {
	transition: transform 0.3s ease;
}

.floating-social-icon:hover i {
	transform: scale(1.2);
}

/* Specific colors for floating icons */
.floating-social-icon.social-facebook:hover { background-color: #1877F2; }
.floating-social-icon.social-twitter:hover { background-color: #1DA1F2; }
.floating-social-icon.social-instagram:hover { 
	background: linear-gradient(45deg, #f09433 0%, #e6683c 50%, #dc2743 100%); 
}
.floating-social-icon.social-whatsapp:hover { background-color: #25D366; }
.floating-social-icon.social-youtube:hover { background-color: #FF0000; }

/* ===============================================
   Responsive Design
   =============================================== */

@media (max-width: 768px) {
	.e107-social-icons {
		gap: 10px;
	}
	
	.social-icon {
		width: 36px !important;
		height: 36px !important;
	}
	
	.social-icon span,
	.social-icon i {
		font-size: 16px !important;
	}
	
	.social-with-labels .social-label {
		display: none;
	}
	
	.footer-social-icon {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	
	.sidebar-social-icon .social-name {
		font-size: 13px;
	}
	
	.floating-social-wrapper {
		right: 0;
		left: auto;
	}
	
	.floating-social-icon {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.e107-social-icons-wrapper {
		padding: 10px;
	}
	
	.e107-social-icons {
		gap: 8px;
	}
	
	.social-with-labels .social-icon-labeled {
		padding: 8px 12px;
	}
	
	.footer-social-title {
		font-size: 16px;
	}
	
	.sidebar-social-wrapper {
		padding: 15px;
	}
}

/* ===============================================
   Dark Mode Support
   =============================================== */

@media (prefers-color-scheme: dark) {
	.e107-social-icons-wrapper {
		background-color: #1a202c;
	}
	
	.social-rounded .social-icon-rounded {
		background-color: #2d3748;
		border-color: #4a5568;
		color: #e2e8f0;
	}
	
	.social-with-labels .social-icon-labeled {
		background-color: #2d3748;
		border-color: #4a5568;
		color: #e2e8f0;
	}
	
	.sidebar-social-wrapper {
		background-color: #2d3748;
	}
	
	.sidebar-social-title {
		color: #e2e8f0;
	}
	
	.sidebar-social-icon {
		background-color: #1a202c;
		border-color: #4a5568;
		color: #e2e8f0;
	}
}

/* ===============================================
   Print Styles
   =============================================== */

@media print {
	.e107-social-icons-wrapper,
	.floating-social-wrapper {
		display: none !important;
	}
}

/* ===============================================
   Animation Keyframes
   =============================================== */

@keyframes socialBounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}

@keyframes socialPulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}

@keyframes socialRotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/* Hover animations untuk special effects */
.social-icon.animated:hover {
	animation: socialBounce 0.6s ease;
}

/* ===============================================
   Accessibility Enhancements
   =============================================== */

.social-icon:focus-visible,
.footer-social-icon:focus-visible,
.sidebar-social-icon:focus-visible,
.floating-social-icon:focus-visible {
	outline: 3px solid #667eea;
	outline-offset: 3px;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
	.social-icon,
	.footer-social-icon,
	.sidebar-social-icon {
		border: 2px solid currentColor;
	}
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
	.social-icon,
	.footer-social-icon,
	.sidebar-social-icon,
	.floating-social-icon,
	.social-icon-labeled {
		transition: none;
		animation: none;
	}
}