/* 
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: ToffeeDev Team | Zahab
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
*/

/* Applications */
.wrap-carousel-applications .owl-stage-outer{
  padding-bottom: 10px;
}

.item.card-applications img{
  height:340px;
  object-fit: cover;
}

.item.card-applications{
  box-shadow: 0px 3px 10px rgb(0,0,0,7%)
}

.item.card-applications .content{
  padding:26px;
  min-height:250px;
  background:#fff;
}

.item.card-applications .content h3{
  font-family: anton;
  font-size: 34px
}

.item.card-applications .content p{
    margin:0;
	font-size:17px;
	color:#636363;
}

.item.card-applications .content .content-child{
    margin:20px 0;
}

.item.card-applications .content p.kekuatan-title{
    color:#FF4C01;
    font-weight:bold;
}

/*  */
.wrap-carousel-applications .owl-nav{
    position: absolute;
    width: 100%;
    top: 40%;
    margin: 0;
}

.wrap-carousel-applications .owl-nav > button{
    position: absolute;
}

.wrap-carousel-applications.owl-carousel .owl-nav > button.owl-prev {
    left: -25px;
    background:#fff;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-applications.owl-carousel .owl-nav > button.owl-next {
    right: -25px;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-applications .owl-nav > button  span img{
    height:32px;
}

.wrap-carousel-applications .owl-nav > button span{
    border:none;
    padding:unset;
    border-radius:unset;
}

.wrap-carousel-applications .owl-nav > button:hover span{
    border:none;
    padding:unset;
}

.wrap-carousel-applications > button.owl-next:focus,
.wrap-carousel-applications > button.owl-prev:focus,
.wrap-carousel-applications > button.owl-next:hover,
.wrap-carousel-applications > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-applications .owl-nav > button:focus{
    outline: none;
}

/* Service */
.item.card-services{
  	background: #D5D5D5;
    display: flex;
    align-items: self-start;
    flex-flow: column;
    justify-content: space-between;
    height: 400px !important;
    padding: 30px;
}

.item.card-services p{
  margin: 0;
}


.title-services{
    display: flex;
    gap: 0;
    align-items: self-start;
    padding: 0px;
    margin-bottom: 20px;
    flex-flow: column;
}

.title-services p{
	font-size: 40px;
	color:#FF4C01;
	font-family: anton;
}

.title-services h3{
	font-size: 32px;
	color: #06101A;
	font-family: anton;
	margin-bottom: 0px;
	margin-top: 20px;
	height:76px;
}

.title-services i{
    font-size:26px;
    color:#FF4C01;
}

.item.card-services .subtitle,
.item.card-services .description{
    color:#06101A;
}

.item.card-services .subtitle{
    font-weight:bold;
    font-size:19px;
    line-height:1.3em;
    display:block;
    margin-bottom:10px;
}


/*  */

.owl-theme .owl-dots .owl-dot.active span{
  background: #FF4C01 !Important;
}
.wrap-carousel-services .owl-dots {
    margin-top:20px;
}

/*  */

.wrap-carousel-services .owl-nav{
    position: absolute;
    width: 100%;
    top: 40%;
    margin: 0;
}

.wrap-carousel-services .owl-nav > button{
    position: absolute;
}

.wrap-carousel-services.owl-carousel .owl-nav > button.owl-prev {
    left: -20px;
    background:#fff;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-services.owl-carousel .owl-nav > button.owl-next {
    right: -20px;
    box-shadow:0 10px 20px rgb(63,63,63,0.22);
    padding:10px 11px !Important;
    border-radius:40px;
	background:#11131670 !important;
    backdrop-filter: blur(10px);
}

.wrap-carousel-services .owl-nav > button  span img{
    height:32px;
}

.wrap-carousel-services .owl-nav > button span{
    border:none;
    padding:unset;
    border-radius:unset;
}

.wrap-carousel-services .owl-nav > button:hover span{
    border:none;
    padding:unset;
}

.wrap-carousel-services > button.owl-next:focus,
.wrap-carousel-services > button.owl-prev:focus,
.wrap-carousel-services > button.owl-next:hover,
.wrap-carousel-services > button.owl-prev:hover{
    background:none;
}

.wrap-carousel-services .owl-nav > button:focus{
    outline: none;
}




@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) {
	.wrap-carousel-promo .item.card-promo,
	.item.card-services{
		height:unset;
	}
	
	

}

#gform_fields_3 {
  gap: 10px;
}

.gsection_title {
  margin: 20px 0 0 0;
}


/* --- 3x3 Grid Layout --- */
.fitur-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 0; 
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.fitur-grid-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    cursor: pointer;
}

.fitur-image-container {
    width: 100%;
    height: 100%;
}

.fitur-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fitur-grid-item:hover .fitur-image-container img {
    transform: scale(1.1);
}

.fitur-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    opacity: 0; 
    transition: opacity 0.4s ease-in-out; 
}

.fitur-grid-item:hover .fitur-content-overlay {
    opacity: 1;
}

.fitur-text-inner {
    transform: translateY(20px); 
    transition: transform 0.4s ease-in-out;
}

.fitur-grid-item:hover .fitur-text-inner {
    transform: translateY(0); 
}

.fitur-title {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.fitur-description {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    color: #ddd;
}

@media (max-width: 991px) {
    .fitur-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .fitur-grid-wrapper {
        grid-template-columns: 1fr;
    }
}

