/*==================================================
    GOOGLE FONT
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*==================================================
    ROOT
==================================================*/

:root{

    --primary:#0d6efd;      /* Biru */
    --secondary:#0b5ed7;    /* Biru tua */
    --success:#25D366;      /* Hijau WhatsApp */
    --dark:#16213E;         /* Navy */
    --light:#ffffff;
    --gray:#f8f9fa;
    --text:#5f6368;

}

/*==================================================
    RESET
==================================================*/

*{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Poppins',sans-serif;

background:#fff;

color:#333;

overflow-x:hidden;

line-height:1.7;

}

img{

max-width:100%;

display:block;

}

a{

text-decoration:none;

transition:var(--transition);

}

section{

padding:90px 0;

}

/*==================================================
    NAVBAR
==================================================*/

.navbar{

background:rgba(0,0,0,.25);

backdrop-filter:blur(10px);

transition:.4s;

padding:18px 0;

}

.navbar.scrolled{

background:#fff;

box-shadow:0 5px 20px rgba(0,0,0,.08);

border-bottom:3px solid #0d6efd;

padding:10px 0;

}

.navbar-brand{

font-size:28px;

font-weight:700;

/*color:var(--primary)!important;*/

}

.nav-link{

color:#fff!important;

font-weight:500;

margin-left:18px;

position:relative;

}

.navbar.scrolled .nav-link{

color:#222!important;

}

.nav-link::after{

content:"";

position:absolute;

left:0;

bottom:-5px;

width:0;

height:2px;

background:var(--primary);

transition:.3s;

}

.nav-link:hover::after{

width:100%;

}

/*==================================================
    BUTTON
==================================================*/

.btn-primary{

background:var(--primary);

border:none;

color:#fff;

padding:12px 28px;

font-weight:600;

border-radius:50px;

transition:.3s;

}

.btn-primary:hover{

background:var(--secondary);

transform:translateY(-3px);

box-shadow:0 12px 20px rgba(255,140,0,.35);

}

.btn-outline-light{

border-radius:50px;

padding:12px 28px;

}

/*==================================================
    HERO
==================================================*/

.hero{

position:relative;

background:url("../img/bg-hero.jpg") center center/cover no-repeat;

min-height:100vh;

display:flex;

align-items:center;

overflow:hidden;

}

.overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:linear-gradient(
90deg,
rgba(0,0,0,.8),
rgba(0,0,0,.45)
);

}

.hero .container{

position:relative;

z-index:10;

}

.hero h1{

font-size:58px;

font-weight:800;

line-height:1.2;

margin-bottom:25px;

color:#fff;

}

.hero p{

font-size:18px;

color:#f0f0f0;

margin-bottom:30px;

max-width:560px;

}

.hero .badge{

font-size:15px;

padding:10px 18px;

border-radius:40px;

}

/*==================================================
    HERO IMAGE
==================================================*/

.hero-img{

animation:float 4s ease-in-out infinite;

filter:drop-shadow(0 30px 40px rgba(0,0,0,.35));

}

@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0);

}

}

/*==================================================
    HERO STATS
==================================================*/

.hero h3{

font-size:36px;

font-weight:700;

color:var(--primary);

}

.hero .col-4 p{

color:#ddd;

font-size:15px;

}

/*==================================================
    CARD HOVER
==================================================*/

.service-card{

border-radius:var(--radius);

transition:.35s;

overflow:hidden;

}

.service-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.service-card i{

transition:.35s;

}

.service-card:hover i{

transform:scale(1.15) rotate(5deg);

color:var(--secondary)!important;

}

/*==================================================
    SECTION TITLE
==================================================*/

section h2{

font-size:42px;

font-weight:700;

margin-bottom:15px;

color:#222;

}

section p{

color:#666;

}

/*==================================================
    TEXT SELECTION
==================================================*/

::selection{

background:var(--primary);

color:#fff;

}

/*==================================================
    SCROLLBAR
==================================================*/

::-webkit-scrollbar{

width:8px;

}

::-webkit-scrollbar-thumb{

background:var(--primary);

border-radius:10px;

}

::-webkit-scrollbar-track{

background:#efefef;

}
/*==================================================
    STATISTIK
==================================================*/

.counter{

font-size:52px;

font-weight:700;

color:var(--primary);

margin-bottom:10px;

}

.counter::after{

content:"+";

font-size:30px;

}

