/* 
Theme Name: Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Digitalatama
Author URI: https://toffeedev.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* TOC */
a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle.ez-toc-loaded:focus {
    outline:none;
}
div#ez-toc-container {
    padding:10px;
}

div#ez-toc-container *{
    font-size:13px !important;
}

div#ez-toc-container p{
    font-weight:bold !Important;
}

/* Dots Elementor Custom */
.custom-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width:28px;
    border-radius:6px;
}
.custom-dots .e-n-carousel.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
    padding-top:30px;
}

/* Read More PDP */
.readmore-text-container {
    max-width: 100%;
    font-family: inherit; /* Mengikuti font bawaan tema Elementor Anda */
}

/* Mengatur tinggi awal teks saat terpotong */
.readmore-text-container .text-content {
    max-height: 50px; /* Sesuaikan tinggi ini untuk menentukan berapa baris yang muncul di awal */
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    transition: max-height 0.4s ease-in-out;
}

/* Efek pudar di bagian bawah teks sebelum di-klik */
.readmore-text-container .text-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.95));
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* Menghilangkan efek pudar saat teks terbuka penuh */
.readmore-text-container .text-content.expanded::after {
    opacity: 0;
}

/* Styling Tombol Read More */
.readmore-text-container .btn-readmore {
    background: none;
    border: none;
    color: #0BB3B9; /* Warna teks tombol */
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    margin-top: 8px;
    cursor: pointer;
    display: block;
    text-align: center;
    transition: color 0.2s ease;
	width:100%;
}

.readmore-text-container .btn-readmore:hover {
    color: #0369a1;
    text-decoration: none;
}

/* Heading Line */
.heading-line{
    display: flex;
    align-items: center;
    gap:8px;
}

.heading-line:before{
    content:'';
    width:24px;
    height:2px;
    background: #0BB3B9;
}

/* icon inline */
.icon-inline .elementor-icon{
	display:inline;
}

/* Bold */
.bold-hl{
    font-weight: 800;
    color:#0BB3B9;
}

p{
	margin:0 !important;
}

/* BTN CUSTOM */
.btn-cura a {
    position: relative;
    background-image: linear-gradient(180deg, #0bb3b9 0%, #12585b 100%);
    z-index: 1;
    box-shadow: 0px 13px 24.1px -1px rgba(11, 179, 185, .0);
}
.btn-cura a::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(180deg, #0bb3b9 100%, #12585b 0%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    border-radius: inherit;
}
.btn-cura a:hover::before {
    opacity: 1;
	box-shadow: 0px 10px 10px -1px rgba(11, 179, 185, .2);
}

/* Services Slider */
/* PDP SERVICES - SERVICES SLIDER */
.card-services {
    height:560px;
    overflow:hidden;
    position:relative;
	border-radius:24px;
	overflow:hidden;
}

.card-services .overlay-services {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/* Layer 1: gradient default */
.card-services .overlay-services::before,
.card-services .overlay-services::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: opacity 0.5s ease;
}

/* Gradient bawah — selalu tampil */
.card-services .overlay-services::before {
    background: linear-gradient(181deg, rgba(0,0,0,0) 60%, var(--svc-color) 100%);
    opacity: 1;
}

/* Solid full — hidden by default */
.card-services .overlay-services::after {
    background: var(--svc-color);
    opacity: 0;
}

/* Hover: fade out gradient, fade in solid */
.card-services:hover .overlay-services::before {
    opacity: 0;
}
.card-services:hover .overlay-services::after {
    opacity: 0.8;
}

.card-services img{
    position:absolute;
    top:0;
    height:100%;
    width:100%;
    object-fit:cover
}

/*  */

.card-services .content-services{
    position:absolute;
    top:65%;
    z-index:2;
    padding:30px;
    padding-top:80px;
    transition:.35s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-services:hover .content-services{
    top:0;
}

.card-services .content-services *{
    color:#fff;
	text-decoration:none;
}

.card-services .content-services .excerpt-services{
    display:flex;
    flex-direction:column;
    height:100%;
}

.card-services .content-services .title-services h3{
    font-size:23px;
}


/*  */

.content-services a.btn-services{
    padding:15px 30px;
    border:1px solid;
    padding: 15px 30px;
    border: 1px solid;
    display: flex;
    justify-content: content-start;
    align-self: flex-start;
    transition:.4s;
	border-radius:30px;
	margin-top:16px;
}

.content-services a.btn-services:hover{
    background:#001726;
    border:1px solid #fff;
	color:#fff;
}

/* dots */
.wrap-pdp-services.owl-carousel.owl-theme .owl-dots {
	text-align: center;
	margin-top: 0;
}
.wrap-pdp-services.owl-carousel.owl-theme .owl-dot span {
	width: 10px;
	height: 10px;
	background: #DCE8E5;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	transition: all 0.3s;
}
.wrap-pdp-services.owl-carousel.owl-theme .owl-dot.active span {
	background: #001726 !important;
	width: 28px;
	border-radius: 5px;
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (max-width: 480px) {
	

}

