/* Section 1 Start ===================>*/
.section1 {
    position: relative;
    margin-top: 2rem;
    transition: transform .15s ease-in-out;
    border-radius: 26px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section1 .img-wrapper {
    right: 5%;
    position: absolute;
    bottom: 0; 
    height: 80%;
}

.section1 .videobox-link {
    display: block;
    z-index: 2;
    stroke-width: 0.05em;
    transition: none;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background: transparent;
    height: auto;

    width: 50px;
    position: relative;
    padding: 13px;
}

.section1 .img-wrapper .videobox-link {
    position: absolute;
    left: 20%;
    top: 17%;
    padding: 6%;
    width: 25%;
}

.section1 .videobox-link .circle-border {
    z-index: -1;
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 100%;
    border-style: solid;
    border-width: calc(.6vw);
    border-color: #0097FF;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease-out;
}

.section1 .videobox-link .play-icon {
    stroke-width: 0.05em;
    transition: none;
    transform: translate(12%, 0);
}

.section1 .videobox-link:hover .circle-border {
    transform: scale(1.13);
    backdrop-filter: blur(1.8px);
}
.section1 .videobox-link:active .circle-border {
    transform: scale(1);
}

.section1 .bg,
.section2 .bg {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    z-index: -1;
}
.section2 .bg {
    position: absolute;
}

.section1 .tagline {
    font-size:86px;
    font-weight:bold;
}

.section1 .text {
    line-height: 1.575;
    font-weight: 500;
    color: white;
}

.section1 .gradient {
    background: linear-gradient(90deg, #FFDB68 0%, #8BFFC9 76%, #00FFF2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.section1 .gradient2 {
    background: linear-gradient(160deg, #0f65f6 0%, #0477a9 31%, #0f65f6 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
/* Section 1 End ===================>*/

/* Section 2 Start ===================>*/

.section2 {
    position: relative;
    width: 100%;
    background: url('/images/icon/pathern-dot.svg') no-repeat center center;
    background-size: cover;
}

.section2 .tagline2 {
    font-size: 86px;
    font-weight: bold;
}

.section2 .lead,
.section3 .lead,
.section4 .lead {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.5;
}

.section2 .gradient,
.section3 .gradient,
.section4 .gradient,
.section4 .gradient,
.section6 .gradient {
    background: linear-gradient(160deg, #54ACFF 0%, #2BAAE1 31%, #246EEC 65%, #64A5FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.section2 .card {
    background: white;
    border-radius: 14px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative; 
    overflow: hidden;
    min-height:297px;
    border: none;
    box-shadow: 0 16px 16px rgba(41, 128, 185, 0.07);
    justify-content: center;
    align-items:center;
}

.section2 .card:hover {
    background: linear-gradient(260deg, #00B0FF 0%, #0097FF 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.section2 .content {
    opacity: 1;
    transition: opacity 0.3s ease; /* transisi */
}

.section2 .card:hover .content {
    opacity: 1;
}

.section2 .card-title {
    font-size: 24px;
    font-weight: bold; 
    margin: 0;
}

.section2 .card-title span {
    display:block
}

.section2 .card:hover .card-title,
.section2 .card:hover .card-title span {
    display:flex;
    justify-content:space-between;
    font-weight: bold; 
    color: #ffffff!important;
    margin: 0;
    background:unset;
    align-items:center;
    -webkit-text-fill-color: unset;
}

.section2 .card:hover .card-count {
    font-size: 35px;
}

.section2 .card:hover .card-desc {
    font-size: 18px;
}

.section2 .description {
    color: #fff;
    font-weight:normal;
    font-size:15px;
    display: none;
    margin-top:10px;
}

.section2 .card:hover .description {
    display: block;
}

/* Section 2 End ===================>*/

/* Section 3 Start ===================>*/
.section3 .img-hanging {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: auto;
}
/* Section 3 End ===================>*/

.section2 .tagline,
.section3 .tagline,
.section4 .tagline,
.section6 .tagline {
    font-size: 62px;
    font-weight: bold;
}

.swiper-container {
    position: relative;
    height: 320px;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    margin-right:-12.5%;
}

.swiper-slide {
    height: 320px;
    background: #eee;
    padding: 30px;
    border-radius: 40px;
    transition: all 200ms linear;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 4px solid #54ACFF;
    margin:0px 15px !important;
}

.swiper-slide .desc {
    font-size:14px;
    color: #0f0f0f
}

.swiper-slide-active .desc {
    color: white!important;
}

.swiper-slide-active {
    transform: scale(1);
    background: linear-gradient(45deg, #54ACFF 0%, #2BAAE1 31%, #246EEC 65%);
    border: none!important;
}

.profile-card {
    display: flex;
    align-items: center;
    color: white;
}

.profile-card img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.profile-card .name {
    font-size: 1.3rem;
    margin: 0;
    margin-bottom:3px;
    color:#0f0f0f;
}

.profile-card .company {
    font-size: .9rem;
    opacity: 0.8;
    margin:0;
    color:#0f0f0f;
    line-height:1.5;
}

.swiper-slide-active .profile-card .company,
.swiper-slide-active  .profile-card .name {
    color:white
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 40px 40px;
    background: #f2f2f2;
    border-radius: 30px;
    justify-self: center;
}

.logo-container img {
    max-width: 150px;
    max-height: 48px;
}


/* Section 4 Start ===================>*/
/* Section 4 End ===================>*/

.section4 {}
.section4 .service-button {
    display: flex;
    align-items: center;
    background-color: white;
    border: 1.5px solid #3BC1FF;
    border-radius: 10px;
    color: #000000;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    text-align: start;
    margin: 0;
}

.section4 .service-button img {
    width:35px;
    margin-right:8px;
}

.section4 .service-button:hover {
    background: linear-gradient(to left, #00B0FF, #0097FF);
    border: 1.5px solid linear-gradient(to left, #00B0FF, #0097FF);
    color:white;
}

.section4 .service-button-border {
    background-color: transparent;
    border: 2px solid #0080FF;
    color: #0080FF;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.service-button-border:hover {
    background: linear-gradient(to right, #0080FF, #0097FF);
    color: white;
}

.section4 .illustration {
    justify-items:center;
}

.section4 .illustration p {
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px 0px;
}

.section4 .illustration img {
    max-width: 350px;
    height: auto;
}

.section4 .illustration button {
    background: linear-gradient(to right, #0080FF, #0097FF);
    border-radius: 20px;
    border: 0px;
    padding: 10px 30px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.section4 .h-scroll-md {
    margin-left:-10px;
}

.section4 .hover-service {
    padding:10px;
}

.section4 .card {
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    box-shadow: 0 16px 16px rgba(41, 128, 185, 0.07);
    align-items: center;
}

.section4 .service-body-hover{
    display:none;
    height: 400px;
}

.section4 .service-body-hover p {
    font-size: 14px;
    line-height: 1.8;
}

.section4 .service-body-hover a {
    background: linear-gradient(to right, #0080FF, #0097FF);
    border-radius: 20px;
    border: 0px;
    padding: 10px 30px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.section4 .card:hover .service-body-hover{
    display:block;
}

.section4 .card:hover .service-body {
    display:none!important;
}

.section4 .card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.section4 .service-card .card-background {
    filter: blur(0px) brightness(50%);
    transition: none;
    transform-origin: left top;
    transition-delay: unset;
}

.section4 .service-card:hover .card-background {
    background: white;
    border-image: linear-gradient(to right, #54ACFF, #2BAAE1, #246EEC, #64A5FF) 1;
    border-radius: 20px;
    border-width: 20px;
    border-style: solid;
    transform: unset;
    filter: unset;
    margin-left: 0;
    margin-top: 0;
}

    .section4 .service-card:hover .card-background img {
        display:none;
    }


.section6 {
    
}

/* Example 1 */

.accordion {
    --bs-accordion-btn-bg: white;
    --bs-accordion-active-bg: white;
    --bs-accordion-active-color: #00B0FF;
    --bs-accordion-bg: white;
    --bs-accordion-color: #524a4e;
    --bs-accordion-btn-focus-box-shadow: none;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .accordion-button {
    min-height:82px;
    border-radius: 10px;
    border: none;
    color: #00B0FF;
    font-weight:600;
  }
  
  .accordion-button:not(.collapsed) {
    box-shadow: none;
  }

  .accordion-item {
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border:none;
  }

  .accordion-body hr {
    margin-top: -16px;
    z-index: 1;
    position: relative;
    color: black;
    border-top: 2px solid;
  }

  .accordion-button {
    font-size:20px;
  }

  .accordion-button::after {
    background-image: url('/images/icon/plus.svg');
    transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url('/images/icon/minus.svg');
  }


@media (max-width: 1450px) {
    .swiper-container,
    .swiper-slide {
        height:330px;
    }
}

  
@media (max-width: 1400px) {
    
}

@media (max-width: 1399px) {
    .section1 .tagline {
        font-size:66px;
    }

    .section1 .text {
        margin-bottom: 20px;
    }
}

@media (max-width: 1296px) {
    .swiper-container,
    .swiper-slide {
        height:370px;
    }
}

@media (max-width: 1199px) {
    .section1 .tagline {
        font-size:56px;
    }

    .section1 .text {
        font-size:13px;
    }

    .section2 .tagline2 {
        font-size: 76px;
    }

    .section2 .tagline, .section3 .tagline, .section4 .tagline, .section6 .tagline {
        font-size: 51px;
    }
    
    .section3 .img-hanging {
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: auto;
    }

    .swiper-container,
    .swiper-slide {
        height:440px;
    }

    .section2 .lead,
    .section3 .lead,
    .section4 .lead  {
        font-size: .9em;
    }

    .section2 .card:hover .card-count {
        font-size: 28px;
    }
    
    .section2 .card:hover .card-desc {
        font-size: 12px;
    }

    .section2 .description {
        font-size:12px;
    }
}

@media (max-width: 991px) {
    .logo-container {
        gap: 24px;
    }

    .section1 .tagline {
        font-size: 36px;
    }

    .section2 .card:hover .card-count {
        font-size: 35px;
    }
    
    .section2 .card:hover .card-desc {
        font-size: 18px;
    }
    
    .section2 .description {
        font-size:15px;
    }

    .section4 .service-body-hover p {
        font-size:12px
    }

    .swiper-container,
    .swiper-slide {
        height:auto;
    }

    .swiper-slide {
        width:60%;
    }

    .swiper-slide .desc {
        line-height:25px;
        font-size:13px;
    }

    .s2-img {
        display:flex;
        justify-self:center;
    }

}

@media (max-width: 767px) {
    .section1 .img-wrapper {
        max-height: 210px;
        left: 51%;
        bottom: 50px;
    }

    .section2 .tagline2 {
        font-size: 36px;
    }

    .section2 .tagline, .section3 .tagline, .section4 .tagline, .section6 .tagline {
        font-size:31px;
    }

    .section3 .img-hanging {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: auto;
    }

    .s2-img {
        width:300px!important;
    }
}

@media (max-width: 680px) {
    .swiper-container,
    .swiper-slide {
        height:auto;
    }

    .swiper-slide .desc {
        line-height:25px;
        font-size:12px;
    }

}

@media (max-width: 576px) {
    .row{
        padding:0px 20px;
    }

    .section2 .card {
        width:90%;
        min-height:unset;
        height:230px;
        display:flex;
        justify-self:center;
    }

    .section2 .card:hover .card-count{
        font-size: 27px;
    }

    .section2 .card:hover .card-desc {
        font-size: 16px;
    }

    .section2 .description {
        font-size:12px;
    }

    .profile-card .name{
        font-size:1rem;
        margin-bottom:3px;
    }

    .profile-card .company {
        font-size: .8rem;
    }
}

@media (max-width: 550px) {
    .section6 img {
        width: 300px;
        margin-bottom: 30px;
    }
}

@media (max-width: 490px) {
    .section1 .m-zero {margin-bottom:0px;}

    .logo-container{
        flex-direction:column;
        gap:40px;
    }
}

@media (max-width: 445px) {
    .swiper-slide .desc {
        line-height:20px;
    }
}

@media (max-width: 350px) {
    .section6 img {
        width: 200px;
    }
}