@import url('https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');

body {
    font-family: "Radio Canada Big", sans-serif;
    font-size: 15px;
}

:root {
    --theme: #b833ff;
}

.osahan-listing .tic-div p.text-black {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
        inset 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
        inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

/* Homepage */
.home-tabs button {
    border: none;
    background: #fff;
    color: #000;
    margin: 0px;
    padding: 12px 0px 10px 0;
    margin: 0 22px 0 0;
}

.home-tabs button:hover {
    color: rgb(44, 44, 44);
    border-bottom: 2px solid gray;
}

.home-tabs button.active {
    color: #008900;
    border-bottom: 2px solid #008900;
    font-weight: 500;
}

.selling-box .home-product {
    padding: 0px 1px 1px 1px;
}

.home-productc {
    padding: 10px 10px;
}

/* Index Page */
.osahan-index img {
    height: 120px;
    border-radius: 29px !important;
}

.osahan-index {
    background: url(../img/bg.png);
    background-size: 270px;
}

/* Landing Page */
.landing-page .slick-dots {
    bottom: 96px;
}

/* Offer Page */
.gift-code {
    border: 1px dotted;
    padding: 10px 11px;
    border-radius: 5px;
    display: table;
    letter-spacing: 1px;
}

.osahan-gift img.img-fluid.m-auto {
    height: 110px;
    width: 120px;
    object-fit: scale-down;
}

/* Bag Page */
.bag-item .bag-item-left {
    margin-left: -0.25rem !important;
}

.bag-item-left {
    width: 130px;
}

.bag-item .slider-nav img {
    height: 33px;
    object-fit: scale-down;
    width: 100%;
}

.bag-item .bag-item-left .slider-nav .slick-current.slick-active img {
    border-color: #ffc107 !important;
    border: 2px solid #ffc107 !important;
}

.quantity-btn {
    width: 68px;
}

.size-btn .btn {
    width: 68px;
    font-size: 12px;
}

.size-btn .btn span {
    margin-left: auto;
}

.quantity-btn .form-control {
    font-size: 12px;
    padding: 3px;
}

.quantity-btn .btn {
    padding: 1px 1px;
    font-size: 19px;
    line-height: 24px;
}

/* Custom Radio */
.osahan-btn-group .small {
    font-size: 12px;
}

.osahan-btn-group h6 {
    font-size: 14px;
}

.osahan-btn-group .btn {
    border: 1px solid #e3e4e4;
    color: #6f7880;
    opacity: 0.7;
}

.osahan-btn-group .btn-check:active + .btn-outline-light,
.osahan-btn-group .btn-check:checked + .btn-outline-light,
.osahan-btn-group .btn-outline-light.active,
.osahan-btn-group .btn-outline-light.dropdown-toggle.show,
.osahan-btn-group .btn-outline-light:active {
    border-color: #198753;
    color: #198753;
    opacity: unset;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Use App Alert */

.app-box img.img-fluid {
    height: 36px;
}

.app-box span {
    line-height: 17px;
}

/* Custom Bootstrap */
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.5rem 0.8rem;
    font-size: 14px;
    border-radius: 0.3rem;
}

.form-control:focus {
    border-color: #bfc5cd;
    outline: 0;
    box-shadow: none;
}

.btn {
    font-size: 13px;
    padding: 10px 10px;
    letter-spacing: 0.5px;
}

.btn-lg {
    font-size: 14px !important;
    padding: 16px !important;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}

.btn-sm {
    padding: 5px 10px;
}

.text-theme {
    color: var(--theme);
}

.links a {
    text-decoration: none;
    color: #000;
}

.links a:hover {
    color: grey;
}

.links a.active {
    color: var(--theme);
}

.back-color {
    background-color: rgb(166, 255, 166);
}

.back-color-card {
    background-color: rgb(158, 176, 255);
}

.h-50 {
    height: 50px;
}

.w-55 {
    width: 55px;
}

.bg-light2 {
    background-color: #fff3cd;
}

.slick-dotted.slick-slider {
    margin-bottom: 19px;
}

.home-cate,
.single-item,
.slider-for,
.slider-nav {
    display: none !important;
}

.slick-initialized {
    display: block !important;
}

/* Footer Fix Nav */
.footer-menu p {
    font-size: 9px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-top: 5px !important;
}

.footer-menu a {
    padding: 12px 12px !important;
}

.message-container {
    position: fixed;
    bottom: 100px;
    left: 20px; 
    right: 20px; 
    width: calc(100% - 40px);
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    text-align:center;
    border-radius:7px;
}

/* Profile */
.container-div {
    position: relative;
}
.top-div {
    height: 50px;
}
.image-container {
    position: absolute;
    top: 65px; /* Adjust this value to overlap half of the image */
    left: 50%;
    transform: translateX(-50%);
}
.image-container img {
    border-radius: 50%;
    border: 5px solid white; /* Optional: to make it look better */
}

.custom-text-color{
    color: #0c804a;
}
.custom-bg-color{
    background-color: rgb(0, 128, 128);
}

.space-diveder{
    margin-top: 70px;
}

.wallet-bg-color{
    background-color: #270eb2;
}

.link-bg-color{
    background-color: #d4efdf;
}

.team-member img {
    width: 100%;
    border-radius: 50%;
}
.bg-light-custom {
    background-color: #f8f9fa;
}

/* Category Header Styles - NEW ADDITIONS */
.category-header {
    background-color: #e8f5e9; /* Light green background for category names */
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-left: 4px solid #4caf50; /* Green accent border */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.category-header:hover {
    background-color: #d4edda; /* Slightly darker green on hover */
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.category-header h6 {
    margin: 0;
    font-weight: 600;
    color: #2e7d32; /* Dark green text */
    font-size: 16px;
}

.category-header .toggle-icon {
    font-size: 18px;
    color: #2e7d32; /* Dark green icon */
    transition: transform 0.3s ease;
}

.category-header .toggle-icon.up {
    transform: rotate(180deg);
}

/* Service Items Container - NEW ADDITIONS */
.services-container {
    transition: max-height 0.3s ease;
    overflow: hidden;
    margin-bottom: 20px;
}

.services-container.hidden {
    max-height: 0;
    margin-bottom: 0;
}

/* Service Item Styles - NEW ADDITIONS */
.service-item {
    margin-bottom: 15px;
    transition: all 0.2s ease;
}

.service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Subscription Plans Container */
.subscription-plans {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 0;
}

/* Plan Card Styles */
.plan-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 15px;
}

.plan-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.plan-header h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
}

.plan-price {
    font-weight: bold;
    color: #28a745;
    font-size: 1.1rem;
}

.plan-features {
    margin-bottom: 15px;
}

.feature-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.feature-label {
    color: #666;
    font-weight: 500;
}

.feature-value {
    color: #333;
    font-weight: 600;
}

.plan-footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.plan-footer .btn {
    flex: 1;
}

/* Plan Details Styles */
.plan-detail-container {
    max-width: 100%;
    margin: 0 auto;
}

.plan-image {
    max-height: 250px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.plan-price-display {
    margin: 20px 0;
}

.price-amount {
    font-size: 2rem;
    font-weight: bold;
    color: #28a745;
}

.plan-details-section {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    color: #666;
    font-weight: 500;
}

.detail-value {
    color: #333;
    font-weight: 600;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    font-weight: 600;
}

.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 500;
}

.btn-outline-primary:hover {
    background-color: #0d6efd;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .plan-footer {
        flex-direction: column;
    }
    
    .plan-footer .btn {
        width: 100%;
    }
    
    .plan-detail-container .row {
        flex-direction: column;
    }
    
    .plan-detail-container .col-md-6 {
        margin-bottom: 20px;
    }
}