/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*==============================================================
 You can write your style here and overwrite our style
 ============================================================== */
.wrap-feature11-box {
    margin-top: 60px;
}

.wrap-feature11-box .card-body {
    padding: 40px;
}

.wrap-feature11-box .icon-space {
    margin: -80px 0 20px;
}

.wrap-feature11-box .icon-space .icon-round {
    font-size: 45px;
    color: #ffffff;
}

.wrap-feature5-box .card-body {
    padding: 30px;
    height: 200px;
}
.wrap-feature5-box .card-body .icon-space {
    padding: 0px 30px 20px 0px;
    font-size: 45px;
    margin: 0px;
}

.wrap-feature5-box .card-body p {
    margin-bottom: 0px;
    font-size: 15px;
}

@media (max-width: 1280px) {
    .wrap-feature5-box .card-body {
        height: 200px;
    }
    .spacer {
        padding: 90px 0;
    }
}
@media (max-width: 1100px) {
    .wrap-feature5-box .card-body {
        height: 200px;
    }
    .wrap-feature5-box .card-body p {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .wrap-feature5-box .card-body h6 {
        font-size: 14px;
    }
    .wrap-feature5-box .card-body .icon-space {
        padding: 0px 10px 20px 0px;
        font-size: 40px;
        margin: 0px;
    }
    .spacer {
        padding: 90px 0;
    }
}
@media (max-width: 992px) {
    .wrap-feature5-box .card-body {
        padding: 25px;
        height: 200px;
    }
    .wrap-feature5-box .card-body h6 {
        font-size: 12px;
    }
    .wrap-feature5-box .card-body p {
        margin-bottom: 0px;
        font-size: 10px;
    }
    .wrap-feature5-box .card-body .icon-space {
        padding: 0px 10px 10px 0px;
        font-size: 40px;
        margin: 0px;
    }
    .spacer {
        padding: 0px;
    }
}
@media (max-width: 767px) {
    .wrap-feature5-box .card-body {
        height: 250px;
    }
    .spacer {
        padding: 0px;
    }
}
@media (max-width: 428px) {
    .wrap-feature5-box .card-body {
        padding: 30px;
    }
    .wrap-feature5-box .card-body h6 {
        font-size: 19px;
    }
    .wrap-feature5-box .card-body p {
        margin-bottom: 0px;
        font-size: 15px;
    }
    .wrap-feature5-box .card-body .icon-space {
        padding: 0px 20px 20px 0px;
        font-size: 45px;
        margin: 0px;
    }
    .spacer {
        padding: 0px;
    }
}
.wrap-feature-24 {
    margin-top: 60px;
}

.wrap-feature-24 .card {
    overflow: hidden;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
}

.wrap-feature-24 .card:hover {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.wrap-feature-24 .service-24 {
    text-align: center;
    padding: 40px 0;
    display: block;
}

.wrap-feature-24 .service-24 i {
    background: #f49518;
    background: -webkit-linear-gradient(legacy-direction(to right), #f49518 0%, #fbc81e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f49518), to(#fbc81e));
    background: -webkit-linear-gradient(left, #f49518 0%, #fbc81e 100%);
    background: -o-linear-gradient(left, #f49518 0%, #fbc81e 100%);
    background: linear-gradient(to right, #f49518 0%, #fbc81e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size: 50px;
}

.wrap-feature-24 .service-24 .ser-title {
    margin: 10px 0 5px;
    font-weight: 500;
}

.wrap-feature-24 .service-24:hover,
.wrap-feature-24 .service-24:focus {
    background: #f49518;
    background: -webkit-linear-gradient(legacy-direction(to right), #f49518 0%, #fbc81e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f49518), to(#fbc81e));
    background: -webkit-linear-gradient(left, #f49518 0%, #fbc81e 100%);
    background: -o-linear-gradient(left, #f49518 0%, #fbc81e 100%);
    background: linear-gradient(to right, #f49518 0%, #fbc81e 100%);
}

.wrap-feature-24 .service-24:hover i,
.wrap-feature-24 .service-24:hover .ser-title,
.wrap-feature-24 .service-24:focus i,
.wrap-feature-24 .service-24:focus .ser-title {
    color: #ffffff;
    text-fill-color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.wrap-feature-24 .service-24:hover i,
.wrap-feature-24 .service-24:focus i {
    margin-bottom: 5px;
}

.wrap-feature3-box .card-body {
    padding: 40px;
}
.wrap-feature3-box .card-body .icon-space {
    padding: 0px 40px 20px 0px;
}

/* Submenu Dropdown - Tampil ke Bawah */
.has-submenu-right {
    position: relative !important;
}

.has-submenu-right > a {
    position: relative;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.has-submenu-right > a i.fa-angle-down {
    transition: transform 0.3s ease;
}

.has-submenu-right:hover > a i.fa-angle-down {
    transform: rotate(180deg);
}

.submenu-right {
    position: relative !important;
    width: 100% !important;
    background: #f8f9fa !important;
    border-left: 3px solid gray !important;
    display: none !important;
    padding: 10px 0 10px 20px !important;
    margin: 5px 0 !important;
    list-style: none !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.has-submenu-right:hover > .submenu-right {
    display: block !important;
    max-height: 500px;
    opacity: 1;
}

.submenu-right li {
    display: block !important;
    width: 100% !important;
    margin: 3px 0 !important;
    padding: 0 !important;
}

.submenu-right li a {
    display: block !important;
    padding: 8px 15px !important;
    color: #555 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border-radius: 4px !important;
}

.submenu-right li a:hover {
    background: #e3f2fd !important;
    color: #2962ff !important;
    padding-left: 20px !important;
    font-weight: 500 !important;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .submenu-right {
        padding-left: 15px !important;
    }
    
    .has-submenu-right:hover > .submenu-right {
        display: none !important;
        max-height: 0;
        opacity: 0;
    }
    
    .has-submenu-right.mobile-active > .submenu-right {
        display: block !important;
        max-height: 500px;
        opacity: 1;
    }
    
    .submenu-right li a {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }
}

