/* UNIVERSAL SECTION*/

.roboto-reguler {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.roboto-title{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.p-title-blue{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 34px;
    color: #2A73B9 !important;
}

.p-title-white{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 34px;
    color: #ffffff !important;
}

.p-title-black{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 34px;
    color: #000000 !important;
}

.p-des{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 16px;
}

.p-des-blue{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 16px;
    color: #2A73B9 !important;
}

@media screen and (max-width: 768px) {
    .p-title-blue{
        font-size: 28px;
    }
    .p-title-white{
        font-size: 28px;
    }
    .p-title-black{
        font-size: 28px;
    }
    .p-des{
        font-size: 18px;
    }
    .p-des-blue{
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    .p-title-blue{
        font-size: 24px;
    }
    .p-title-white{
        font-size: 24px;
    }
    .p-title-black{
        font-size: 24px;
    }
    .p-des{
        font-size: 14px;
    }
    .p-des-blue{
        font-size: 14px;
    }
}

#body{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

.no-text-decoration{
    text-decoration: none !important;
    color: inherit !important;
}

.text-clamp-3 {
    display: -webkit-box; /* Use box model for multi-line clamp */
    -webkit-line-clamp: 3; /* Specify the number of lines */
    -webkit-box-orient: vertical; /* Set the box orientation */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add ellipsis (...) to truncated text */
}
.text-clamp-2 {
    display: -webkit-box; /* Use box model for multi-line clamp */
    -webkit-line-clamp: 2; /* Specify the number of lines */
    -webkit-box-orient: vertical; /* Set the box orientation */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Add ellipsis (...) to truncated text */
}

/* UNIVERSAL END */



/* NAVBAR SECCTION */

.topbar{
    border-bottom: solid 0.5px #d9d9d9;
}

#header{
    background-color: #ffffff;
}

#header a{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 16px;
}

.header-link{
    text-decoration: none !important;
    color: #2A73B9 !important;
}


#header .navbar-dropdown {
    border: none !important;
    border-top: 3px solid #2A73B9 !important;
    border-radius: 0 !important;
    box-shadow: 5px 10px 20px #d9d9d9 !important; /* opsional, kalau ingin tanpa shadow */
}

.navbar-logo{
   width: 100%;
   height: 50px;
}

.navbar-logo-offcanvas{
    display: none !important;
}

.divider-offcanvas{
    display: none !important;
}

.header-offcanvas{
    width: 80% !important;
}
.divider-vertical {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2); /* warna garis */
  height: 28px; /* tinggi garis */
  align-self: center; /* biar di tengah navbar */
}

.header-social{
    display: none !important;
    text-decoration: none !important;
    color: inherit !important;
    font-size: 10px !important;
    color: #2A73B9 !important;
}


#header .nav-link{
    color: #2A73B9;
}

#header .offcanvas-body .nav-link{
    color: #2A73B9 !important;
}

#header .dropdown-item{
    color: #2A73B9 !important;
}

#header .nav-link:hover {
    background-color: #2A73B9 !important;
    color: #ffffff !important;
    transition: 0.25s ease;
}

#header .dropdown-item:hover {
    background-color: #2A73B9 !important;
    color: #ffffff !important;
    transition: 0.25s ease;
}


@media screen and (max-width: 768px) {
    .header-social{
        display: block !important;
    }
    .divider-offcanvas{
        display: block !important;
    }
    .navbar-logo-offcanvas{
        display: block !important;
        width: 50%;
        height: 50px;
    }
    .topbar{
        display: none !important;
    }
    .divider-vertical{
        display: none !important;
    }
    
    #header .navbar-dropdown {
        border: none !important;
        border-top: 3px solid #2A73B9 !important;
        box-shadow: none !important;
    }

    #header .nav-link:hover {
        background-color: transparent !important;
        color: #2A73B9 !important;
        transition: 0.25s ease;
    }
    
}

@media (min-width: 992px) {
    /* MENU ARROW */
    #header .nav-link.dropdown-toggle::after {
        display: none !important;
    }
    /* DROPDOWN */
    #header.navbar .dropdown:hover .dropdown-menu {
        display: block;
        animation: fadeIn 0.3s;
    }

    
}



/* NAVBAR END */

/* FOOTER SECTION */
#footer{
    border-top: solid 0.5px #d9d9d9;
    color: #2A73B9 !important;
}

#footer ul {
  list-style: none;
  padding-left: 0;
}

#footer ul li a {
  text-decoration: none;
  color: inherit;
}

.footer-logo{
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.footer-title{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 16px;
}

.footer-a{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    font-size: 14px;
}

#copyright{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    background-color: #2A73B9;
    color: #ffffff;
}
.copyright-text{
    font-size: 14px !important;
}
.footer-icon{
    color: #2A73B9 !important;
}

