/* Minification failed. Returning unminified contents.
(62,29): run-time error CSS1046: Expect comma, found '21'
(62,35): run-time error CSS1046: Expect comma, found '/'
(67,29): run-time error CSS1046: Expect comma, found '21'
(67,35): run-time error CSS1046: Expect comma, found '/'
(177,28): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(178,17): run-time error CSS1039: Token not allowed after unary operator: '-contrast-color'
(194,51): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(195,21): run-time error CSS1039: Token not allowed after unary operator: '-contrast-color'
(219,40): run-time error CSS1039: Token not allowed after unary operator: '-default-color'
(228,25): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(280,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(281,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(282,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(398,23): run-time error CSS1039: Token not allowed after unary operator: '-default-font'
 */
.ccim-logo {
    max-width: 280px !important;
}
.ccim-text {
    text-align: center;
    margin-top: 12px;
}

.hero-header {
    font-weight: bold;
    font-size: 300%;
}

.wistia-video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 635 / 356;
    overflow: hidden;
    background: #00172f;
}

.wistia-video-facade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #00172f;
    cursor: pointer;
    z-index: 2;
}

.wistia-video-facade picture {
    display: block;
    width: 100%;
    height: 100%;
}

.wistia-video-facade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wistia-video-facade:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.wistia-video-player,
.wistia-video-player > div,
.wistia-video-player iframe {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}
.feature-heading-section {
    background-color: rgb(4 21 26 / 40%);
    border-radius: 12px;
    padding: 24px 48px;
}
.overlay-bg {
    background-color: rgb(4 21 26 / 60%);
}

.linebar {
    height: 2px;
    background-color: #E95C00;
    width: 120px;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.footer {
    padding-top: 12px;
}
.welcome-header {
    font-size: 56px !important;
}
.welcome-text {
    font-size: 200%;
    margin-bottom: -8px;
    font-weight: 600;
}
@media (min-width: 1200px) {
    .tropy-image {
        margin-top: -86px;
    }
}

.blue-text {
    color: #00172F !important;
}

.orange-text {
    color: #E95C00 !important;
}
.light-text {
    color: #7D7D7D !important;
}
.bold-text {
    font-weight: 500 !important;
}
    /*
.section-text {
    margin-top: -40px;
}
*/
.our-members {
    border-bottom: 1px solid #8C8C8C;
}

    .our-members-area {
        margin-top: -24px !important;
    }

    .service-card {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        /* Semi-transparent overlay */
        .service-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.01);
            z-index: 0;
        }

        /* Keep text & icons sharp */
        .service-card > * {
            position: relative;
            z-index: 1;
        }

    .content {
        text-align: center;
        margin-top: 48px;
    }

.pricing-toggle i {
    transition: transform 0.25s ease;
}

.pricing-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}


.testimonial-text {
    line-height: 1.45;
    text-align: justify;
}
.quote-icon {
    color: #E95C00 !important;
    font-size: 64px;
    line-height: 0;
    vertical-align: middle;
    position: relative;
    top: 12px;
}

.feature-header {
    margin-left: 16px;
}

.btn-orange {
    display: inline-flex;
    align-items: center;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    padding: 12px 24px;
    border-radius: 2px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-orange span {
        margin-right: 8px;
    }

    .btn-orange i {
        transition: transform 0.3s ease;
    }

    .btn-orange:hover {
        background-color: color-mix(in srgb, var(--accent-color), #000 15%);
        color: var(--contrast-color);
    }

        .btn-orange:hover i {
            transform: translateX(5px);
        }

.btn-orange {
    align-items: center;
    gap: 0.75rem;
}

.btn-orange i {
    margin-left: auto;
}

.bullet-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

    .bullet-list li {
        padding: 12px 0;
        color: color-mix(in srgb, var(--default-color), transparent 20%);
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }

        .bullet-list li i {
            color: var(--accent-color);
            font-size: 18px;
        }

@media (max-width: 768px) {
    .bullet-list li {
        font-size: 14px;
    }
}


.table-gradient {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-collapse: collapse;
}

    .table-gradient th,
    .table-gradient td {
        border: none;
        padding: 12px 16px;
    }

    /* Apply gradient to the entire headerrow */
    .table-gradient thead tr {
        background: linear-gradient( to right, #f7a366, /* lighter left */
        #e95c00 /* darker right */
        );
    }

    .table-gradient thead th {
        background: transparent; /* IMPORTANT */
        color: #fff;
        font-weight: 600;
        text-align: left;
    }
    .table-gradient tr {
        border: none !important;
        background-image: repeating-linear-gradient( to right, #f7a366 0, #f7a366 1px, transparent 1px, transparent 2px );
        background-size: auto 1px;
        background-position: bottom;
        background-repeat: repeat-x;
    }

.info-icon {
    color: #e95c00;
    cursor: pointer;
    margin-left: 6px;
    font-size: 0.95rem;
}
.pricing-popover {
    --bs-popover-bg: #F2F2F2 !important;
    --bs-popover-border-color: #e95c00;
    --bs-popover-color: #ffffff;
}

.hairline-border {
    position: relative;
    padding: 1rem; /* optional, for spacing */
}

    /* Top border */
    .hairline-border::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px; /* hairline height */
        background: linear-gradient(to right, #ccc, #ccc);
    }

    /* Bottom border */
    .hairline-border::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px; /* hairline height */
        background: linear-gradient(to right, #ccc, #ccc);
    }

/* Hairline top border utility */
.hairline-border-top {
    position: relative;
}

    .hairline-border-top::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px; /* hairline thickness */
        background: linear-gradient(to right, #ccc, #ccc); /* change color if needed */
    }

.hairline-border-bottom {
    position: relative;
}

    .hairline-border-bottom::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px; /* hairline thickness */
        background: linear-gradient(to right, #ccc, #ccc); /* change color if needed */
    }

.bottom-thin-dotted-border {
    border-bottom: 0.5px dotted #ccc;
}

.top-thin-dotted-border {
    border-top: 0.5px dotted #ccc;
}

.orange-gradient {
    background: linear-gradient( to right, #e95c00, /* lighter left */
    #f7a366 /* darker right */
    );
}
.blue-gradient {
    background: linear-gradient( to right, #141C31, /* lighter left */
    #304C88 /* darker right */
    );
}
.dark-blue-gradient {
    background: linear-gradient( to right, #e95c00, /* lighter left */
    #f7a366 /* darker right */
    );
}
.orange-gradient-reverse {
    background: linear-gradient( to right, #f7a366, /* lighter left */
    #e95c00 /* darker right */
    );
}

.features-toggle {
    font-size: 14px;
    font-weight: normal;
}

[data-toggle="pricing-popover"] {
    position: relative;
    cursor: help;
}

[data-toggle="pricing-popover"]:focus {
    outline: 2px solid #E95C00;
    outline-offset: 2px;
}

[data-toggle="pricing-popover"]:hover::after,
[data-toggle="pricing-popover"]:focus::after {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    z-index: 1000;
    width: max-content;
    max-width: 240px;
    padding: 8px 10px;
    border-radius: 4px;
    color: #fff;
    background: #00172F;
    content: attr(data-bs-content);
    font-family: var(--default-font);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
    transform: translateX(-50%);
}

.services .services-content p a {
    position: relative;
    top: -0.05em;
    font-weight: bold;
}
.portfolio-card {
    height: 100%;
    min-height: 640px; /* adjust as needed */
}

