@import url('bootstrap.min.css');
@import url('magnific-popup.css');
@import url('font-awesome.min.css');
@import url('themify-icons.css');
@import url('nice-select.css');
@import url('flaticon.css');
@import url('gijgo.css');
@import url('animate.css');
@import url('slicknav.css');
@import url('style.css');

.img-responsive {
    width: 100%;
}

img {
    vertical-align: middle;
    border-style: none;
}

.asuransi-container {
    padding: 30px 15px;
}

#tombol-asuransi {
    margin-bottom: 20px;
}

#header-asuransi {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
    text-decoration: underline;
    text-decoration-color: #7DBA00;
}

.w-100 {
    width: 100% !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #f8f9fa;
    padding: 20px 10px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.expert_doctors_area {
    padding: 40px 0;
}

.doctors_title {
    margin-bottom: 40px;
    text-align: center;
    padding: 0 15px;
}

.doctors_title h3 {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 600;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.doctors_title h3::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: #4CAF50;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.doctor_item_v2 {
    height: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.doctor_link_v2 {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.doctor_link_v2:hover .single_expert_v2 {
    background-color: #c5f582;
    transition: background-color 0.3s ease;
}

.single_expert_v2 {
    background-color: #d9fb94;
    height: 100%;
    min-height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.single_expert_v2:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.expert_thumb_v2 {
    position: relative;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    height: clamp(200px, 25vw, 300px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-img_v2 {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    transition: transform 0.5s ease;
    max-width: 250px;
}

.single_expert_v2:hover .doctor-img_v2 {
    transform: scale(1.05);
}

.experts_name_v2 {
    margin: 10px 15px 15px 15px;
    padding: 15px;
    text-align: center;
    background-color: #b8e866;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #a3d948;
    min-height: 80px;
}

.experts_name_v2 h3 {
    font-size: clamp(14px, 2.5vw, 16px);
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #333;
    line-height: 1.3;
}

.experts_name_v2 span {
    font-size: clamp(12px, 2vw, 14px);
    color: #555;
    font-weight: 400;
    display: block;
    margin: 0;
    line-height: 1.4;
}

.owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 10;
}

.owl-prev,
.owl-next {
    width: 40px !important;
    height: 40px !important;
    background: #4CAF50 !important;
    color: white !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 5px !important;
    transition: all 0.3s ease;
    font-size: 18px !important;
}

.owl-prev:hover,
.owl-next:hover {
    background: #388E3C !important;
}

.business_expert_area {
    padding: 40px 0;
}

.our_pricing_area {
    margin-bottom: 40px;
}

.section_title h3 {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.section_title p {
    font-size: clamp(14px, 2.5vw, 16px);
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.outer-container {
    position: relative;
    width: min(90%, 1200px);
    margin: 0 auto;
    padding: 0 50px;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
    min-height: 300px;
}

.slider-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    max-width: 1080px;
    max-height: 100%;
    display: block;
}

#slidesWrapper {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    min-height: 300px;
}

.slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 0;
    height: 100%;
}

.promo-card {
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.arrow:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: translateY(-50%) scale(1.1);
}

.arrow:active {
    transform: translateY(-50%) scale(0.95);
}

#prevButton {
    left: 15px;
}

#nextButton {
    right: 15px;
}

#prevButton::before {
    content: "❮";
}

#nextButton::before {
    content: "❯";
}

#promo-loading-spinner {
    padding: 80px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.text-primary {
    color: #007bff !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hex-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    max-width: 60px;
    margin-top: -30px;
}

.hex {
    display: block;
    width: 200px;
    height: 200px;
    position: relative;
    margin: 5px;
    transition: transform 0.3s;
}

.hex img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.hex:nth-child(odd) {
    transform: translateY(40px);
}

.hex:nth-child(even) {
    transform: translateY(-40px);
}

.hex:hover {
    transform: scale(1.1);
}

@media (min-width: 1400px) {
    .slide {
        flex: 0 0 33.33%;
        padding: 0 5px;
    }

    .outer-container {
        width: min(90%, 1200px);
        padding: 0 80px;
    }

    #prevButton {
        left: 20px;
    }

    #nextButton {
        right: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .slide {
        flex: 0 0 50%;
        padding: 0 5px;
    }

    .outer-container {
        width: min(90%, 1200px);
        padding: 0 70px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slide {
        flex: 0 0 50%;
        padding: 0 5px;
    }

    .outer-container {
        width: 95%;
        padding: 0 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slide {
        flex: 0 0 100%;
    }

    .outer-container {
        width: 95%;
        padding: 0 55px;
    }

    .arrow {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .mb-55 {
        margin-bottom: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .business_expert_area {
        padding: 30px 0;
    }

    .slide {
        flex: 0 0 100%;
    }

    .outer-container {
        width: 95%;
        padding: 0 50px;
    }

    .arrow {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    #prevButton {
        left: 10px;
    }

    #nextButton {
        right: 10px;
    }

    .mb-55 {
        margin-bottom: 35px;
    }

    #promo-loading-spinner {
        padding: 60px 0;
        min-height: 150px;
    }
}

@media (max-width: 600px) {
    .hex-container {
        grid-template-columns: 1fr;
    }

    .hex:nth-child(odd),
    .hex:nth-child(even) {
        transform: none;
    }
}

@media (max-width: 575px) {
    .business_expert_area {
        padding: 25px 0;
    }

    .our_pricing_area .container {
        padding: 0 10px;
    }

    .slide {
        flex: 0 0 100%;
    }

    .outer-container {
        width: 100%;
        padding: 0 45px;
    }

    .slider-container {
        border-radius: 10px;
    }

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

    #prevButton {
        left: 5px;
    }

    #nextButton {
        right: 5px;
    }

    .mb-55 {
        margin-bottom: 30px;
    }

    #promo-loading-spinner {
        padding: 50px 0;
        min-height: 120px;
    }
}

@media (max-width: 360px) {
    .outer-container {
        padding: 0 40px;
    }

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

    #prevButton {
        left: 2px;
    }

    #nextButton {
        right: 2px;
    }

    .section_title {
        padding: 0 10px;
    }
}
