
.dentalseuri2-section {
    background-color: #99bdde;
    border-radius: 20px;
    margin-top: -80px;
    padding: 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 520px;
    display: flex;              
}

.agaklain {
    margin-right: 0.8rem !important;
}


.dentalseuri2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    height: 100%;
    align-items: stretch;
}


.dentalseuri2-left {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.dentalseuri2-main-image {
    width: 450px;
    max-width: 100%;
    align-self: flex-end;
    z-index: 4;
}

.dentalseuri2-ornament {
    position: absolute;
    opacity: 0.9;
}

.dentalseuri2-ornament-brown {
    width: 140px;
    top: 25%;
    left: -40px;
}

.dentalseuri2-ornament-grey {
    width: 140px;
    bottom: 10%;
    right: 15px;
}

.dentalseuri2-right-orthodontics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate(-10px, 70px);
}
.dentalseuri2-right-veneer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dentalseuri2-title {
    color: #2e4368;
    font-weight: 700;
    line-height: 1.25;
    font-size: 32px;
    margin-bottom: 0.5rem;
}

.dentalseuri2-desc {
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 2rem;
}


.dentalseuri2-btn {
    background-color: #D1A361;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    border: none;
    width: fit-content;
    border: 1px solid #e2d0b7; 
}

.dentalseuri2-btn:hover {
    background-color: #d89441;
    border: 1px solid #28467b; 
    color: #fff;
    transform: translateY(-1px);
}

.dentalseuri2-info-section {
    max-width: 100%;
    transform: translateY(-80px);
    background-color: #cdcdcf;
    height: 220px;
    border-radius: 30px;
    margin-top: 2rem;
}

.dentalseuri2-info-row {
    padding: 2rem;
    padding-top: 80px;
}

.dentalseuri2-info-section h3 {
    margin-bottom: 0.5rem;
}

.dentalseuri2-info-section ul li {
    font-size: 16px;
    align-items: flex-start;
    display: flex;
    align-items: center;     /* 🔥 KUNCI */
    gap: 10px;
    line-height: 1.4;
}


.dentalseuri2-info-section ul li span {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    flex-shrink: 0;          /* 🔥 BIAR GAK GESEK */
    margin: 0;               /* 🔥 HAPUS mb-1 */
}



@media (max-width: 768px) {

    .dentalseuri2-ornament-brown {
        width: 90px;
        top: 20%;
        left: 2px;
    }
    
    .dentalseuri2-ornament-grey {
        width: 110px;
        bottom: 10%;
        right: 25px;
    }

    .dentalseuri2-right-orthodontics {
        width: 240px;
        transform: translate(-1px, 25px);
    }



    .dentalseuri2-right-veneer {
        width: 240px;
        transform: translateX(3px);
    }

    .dentalseuri2-section {
        min-height: 230px;
        border-radius: 0px;
        margin-top: -10px;
    }


    .dentalseuri2-info-section h3 {
        margin-bottom: 1.5rem;
    }

    .dental-info-row h3 {
        font-size: 20px;
    }

    .dental-info-row p {
        font-size: 16px;
    }

    .dentalseuri2-info-section ul li {
        font-size: 16px;
        align-items: flex-start;
        display: flex;
        align-items: center;     /* 🔥 KUNCI */
        gap: 10px;
        line-height: 1.4;
    }
    
    .dentalseuri2-info-section ul li span {
        width: 8px;
        height: 8px;
        background-color: #000;
        border-radius: 50%;
        flex-shrink: 0;          /* 🔥 BIAR GAK GESEK */
        margin: 0;               /* 🔥 HAPUS mb-1 */
    }
    
    .dentalseuri2-info-row {
        padding: 2rem;
        padding-top: 40px;
    }

    .dentalseuri2-info-section {
        border-radius: 0px;
        margin-top: 0rem;
    }

    .dentalseuri2-title{
        font-size: 17px;
    }

    .dentalseuri2-desc {
        font-size: 11px;
        margin-bottom: 0.8rem;
    }
    
    .dentalseuri2-info-section {
        transform: translateY(0px);
        background-color: #cdcdcf;
        height: 450px;
    }
    

    .dentalseuri2-left {
        align-items: flex-end;  /* 🔥 JANGAN center */
    }

    .dentalseuri2-main-image {
        width: 220px;
    }
    


    .dentalseuri2-btn {
        font-size: 15px !important ;
        padding: 0.5rem 1rem;
        margin: 0 0 !important;
    }
}

@media (max-width: 480px) {

    .dentalseuri2-info-section {
        height: 310px;
    }

    .dentalseuri2-info-row {
        padding-top: 25px;
    }

    .dentalseuri2-info-section h3 {
        margin-bottom: 0.5rem;
    }

    .dental-info-row h3 {
        font-size: 18px;
    }

    .dental-info-row p {
        font-size: 14px;
    }
    
    .dentalseuri2-info-section ul li {
        font-size: 14px;
    }

    .dentalseuri2-ornament-brown {
        width: 60px;
        top: 30%;
        left: 2px;
    }
    
    .dentalseuri2-ornament-grey {
        width: 80px;
        bottom: 10%;
        right: 25px;
    }

    .dentalseuri2-section {
        margin-top: -40px;
    }

    .agaklain {
        margin-right: 0.3rem !important;
    }

    .dentalseuri2-title{
        font-size: 15px;
        margin-bottom: 0.3rem;
    }

    .dentalseuri2-desc {
        font-size: 11px;
        line-height: 1.1;
        margin-bottom: 0.8rem;
    }


    .dentalseuri2-btn {
        padding: 0.5rem 1rem;
    }
    
    /* ICON */
    .dentalseuri2-btn-icon {
        font-size: 20px;           /* ICON SIZE */
    }
    
    /* TEXT */
    .dentalseuri2-btn-text {
        line-height: 1;
    }
    

    .dentalseuri2-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.1rem;
    }

    .dentalseuri2-left {
        justify-content: center;
    }

    .dentalseuri2-main-image {
        width: 220px;
    }




    .dentalseuri2-btn {
        font-size: 8px;
        padding: 0.5rem 1rem !important; 
    }



}