.fa-users,
.fa-user-gear,
.fa-screwdriver-wrench,
.fa-star{

transition:.35s;

}

.col-md-3:hover i{

transform:scale(1.15) rotate(8deg);

color:var(--secondary)!important;

}

/*==================================================
    SERVICES
==================================================*/

#layanan{

background:#eef5ff;

}

#layanan .card{

border:none;

border-radius:18px;

overflow:hidden;

transition:.35s;

background:#fff;

}

#layanan .card-body{

padding:35px;

}

#layanan .card i{

font-size:55px;

margin-bottom:20px;

transition:.4s;

}

#layanan .card h5{

font-weight:700;

margin-bottom:15px;

font-size:22px;

}

#layanan .card p{

color:#777;

font-size:15px;

line-height:1.8;

}

/* Hover */

#layanan .card:hover{

transform:translateY(-12px);

box-shadow:0 25px 45px rgba(0,0,0,.12);

}

#layanan .card:hover i{

transform:rotate(8deg) scale(1.15);

color:var(--secondary)!important;

}

/*==================================================
    ICON BACKGROUND
==================================================*/

#layanan i{

width:90px;

height:90px;

line-height:90px;

border-radius:50%;

background:#eef5ff;

}

/*==================================================
    CARD BORDER EFFECT
==================================================*/

#layanan .card{

position:relative;

}

#layanan .card::before{

content:"";

position:absolute;

left:0;

top:0;

width:0;

height:5px;

background:var(--primary);

transition:.4s;

}

#layanan .card:hover::before{

width:100%;

}

/*==================================================
    SERVICE BUTTON
==================================================*/

.service-card{

cursor:pointer;

}

/*==================================================
    SECTION TITLE
==================================================*/

#layanan h2{

font-size:44px;

font-weight:700;

margin-bottom:15px;

}

#layanan .text-muted{

font-size:17px;

}

/*==================================================
    SHADOW EFFECT
==================================================*/

.shadow{

box-shadow:0 15px 35px rgba(0,0,0,.08)!important;

}

/*==================================================
    HOVER ANIMATION
==================================================*/

.service-card{

transition:all .35s ease;

}

.service-card:hover{

transform:translateY(-10px);

}

/*==================================================
    BADGE
==================================================*/

.badge{

padding:10px 18px;

border-radius:40px;

font-weight:600;

letter-spacing:.5px;

}

/*==================================================
    CONTAINER SPACING
==================================================*/

#layanan .container{

max-width:1200px;

}

/*==================================================
    ICON COLOR
==================================================*/

.text-warning{

color:var(--primary)!important;

}

/*==================================================
    RESPONSIVE
==================================================*/

@media(max-width:991px){

#layanan{

text-align:center;

}

#layanan .card{

margin-bottom:25px;

}

}

@media(max-width:768px){

.counter{

font-size:40px;

}

#layanan h2{

font-size:34px;

}

#layanan .card-body{

padding:28px;

}

#layanan .card i{

font-size:45px;

width:75px;

height:75px;

line-height:75px;

}

}

@media(max-width:576px){

.counter{

font-size:34px;

}

#layanan .card{

border-radius:15px;

}

#layanan .card h5{

font-size:20px;

}

#layanan .card p{

font-size:14px;

}

}
/*==================================================
    KEUNGGULAN
==================================================*/

#keunggulan{
    background:#ffffff;
}

#keunggulan .card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    transition:all .35s ease;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

#keunggulan .card-body{
    padding:35px 30px;
}

#keunggulan .card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

#keunggulan i{
    width:85px;
    height:85px;
    line-height:85px;
    border-radius:50%;
    background:#fff4e8;
    transition:.35s;
}

#keunggulan .card:hover i{
    background:var(--primary);
    color:#fff !important;
    transform:rotate(8deg) scale(1.1);
}

#keunggulan h4{
    font-size:22px;
    font-weight:700;
    margin:20px 0 12px;
}

#keunggulan p{
    color:#777;
    font-size:15px;
    line-height:1.8;
}

/*==================================================
    JENIS KERUSAKAN
==================================================*/

#kerusakan{
    background:linear-gradient(180deg,#fafafa,#ffffff);
}

#kerusakan .card{
    border:none;
    border-radius:18px;
    transition:all .35s ease;
    overflow:hidden;
    height:100%;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

#kerusakan .card-body{
    padding:30px 25px;
}

#kerusakan .card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

#kerusakan i{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    background:#fff7ef;
    transition:.3s;
}

