.types-of-skin-care-treatments {
    background-color: #fef2ea !important;
}


/* Primary orange divider used under headings */
.orange-line {
    display: block;
    width: 80px;
    height: 4px;
    margin: 12px 0 18px 0;
    /* Left aligned */
    background-color: #ff7700 !important;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    opacity: 1 !important;
}

/* Hide default icon and background */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none !important;
}

/* ✅ Custom Arrow Styles */
.custom-arrow {
    width: 48px;
    height: 48px;
    background: #FFE5D2;
    border-radius: 50%;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 20;
    transition: .3s ease;
    border: none;
}

.custom-arrow img {
    width: 28px;
}

.custom-arrow:hover {
    transform: scale(1.18);
}

/* ✅ Arrow Positioning */
.swiper-button-prev.custom-arrow {
    left: 5px;
}

.swiper-button-next.custom-arrow {
    right: 5px;
}