/* -------------- Awal Section Home -------------- */

.home {
    text-align: center;
    padding: 250px 200px 200px 200px;
}

.home {
    background-image: url('/img/bghome.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.home .sub {
    margin-top: 5%;
}

.head p {
    font-size: large;
}

.home .head h1 {
    font-size: 70px;
    line-height: 1.2;
    background: linear-gradient(-45deg, rgba(7, 2, 118, 1), rgba(4, 54, 220, 1), rgba(7, 2, 118, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-more {
    background: linear-gradient(to right, #070276, #0363A8, #0D04DC);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    border: 2px solid #070276;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease-in-out, border 0.4s ease-in-out;
}

.btn-more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #070276, #0363A8, #0D04DC);
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
    z-index: -1;
    border-radius: 50px;
}

.btn-more:hover::before {
    opacity: 0;
}

.btn-more:hover {
    background: transparent;
    color: #070276;
    border-color: #070276;
}

.btn-contact-us {
    background: transparent;
    color: #070276;
    padding: 8px 16px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    border: 2px solid #070276;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease-in-out, border 0.4s ease-in-out;
}

.btn-contact-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #070276, #0363A8, #0D04DC);
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
    z-index: -1;
    border-radius: 50px;
}

.btn-contact-us:hover::before {
    opacity: 1;
}

.btn-contact-us:hover {
    background: linear-gradient(to right, #070276, #0363A8, #0D04DC);
    color: white;
    border-color: #070276;
}

/* -------------- Akhir Section Home -------------- */

/* -------------- Awal Section Container Info -------------- */
.info {
    background-image: url('/img/bginfo.png');
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.card-info {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c0c0c0;
    border-radius: 30px;
    background: linear-gradient(-45deg, #070276, #8800FF, #0D04DC);
    padding: 30px;
    gap: 20px;
}

.left-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  
.left-info h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}
  
.left-info p {
    margin-bottom: 40px;
    color: #fff;
}

.full-info {
    flex: 1;
    text-align: left;
}

.full-info h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.full-info p {
    color: #fff;
    margin-bottom: 40px;
}
  
.btn-contact-info {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #9089fc, #6366f1);
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: 0.3s;
    width: fit-content;
}
  
.btn-contact-info:hover {
    background: linear-gradient(135deg, #6366f1, #9089fc);
    transform: scale(1.05);
}

.right-info {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.right-info img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
}
  
.slideshow-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
  
.slide {
    display: none;
    animation-duration: 1s;
    width: 100%;
}
  
.slide.active {
    display: flex;
}
  
.slide-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
  
.slide-dots {
    display: flex;
    justify-content: center;
}
  
.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}
  
.dot.active {
    background-color: #6366f1;
}
  
@keyframes fadeIn {
    from {opacity: 0.4}
    to {opacity: 1}
}
  
@keyframes fadeOut {
    from {opacity: 1}
    to {opacity: 0}
}
  
.fade-in {
    animation-name: fadeIn;
}
  
.fade-out {
    animation-name: fadeOut;
}
/* -------------- Akhir Section Container Info -------------- */

/* -------------- Awal Section Layanan -------------- */

.layanan {
    background-image: url('/img/bglayanan.png');
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.container-head .head-layanan h1 {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
    background: linear-gradient(-45deg, #070276, #0436dc, #070276);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.swiper-slide.card-item {
    background: linear-gradient(45deg, #C0C0C0, #ffffff);
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    height: auto;
}

.card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

.card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.card-text p {
    font-size: 14px;
    color: #555;
    margin: 5px 0;
}

.card-text h2 {
    font-size: 20px;
    color: #222;
    margin: 0;
}

.layanan-desc {
    flex-grow: 1;
    overflow-y: auto;
}

.short-text {
    display: block;
}

.full-text {
    display: none;
    max-height: 80px;
    overflow-y: hidden;
}

.full-text.with-image {
    max-height: 150px;
    overflow-y: auto;
}

.full-text.no-image-scroll {
    max-height: 350px;
    overflow-y: auto;
}

.read-more, .read-less {
    display: inline-block;
    margin-left: 5px;
    color: #0436dc;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.swiper-button-next{
    color: #0436dc;
    right: -60px !important;
}

.swiper-button-prev {
    color: #0436dc;
    left: -60px !important; 
}

.swiper-pagination {
    position: relative !important;
    transform: none !important;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    z-index: 10;
}

/* -------------- Akhir Section Layanan -------------- */

/* -------------- Awal Section Customers -------------- */

.customers .head h1 {
    font-size: 60px;
    background: linear-gradient(-45deg, rgba(7, 2, 118, 1), rgba(4, 54, 220, 1), rgba(7, 2, 118, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 80px;
}

.customers {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #f9f9f9;
    overflow: hidden;
}

.customers .head {
    text-align: center;
    margin-bottom: 40px;
}

.customers .head h1 {
    font-size: 42px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.customers .slider {
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.customers .wrapper {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

.customers .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.customers .card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease;
    text-align: center;
    height: 100%;
}

.customers .card:hover {
    transform: scale(1.05);
}

.customers .card img {
    width: 100%;
    height: auto;
    display: block;
}

.customers .card p {
    font-size: 14px;
    padding: 15px;
    margin: 0;
    color: #555;
}

.customers .card.has-desc img {
    max-height: 220px;
    object-fit: contain;
    margin-top: 15px;
}

.customers .card.no-desc img {
    max-height: 340px;
    object-fit: contain;
    margin: 20px auto;
}

.customers .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10;
}

.customers .btn:hover {
    background: rgba(0,0,0,0.7);
}

.customers .btn.prev {
    left: 90px;
}

.customers .btn.next {
    right: 90px;
}

.customers .dots {
    text-align: center;
    margin-top: 20px;
}

.customers .dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.3s;
}

.customers .dots span.active {
    background: #333;
}

/* -------------- Akhir Section Customers -------------- */

/* -------------- Awal Section Value -------------- */

.value {
    background-image: url('/img/bgvalue.png');
    background-position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.value .head h1 {
    font-size: 60px;
    background: linear-gradient(-45deg, rgba(7, 2, 118, 1), rgba(4, 54, 220, 1), rgba(7, 2, 118, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 80px;
}

.container-btn {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.btn-value {
    font-family: 'Crimson';
    font-weight: 800;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}

.output-container {
    width: 60%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.output {
    margin-top: 80px;
    display: none;
    text-align: center;
    align-items: center;
}

#output1 {
    display: block;
}

.output img {
    width: 100px;
    height: 100px;
}

.output .judul {
    margin: 15px;
    font-size: large;
    font-weight: 700;
    color: #fff;
}

.output .isi {
    font-weight: 400;
    font-size: medium;
    color: #fff;
}

.slogan-value {
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

/* -------------- Akhir Section Value -------------- */

@media (max-width: 480px) {

    * {
        box-sizing: border-box;
    }
    
    section {
        padding: 20px 20px;
    }

    /* -------------- Awal Section Home -------------- */

    .home {
        background-image: url('/img/bghome.png');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
        text-align: center;
        padding: 20px;
    }

    .container {
        max-width: 100%;
        padding: 75% 0 80% 0;
        overflow: hidden;
    }
    
    .head p {
        font-size: 14px;
    }
    
    .home .head h1 {
        font-size: 40px;
    }
    
    .btn-more {
        font-size: 14px;
    }
    
    .btn-contact-us {
        font-size: 14px;
    }
    
    /* -------------- Akhir Section Home -------------- */

    /* -------------- Awal Section Container Info -------------- */

    .info {
        background-image: none;
        padding: 80px 20px;
    }
    
    .card-info {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        text-align: center;
    }
    
    .left-info {
        flex: none;
        order: 2;
    }
    
    .left-info h1 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 15px;
        color: #fff;
    }
    
    .left-info p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #fff;
        line-height: 1.4;
    }

    .full-info {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        text-align: center;
    }

    .full-info h1 {
        font-size: 22px;
        line-height: 1.2;
        color: #fff;
        margin-bottom: 15px;
    }

    .full-info p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 20px;
    }
    
    .btn-contact-info {
        font-size: 14px;
        padding: 8px 16px;
        margin: 0 auto;
    }
    
    .right-info {
        flex: none;
        order: 1;
        width: 100%;
    }
    
    .right-info img {
        display: block;
        width: 100%;
        max-width: 250px;
        height: auto;
        margin: 0 auto;
    }
    
    .slide-navigation {
        margin-top: 15px;
    }
    
    .dot {
        height: 10px;
        width: 10px;
        margin: 0 3px;
    }

    /* -------------- Akhir Section Container Info -------------- */

    /* -------------- Awal Section Layanan -------------- */

    .layanan {
        padding: 30px 15px;
    }
    
    .container-head .head-layanan h1 {
        font-size: 28px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .card-wrapper {
        max-width: 100%;
        position: relative;
    }
    
    .card-content {
        padding: 15px;
    }
    
    .full-text.with-image {
        max-height: 120px;
    }
    
    .full-text.no-image-scroll {
        max-height: 280px;
    }
    
    .read-more, .read-less {
        font-size: 13px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    
    .swiper-pagination {
        margin-top: 15px;
    }

    /* -------------- Akhir Section Layanan -------------- */

    /* -------------- Awal Section Customers -------------- */

    .customers .head h1 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .customers .slider {
        max-width: 100%;
    }

    .customers .item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 5px;
    }

    .customers .card.has-desc img {
        max-height: 180px;
    }

    .customers .card.no-desc img {
        max-height: 260px;
    }

    /* Hilangkan button */
    .customers .btn {
        display: none;
    }

    /* -------------- Akhir Section Customers -------------- */

    /* -------------- Awal Section Value -------------- */

    .value .head h1 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }

    .container-btn {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .btn-value {
        font-family: 'Crimson';
        font-weight: 500;
        font-size: 40px;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        border: 2px solid #fff;
        color: #fff;
        background-color: transparent;
    }

    .output {
        margin-top: 30px;
        display: none;
        text-align: center;
        align-items: center;
    }

    .output img {
        width: 50px;
        height: 50px;
    }

    .output .judul {
        font-size: 16px;
    }

    .output .isi {
        font-weight: 400;
        font-size: 14px;
    }

    /* -------------- Akhir Section Value -------------- */
}

@media (min-width: 481px) and (max-width: 768px) {
    * {
        box-sizing: border-box;
    }
    
    section {
        padding: 30px 30px;
    }

    /* -------------- Awal Section Home -------------- */

    .home {
        background-image: url('/img/bghome.png');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
        text-align: center;
        padding: 30px;
    }

    .container {
        max-width: 100%;
        padding: 40% 0 60% 0;
        overflow: hidden;
    }
    
    .head p {
        font-size: 16px;
    }
    
    .home .head h1 {
        font-size: 50px;
    }
    
    .btn-more {
        font-size: 16px;
    }
    
    .btn-contact-us {
        font-size: 16px;
    }
    
    /* -------------- Akhir Section Home -------------- */

    /* -------------- Awal Section Container Info -------------- */

    .info {
        background-image: url('/img/bginfo.png');
        background-size: cover;
        background-position: center;
        padding: 100px 30px;
    }
    
    .left-info h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 25px;
        color: #fff;
    }
    
    .left-info p {
        font-size: 16px;
        margin-bottom: 25px;
        color: #fff;
    }

    .full-info h1 {
        font-size: 28px;
        line-height: 1.3;
        color: #fff;
        margin-bottom: 25px;
    }

    .full-info p {
        font-size: 16px;
        color: #fff;
        margin-bottom: 25px;
    }
    
    .btn-contact-info {
        font-size: 16px;
    }

    /* -------------- Akhir Section Container Info -------------- */

    /* -------------- Awal Section Layanan -------------- */

    .layanan {
        padding: 50px 25px;
    }
    
    .container-head .head-layanan h1 {
        font-size: 34px;
        margin-bottom: 45px;
        text-align: center;
    }
    
    .card-wrapper {
        max-width: 100%;
        position: relative;
    }
    
    .card-content {
        padding: 18px;
    }
    
    .full-text.with-image {
        max-height: 140px;
    }
    
    .full-text.no-image-scroll {
        max-height: 320px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    
    .swiper-pagination {
        margin-top: 18px;
    }
        
    /* -------------- Akhir Section Layanan -------------- */

    /* -------------- Awal Section Customers -------------- */

    .customers .head h1 {
        font-size: 34px;
        margin-bottom: 50px;
    }

    .customers .slider {
        max-width: 700px;
    }

    .customers .item {
        flex: 0 0 100%;  /* tampil 1 card saja, biar swipe rapi */
        max-width: 100%;
        padding: 0 8px;
    }

    .customers .card.has-desc img {
        max-height: 200px;
    }

    .customers .card.no-desc img {
        max-height: 300px;
    }

    /* Hilangkan button */
    .customers .btn {
        display: none;
    }

    /* -------------- Akhir Section Customers -------------- */

    /* -------------- Awal Section Value -------------- */

    .value .head h1 {
        font-size: 40px;
        text-align: center;
        margin-bottom: 40px;
    }

    .container-btn {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .btn-value {
        font-family: 'Crimson';
        font-weight: 500;
        font-size: 45px;
        width: 60px;
        height: 60px;
        border-radius: 10px;
        border: 2px solid #fff;
        color: #fff;
        background-color: transparent;
    }

    .output {
        margin-top: 40px;
        display: none;
        text-align: center;
        align-items: center;
    }

    .output img {
        width: 60px;
        height: 60px;
    }

    .output .judul {
        font-size: 18px;
    }

    .output .isi {
        font-weight: 400;
        font-size: 16px;
    }

    /* -------------- Akhir Section Value -------------- */
}

@media (min-width: 769px) and (max-width: 1024px) {
    * {
        box-sizing: border-box;
    }
    
    section {
        padding: 50px 60px;
    }

    /* -------------- Awal Section Home -------------- */

    .home {
        padding: 180px 100px 150px 100px;
        background-position: center;
    }
    
    .home .head h1 {
        font-size: 55px;
    }
    
    .home .sub {
        margin-top: 3%;
    }
    
    .head p {
        font-size: 16px;
    }
    
    /* -------------- Akhir Section Home -------------- */

    /* -------------- Awal Section Container Info -------------- */

    .info {
        background-position: center;
    }
    
    .card-info {
        padding: 25px;
        gap: 15px;
    }
    
    .left-info h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    
    .left-info p {
        margin-bottom: 30px;
        font-size: 15px;
    }
    
    .right-info img {
        max-width: 100%;
    }

    .full-info h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .full-info p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 30px;
    }
    
    /* -------------- Akhir Section Container Info -------------- */

    /* -------------- Awal Section Layanan -------------- */
    
    .layanan {
        padding: 60px 35px;
    }
    
    .container-head .head-layanan h1 {
        font-size: 40px;
        margin-bottom: 50px;
        text-align: center;
    }
    
    .card-wrapper {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .card-content {
        padding: 20px;
    }
    
    .full-text.with-image {
        max-height: 160px;
    }
    
    .full-text.no-image-scroll {
        max-height: 340px;
    }
    
    .swiper-button-next {
        right: -25px !important;
    }
    
    .swiper-button-prev {
        left: -25px !important;
    }
    
    .swiper-pagination {
        margin-top: 20px;
    }
    
    /* -------------- Akhir Section Layanan -------------- */

    /* -------------- Awal Section Customers -------------- */

    .customers .head h1 {
        font-size: 40px;
        margin-bottom: 60px;
    }

    .customers .slider {
        max-width: 850px;
    }

    .customers .item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }

    .customers .card.has-desc img {
        max-height: 220px;
    }

    .customers .card.no-desc img {
        max-height: 320px;
    }

    .customers .btn.prev {
        left: 50px;
    }

    .customers .btn.next {
        right: 50px;
    }
    
    /* -------------- Akhir Section Customers -------------- */

    /* -------------- Awal Section Value -------------- */

    .value .head h1 {
        font-size: 45px;
        margin-bottom: 50px;
    }
    
    .container-btn {
        gap: 40px;
    }
    
    .btn-value {
        font-size: 50px;
        width: 80px;
        height: 80px;
    }
    
    .output-container {
        width: 80%;
    }
    
    .output {
        margin-top: 60px;
    }
    
    .output img {
        width: 80px;
        height: 80px;
    }
    
    .output .judul {
        margin: 12px;
        font-size: 18px;
    }
    
    .output .isi {
        font-size: 15px;
    }
    
    .slogan-value {
        margin-top: 25px;
        font-size: 15px;
    }
    
    /* -------------- Akhir Section Value -------------- */
}