@media (min-width:1400px) {
    .container {
        max-width: 1048px;
    }
}

body {
    font-family: 'Poppins', sans-serif;
}

.text-primary {
    color: #4094c4 !important;
}

.btn-primary {
    background-color: #4094c4 !important;
    color: #fff;
}

.btn-contact {
    border-radius: 0;
    padding: 8px 19px;
    width: 266.05px;
    height: 57.22px;
}

.homepage-banner ::after {
    background: url('../media/image/bubble.png');
}

.fs-8 {
    font-size: 8.41px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-32 {
    font-size: 32px;
}

.fs-48 {
    font-size: 48px;
}

.fs-51 {
    font-size: 51.2px;
}

.ml-1 {
    margin-left: 1rem;
}

.pl-2 {
    padding-left: 2rem;
}

.ml-40 {
    margin-left: 40px;
}

.we-do {
    background: #DEEDF5;
}

.homepage-product {
    margin-top: 200px;
    background: rgba(222, 237, 245, 1);
}

.homepage-news {
    background-color: rgba(4, 53, 79, 1);
}

.detail-news {
    background: rgba(222, 237, 245, 1);
}

.title-news-detail {
    font-family: "Merriweather";
    font-weight: 700;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(101, 100, 98, 1);
}

.date-news-detail {
    font-family: "Nunito Sans";
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(151, 151, 151, 1);
}

.image-news-detail {
    width: 100%;
    height: 525px;
}

.news-content {
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.vision-mision-card {
    border: none;
    border-radius: 0;
    height: 380px;
}

.vision-mision-card::before {
    content: "";
    position: absolute;
    top: 10;
    left: 10;
    width: 0;
    height: 0;
    border-top: 60px solid #4094c4;
    border-right: 60px solid transparent;
    z-index: 1;
}

.product-card {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 0;
}

.search-box {
    background-color: #f2f2f2;
    width: 100%;
    height: 60px;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.search-input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.carousel-item img {
    width: 269px;
    height: 394px;
    object-fit: cover;
    margin: auto;
}

.custom-control {
    width: 40px;
    height: 40px;
    background-color: #4094c4;
    /* Bootstrap Primary Blue */
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    color: white;
    font-size: 1.2rem;
    border-radius: 0;
    /* square shape */
}

.carousel-control-prev.custom-control {
    left: 3px;
}

.carousel-control-next.custom-control {
    right: 3px;
}

.product-card {
    position: relative;
    overflow: visible;
    /* allow content to expand outside */
}

.product-detail-hover {
    position: absolute;
    top: 100%;
    /* position directly below the card */
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    /* or 100% if you want it to match card width */
    background: rgba(246, 246, 246, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    border-radius: 0px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 10;
    font-size: 13px;
}

.product-card:hover .product-detail-hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Detail Product */
.main-image {
    width: 100%;
    max-width: 624px;
    max-height: 377.67px;
    object-fit: contain;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.thumb-image {
    width: 100%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
    border-radius: 5px;
}

.thumb-image:hover,
.thumb-image.active {
    border-color: #2084fc;
}

.whatsapp-button {
    background-color: #25D366;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    transition: 0.3s;
}

.whatsapp-button:hover {
    background-color: #1ebc5b;
}

.whatsapp-button i {
    font-size: 14px;
}

ul.spec-list {
    font-size: 20px;
    padding-left: 1rem;
}

ul.spec-list li {
    margin-bottom: 0.5rem;
}

.homepage-our-support {
    background: #fff;
}

.header-homepage {
    background-image: url('../media/image/header.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* .header-homepage::before { */
/* content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1332.83837890625px; */
/* background-color: rgba(0, 138, 210, 0.58); */
/* background: linear-gradient(180deg, rgba(0, 138, 210, 0.58) 0%, #0389D0 50%); */
/* } */
.title-homepage {
    color: #fff;
    z-index: 2
}

/* Contact Us */
.contact-page {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 40px;
    z-index: 3;
    position: relative;

}

iframe {
    width: 100%;
    height: 360px;
    border-radius: 6px;
    border: 0;
}

.info-text {
    margin: 20px 0;
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.contact-box {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.contact-form {
    margin-top: 40px;
}

.contact-text {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 8.41px;
    line-height: 111.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
}

.contact-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00aaff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 8px auto;
    font-size: 18px;
}

.form-label {
    font-weight: 600;
}

.btn-submit {
    background-color: #007bdf;
    color: white;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
    padding: 10px;
    border: none;
}

.btn-submit:hover {
    background-color: #0063b1;
}

.header-page {
    background-image: url('../media/image/bubble.png'), url('../media/image/header-second.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 44% 100%, cover; 
    background-position: right center, bottom;
    height: 406px;
    overflow: hidden;
}

.header-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 406px;
    background: linear-gradient(180deg, rgba(0, 138, 210, 0.58) 0%, #0389D0 200%);
    /* Blue with 50% opacity */
}


.title-page {
    font-size: 51.2px;
    font-weight: 700;
    color: #fff;
    z-index: 2
}


.image-product-container {
    max-width: 285px;
    max-height: 217px;
}

.image-product-card {
    width: 100%;
    height: 217px;
}

/* Line  */
.icon-box div strong {
    position: relative;
    z-index: 1;
}

.horizontal-line {
    content: "";
    position: absolute;
    width: 70%;
    height: 0;
    left: 15%;
    top: 20%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    z-index: 1;
}

.horizontal-line::before {
    content: "";
    position: absolute;
    left: -4%;
    bottom: -16;
    content: '';
    width: 28px;
    height: 28px;
    background: url('../media/icons/crisscross.svg');
    background-repeat: no-repeat;
    z-index: 1;
}

.horizontal-line::after {
    content: "";
    position: absolute;
    right: -5%;
    bottom: -11;
    content: '';
    width: 28px;
    height: 28px;
    background: url('../media/icons/cross.svg');
    background-repeat: no-repeat;
    z-index: 1;
}


.diagonal-left-line {
    content: "";
    position: absolute;
    width: 0;
    height: 35%;
    left: 12.8%;
    top: 25%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    z-index: 1;
}

.diagonal-left-line::before {
    content: "";
    position: absolute;
    right: -14px;
    bottom: -45px;
    content: '';
    width: 28px;
    height: 28px;
    background: url('../media/icons/cross.svg');
    background-repeat: no-repeat;
    z-index: 1;
}

.diagonal-right-line {
    content: "";
    position: absolute;
    width: 0;
    height: 35%;
    right: 12.3%;
    top: 25%;
    border-top: 3px dashed #fff;
    border-right: 3px dashed #fff;
    z-index: 1;
}

.diagonal-right-line::before {
    content: "";
    position: absolute;
    right: -14px;
    bottom: -45px;
    content: '';
    width: 28px;
    height: 28px;
    background: url('../media/icons/minus.svg');
    background-repeat: no-repeat;
    z-index: 1;
}

@media (min-width:481px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .dropdown-menu::before {
        content: "";
        display: block;
        height: 6px;
        top: -8;
        background-color: #2084fc;
        position: relative;
    }

    .navbar-transparent {
        background-color: transparent !important;
        box-shadow: none;
        z-index: 1030;
    }

    .navbar-transparent .navbar-brand,
    .navbar-transparent .nav-link {
        color: white !important;
    }

    .navbar-transparent .nav-link:hover {
        color: #ccc !important;
    }


    .title-our-support {
        font-weight: 700;
        font-size: 32px;
        line-height: 56.8px;
        text-transform: uppercase;
    }

    .desc-our-support {
        font-weight: 400;
        font-size: 15px;
        line-height: 30px;
        width: 562.94px;
        height: 60px;
    }

    .header-col {
        width: 446px;
    }

    .image-about-us {
        max-width: 440px;
    }

    .about-us-home {
        position: sticky;
        background: #fff;
        border-radius: 0px;
        width: 574;
        height: 690;
        left: 894px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        margin-top: 60px;
    }

    .about-us-padding {
        margin: 80px 60px 80px 60px;
    }

    .about-us-text-home {
        font-family: "Poppins";
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 34%;
        text-transform: uppercase;
    }

    .about-us-title-home {
        font-family: "Poppins";
        font-weight: 700;
        font-size: 48px;
        line-height: 56.8px;
        letter-spacing: 0%;
    }

    .slogan {
        width: 547px;
        font-weight: 700;
        line-height: 56.8px;
    }

    .image-we-do {
        width: 529px;
    }

    .product-card {
        height: 408px;
    }

    .product-category-title::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 45px solid #4094c4;
        border-right: 20px solid #4094c4;
        z-index: 1;
    }

    .product-card .card-body .card-subtitle::before {
        content: "";
        position: absolute;
        bottom: 33%;
        left: 10;
        width: 0;
        height: 0;
        border-top: 10px solid #4094c4;
        border-right: 20px solid #4094c4;
        z-index: 1;
    }

    .service-title-text {
        line-height: 56.8px;
    }

    .need-our-support {
        background-image: url('../media/image/need-support.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 316px;
        overflow: hidden;
    }

    .image-need-support {
        position: absolute;
        margin-top: -120px;
        margin-left: 50;
    }

    .need-support-text {
        text-align: left !important;
        margin-top: 30px;
    }

    .btn-contact-us {
        margin-top: 3rem !important;
    }

    /* News */
    .remove-right-padding {
        padding-right: 0;
    }

    .forcing-upper {
        margin-top: -100px;
    }

    .news-card {
        background-size: cover;
        background-position: center;
        border-radius: 4px;
        height: 100%;
        position: relative;
        min-height: 150px;
        overflow: hidden;
    }

    .big-card {
        height: 404px;
    }

    .small-card:nth-child(1) {
        height: 194px;
    }

    .small-card:nth-child(2) {
        height: 194px;
    }

    .news-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 0;
        border-radius: 4px;
    }

    .blue-line::before {
        content: "";
        position: absolute;
        left: -39;
        width: 0;
        height: 0;
        border-top: 75px solid #4094c4;
        border-right: 20px solid #4094c4;
        z-index: 1;
    }

    .news-litle-line::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 115px solid #4094c4;
        border-right: 5px solid #4094c4;
        z-index: 1;
        bottom: 35;
    }

    .news-card * {
        position: relative;
        z-index: 1;
    }

    .latest-news-text::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 50px solid #4094c4;
        border-right: 20px solid #4094c4;
        z-index: 1;
    }

    .image-news-card {
        width: 100%;
        height: 218px;
    }

    .latest-news {
        border-radius: 0;
        height: 396px;
    }

    .news-date {
        margin-bottom: 0.5rem !important;
    }

    .btn-read-more {
        position: absolute;
        right: -10;
        bottom: 0;
        border-radius: 0;
    }

    .footer-blue {
        clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
    }


    /* Detail Product */
    ul.spec-list {
        width: 459.830810546875;
        height: 328.2591552734375;
        top: 672.64px;
        left: 692.33px;

    }

    /* Homepage */

    .icon-box {
        background: #fff;
        border-radius: 6px;
        width: 239;
        height: 256;
        top: 560.97px;
        left: 128px;
        padding-top: 24px;
        padding-right: 64px;
        padding-bottom: 24px;
        padding-left: 64px;
        gap: 24px;
        max-width: 239px;
        max-height: 256px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        /* transition: transform 0.3s; */

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

    }

    /* .icon-box:hover {
        transform: translateY(-5px);
    } */

    .icon-box img {
        width: 108.02420806884766px;
        height: 87px;

        margin-bottom: 12px;
    }

}

@media (max-width:940px) {
    .vision-mision-gap {
        gap: 20px
    }
}

@media (max-width:480px) {
    .homepage-icons {
        position: relative;
        top: -200 !important;
        max-height: 600px;
        background: #0389D0;
    }
    .homepage-exceed {
        position: relative;
        top: 0 !important;
    }
    .horizontal-line {
        display: none;
    }

    .diagonal-left-line {
        display: none;
    }

    .diagonal-right-line {
        display: none;
    }

    .header-page {
        background-image: url('../media/image/bubble.png'), url('../media/image/header-second.png');
        background-repeat: no-repeat, no-repeat;
        background-size: 44% 100%, cover; 
        background-position: right center, bottom;
        height: 329px;
        overflow: hidden;
    }

    .header-page::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 329px;
        background: linear-gradient(180deg, rgba(0, 138, 210, 0.58) 0%, #0389D0 200%);
        /* Blue with 50% opacity */
    }

    .image-about-us {
        width: 370px;
    }

    .title-page {
        font-size: 51.2px;
        font-weight: 700;
        color: #fff;
        z-index: 2
    }

    .image-we-do {
        width: 370px;
    }



    .product-category-title::before {
        content: "";
        position: absolute;
        left: 25;
        width: 0;
        height: 0;
        border-top: 45px solid #4094c4;
        border-right: 20px solid #4094c4;
        z-index: 1;
    }

    .product-card .card-body .card-subtitle::before {
        content: "";
        position: absolute;
        left: 10;
        width: 0;
        height: 0;
        border-top: 10px solid #4094c4;
        border-right: 20px solid #4094c4;
        z-index: 1;
        bottom: auto;
        margin-top: 10px;
    }

    /* Service */
    .need-our-support {
        background-image: url('../media/image/need-support.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 316px;
        overflow: hidden;
    }

    .image-need-support {
        display: none;
    }

    .need-support-text {
        text-align: center !important;
        margin-top: 30px;
    }

    .btn-contact-us {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* News */
    .gap-news-card {
        gap: 1rem !important;
    }

    .news-litle-line::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 115px solid #4094c4;
        border-right: 5px solid #4094c4;
        z-index: 1;
        bottom: 35;
    }

    .news-card * {
        position: relative;
        z-index: 1;
    }

    .latest-news-text::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 50px solid #4094c4;
        border-right: 20px solid #4094c4;
        z-index: 1;
    }

    .image-news-card {
        width: 100%;
        height: 218px;
    }

    .latest-news {
        height: 396px;
    }

    .news-date {
        margin-bottom: 0.5rem !important;
    }

    .btn-read-more {
        position: absolute;
        right: -10;
        bottom: 0;
        border-radius: 0;
    }

    .image-our-support {
        max-width: 100%;
    }

    /* Home page */
    .icon-box {
        background: #fff;
        border-radius: 6px;
        width: auto;
        height: 256;
        top: 560.97px;
        left: 128px;
        gap: 24px;
        max-width: 189px;
        max-height: 206px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        /* transition: transform 0.3s; */

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

    }

    /* .icon-box:hover {
        transform: translateY(-5px);
    } */

    .icon-box img {
        height: 48px;
        margin-bottom: 12px;
    }

    .about-us-home {
        background: #fff;
        border-radius: 0px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        width: 100%;
        height: 100%;
    }

    .about-us-text-home {
        font-family: "Poppins";
        font-weight: 400;
        font-size: 18px !;
        line-height: 100%;
        letter-spacing: 34%;
        text-transform: uppercase;
    }

    .about-us-title-home {
        font-family: "Poppins";
        font-weight: 700;
        font-size: 32px;
        line-height: 56.8px;
        letter-spacing: 0%;
    }

    .about-us-desc-home {
        font-family: "Poppins";
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0%;
    }

    .about-us-padding {
        margin: 20px 10px 20px 10px;
    }

    .image-about-us-home {
        display: none;
    }

    .fixed-on-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        background-color: white;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .homepage-product {
        margin-top: 400px;
    }

    .title-home-product {
        font-size: 22px;
    }

    .other-home-product {
        display: none;
    }
}

/* footer */
footer {
    font-size: 13px !important;
}

.footer-section {
    position: relative;
}

.footer-white {
    background-color: white;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.footer-blue {
    background-color: #0283cf;
    color: white;
    padding: 40px 30px;
}

.footer-blue a {
    color: white;
    text-decoration: none;
}

.footer-blue a:hover {
    text-decoration: underline;
}

.footer-button {
    width: 160px;
    height: 48px;
}

.footer-icon-btn {
    width: 48px;
    height: 48px;
}

.footer-bottom {
    background-color: #111;
    color: white;
    padding: 12px 0;
    text-align: left;
    padding-left: 20px;
    font-size: 13px;
}

/* HERE */
.homepage-icons {
    position: relative;
    top: -200px;
    max-height: 600px;
    background: #0389D0;
}

.homepage-exceed {
    position: relative;
    top: -200;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Arial, sans-serif;
}

.pagination .page,
.pagination .prev,
.pagination .next {
  width: 32px;      
  height: 32px;     
  line-height: 32px; 
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  font-size: 14px;
}

.pagination .prev,
.pagination .next {
  background: rgba(3, 137, 208, 1);
  color: white;
  font-weight: bold;
}

.pagination .page.active {
  background: rgba(4, 53, 79, 1);
  color: white;
  font-weight: bold;
}

.pagination .page:not(.active) {
  background: transparent;
  color: #000;
  border: none;
}

.pagination .dots {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #000;
}

.pagination .page:hover:not(.active) {
  background: rgba(3, 137, 208, 0.1);
  cursor: pointer;
}