#kerusakan .card:hover i{
    transform:scale(1.15);
}

#kerusakan h5{
    font-size:20px;
    font-weight:600;
    margin:18px 0 10px;
}

#kerusakan p{
    font-size:14px;
    color:#666;
    line-height:1.7;
}

/* Efek garis atas */

#kerusakan .card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:var(--primary);
    transform:scaleX(0);
    transform-origin:left;
    transition:.35s;
}

#kerusakan .card{
    position:relative;
}

#kerusakan .card:hover::before{
    transform:scaleX(1);
}

/*==================================================
    ANIMASI
==================================================*/

@keyframes fadeUpCard{

    from{
        opacity:0;
        transform:translateY(20px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

#keunggulan .card,
#kerusakan .card{
    animation:fadeUpCard .6s ease;
}

/*==================================================
    RESPONSIVE
==================================================*/

@media(max-width:991px){

    #keunggulan .card,
    #kerusakan .card{
        margin-bottom:25px;
    }

}

@media(max-width:768px){

    #keunggulan h4{
        font-size:20px;
    }

    #kerusakan h5{
        font-size:18px;
    }

    #keunggulan .card-body,
    #kerusakan .card-body{
        padding:25px;
    }

    #keunggulan i,
    #kerusakan i{
        width:70px;
        height:70px;
        line-height:70px;
        font-size:30px !important;
    }

}

@media(max-width:576px){

    #keunggulan,
    #kerusakan{
        text-align:center;
    }

    #keunggulan .card,
    #kerusakan .card{
        border-radius:15px;
    }

}
/*==================================================
    GALERI
==================================================*/

#galeri{
    background:#ffffff;
}

#galeri .gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 12px 25px rgba(0,0,0,.08);
    cursor:pointer;
}

#galeri .gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.45s ease;
}

#galeri .gallery-item:hover img{
    transform:scale(1.12);
}

#galeri .gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.15)
    );
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.35s;
}

#galeri .gallery-item:hover .gallery-overlay{
    opacity:1;
}

#galeri .gallery-overlay i{
    width:70px;
    height:70px;
    line-height:70px;
    border-radius:50%;
    background:#fff;
    color:var(--primary);
    text-align:center;
    font-size:28px;
    transform:scale(.8);
    transition:.3s;
}

#galeri .gallery-item:hover .gallery-overlay i{
    transform:scale(1);
}

/*==================================================
    TESTIMONI
==================================================*/

#testimoni{
    background:#f8f9fa;
}

#testimoni .swiper{
    padding-bottom:50px;
}

#testimoni .swiper-slide{
    height:auto;
}

#testimoni .card{
    border:none;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

#testimoni .card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 45px rgba(0,0,0,.15);
}

#testimoni .card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
}

#testimoni img{
    width:60px;
    height:60px;
    object-fit:cover;
    border:3px solid var(--primary);
}

#testimoni h6{
    font-weight:700;
    margin-bottom:3px;
}

#testimoni small{
    color:#888;
}

#testimoni .fa-star{
    color:#ffc107;
    margin-right:2px;
}

/* Pagination */

.swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#ccc;
    opacity:1;
}

.swiper-pagination-bullet-active{
    width:28px;
    border-radius:20px;
    background:var(--primary);
}

/*==================================================
    ANIMASI
==================================================*/

.gallery-item,
#testimoni .card{
    animation:fadeUp .7s ease;
}

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(30px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/*==================================================
    RESPONSIVE
==================================================*/

@media(max-width:991px){

    #galeri .gallery-item img{
        height:240px;
    }

}

@media(max-width:768px){

    #galeri .gallery-item img{
        height:220px;
    }

    #galeri .gallery-overlay i{
        width:60px;
        height:60px;
        line-height:60px;
        font-size:24px;
    }

}

@media(max-width:576px){

    #galeri .gallery-item img{
        height:200px;
    }

    #testimoni .card{
        border-radius:15px;
    }

}
/*==================================================
    FAQ SECTION
==================================================*/

#faq{
    background:#ffffff;
}

#faq .accordion{
    max-width:900px;
    margin:auto;
}

#faq .accordion-item{
    border:none;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

#faq .accordion-button{

    font-size:17px;

    font-weight:600;

    padding:22px;

    background:#fff;

    color:#222;

    box-shadow:none;

}

#faq .accordion-button:not(.collapsed){

    background:var(--primary);

    color:#fff;

}