/* ===============================
   DENTALSEURI2 ABOUT SECTION
================================ */

/* ===============================
   DENTALSEURI2 ABOUT SECTION
================================ */

.dentalseuri2-about-section {
    padding: 2rem 0;
}

.dentalseuri2-about-row {
    --bs-gutter-x: 4rem;
    align-items: center;
}

/* IMAGE */
.dentalseuri2-about-image-col {
    display: flex;
    justify-content: flex-end;
}

.dentalseuri2-about-image {
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* CONTENT */
.dentalseuri2-about-content {
    padding-left: 1rem;
    text-align: left; /* 🔥 PAKSA RATA KIRI */
}

.dentalseuri2-about-title {
    font-size: 50px;
    font-weight: 700;
    color: #5880a4;
    margin-bottom: 1.5rem;
}

.dentalseuri2-about-subtitle {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 1rem;
}

/* LIST */
.dentalseuri2-about-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.dentalseuri2-about-item {
    display: flex;
    align-items: flex-start; /* 🔥 BIAR TEXT RAPI */
    font-size: 20px;
    margin-bottom: 0.75rem;
}

.dentalseuri2-about-item h3 {
    display: flex;
    align-items: flex-start; /* 🔥 BIAR TEXT RAPI */
    font-size: 20px;
    margin-bottom: 0.75rem;
}

.dentalseuri2-about-dot {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.6em;
    margin-right: 8px; /* 🔥 ME-2 VERSION CSS */
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {

    .dentalseuri2-about-item h3 {
        font-size: 18px;
        margin-bottom: 0.55rem;
    }

    .dentalseuri2-about-image-col {
        justify-content: center;   /* 🔥 GAMBAR SEJAJAR */
        margin-bottom: 1.5rem;
    }

    .dentalseuri2-about-image {
        width: 470px;
        height: auto;
    }

    .dentalseuri2-about-content {
        text-align: left;          /* 🔥 TEXT TETEP KIRI */
        padding-left: 0;
    }

    .dentalseuri2-about-title {
        font-size: 26px;
    }

    .dentalseuri2-about-subtitle {
        font-size: 16px;
    }

    .dentalseuri2-about-item {
        font-size: 15px;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {

    .dentalseuri2-about-item h3 {
        font-size: 15px;
        margin-bottom: 0.25rem;
    }

    .dentalseuri2-about-title {
        font-size: 22px;
        padding: 0 50px 0 0;
    }

    .dentalseuri2-about-item {
        font-size: 14px;
        margin-bottom: 0.1rem;
    }
}


/* ===============================
   WHY TRUST SECTION
================================ */

.why-trust-section {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    min-height: 500px;
}

.why-trust-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background: url('../../image/bg_kanan.webp') no-repeat right center;
    background-size: contain;
    opacity: 0.3;
    z-index: 0;
}

.why-trust-content {
    position: relative;
    z-index: 2;
}

/* TITLE */
.why-trust-title {
    font-size: 50px;
    font-weight: 700;
    color: #5880a4;
}

/* LIST */
.why-trust-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.why-trust-item {
    display: flex;
    align-items: center;
}

.why-trust-icon {
    width: 48px;
    margin-right: 1rem;
    flex-shrink: 0;
}

.why-trust-text {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {

    .why-trust-section {
        padding: 2.5rem 0;
        min-height: auto;
    }

    .why-trust-bg {
        width: 200px;
        opacity: 0.2;
        background-size: cover;
    }

    .why-trust-title {
        font-size: 28px;
    }

    .why-trust-text {
        font-size: 17px;
    }

    .why-trust-icon {
        width: 36px;
    }
}

@media (max-width: 576px) {

    .why-trust-bg {
        width: 140px;
        opacity: 0.15;
    }

    .why-trust-title {
        font-size: 22px;
    }

    .why-trust-text {
        font-size: 15px;
    }
}


/* ===============================
   DENTALSEURI2 ARTICLE SECTION
================================ */

.dentalseuri2-article-section {
    margin: 100px 0;
    padding: 0 20px 0;
}

.dentalseuri2-article-container {
    text-align: left;
}

.dentalseuri2-article-title {
    font-weight: 700;
    color: #0d1e3d; /* text-secondary */
    font-size: 32px;
    line-height: 1.2;
}

.dentalseuri2-article-content {
    margin-top: 1.5rem;
}

.dentalseuri2-article-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    color: #333;
}

.dentalseuri2-article-more {
    margin-top: 1rem;
    font-weight: 600;
    color: #0d1e3d;
    cursor: pointer;
    width: fit-content;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {

    .dentalseuri2-article-section {
        margin: 60px 0;
    }

    .dentalseuri2-article-title {
        font-size: 24px;
    }

    .dentalseuri2-article-content p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {

    .dentalseuri2-article-section {
        margin: 40px 0;
    }

    .dentalseuri2-article-title {
        font-size: 20px;
    }

    .dentalseuri2-article-content p {
        font-size: 14px;
        line-height: 1.55;
    }

    .dentalseuri2-article-more {
        font-size: 14px;
    }
}