/* FOOTER END */


/* HOME PAGE SECTION */

/* CAROUSEL SECTION */
.slide-wrapper {
    position: relative;
    overflow: hidden;
}

.slide-img img {
    width: 100%;
    height: 835px;
    object-fit: cover;
}



/* Caption styling */
.slide-wrapper {
    position: relative;
    overflow: hidden;
}

/* Overlay transparan biru */
.slide-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 102, 255, 0.25);
    z-index: 1;
}

/* Caption tetap di atas overlay */
.slide-caption {
    position: absolute;
    bottom: 15%;
    left: 30%;
    transform: translateX(-50%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 600px;
    z-index: 2; /* penting */
}


.slide-caption h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff !important;
}

.slide-caption p {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff !important;
}

/* ========== DEFAULT  ========== */
.slide-caption {
    position: absolute;
    bottom: 15%;
    left: 30%;
    transform: translateX(-50%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 600px;
    z-index: 2;
    padding: 16px;
}

.slide-caption h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff !important;
}

.slide-caption p {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #ffffff !important;
}

.btn-carousel{
    background-color: #048B03 !important;
    color: #ffffff !important;
    transition: 0.25s ease;
    padding: 0.8rem 1.8rem;
    border-radius: 10px;
    border: none !important;
}

.btn-carousel:hover{
    background-color: #225E2C !important;
}

/* ========== DESKTOP (max-width: 1200px) ========== */
@media screen and (max-width: 1200px) {
     .slide-caption {
        bottom: 10%;
        left: 50%;
        width: 90%;
        max-width: 400px;
        padding: 16px;
    }
    .btn-carousel {
        padding: 0.9rem 1.8rem;
        font-size: 16px;
        border-radius: 10px;
    }
     .slide-caption h3 {
        font-size: 20px;
    }

    .slide-caption p {
        font-size: 16px;
    }
    .btn-carousel {
        padding: 0.6rem 1.2rem;
        font-size: 12px;
        border-radius: 8px;
    }
}

/* ========== TABLET (max-width: 992px) ========== */
@media (max-width: 992px) {
    .slide-caption {
        bottom: 12%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 500px;
        padding: 18px;
    }

    .slide-caption h3 {
        font-size: 26px;
    }

    .slide-caption p {
        font-size: 18px;
    }
}



/* ========== MOBILE (max-width: 768px) ========== */
@media screen and (max-width: 768px) {
    .slide-caption {
        bottom: 10%;
        left: 50%;
        width: 90%;
        max-width: 400px;
        padding: 16px;
    }

    .slide-caption h3 {
        font-size: 18px;
    }

    .slide-caption p {
        font-size: 14px;
    }
    .btn-carousel {
        padding: 0.6rem 1.2rem;
        font-size: 12px;
        border-radius: 8px;
    }
    
}


/* ========== MOBILE KECIL (max-width: 576px) ========== */
@media (max-width: 576px) {
    .slide-caption {
        bottom: 8%;
        width: 95%;
        max-width: 330px;
        padding: 14px;
    }

    .slide-caption h3 {
        font-size: 14px;
    }

    .slide-caption p {
        font-size: 12px;
    }
      .btn-carousel {
        padding: 0.5rem 1.0rem;
        font-size: 10px;
        border-radius: 6px;
    }
}




#carousel-slider .splide__arrow {
    background: transparent !important;
    color: #2A73B9 !important;             
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 1 !important;
    transition: .25s ease;
}

/* #carousel-slider .splide__arrow:hover {
    background-color: #1f5a94 !important;
    color: #ffffff !important;
} */

#carousel-slider .splide__arrow svg {
    width: 16px;
    height: 16px;
    fill: #2A73B9 !important;
}

@media screen and (max-width: 768px) {
    #carousel-slider .splide__arrow {
        width: 38px;
        height: 38px;
    }

    #carousel-slider .splide__arrow svg {
        width: 16px;
        height: 16px;
    }
}


@media screen and (max-width: 576px) {
    #carousel-slider .splide__arrow {
        width: 32px;
        height: 32px;
    }

    #carousel-slider .splide__arrow svg {
        width: 14px;
        height: 14px;
    }
}


@media screen and (max-width: 400px) {
    #carousel-slider .splide__arrow {
        width: 28px;
        height: 28px;
    }

    #carousel-slider .splide__arrow svg {
        width: 12px;
        height: 12px;
    }
}



.green-box{
    width: 100%;
    height: 25px;
    background-color: #225E2C;
    border-bottom-right-radius: 25px;
}

.blue-box{
    width: 100%;
    height: 50px;
    background-color: #19487E;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width:1600px) {
    .slide-img img{
        height: 620px;
    }
}

