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

.green-dot {
    font-size: 24px;
    color: #3AB28E;
}

.pink-circle
{
    width: 122px;
    height: 122px;
    background-color: #F8D7E4;
}

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

.ps-14 {
    padding-left: 14px;
}

.mt-14 {
    margin-top: 14px !important;
}

.ps-31 {
    padding-left: 31px !important;
}

.fs-7-sm {
    font-size: 14px !important;
}

@media (max-width: 430px) {
    .fs-7-sm {
        font-size: 9px !important;
    }
}


.border-split {
    position: relative;
}

.border-split::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        #0671AC 0%,
        #0671AC 50%,
        #0671AC1A 50%,
        #0671AC1A 100%
    );
}

.fs-fluid-title {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
}
.fs-fluid-subtitle {
    font-size: clamp(1rem, 2vw, 1.5rem);
}
.fs-fluid-body {
    font-size: clamp(0.9rem, 1.5vw, 1.25rem);
}

.pink-circle-responsive {
    width: 42vw; 
    height: 42vw;
    
    max-width: 300px;
    max-height: 300px;
    
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pink-circle-text {
    font-size: 3.2vw; 
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 768px) {
    .pink-circle-responsive {
        width: 300px;
        height: 300px;
    }
    
    .pink-circle-text {
        font-size: 1.5rem; /* ~24px */
    }
}

.container-safe-padding {
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px) {
    .container-safe-padding {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

/*pharmacy service introduction page styles*/
.banner-img-main {
    width: 25vw;
    max-width: 125px;
    height: auto;
}

.banner-img-sub {
    width: 35vw;
    max-width: 190px;
    height: auto;
}

.fs-banner-title {
    font-size: clamp(1.1rem, 3.5vw, 2.25rem); /* 18px -> 36px */
    line-height: 1.2;
}

.fs-banner-text {
    font-size: clamp(0.9rem, 2vw, 1.5rem);
}