/* Color Palette Configurations */
:root {
    --primary-color: #3b71ca;
    --star-color: #ffc107;
    --card-bg: #ffffff;
    --text-dark: #212529;
    --text-muted: #6c757d;
}

/* Essential Header Badge */
.badge-custom {
    position: absolute; top: -6px; right: -9px;
    background-color: #4f86c6; color: white;
    font-size: 0.65rem; padding: 2px 6px; border-radius: 50%;
}

/* Hero Slider Settings */
.slider-wrapper { overflow: hidden; cursor: grab; user-select: none; }
.slider-wrapper:active { cursor: grabbing; }
.slider-track { display: flex; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); will-change: transform; }

.slide-item {
    min-width: 100%;
    flex-shrink: 0;
    min-height: 550px; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.custom-nav-link { transition: color 0.2s ease-in-out; }
.custom-nav-link:hover { color: #689dec !important; }

body {
            background-color: #f8f9fa;
            font-family: 'Times New Roman', Times, serif; 
        }
        .rx-header-bg {
            background-color: #f4f6f9;
            padding: 60px 0;
        }
        .rx-contact-title {
            font-family: sans-serif;
            font-weight: 700;
            font-size: 2.5rem;
            color: #000000;
        }
        .rx-contact-card {
            background-color: #f9f9f9;
            border: none;
            border-radius: 4px;
            padding: 40px 30px;
            min-height: 200px;
        }
        .rx-icon-circle {
            width: 45px;
            height: 45px;
            background-color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            margin-bottom: 20px;
            color: #000000;
            font-size: 1.2rem;
        }
        .rx-card-heading {
            font-weight: 700;
            font-size: 1.25rem;
            margin-bottom: 10px;
            color: #000000;
        }
        .rx-card-text-custom {
            font-size: 0.9rem;
            color: #444444;
        }

        /* form section */
        
        
        /* form section end */
body {
            background-color: #ffffff;
            font-family: sans-serif;
        }
        /* Custom prefix to isolate styling */
        .tm-section-padding {
            padding: 80px 0;
        }
        .tm-main-heading {
            font-size: 2.8rem;
            font-weight: 700;
            line-height: 1.2;
            color: #111430;
            margin-bottom: 40px;
        }
        .tm-highlight-text {
            color: #356ccf; /* Green color from image */
        }
        .tm-accent-line {
            width: 50px;
            height: 2px;
            background-color: #356ccf;
            margin-top: 12px;
        }
        .tm-body-text {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.8;
        }
        .tm-sub-goal {
            font-size: 1.35rem;
            font-weight: 700;
            color: #111430;
            line-height: 1.4;
        }
        .tm-link-btn {
            color: #356ccf;
            font-weight: 700;
            text-decoration: none;
            font-size: 0.85rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: color 0.2s ease;
        }
        .tm-link-btn:hover {
            color: #72b800;
        }
        .tm-image-wrapper {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        .tm-team-img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
/* footer */

/* Footer Section Custom Overrides */
.custom-footer-bg { background-color: #b3d1ff; }
.footer-link { color: #2b303a; text-decoration: none; transition: color 0.2s ease-in-out; }
.footer-link:hover { color: #000000; text-decoration: underline; }
.custom-subscribe-btn { background-color: #212529; color: #ffffff; border: none; }
.custom-subscribe-btn:hover { background-color: #3b4248; color: #ffffff; }