@media screen and (max-width:1200px) {
    .slide-img img { 
        height: 400px; 
    }
    .green-box{
        height: 20px;
    }
    .blue-box{
        height: 40px;
    }
}

@media screen and (max-width:992px) {
    .slide-img img { 
        height: 300px; 
    }
    .green-box{
        height: 15px;
    }
    .blue-box{
        height: 30px;
    }
}

@media screen and (max-width:567px) {
   .slide-img img { 
        height: 250px; 
    }
    .green-box{
        height: 12px;
    }
    .blue-box{
        height: 25px;
    }
}



/* CAROUSEL END */

/* PRODUCT SECTION */
/* CARD DEFAULT (DESKTOP) */

.iv-section {
    position: relative;
     /* padding: 50px 0; */
}

.product-background {
    position: absolute;
    top: 12%;
    left: 0;
    width: 45%;
    height: 45%;

    background-image: url('../../assets/images/background-plus.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;

    opacity: 0.5;
    z-index: 1;
}

/* Laptop & Tablet Landscape */
@media screen and (max-width: 1200px) {
    .product-background {
        width: 50%;
        height: 50%;
        top: 12%;
    }
}

/* Tablet */
@media screen and (max-width: 992px) {
    .product-background {
        width: 60%;
        height: 55%;
        top: 15%;
    }
}

@media screen and (max-width: 768px) {
    .product-background {
        width: 70%;
        height: 100%;
        top: 0%;

        background-position: left top;
        background-size: 50% auto;
    }
}


/* REPEAT PATTERN */

/* Mobile */
/* @media screen and (max-width: 768px) {
    .product-background {
        width: 90%;
        height: 90%;
        top: 8%;

        background-repeat: repeat-y;
        background-size: 50% auto; 
    }
} */

/* Small Mobile */
/* @media screen and (max-width: 576px) {
    .product-background {
        width: 70%;
        height: 90%;
        top: 4%;

        background-repeat: repeat-y;
        background-size: 50% auto;
    }
} */

.product-card {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
    z-index: 2;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.product-card-footer{
    background-color: white; 
    border-top: none;
}

.product-card-title {
    font-size: 30px;
    font-weight: 600;
}

.product-card-text {
    font-size: 16px;
    color: #555;
}

.btn-book-now {
    background-color: #2A73B9 !important;
    color: #ffffff !important;
    padding: 0.5rem 1.4rem;
    border-radius: 3rem;
    font-size: 16px;
    border: none;
    transition: 0.25s ease;
}

.btn-book-now:hover {
    background-color: #19487E !important;
}

.product-arrow {
    background-color: #2A73B9 !important;
    color: #ffffff !important;

    width: 30px;
    height: 30px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;
    font-size: 14px;

    border: none;
    transition: 0.25s ease;
    cursor: pointer;

    text-decoration: none !important;
}

.product-arrow i {
    margin: 0;
    line-height: 1;
}

.product-arrow:hover {
    background-color: #1f5c8b;
    transform: scale(1.05);
}


/* ================= RESPONSIVE 992PX ================= */
@media screen and (max-width: 992px) {
    .product-card-img {
        height: 220px;
    }
    .product-card-title {
        font-size: 28px;
    }
    .product-card-text {
        font-size: 15px;
    }
    .btn-book-now {
        font-size: 15px;
        padding: 0.5rem 1.2rem;
    }
}


/* ================= RESPONSIVE 768PX ================= */
@media screen and (max-width: 768px) {
    .product-card-img {
        height: 200px;
    }
    .product-card-title {
        font-size: 24px;
    }
    .product-card-text {
        font-size: 14px;
    }
    .btn-book-now {
        font-size: 14px;
        padding: 0.4rem 1rem;
    }
}


/* ================= RESPONSIVE 576PX ================= */
@media screen and (max-width: 576px) {
    .product-card-img {
        height: 180px;
    }
    .product-card-title {
        font-size: 24px;
    }
    .product-card-text {
        font-size: 13px;
    }
    .btn-book-now {
        font-size: 13px;
        padding: 0.4rem 0.9rem;
    }
}

/* PRODUCT END */

/* SERVICE SECTION */
.service-blue-box{
    width: 100%;
    background-color: #2A73B9;
    border-bottom-right-radius: 25px;
}
.service-dark-blue-box{
    width: 100%;
    background-color: #19487E;
    border-bottom-right-radius: 20px;
  
}

.service-background{
    position: absolute;
    top: 8%;
    right: 0;
    width: 95%;
    height: 95%;

    background-image: url('../../assets/images/plus-white.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;

    opacity: 0.5;
    z-index: 2;
}

.service-section {
    position: relative;
    /* padding: 40px 0; */
}

@media screen and (max-width:992px) {
    .service-background{
        top: 5%;
    }
}


.service-card {
    width: 100%;
    transition: transform 0.2s ease;
    border: none !important;
    position: relative;
    z-index: 2;
}

.border-service {
    border-left: 5px solid #048B03 !important;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.service-card-title{
    font-size: 24px;
    font-weight: 600;
    color: #2A73B9;
}
.service-card-btn{
    background-color: #048B03 !important;
    color: #ffffff !important;
    padding: 0.5rem 1.4rem;
    border-radius: 3rem;
    font-size: 16px;
    border: none;
    transition: 0.25s ease;
}
.service-card-btn:hover {
    background-color: #225E2C !important;
}

@media screen and (max-width:1200px) {
    .service-card-img{
        width: 80px;
        height: 80px;
    }
    .service-card-title{
        font-size: 18px;
    }
    .service-card-btn{
        font-size: 12px;
        padding: 0.5rem 1.2rem;
    }
}

@media screen and (max-width:992px) {
    .service-card-img{
        width: 50px;
        height: 50px;
    }
    .service-card-title{
        font-size: 20px;
    }
    .service-card-btn{
        font-size: 10px;
        padding: 0.4rem 0.9rem;
    }
}

@media screen and (max-width:576px) {
     .service-card-img{
        width: 80px;
        height: 80px;
    }
     .service-card-title{
        font-size: 24px;
    }
    .service-card-btn{
        font-size: 12px;
        padding: 0.4rem 0.9rem;
    }
}



/* SERVICE END */

/* ABOUT SECTION */
.about-section-img{
    width: auto;
    height: 400px;
    object-fit: cover;
    box-shadow: 10px 10px 0 rgba(121, 108, 108, 0.5);
}

.lines-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

.blue-line {
    width: 40%;
    height: 4px;
    background-color: #2A73B9;
    border-radius: 4px;
}

.green-line {
    width: 18%;
    height: 4px;
    background-color: #3CB878;
    border-radius: 4px;
}


@media screen and (min-width: 1200px) {
    .about-section-img {
        height: 420px;
        box-shadow: 12px 12px 0 rgba(121, 108, 108, 0.5);
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .about-section-img {
        height: 380px;
        box-shadow: 10px 10px 0 rgba(121, 108, 108, 0.5);
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .about-section-img {
        height: 320px;
        box-shadow: 8px 8px 0 rgba(121, 108, 108, 0.5);
    }
}

@media screen and (max-width: 767px) {
    .about-section-img {
        width: 100%;
        height: 260px;
        box-shadow: 6px 6px 0 rgba(121, 108, 108, 0.5);
        border-radius: 10px; /* opsional agar lebih halus */
    }
}

@media screen and (max-width: 480px) {
    .about-section-img {
        height: 220px;
        box-shadow: 5px 5px 0 rgba(121, 108, 108, 0.5);
    }
}


/* ABOUT END */


/* ARTICLE SECTION */
.article-box{
    background-color: #578CCA;
    color: #ffffff;
    border-radius: 1rem;
}

/* .article-card{
    max-width: 400px;
} */

.article-card img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    /* background-color: #f8f9fc; */
}

.article-card-title{
    font-size: 20px;
    font-weight: 600;
}
.article-card-date{
    font-size: 12px;
    font-weight: 400;
}
.article-card-des{
    font-size: 14px;
    font-weight: 400;
}

.btn-go-to-article{
    background-color: #ffffff;
    color: #578CCA;
    border-radius: 3rem;
    padding: 0.5rem 1.4rem;
    border: 2px solid #578CCA !important;
    transition: 0.25s ease;
}
.btn-go-to-article:hover {
    background-color: #578CCA !important;
    color: #ffffff !important;
}

@media screen and (max-width:992px){
    .article-card img {
        height: 220px;
    }
    .article-card-title{
        font-size: 16px;
    }
    .article-card-date{
        font-size: 10px;
    }
    .article-card-des{
        font-size: 12px;
    }
    .btn-go-to-article{
        font-size: 10px;
        padding: 0.4rem 0.9rem;
    }
}

@media screen and (max-width:768px) {
    .article-card img {
        height: 200px;
    }
    .article-card-title{
        font-size: 18px;
    }
    .article-card-date{
        font-size: 12px;
    }
    .article-card-des{
        font-size: 14px;
    }
    .btn-go-to-article{
        font-size: 12px;
        padding: 0.4rem 0.9rem;
    }
}

@media screen and (max-width:576px){
    .article-card img {
        height: 180px;
    }
    .article-card-title{
        font-size: 16px;
    }
    .article-card-date{
        font-size: 10px;
    }
    .article-card-des{
        font-size: 12px;
    }
    .btn-go-to-article{
        font-size: 10px;
        padding: 0.4rem 0.9rem;
    }
}

.white-line{
    width: 100%;
    background-color: white;
    height: 3px;
    align-self: center;
}

.btn-read-more-article{
    background-color: #578CCA;
    color: #ffffff;
    border-radius: 3rem;
    padding: 0.5rem 1.4rem;
    border: 2px solid #ffffff !important;
    transition: 0.25s ease;
}
.btn-read-more-article:hover {
    background-color: #ffffff !important;
    color: #578CCA !important;
}
.article-arrow {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    border: none;
    color: #2A73B9;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .25s ease;
}

.article-arrow:hover {
    background-color: #1f5a94;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {

  .btn-read-more-article {
      font-size: 0.95rem;
      padding: 0.45rem 1.2rem;
  }

  .article-arrow {
      width: 40px;
      height: 40px;
      font-size: 16px;
  }
}

@media screen and (max-width: 768px) {

  /* .d-flex.justify-content-between {
      flex-direction: column;
      align-items: center;
      gap: 1rem;
  } */

  .btn-read-more-article {
      font-size: 0.9rem;
      padding: 0.45rem 1.1rem;
  }

  .article-arrow {
      width: 38px;
      height: 38px;
  }
}

@media screen and (max-width: 576px) {

  .btn-read-more-article {
      padding: 0.4rem 1rem;
      font-size: 0.85rem;
      width: 100%;
      text-align: center;
  }

  .article-arrow {
      width: 34px;
      height: 34px;
      font-size: 14px;
  }

  .d-flex.gap-2 {
      gap: 0.5rem !important;
  }
}

@media screen and (max-width: 400px) {

  .btn-read-more-article {
      font-size: 0.8rem;
      padding: 0.35rem 0.9rem;
  }

  .article-arrow {
      width: 30px;
      height: 30px;
      font-size: 13px;
  }
}

/* ARTICLE END */


/* TESTIMONIAL SECTION */

.shadow-custom {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.testimonial-card{
    border: none !important;
}

.testimonial-card img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-card-name{
    font-size: 18px;
    font-weight: 600;
}

.testimonial-card-text{
    font-size: 14px;
}

@media screen and (max-width:992px) {
    .testimonial-card img{
        width: 70px;
        height: 70px;
    }
    .testimonial-card-name{
        font-size: 16px;
    }
    .testimonial-card-text{
        font-size: 12px;
    }
}

@media screen and (max-width:728px) {
    .testimonial-card img{
        width: 60px;
        height: 60px;
    }
    .testimonial-card-name{
        font-size: 14px;
    }
    .testimonial-card-text{
        font-size: 10px;
    }
}

@media screen and (max-width:576px) {
    .testimonial-card img{
        width: 50px;
        height: 50px;
    }
    .testimonial-card-name{
        font-size: 12px;
    }
    .testimonial-card-text{
        font-size: 8px;
    }
}

#testimonial-slider .splide__arrow {
    background-color: #2A73B9 !important;
    color: #ffffff !important;             
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 1 !important;
    transition: .25s ease;
}

#testimonial-slider .splide__arrow:hover {
    background-color: #1f5a94 !important;
    color: #ffffff !important;
}

#testimonial-slider .splide__arrow svg {
    width: 16px;
    height: 16px;
    fill: #ffffff !important;
}

@media screen and (max-width: 768px) {
    #testimonial-slider .splide__arrow {
        width: 38px;
        height: 38px;
    }

    #testimonial-slider .splide__arrow svg {
        width: 16px;
        height: 16px;
    }
}


