﻿@media (min-width: 992px)
{
    .col-lg-3
    {
        max-width: 30% !important; 

        flex: 0 0 30% !important;
    }

    .col-lg-4
    {
        max-width: 35% !important; 

        flex: 0 0 35% !important;
    }
}
@media (min-width: 576px)
{
    .container
    {
        max-width: 570px !important;
    }
}
@media (min-width: 768px)
{
    .container
    {
        max-width: 760px !important;
    }
}
@media (min-width: 992px)
{
    .container
    {
        max-width: 990px !important;
    }
}
@media (min-width: 1200px)
{
    .container
    {
        max-width: 1198px !important;
    }
}

#navbar-main,
#navbar-top-main {
    z-index: 1050;
}

h4[id] {
    scroll-margin-top: 110px;
}

/* Sticky sidebar */
#Radiance_Description .card {
    position: sticky;
    top: 110px; /* match your header stack */
}

.divdesc {
    position: relative;
}

.descimg {
    height: 200px;
    margin-top: 25px;
}

/* Main row layout */
.desc-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

/* Text side */
.desc-text {
    flex: 1;
}

/* Logo column (RIGHT SIDE CONTROL) */
.logo-column {
    margin-left: auto; /* THIS fixes your alignment issue */

    width: 150px;
    min-width: 150px; /* prevents shifting */

    display: flex;
    flex-direction: column;
    align-items: flex-end; /* right-align logos inside */
    gap: 10px;
}

    /* Logos */
    .logo-column img {
        max-width: 100%;
        max-height: 50px;
        object-fit: contain;
        display: block;
    }

.logo-wrap {
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* keeps right alignment */
}

    .logo-wrap img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

/* Green checkmark (no circle) */
.check-badge {
    list-style: none;
    position: relative;
    padding-left: 22px;
}

    .check-badge::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 2px;
        color: #28a745;
        font-size: 16px;
        font-weight: bold;
    }

.fas span {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.nav-link-scroll.active {
    font-weight: 700;
    color: #007bff;
}

.nav-link-scroll {
    transition: all 0.2s ease;
}

.card-pricing {
    max-width: 360px;
    margin: 0 auto; /* centers it */
}

li
{
    font-size: 1rem;
}

b {
    font-weight: 800 !important;
}

.sup {
    vertical-align: super;
}

.notedesc {
    margin-left: 30px;
}

ol li {
    padding-left: 10px;
}

.h6headerplan{
    margin-bottom: 1.5rem !important;
    color: #36c6ff;
}