#faq .accordion-button:focus{

    box-shadow:none;

}

#faq .accordion-body{

    padding:25px;

    font-size:15px;

    line-height:1.8;

    color:#666;

}

/*==================================================
    CTA BOOKING
==================================================*/

#kontak{

    background:linear-gradient(
	135deg,
	#0d6efd,
	#0b5ed7
	);

    color:#fff;

}

#kontak h2{

    color:#fff;

    font-size:46px;

    font-weight:700;

}

#kontak h4{

    font-weight:500;

}

#kontak p{

    color:#fff;

    line-height:1.9;

}

#kontak .card{

    border:none;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

#kontak .card-body{

    padding:35px;

}

#kontak input,
#kontak textarea{

    border-radius:12px;

    border:1px solid #ddd;

    padding:14px 16px;

    transition:.3s;

}

#kontak input:focus,
#kontak textarea:focus{

    border-color:var(--primary);

    box-shadow:0 0 0 .2rem rgba(255,140,0,.15);

}

#kontak textarea{

    resize:none;

}

#kontak .btn-warning{

    border-radius:50px;

    padding:14px;

    font-weight:600;

    transition:.35s;

}

#kontak .btn-warning:hover{

    transform:translateY(-3px);

}

/*==================================================
    RESPONSIVE
==================================================*/

@media(max-width:768px){

    #kontak{

        text-align:center;

    }

    #kontak h2{

        font-size:34px;

    }

    #faq .accordion-button{

        font-size:16px;

        padding:18px;

    }

}
/*==================================================
    FOOTER
==================================================*/

footer{
    background:#0b1220;
    color:#ddd;
}

footer h4,
footer h5{
    color:#fff;
    margin-bottom:20px;
    font-weight:700;
}

footer p{
    color:#bdbdbd;
    line-height:1.8;
}

footer ul{
    padding:0;
    margin:0;
}

footer ul li{
    list-style:none;
    margin-bottom:12px;
}

footer ul li a{
    color:#bdbdbd;
    transition:.3s;
}

footer ul li a:hover{
    color:#0d6efd;
    padding-left:6px;
}

footer .fa-facebook,
footer .fa-instagram,
footer .fa-tiktok,
footer .fa-youtube{

    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    transition:.35s;
}

footer .fa-facebook:hover,
footer .fa-instagram:hover,
footer .fa-tiktok:hover,
footer .fa-youtube:hover{

    background:var(--primary);

    color:#fff;

    transform:translateY(-5px);

}

footer hr{

    border-color:rgba(255,255,255,.1);

    margin:35px 0 20px;

}

/*==================================================
    FLOATING WHATSAPP
==================================================*/

.floating-wa{

    position:fixed;

    right:25px;

    bottom:25px;

    width:65px;

    height:65px;

    border-radius:50%;

    background:#25D366;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    z-index:9999;

    box-shadow:0 15px 35px rgba(37,211,102,.35);

    transition:.35s;

    animation:waPulse 2s infinite;

}

.floating-wa:hover{

    transform:scale(1.1);

    color:#fff;

}

@keyframes waPulse{

    0%{

        box-shadow:0 0 0 0 rgba(37,211,102,.45);

    }

    70%{

        box-shadow:0 0 0 18px rgba(37,211,102,0);

    }

    100%{

        box-shadow:0 0 0 0 rgba(37,211,102,0);

    }

}

/*==================================================
    BACK TO TOP
==================================================*/

.back-to-top{

    position:fixed;

    right:25px;

    bottom:105px;

    width:50px;

    height:50px;

    border-radius:50%;

    background:var(--primary);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:9998;

}

.back-to-top.show{

    opacity:1;

    visibility:visible;

}

.back-to-top:hover{

    background:var(--secondary);

    color:#fff;

}

/*==================================================
    UTILITIES
==================================================*/

.rounded-xl{

    border-radius:20px;

}

.shadow-soft{

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.bg-gradient-orange{

    background:linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );

}

.text-orange{

    color:var(--primary);

}

/*==================================================
    RESPONSIVE
==================================================*/

@media(max-width:991px){

    footer{

        text-align:center;

    }

    footer .col-lg-2,
    footer .col-lg-3,
    footer .col-lg-4{

        margin-bottom:30px;

    }

}

@media(max-width:768px){

    .floating-wa{

        width:58px;

        height:58px;

        font-size:30px;

        right:18px;

        bottom:18px;

    }

    .back-to-top{

        width:45px;

        height:45px;

        right:18px;

        bottom:90px;

    }

}