@media screen and (max-width: 576px) {
    #testimonial-slider .splide__arrow {
        width: 32px;
        height: 32px;
    }

    #testimonial-slider .splide__arrow svg {
        width: 14px;
        height: 14px;
    }
}


@media screen and (max-width: 400px) {
    #testimonial-slider .splide__arrow {
        width: 28px;
        height: 28px;
    }

    #testimonial-slider .splide__arrow svg {
        width: 12px;
        height: 12px;
    }
}


/* TESTIMONIAL END */

/* HOME PAGE END */

/* SERVICE PAGE SECTION */

.service-img {
  width: 100%;
  max-width: 320px;     /* ukuran default di desktop */
  aspect-ratio: 1 / 1;  /* lingkaran sempurna */
  object-fit: cover;
  border-radius: 50%;
  box-shadow: -18px -3px 0 rgba(135, 193, 135, 1);
}

@media screen and (max-width: 992px) {
  .service-img {
    max-width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .service-img {
    max-width: 220px;
  }
}

@media screen and (max-width: 576px) {
  .service-img {
    max-width: 180px;
  }
}

@media screen and (max-width: 400px) {
  .service-img {
    max-width: 150px;
  }
}

.package-card-section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Agar body mengambil ruang sisa sehingga kedua card body sama tinggi */
.package-card-section .card-body {
    flex: 1;
}


.package-card{
    background-color: #EBF0ED;
    border: none !important;
    border-radius: 0px !important;
}

.package-card-section{
    background-color: #ffffff;
}
.package-card-header{
    background-color: #2A73B9;
    border: none !important;
}

.package-card-footer{
    background-color: #ffffff;
    border: none !important;
}

.package-title{
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.package-price{
    font-size: 32px;
    font-weight: 700;
}

.list-ul{
    list-style: none;
    padding-left: 0;
}

.list-ul li{
    font-size: 16px;
}

.btn-package{
    background-color: #2A73B9;
    color: #ffffff;
    border: none !important;
    transition: .25s ease;
    font-size: 20px;
    font-weight: 600;
}

.btn-package:hover{
    background-color: #1f5a94;
    color: #ffffff;
}

@media screen and (max-width: 992px){
    .package-title{
        font-size: 22px;
    }
    .package-price{
        font-size: 28px;
    }
    .package-ul li{
        font-size: 15px;
    }
    .btn-package{
        font-size: 18px;
        padding: 0.6rem 1.4rem;
    }
}

@media screen and (max-width: 768px){
    .package-title{
        font-size: 20px;
    }
    .package-price{
        font-size: 26px;
    }
    .package-ul li{
        font-size: 14px;
    }
    .btn-package{
        font-size: 17px;
        padding: 0.55rem 1.3rem;
    }
}

@media screen and (max-width: 576px){
    .package-title{
        font-size: 18px;
        text-align: center;
    }
    .package-price{
        font-size: 22px;
        text-align: center;
    }
    .package-ul li{
        font-size: 14px;
        text-align: center;
    }
    .btn-package{
        font-size: 16px;
        width: 100%;
        padding: 0.6rem 1.2rem;
        text-align: center;
    }
}

/* SERVICE PAGE END */

/* ABOUT-US PAGE SECTION */
.about-us-img{
    width: 80%;
    height: 400px;
    object-fit: cover;
    border-radius: 1rem;
}

.about-us-section{
    width: 80%;
}

@media screen and (max-width:992px) {
    .about-us-img{
        width: 100%;
        height: 300px;
    }
    .about-us-section{
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .about-us-img{
        height: 200px;
    }
}
@media screen and (max-width:576px) {
    .about-us-img{
        height: 150px;
    }
}

/* ABOUT-US PAGE END */

/* CONTACT PAGE SECTION */
.content-space {
    background-image: url(images/content-space2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    position: relative;
}

.content-space::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 72, 126, 0.6);
    z-index: 1;
}

.space-text {
    position: absolute;
    top: 50%;
    left: 50%; /* pusat horizontal */
    transform: translate(-50%, -50%); /* pusat vertikal + horizontal */
    font-weight: 400;
    color: white;
    font-size: 64px;
    z-index: 2;
}

/* Responsiveness */
@media (max-width: 992px) {
    .content-space {
        height: 200px;
    }
    .space-text{
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .content-space {
        height: 150px;
    }
    .space-text{
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .content-space {
        height: 100px;
    }

    .space-text {
        font-size: 20px;
    }
}

.contact-icon {
    color: #2A73B9;
    font-size: 28px;
}

/* Tablet Landscape (max-width 992px) */
@media (max-width: 992px) {
    .contact-icon {
        font-size: 26px;
    }
}

/* Tablet Portrait (max-width 768px) */
@media (max-width: 768px) {
    .contact-icon {
        font-size: 24px;
    }
}

/* Mobile (max-width 576px) */
@media (max-width: 576px) {
    .contact-icon {
        font-size: 22px;
    }
}

/* Extra Small Mobile (max-width 400px) */
@media (max-width: 400px) {
    .contact-icon {
        font-size: 20px;
    }
}

.map-box {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}




/* CONTACT PAGE END */

/* ARTICLE PAGE SECTION */
.article-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-pagination ul li a{
    text-decoration: none;
    color: #2A73B9;
}

.article-pagination ul li a:hover{
    color: #ffffff;
    background-color: #19487E;
}

/* ARTICLE PAGE END */


/* DETAIL ARTICLE PAGE SECTION */
.article-img{
    width: 80%;
    height: 400px;
    object-fit: contain;
}

.article-section{
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width:992px) {
    .article-img{
        width: 100%;
        height: 300px;
    }
    .article-section{
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .article-img{
        height: 200px;
    }
}
@media screen and (max-width:576px) {
    .article-img{
        height: 150px;
    }
}

/* DETAIL ARTICLE PAGE END */


/* LOGIN PAGE SECTION */

.login-container {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f7fa;
}

/* Card Login */
.login-card {
    width: 420px;
    background: #ffffff;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

/* Logo */
.login-logo {
    width: 90%;
    height: 100px;
    margin-bottom: 1rem;
    object-fit: cover;
}

.login-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
    background-color: #2A73B9;
    padding: 0.7rem 0.5rem;
    border-radius: 5px;
}

.login-input {
    height: 44px;
    font-size: 16px;
}

.btn-login {
    background-color: #2A73B9;
    color: white;
    padding: 0.6rem;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: .25s ease;
}

.btn-login:hover {
    background-color: #1f5a94;
    color: #ffffff;
}

/* Input group styling */
.login-input-group .password-icon {
    cursor: pointer;
    background: transparent;
    border-left: none;
    font-size: 18px;
    color: #2A73B9;
}

.login-input-group .form-control {
    border-right: none;
}

.login-input-group .form-control,
.login-input-group .input-group-text {
    border-radius: 5px;
}

.password-icon:hover {
    color: #1f5a94;
}


@media (max-width: 576px) {
    .login-card {
        width: 90%;
        padding: 1.5rem;
    }
    .login-logo{
        width: 80%;
        height: 80px
    }
    .login-title {
        font-size: 12px;
    }
    .login-logo {
        width: 100%;
    }
     .login-input-group .password-icon {
        font-size: 16px;
        padding: 0.5rem 0.7rem;
    }
    .login-input {
        font-size: 15px;
    }
}

/* LOGIN PAGE END */


/* ADMIN PAGE SECTION */

/* .admin-layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 240px;
  background: #1f2937;
  color: white;
  padding: 20px;
}

.logo {
  font-size: 22px;
  margin-bottom: 20px;
}

.menu {
  list-style: none;
  padding: 0;
}

.menu li {
  margin-bottom: 12px;
}

.menu a {
  display: block;
  padding: 10px;
  border-radius: 6px;
  color: white;
  text-decoration: none;
}

.menu a.active,
.menu a:hover {
  background: #374151;
}

.main-content {
  flex: 1;
  padding: 25px;
  background: #f3f4f6;
  overflow-y: auto;
} */

/* ADMIN SIDEBAR SECTION */

#admin-page{
    background-color: #f8f9fc;
    height: 100vh;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

#sidebarContainer ul {
  list-style: none;
  padding-left: 0;
}

#sidebarContainer ul li a {
  text-decoration: none;
  color: inherit;
}

.admin-sidebar{
    display: block !important;
    border-right: solid 0.5px #d9d9d9;
    height: 100vh;
    position: sticky;
    top: 0;
    padding: 0;
}

.admin-sidebar .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none !important;
    border-radius: 0 !important;
}

.admin-sidebar .card-header {
    border: none !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
}

.admin-sidebar .card-body {
    flex: 1;
    overflow-y: auto;
    border-top: solid 0.5px #d9d9d9;
}

.admin-sidebar .card-footer {
    margin-top: auto;
    border: none !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
}


.sidebar-section .nav-link {
    border-radius: 0 !important;
    font-size: 16px;
    font-weight: 400;
    background-color: white;
    /* padding: 14px 0; */
    border: none;
    margin: 0 1rem;
}

.sidebar-logo{
    width: 60%;
    height: 100%;
}

/* ---- Sidebar Dropdown ---- */
.sidebar-dropdown .dropdown-toggle {
    cursor: pointer;
}

.sidebar-dropdown .dropdown-toggle::after {
    display: none !important;
}

.sidebar-dropdown .dropdown-arrow {
    transition: transform 0.25s ease;
}

/* Rotate arrow when open */
.sidebar-dropdown .collapse.show + .dropdown-arrow,
.sidebar-dropdown .dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(90deg);
}

/* Submenu style */
.sub-link {
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 8px 0 !important;
    opacity: 0.8;
    color: #000000 !important;
}

.sub-link:hover {
    opacity: 1;
}

/* Remove underline bullet on ul > li */
.sidebar-section ul {
    padding-left: 0;
    list-style: none;
}

.sub-link{
    padding-left: 1rem !important;
}

/* Hover untuk link utama sidebar */
.sidebar-section .nav-link:hover {
    background-color: #2A73B9 !important;
    color: #ffffff !important;
    transition: 0.25s ease;
}

/* Hover untuk submenu */
.sub-link:hover {
    background-color: #2A73B9 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    padding-left: 10px;
    transition: 0.25s ease;
    border-radius: 4px;
}

.sidebar-section .nav-link.active {
    background-color: #2A73B9 !important;
    color: #ffffff !important;
}

.sub-link.active {
    background-color: #2A73B9 !important;
    color: #ffffff !important;
    border-radius: 4px;
}

@media screen and (max-width:1200px) {
    .sidebar-logo{
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:992px) {
    .nav-link{
        font-size: 12px !important;
    }
    .sub-link{
        font-size: 12px !important;
        /* padding: 4px 0 !important; */
    }
}

@media screen and (max-width:768px) {
    .nav-link{
        font-size: 15px !important;
        color: #000000 !important;
    }
    .sub-link{
        font-size: 14px !important;
        color: #000000 !important;
    }
}


/* ADMIN SIDEBAR END */

/* ADMIN OFFCANVAS SECTION */

/* ADMIN OFFCANVAS END */

/* ADMIN NAVBAR SECTION */

.admin-navbar{
    border-bottom: solid 0.5px #d9d9d9;
    max-height: 7rem;
    background-color: #ffffff !important;
}

.admin-btn-offcanvas {
    background-color: #ffffff;
    color: #2A73B9;
    border: none;
    border-radius: 0.3rem;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #2A73B9;
}
.admin-btn-offcanvas:hover{
    background-color: #2A73B9;
}

.admin-navbar-logo{
    width: 100px;
    height: auto;
    margin: auto;
    object-fit: contain;
    display: block !important;
}

.admin-dropdown-btn{
    background-color: #ffffff;
    color: #2A73B9;
    border: none;
    border-radius: 0.3rem;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #2A73B9;
}
.admin-dropdown-btn:hover{
    background-color: #2A73B9;
    color: #ffffff;
}





/* ADMIN NAVBAR END */

/* ADMIN OFFCANVAS SECTION */
.btn-admin-offcanvas{
    display: none !important;
}

.admin-offcanvas{
    width: 80% !important;
}

.btn-admin-offcanvas{
    background-color: #ffffff;
    color: #2A73B9;
    border: none;
    border-radius: 0.3rem;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #2A73B9;
}
.btn-admin-offcanvas:hover{
    background-color: #2A73B9;
    color: #ffffff;
}


/* ADMIN OFFCANVAS END */



/* MAIN STYLE ON ADMIN SECTION*/
@media screen and (min-width:576px) {
    .admin-navbar-logo{
        display: none !important;
    }
}

@media screen and (max-width: 576px) {
    .btn-admin-offcanvas {
        display: block !important;
    }
    .admin-sidebar{
        display: none !important;
    }
}



/* MAIN STYLE ON ADMIN END */

/* ADMIN TABLE SECTION*/

.admin-table-container {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 800px;
}

.admin-table{
    min-width: 800px;
    /* table-layout: fixed; */
    width: 100%;
}

.admin-table th {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.admin-table tr {
    border-bottom: 1px solid #dee2e6;
}

.admin-table td {
    padding: 10px;
}

.article-table th:nth-child(1),
.article-table td:nth-child(1) {
    width: 5%;
}

.article-table th:nth-child(2),
.article-table td:nth-child(2) {
    width: 20%;
}

.article-table th:nth-child(3),
.article-table td:nth-child(3) {
    width: 25%;
}

.article-table th:nth-child(4),
.article-table td:nth-child(4) {
    width: 15%;
}

.article-table th:nth-child(5),
.article-table td:nth-child(5) {
    width: 15%;
}

.biodata-table th:nth-child(1),
.biodata-table td:nth-child(1) {
    width: 5%;
}

.biodata-table th:nth-child(2),
.biodata-table td:nth-child(2) {
    width: 20%;
}

.biodata-table th:nth-child(3),
.biodata-table td:nth-child(3) {
    width: 60%;
}

.biodata-table th:nth-child(4),
.biodata-table td:nth-child(4) {
    width: 10%;
}


.detail-table-img{
    width: 100%;
    max-width: 100px;
    aspect-ratio: 1 / 1; 
    object-fit: cover;
}

#detailArticleImgModal .modal-content {
    border-radius: 15px;
    background: transparent !important;
    border: none !important;
}

@media screen and (min-width:576px) {

    .modal-img:hover{
        transform: scale(1.5);
    }
}

.admin-table-biodata-logo-img{
    width: 100%;
    max-height: 200px;
    object-fit: contain;
}

/* ADMIN TABLE END */

/* ADMIN PAGE END */

/* ADD ARTICLE PAGE SECTION */

.add-article-card{
    border: none !important;
}

.add-article-card .card-header{
    background: transparent !important;
    border: none !important;
}

.add-article-card .card-footer{
    background: transparent !important;
}

.add-article-img{
    width: 40%;
    height: 40%;
    object-fit: cover;
}

@media screen and (max-width:992px) {
    .add-article-img{
        width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: cover;
    }
}

#editorContainer {
    width: 100%;
    min-height: 400px; /* sesuai height editor */
}


/* ADD ARTICLE PAGE END */