   .description-tabs {
            position: relative;
            padding-bottom: 0.5rem;
            color: #FF6100;
        }

        .description-tabs::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(to right, #fd7e14 15%, transparent 15%, transparent 16%, #cbcbcb 16%);
        }

        .description-tabs .nav-link {
            border: none;
            padding-left: 0;
            font-weight: 600;
        }

        .description-tabs .nav-link.active {
            color: #fd7e14;
            background: none;
            font-weight: bolder;
        }

        .term-conditions-title {
            position: relative;
            padding-bottom: 0.5rem;
        }

        .term-conditions-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 15%;
            height: 3px;
            background-color: #fd7e14;
            border-width: 6px;

        }

        .ribbon-text-vertical {
            writing-mode: vertical-rl;
            transform: rotate(180deg);
        }

        .card-img-overlay-gradient {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%);
            border-radius: var(--bs-card-inner-border-radius);
        }

        .title-underline-orange {
            border-color: #fd7e14;
            border-width: 5px;
            width: 100%;
            opacity: 1;
        }