@media(max-width:576px){

    section{

        padding:70px 0;

    }

    h1{

        font-size:34px !important;

    }

    h2{

        font-size:28px !important;

    }

    .btn{

        width:100%;

        margin-bottom:12px;

    }

}
/*==================================================
        RESPONSIVE & POLISHING
==================================================*/

/* Smooth Scroll */
html{
    scroll-behavior:smooth;
}

/* Image Responsive */
img{
    max-width:100%;
    height:auto;
}

/* Section */
section{
    overflow:hidden;
}

/* Container */
.container{
    max-width:1200px;
}

/* Card Height */
.card{
    height:100%;
}

/* Button Animation */
.btn{
    transition:.35s ease;
}

.btn:hover{
    transform:translateY(-3px);
}

/* Form */
input,
textarea,
select{

    font-size:15px;

}

textarea{

    resize:none;

}

/*==================================================
        DESKTOP
==================================================*/

@media(min-width:1200px){

.hero{

padding-top:120px;

}

.hero h1{

font-size:60px;

}

.hero-img{

max-width:550px;

}

}

/*==================================================
        LAPTOP
==================================================*/

@media(max-width:1199px){

.hero h1{

font-size:50px;

}

.hero-img{

max-width:450px;

}

}

/*==================================================
        TABLET
==================================================*/

@media(max-width:991px){

section{

padding:75px 0;

}

/* Navbar */

.navbar{

padding:12px 0;

}

.navbar-nav{

text-align:center;

padding-top:15px;

}

.nav-link{

margin:8px 0;

}

/* Hero */

.hero{

min-height:auto;

padding:120px 0 70px;

text-align:center;

}

.hero h1{

font-size:42px;

}

.hero p{

margin:auto auto 30px;

}

.hero-img{

margin:40px auto 0;

max-width:360px;

}

/* Stats */

.counter{

font-size:38px;

}

.service-card,
.card{

margin-bottom:25px;

}

/* Area */

#area img{

margin-top:40px;

}

/* CTA */

#kontak{

text-align:center;

}

#kontak .card{

margin-top:40px;

}

footer{

text-align:center;

}

}

/*==================================================
        MOBILE
==================================================*/

@media(max-width:768px){

section{

padding:60px 0;

}

.hero{

padding:110px 0 60px;

}

.hero h1{

font-size:34px!important;

line-height:1.3;

}

.hero p{

font-size:15px;

}

.hero-img{

max-width:280px;

}

.hero .btn{

display:block;

width:100%;

margin-bottom:15px;

}

.counter{

font-size:32px;

}

h2{

font-size:30px!important;

}

.card{

border-radius:15px;

}

#galeri .gallery-item img{

height:220px;

}

#testimoni .card{

padding:20px;

}

footer h4{

margin-top:20px;

}

}

/*==================================================
        SMALL MOBILE
==================================================*/

@media(max-width:576px){

.hero{

padding-top:95px;

}

.hero h1{

font-size:28px!important;

}

.hero p{

font-size:14px;

}

.hero-img{

max-width:230px;

}

section{

padding:50px 0;

}

.btn{

width:100%;

}

.counter{

font-size:28px;

}

.process-icon{

width:65px;

height:65px;

line-height:65px;

font-size:26px;

}

#galeri .gallery-item img{

height:180px;

}

.floating-wa{

width:55px;

height:55px;

font-size:28px;

right:15px;

bottom:15px;

}

.back-to-top{

width:45px;

height:45px;

right:15px;

bottom:80px;

}

}

/*==================================================
        EXTRA SMALL
==================================================*/

@media(max-width:360px){

.hero h1{

font-size:24px!important;

}

.hero-img{

max-width:180px;

}

.counter{

font-size:24px;

}

.navbar-brand{

font-size:22px;

}

}

/*==================================================
        POLISHING
==================================================*/

/* Hover Card */

.card:hover{

transition:.35s;

}

/* Rounded */

img{

border-radius:12px;

}

/* Loading */

body{

overflow-x:hidden;

}

/* Selection */

::selection{

background:#0d6efd;

color:#fff;

}

/* Focus */

button:focus,
input:focus,
textarea:focus{

outline:none;

box-shadow:none;

}

/* Icon */

i{

transition:.3s;

}

/* Footer */

footer a{

transition:.3s;

}

footer a:hover{

text-decoration:none;

}
