/* Custom Plan Section */
.custom-plan-section {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.custom-plan-section .container {
    position: relative;
    z-index: 1;
}

.custom-plan-section .custom-plan-image {
    background: linear-gradient(135deg, #0195f4 0%, #20bf6c 100%);
    padding: 10px;
}

.custom-plan-section .card {
    background: rgba(28, 31, 55, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-plan-section .text-white {
    color: #ffffff !important;
}

.custom-plan-section h2 {
    color: #ffffff;
    font-weight: 700;
}

.custom-plan-section .badge {
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 20px;
}

.custom-plan-section .dropdown-menu {
    background: rgba(28, 31, 55, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-plan-section .dropdown-menu li {
    color: #ffffff;
    padding: 5px 0;
}

@media (max-width: 992px) {
    .custom-plan-section {
        padding: 3rem 0;
    }
}

@media (max-width: 768px) {
    .custom-plan-section {
        padding: 2rem 0;
    }
}