
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}

body {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background: rgb(236 242 251 / 41%);
    overflow-y: scroll;
}

::selection {
    color: #fff;
    background: #242424;
}
/*Scrollbar CSS*/
/* width */
body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    height: 50px;
}
/*------------------------------------- Header css -------------------------------------------*/

/* Top Banner Styling */
.top-app-banner {
    background-color: #0b132b;
    padding: 10px 0px;
}

.banner-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.1px;
}

    .banner-text strong {
        font-style: italic;
        font-weight: 700;
    }

/* Store Badge Scaling */
.btn-store img {
    height: 16px;
    width: auto;
    object-fit: contain;
}

/* 2. Main Navbar Styling */
.main-navbar {
    border-bottom: 1px solid #f1f3f5;
}

/* Custom Typography for Logo */
.logo-text-dark {
    font-size: 22px;
    font-weight: 800;
    color: #1a1e29;
    letter-spacing: -0.5px;
}

/* Navigation Links */
.custom-nav-link {
    color: #4a5568 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px !important;
    transition: color 0.2s ease;
}

    .custom-nav-link:hover {
        color: #f16322 !important; /* Brand orange highlight color on hover */
    }

/* Login Action Link */
.btn-login {
    color: #1a1e29;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    transition: color 0.2s ease;
}

    .btn-login:hover {
        color: #f16322;
    }

/* Brand Solid Orange Sign-Up Button */
.btn-signup {
    background-color: #f16322; /* Core orange theme hex */
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(241, 99, 34, 0.15);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .btn-signup:hover {
        background-color: #d94e10;
        transform: translateY(-1px);
    }

.top-download-links a {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    background: #f16322;
    padding: 2px 4px;
    border-radius: 6px;
    color: white;
    font-size: 13px;
    text-decoration: none;
}

.main-owl-banner-section {
    position: relative;
}

section.Banner-section-area {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
}
/* Core Banner Panel Layout styling */
.announcement-banner {
    background-color: #f16322;
    min-height: 40px;
    transition: all 0.3s ease;
    z-index: 1050;
}
/* Left Position Dismiss Cross Layout */
.banner-close-btn {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s ease;
}

.announcement-banner {
    background-color: #f16322;
    min-height: 40px;
    transition: background-color 0.5s ease;
    z-index: 1050;
    margin-top: 0;
}

.container-fluid.d-flex.flex-column.flex-sm-row.align-items-center.justify-content-center.gap-2.gap-sm-3 {
    flex-wrap: wrap;
}

.banner-message {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    transition: opacity 0.25s ease; /* smooth text fade */
}

/* Cross button ko sahi jagah set karne ke liye code */
.banner-close-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: white;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.8;
}

    .banner-close-btn:hover {
        opacity: 1;
    }

    .banner-close-btn:hover {
        color: #ffffff;
    }

/* Notification Message Styling */
.banner-message {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

/* Circular Pink Prefix Decorator Anchor */
.pink-dot-indicator {
    width: 6px;
    height: 6px;
    background-color: #ff6b8b; /* Soft light magenta hue marker */
    border-radius: 50%;
    display: inline-block;
}

/* Call To Action Text Link Highlight behavior */
.banner-link {
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

    .banner-link:hover {
        opacity: 0.85;
    }

.nav-head-sec img {
    height: 25px;
}



/*------------------------------------- Banner css -------------------------------------------*/



/* 1. Core Hero Section Setup */
.hero-section {
    background-color: #0b1437;
    padding: 40px 0 0px 0;
    min-height: 658px;
    height: 100%;
}

.hero-content {
    max-width: 740px;
}

/* Badge and Typography styling */
.upper-badge {
    background-color: rgba(241, 99, 34, 0.08);
    color: #f16322;
    border: 1px solid rgba(241, 99, 34, 0.2);
    font-size: 11px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.hero-title {
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
    font-size: clamp(38px, 5.5vw, 61px);
}

.highlight-orange {
    color: #f16322;
}

.hero-subtitle {
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    color: #cbd5e1;
}

/* 2. Responsive Input Search Card */
.search-panel {
    max-width: 780px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    min-height: 64px;
}

.search-label {
    font-size: 12px;
    color: #f16322;
    font-weight: 700;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.search-input, .search-select {
    border: none;
    outline: none;
    font-size: 14px;
    color: #94a3b8;
    padding: 4px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 25px !important;
}

    .search-input::placeholder {
        color: #94a3b8;
    }

/* Search Button */
.btn-search {
    background-color: #f16322;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 24px;
    transition: background-color 0.2s;
}

    .btn-search:hover {
        background-color: #d94e10;
    }

/* Secondary Meta links underneath inputs */
.small-link {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.15s;
}

    .small-link:hover {
        color: #f16322;
    }

.divider-dot {
    width: 4px;
    height: 4px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
}

/* Slide Indicator Indicators */
.carousel-dots .dot {
    width: 6px;
    height: 6px;
    background-color: rgba(255,255,255,0.25);
    border-radius: 50%;
    display: inline-block;
}

    .carousel-dots .dot.active {
        background-color: #f16322;
        width: 18px;
        border-radius: 10px;
    }

/* 3. Angled perspective trail lines simulation */
.road-perspective-overlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 220px;
    background: linear-gradient(to top, rgba(255,255,255,0.06), transparent);
    clip-path: polygon(25% 0%, 75% 0%, 100% 100%, 0% 100%);
    pointer-events: none;
    z-index: 0;
}

/* 4. Corrected Curve: Top-to-Bottom Flowing Diagonal Wave Shape */
.single-curve-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

    .single-curve-divider svg {
        position: relative;
        display: block;
        width: 100%;
        height: 100px; /* Controls curve angle depth */
    }

/* 5. Medical Font Awesome Icons Grid Styles */
.medical-pattern {
    position: absolute;
    top: 25%;
    z-index: 1;
}

.icon-graphic {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.12);
    width: 30px;
    text-align: center;
}

.pattern-left {
    left: -1%;
    text-align: left;
    opacity: 0.2;
}

.pattern-right {
    right: -1%;
    text-align: right;
    opacity: 0.2;
}

.main-navbar {
    border-bottom: 1px solid #f1f3f5;
    position: sticky;
    top: 0;
    z-index: 9999;
}




.stats-section-wrapper {
    width: 100%;
    box-sizing: border-box;
}

/* 2. Main Stat Card Layout Box Objects */
.stats-card-main {
    background-color: #ffffff29;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1070px;
    margin: 25px auto 0;
    border: 1px solid rgba(226, 232, 240, 0.8);
    opacity: 0.8;
    backdrop-filter: blur(16px);
}

/* Internal Column Framework Structure rules */
.stats-col {
    /* background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); */
    min-height: 105px;
}

/* 3. Icon Decorative Circles Subsets */
.icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

/* Individualized Color Themes matching original artwork */
.icon-orange-bg {
    background: rgba(232, 98, 26, 0.094);
    border: 2px solid rgba(232, 98, 26, 0.25);
}

.icon-orange {
    color: #f16322;
}

.icon-blue-bg {
    background: rgba(74, 189, 232, 0.094);
    border: 2px solid rgba(74, 189, 232, 0.25);
}

.icon-blue {
    color: #02a9f7;
}

.icon-green-bg {
    background: rgba(34, 197, 94, 0.094);
    border: 2px solid rgba(34, 197, 94, 0.25);
}

.icon-green {
    color: #10b981;
}

/* 4. Text and Metric Value Typography */
.stat-number {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.num-orange {
    color: #f16322;
}

.num-blue {
    color: #02a9f7;
}

.num-green {
    color: #10b981;
}

.stat-heading {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 2px;
}

.stat-subheading {
    font-size: 11px;
    font-weight: 400;
    color: #94a3b8;
    margin-top: 1px;
}

/* 5. Bottom Multi-Color Identity Segment Bar Indicator strip */
.card-bottom-bar {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(241, 99, 34, 0.95) 0%, rgba(2, 169, 247, 1) 50%, rgba(16, 185, 129, 0.89) 100%);
}

.bar-segment {
    height: 100%;
}










/* Custom layout container width constraints */
.custom-container {
    max-width: 1320px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

/* Base Full Background Wide Card */
.custom-bg-card {
    position: relative;
    min-height: 480px;
    width: 100%; /* Spans across the full grid column width */
    border-radius: 24px;
    overflow: hidden;
    border: none;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

    .custom-bg-card:hover {
        transform: translateY(-5px);
    }

/* Background Banners */
.physician-card {
    background-image: url('../img/card-image.png');
}

.practice-card {
    background-image: url('../img/card-images.png');
}

/* Overlay for Text Readability */
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(21, 32, 57, 0.3) 0%, rgba(15, 23, 42, 0.95) 85%);
    z-index: 1;
}

/* Content Layout Layering */
.card-content-wrapper {
    position: relative;
    z-index: 2;
    padding: 40px;
}

.user-testimonial-heading {
    text-align: center;
    color: #ff5a1f;
    padding-bottom: 10px;
    margin-top: -30px;
}

/* Dynamic Top Spacing relative to the floating card widget */
.content-margin-top {
    padding-top: 140px;
}

/* Typography Badges */
.badge-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 4px;
    display: inline-block;
}

.tag-orange {
    background-color: rgb(242 108 37 / 100%);
    color: #ffffff;
    border-radius: 25px;
}

.tag-blue {
    background-color: rgba(43, 171, 226, 100%);
    color: #ffffff;
    border-radius: 25px;
}

.card-heading {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.highlight-orange {
    color: #f26c25;
}

.highlight-blue {
    color: #2babe2;
}

.card-text {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
    max-width: 540px; /* Restricts text width on massive screens for readability */
}

/* CTA Interface Buttons */
.btn-orange {
    background-color: #f26c25;
    border: none;
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    transition: background-color 0.2s ease;
}

    .btn-orange:hover {
        background-color: #d6561b;
    }

.btn-light-custom {
    background-color: #ffffff;
    color: #152039;
    border: none;
    padding: 12px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: background-color 0.2s ease;
}

    .btn-light-custom:hover {
        background-color: #e2e8f0;
        color: #152039;
    }

/* Animated Floating Interface Widget */
.floating-revenue-box {
    position: absolute;
    top: 30px;
    left: 40px;
    background-color: #ffffff;
    border-radius: 12px;
    width: 180px;
    z-index: 3;
    animation: floatUpDown 4s ease-in-out infinite;
}

.revenue-label {
    font-size: 10px;
    color: #64748b;
    display: block;
    font-weight: 600;
}

.revenue-amount {
    font-size: 22px;
    font-weight: 800;
    color: #f26c25;
    line-height: 1.1;
    margin: 2px 0;
}

.revenue-subtext {
    font-size: 11px;
    font-weight: 600;
    color: #10b981;
}

/* Floating Animation Motion Loop */
@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}




/*-------------------------------- Owl carousel properties near you --------------------------------------------*/

.section-container {
    max-width: 1400px;
}

.section-title {
    font-weight: 800;
    color: #111c34;
    font-size: 34px;
}

.section-subtitle {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
/* Right-side Abstract Background Graphic Shape */
.decor-bg-shape {
    position: absolute;
    top: 130px;
    right: -291px;
    width: 400px;
    height: 328px;
    background-image: url(../img/decor.svg);
    z-index: 1;
    pointer-events: none;
}

/* Custom Header Arrow Controls */
.nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    color: #111c34;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

    .nav-btn:hover {
        background-color: #111c34;
        color: #ffffff;
        border-color: #111c34;
    }

/* Main Structure of the Property Card */
.property-card {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #edf2f7;
    transition: transform 0.25s ease;
    min-height: 405px;
}

.cards-below-text {
    margin-bottom: 70px !important;
}

.property-card:hover {
    transform: translateY(-15px);
}

.property-card.prop-org:hover {
    box-shadow: rgb(187 114 20 / 22%) 0px 4px 16px, rgba(11, 20, 55, 0.14) 0px 1px 4px;
}

.item-navy-card .status-badge {
    background: #2cb0cf;
    color: white;
}

.amenities-row .amenity-pill {
    text-align: left;
    flex: 0 0 46%;
}

.item-orange-card .amenity-pill {
    background-color: #f26c2517;
    border: 1px solid #f26c258a;
    /* border-top: 3px solid red; */
}

.item-navy-card .amenity-pill {
    background: #28afcf36;
    border: 1px solid #3bb6d2c7;
}

.item-purple-card .amenity-pill {
    background: #8b50ef24;
    border: 1px solid #9863f199;
}

.prop-green .amenity-pill {
    background: #1fa17933;
    border: 1px solid #169d738f;
}

.item-green-card .amenity-pill {
    background: #1fa17933;
    border: 1px solid #169d738f;
}


.item-orange-card .property-card {
    border-top: 3px solid #ed7e43;
}

.item-navy-card .property-card {
    border-top: 3px solid #2cb0cf;
}

.item-purple-card .property-card {
    border-top: 3px solid #874bef;
}

.item-green-card .property-card {
    border-top: 3px solid #1ca077;
}
/* Image / Media Wrapper Box */
.card-media-wrapper {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Top Row Status Badges */
.status-badge {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.item-orange-card .status-badge {
    background-color: #f26c25;
    color: #ffffff;
}

.item-green-card .category-tag {
    color: #4ea8de;
}
/* .item-orange-card .info-pill {
    background-color: #10b981;
} */
.item-purple-card .status-badge {
    background-color: #6366f1;
    color: #ffffff;
}

.item-green-card .status-badge {
    background-color: #10b981;
    color: #ffffff;
}

.item .property-card .badge-verified {
    background-color: #ffffff;
    color: #2babe2;
    border: 1px solid #edf2f7;
}

/* Media Footnote Context Badges */
.info-pill {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    gap: 8px;
    align-items: center;
    background: rgb(60 60 60 / 12%);
    backdrop-filter: blur(8px);
    border: 1px solid rgb(34 197 94 / 24%);
    border-radius: 8px;
    padding: 4px 10px;
}

.item-purple-card .category-tag {
    color: #9d4edd;
}

.item-navy-card .category-tag {
    color: #00b4d8;
}
/* .item-navy-card .info-pill {
    background-color: #2babe2;
} */
.pill-purple {
    background-color: #8b5cf6;
}

.pill-grey {
    background-color: #4b5563;
}

.rating-box {
    background-color: rgba(17, 28, 52, 0.75);
    color: #ffffff;
    backdrop-filter: blur(4px);
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 6px;
}

    .rating-box i {
        color: #f59e0b;
        font-size: 10px;
    }

/* Card Content Details Section */
.category-tag {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.item.item-orange-card .category-tag {
    color: #ff6b35;
}

.text-orange {
    color: rgb(239, 68, 68) !important;
}

.text-red {
    color: rgb(232, 98, 26);
}

.text-blue {
    color: #2babe2;
}

.text-purple {
    color: #8b5cf6;
}

.text-teal {
    color: #0d9488;
}

.property-name {
    font-size: 17px;
    font-weight: 700;
    color: #111c34;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-text {
    font-size: 12px;
    color: #718096;
    font-weight: 500;
}

/* Bottom Row Amenity Filter Labels */
.amenity-pill {
    color: #4a5568;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 3px;
    border-radius: 6px;
    white-space: nowrap;
}



.suggestion-badge {
    display: inline-flex;
    align-items: center;
    background-color: #fdf2ee;
    color: #c95d3b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 6px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    user-select: none;
    border: 1px solid rgba(232, 98, 26, 0.2);
}

/* Explicit vertical track container for the animating dot */
.badge-dot-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 14px; /* Gives space for vertical motion */
    margin-right: 8px;
}

.badge-dot {
    width: 7px;
    height: 7px;
    background-color: #d85c32;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(216, 92, 50, 0.6);
    /* Smooth linear infinite vertical sequence loop */
    animation: dotUpDown 1.2s ease-in-out infinite;
}

/* Strict top-to-bottom translation path */
@keyframes dotUpDown {
    0% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }
}

.banner-suggestion-box {
    background: unset;
    border: unset;
    padding: unset;
}






/* Styled Primary Action Interface Button */
.btn-explore {
    background-color: #f26c25;
    color: #ffffff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.2px;
    padding: 14px 36px;
    border-radius: 12px;
    border: none;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(232, 98, 26, 0.38) 0px 8px 32px;
}

    .btn-explore:hover {
        background-color: #d6561b;
        color: #ffffff;
        transform: translateY(-1px);
        box-shadow: 0 6px 15px rgba(242, 108, 37, 0.25) !important;
    }

    .btn-explore:active {
        transform: translateY(1px);
    }

/* Inline Bullet Details Sub-Elements */
.stats-info-row {
    color: #718096;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.stat-item {
    white-space: nowrap;
}

.stat-divider {
    color: #cbd5e1;
    font-size: 14px;
    padding: 0 4px;
}



/*----------------------------- How it workds section --------------------------------*/


/* Master Layout Section Container Wrapper */
.how-it-works-section {
    padding-bottom: 90px;
    width: 100%;
    overflow: hidden;
    background: rgb(11, 20, 55);
}

/* Dynamic Top Asymmetrical Wave Vector Layer */
.curve-container {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg); /* Flips wave alignment format upward */
}

    .curve-container svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 75px;
    }

.section-content {
    z-index: 5;
    padding-top: 20px; /* Forces spacing below the custom curve line */
}

/* Abstract Side Icon Elements Styling */
.side-decor {
    position: absolute;
    color: rgba(255, 255, 255, 0.02);
    font-size: 32px;
    line-height: 2.2;
    pointer-events: none;
    z-index: 1;
}

.decor-left {
    top: 220px;
    left: 40px;
}

.decor-right {
    top: 220px;
    right: 40px;
    text-align: right;
}

/* Headers Interface Typography */
.top-tagline {
    letter-spacing: 1.5px;
    color: rgb(232, 98, 26);
    font-size: 15px;
    font-weight: 700;
    word-spacing: 3px;
}

.main-heading {
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
}

.heading-blue {
    color: #38bdf8;
}

/* Horizontal Quote Banner Box Layout */
.quote-pill-container {
    /* max-width: 1040px; */
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    border-color: rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.08) rgba(255, 255, 255, 0.08) rgb(232, 98, 26);
    background: rgba(255, 255, 255, 0.04);
    border-width: 1px 1px 1px 3px;
}

.quote-icon-box {
    margin-top: 6px;
}

.how-it-works-section .pattern-right {
    top: 70%;
}

.quote-text {
    color: #cbd5e1;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.quote-highlight {
    color: #f26c25;
    font-weight: 600;
    font-style: italic;
}

.author-info {
    line-height: 1.3;
    white-space: nowrap;
    text-align: left;
}

.author-name {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.author-title {
    color: #64748b;
    font-size: 11px;
    font-weight: 600;
}

/* Step Layout Cards Structures */
.step-card {
    min-height: 380px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 32px, rgba(255, 255, 255, 0.06) 0px 1px 0px inset;
    transition: transform 0.25s, box-shadow 0.25s;
    cursor: default;
    transform: translateY(0px);
}

.red-ttint {
    border-top: 3px solid rgb(232, 98, 26);
}

.org-ttint {
    border-top: 3px solid rgb(239, 68, 68);
}

.green-ttint {
    border-top: 3px solid rgb(34, 197, 94);
}

.step-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* Absolute Step Numbers Context */
.huge-step-number {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 72px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.04);
    line-height: 1;
    user-select: none;
}

.card-icon-header {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.orange-tint {
    color: #f26c25;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(239, 68, 68, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    box-shadow: rgba(239, 68, 68, 0.19) 0px 4px 20px;
}

.green-tint {
    color: #10b981;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(34, 197, 94, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    box-shadow: rgba(34, 197, 94, 0.19) 0px 4px 20px;
}

.step-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.text-orange {
    color: #f26c25;
}

.text-green {
    color: #10b981;
}

.step-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.step-desc {
    color: #94a3b8;
    font-size: 13.5px;
    line-height: 1.6;
}

/* Card Bottom Stats Container */
.stat-footer-box {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
    border: 1px solid rgba(239, 68, 68, 0.145);
}

    .stat-footer-box .stat-num.text-orange {
        font-weight: 800;
        font-size: 22px;
        color: rgb(239, 68, 68);
        letter-spacing: -0.02em;
    }

    .stat-footer-box .stat-num.text-green {
        font-weight: 800;
        font-size: 22px;
        color: rgb(34, 197, 94);
        letter-spacing: -0.02em;
    }

    .stat-footer-box .stat-num.text-red {
        font-weight: 800;
        font-size: 22px;
        color: rgb(232, 98, 26);
        letter-spacing: -0.02em;
    }

.green-stat-box {
    border: 1px solid rgba(34, 197, 94, 0.145);
}

.stat-num {
    font-weight: 800;
    font-size: 15px;
}

.stat-lbl {
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

/* Perspective Triangle Light Beam Base */
.perspective-beam {
    position: absolute;
    bottom: -142%;
    left: 20%;
    width: 604px;
    height: 308px;
    background-image: url(../img/decore.png);
    pointer-events: none;
    opacity: 0.3;
}

/* Core Interface Primary Journey CTA Button */
.btn-journey {
    background-color: #f26c25;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 36px;
    border-radius: 12px;
    border: none;
    z-index: 3;
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(232, 98, 26, .75) 0px 6px 24px;
}

    .btn-journey:hover {
        background-color: #ad3f0c !important;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(242, 108, 37, 0.3) !important;
    }

.user-name-profile img {
    height: 35px;
    width: 35px;
}

.user-name-profile {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
}







/* Background Section Layout */
.trust-section {
    background-color: #061129;
    /* Subtle geometric background to emulate the watermark layout in the image */
    /* background-image: radial-gradient(circle at 80% 20%, rgba(25, 42, 81, 0.3) 0%, transparent 50%),
                      radial-gradient(circle at 20% 80%, rgba(25, 42, 81, 0.3) 0%, transparent 50%); */
}

/* Typography Utilities */
.main-heading {
    letter-spacing: -0.02em;
    line-height: 1.15;
}


.text-muted-custom {
    font-size: 16px;
    color: rgb(74, 189, 232);
}

.tracking-wider {
    letter-spacing: 0.12em;
}

.lead-custom {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.55);
}

.text-xs {
    font-size: 17px;
    padding-left: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.pipeline-text {
    color: rgba(255, 255, 255, 0.45);
}

.badge-icon {
    color: #f05a28;
    font-size: 0.8rem;
}

/* Powered By Vetty Card styling */
.vetty-card {
    background-color: rgba(14, 27, 54, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

    /* Colored Top Gradient Accent Line for Card */
    .vetty-card::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 8px;
        right: 4px;
        height: 3px;
        background: linear-gradient(14deg, transparent, rgb(76, 182, 242), rgb(232, 98, 1), transparent);
    }

.card-content-wrapper {
    position: absolute;
    bottom: 0;
}

.card-icon-box img {
    height: 48px;
}

p.mb-0.card-text.text-muted-custom.small.pipeline-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0px;
    line-height: 1.65;
}

.text-blue-light {
    color: #58a6ff;
    font-size: 15px;
}

/* CTA Button Styling */
.btn-orange {
    color: #fff;
    border: none;
    background: rgb(232, 98, 26);
    border-radius: 10px;
    box-shadow: rgba(232, 98, 26, .75) 0px 6px 24px;
    transition: 0.18s;
    transform: translateY(0px);
}

    .btn-orange:hover {
        background-color: #d94e1f;
        color: #fff;
        transform: translateY(-1px);
    }

.py-2-5 {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

/* --- Vertical Verification Timeline Pipeline (The Steps) --- */
.pipeline-steps {
    position: relative;
}

.step-item {
    position: relative;
}

.step-icon-container {
    position: relative;
    min-width: 50px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
}

/* The vertical connecting pipeline step lines */
.step-item:not(:last-child) .step-icon-container::after {
    content: '';
    position: absolute;
    top: 50px; /* Starts right below the top circle */
    bottom: 0;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.08);
}

/* Individual Icon Circles */
.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    z-index: 2;
}

    .step-icon.bg-blue-dim {
        background: rgba(74, 189, 232, 0.094);
        border: 2px solid #1e4c6e;
    }

    .step-icon.bg-orange-dim {
        background: rgba(232, 98, 26, 0.094);
        border: 2px solid #5b3128;
    }

    .step-icon.bg-green-dim {
        border: 2px solid rgba(34, 197, 94, 0.314);
        background: rgba(34, 197, 94, 0.094);
    }

    .step-icon.bg-purple-dim {
        background: rgba(124, 58, 237, 0.094);
        border: 2px solid rgba(124, 58, 237, 0.314);
    }

    .step-icon img {
        height: 26px;
    }

.trust-section .trust-buid-sec {
    margin: 0 115px;
}

.step-content {
    flex-grow: 1;
}

















/* Base Card Styling */
.custom-card {
    background-color: #0b132b !important;
    border-radius: 12px !important;
    border: 1px solid #1c2541 !important; /* Subtle base border side/bottom */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .custom-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    }

/* Flexible header alignments */
.card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.icon-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Card Titles */
.card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

/* Body Text Descriptions */
.card-text {
    font-size: 0.88rem;
    color: #becadb;
    line-height: 1.5;
    margin: 0;
    width: 70%;
}

/* Status Badge Blocks */
.badge-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.badge-value {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.1;
}

.trusted-physicians-heading {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.badge-label {
    font-size: 12px;
    color: #8695ab;
    text-transform: lowercase;
    white-space: nowrap;
}

/* Icon Container Bases */
.card-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
   COLOR IDENTITIES & BORDER DESIGN (No ::before pseudo-elements used)
   ========================================================================== */

/* 1. NPI Verification (Cyan/Blue Theme) */
.border-npi {
    border-top: 3px solid #00b4d8 !important;
}

.icon-blue {
    background-color: rgba(0, 180, 216, 0.15);
    color: #00b4d8;
}

.text-blue {
    color: #00b4d8;
}

/* 2. NPDB Screening (Orange Theme) */
.border-npdb {
    border-top: 3px solid #ff7b00 !important;
}

.icon-orange {
    background-color: rgba(255, 123, 0, 0.15);
    color: #ff7b00;
}

.text-orange {
    color: #ff7b00;
}

/* 3. OIG Sanctions Check (Green Theme) */
.border-oig {
    border-top: 3px solid #2a9d8f !important;
}

.icon-green {
    background-color: rgba(42, 157, 143, 0.15);
    color: #2a9d8f;
}

.text-green {
    color: #2a9d8f;
}

/* 4. Continuous Monitoring (Purple Theme) */
.border-monitoring {
    border-top: 3px solid #7209b7 !important;
}

.icon-purple {
    background-color: rgba(114, 9, 183, 0.15);
    color: #9d4edd;
}

.text-purple {
    color: #9d4edd;
}

/* 5. Stark Law Safe Harbor (Teal/Light Blue Theme) */
.border-stark {
    border-top: 3px solid #4ea8de !important;
}

.icon-teal {
    background-color: rgba(78, 168, 222, 0.15);
    color: #4ea8de;
}

.text-teal {
    color: #4ea8de;
}

/* 6. Audit-Ready Docs (Amber/Yellow Theme) */
.border-audit {
    border-top: 3px solid #ffb703 !important;
}

.icon-yellow {
    background-color: rgba(255, 183, 3, 0.15);
    color: #ffb703;
}

.text-yellow {
    color: #ffb703;
}




/*--------------------------------------------------------------------------------- Video section css ---------------------------------------------------------*/


.platform-section {
    padding: 80px 0;
}

/* ==========================================================================
   LEFT COLUMN: MODERN GRAPHIC VIDEO PLAYER STYLING
   ========================================================================== */
.video-card-container {
    background-color: #6c757d; /* Fallback baseline card tone */
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

    .video-card-container video {
        object-fit: cover;
        display: block;
    }

/* Custom Overlaid User Experience Sheet */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.4) 100%);
    z-index: 2;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s;
}

/* Target element handling classes for player state execution */
.video-playing-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
}

.video-title-tag {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Segmented Float Earnings Block Badge */
.earnings-badge {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 12px 16px;
    width: 125px;
    animation: floatUpDown 4s ease-in-out infinite;
}

.badge-subtext {
    display: block;
    font-size: 0.62rem;
    color: #8a99ad;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.badge-amount {
    display: block;
    font-size: 1.4rem;
    color: #ff5a1f;
    font-weight: 800;
    line-height: 1.1;
    margin: 2px 0;
}

.badge-period {
    display: block;
    font-size: 0.65rem;
    color: #10b981;
    font-weight: 700;
}

/* Pulsing Central Action Button Core UI Elements */
.play-button-trigger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background-color: #ff5a1f;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(255, 90, 31, 0.4);
    cursor: pointer;
    transition: transform 0.25s ease, background-color 0.2s ease;
}

    .play-button-trigger:hover {
        transform: translate(-50%, -50%) scale(1.08);
        background-color: #e04810;
    }

    .play-button-trigger svg {
        margin-left: 4px; /* Optical center alignment adjustment */
    }

.time-badge {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
}

/* ==========================================================================
   RIGHT COLUMN: BRAND COPYWRITING & HEADLINES STYLING
   ========================================================================== */
.hero-text-block {
    padding-left: 3%;
}

.pill-badge {
    color: #0077b6;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 1px;
    background: rgba(74, 189, 232, 0.08);
    border: 1px solid rgba(74, 189, 232, 0.2);
    border-radius: 100px;
    padding: 5px 14px 5px 10px;
}

.warning-triangle {
    color: #ff5a1f;
}

.main-heading {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.xxam-room {
    color: #4d4d4d;
}

.highlight-text {
    color: #ff5a1f;
}

.body-description {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
}

/* Feature Matrix List Blocks */
.feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.95rem;
}

.icon-bg-green {
    background-color: #e6f9f3;
}

.icon-bg-blue {
    background-color: #eef2ff;
}

.icon-bg-purple {
    background-color: #fae8ff;
}

.feature-text {
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Founders Reward Banner Alert Frame */
.reward-panel {
    background: linear-gradient(90deg, rgba(232, 98, 26, 0.06) 0%, rgba(74, 189, 232, 0.04) 100%);
    border: 1px solid rgba(232, 98, 26, 0.15);
    border-radius: 12px;
}

.reward-icon {
    font-size: 1.3rem;
}

.reward-title {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #7c2d12;
}

.reward-desc {
    font-size: 0.8rem;
    color: #9a3412;
}

/* Standard Call to Action Buttons Styling */
.btn-orange-action {
    background-color: #ff5a1f;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 28px;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(255, 90, 31, 0.25);
    transition: background-color 0.2s, transform 0.2s;
}

    .btn-orange-action:hover {
        background-color: #e04810;
        transform: translateY(-1px);
    }

.link-secondary-action {
    color: #0077b6;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: color 0.2s;
}

    .link-secondary-action:hover {
        color: #005683;
        text-decoration: underline;
    }























.testimonial-section {
    background-color: #0b1437;
    display: flex;
    align-items: center;
}

/* Header Utilities */
.section-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
}

.orange-stars {
    color: #ff6b35;
    font-size: 1.1rem;
}

.see-all-link {
    color: #ff6b35;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: opacity 0.2s ease;
}

    .see-all-link:hover {
        opacity: 0.8;
        color: #ff6b35;
    }

/* Testimonial Base Card */
.testimonial-card {
    height: 100%;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    border-width: 3px 1px 1px;
    border-style: solid;
    border-color: rgb(232, 98, 26) rgba(232, 98, 26, 0.145) rgba(232, 98, 26, 0.145);
    border-image: none;
    border-radius: 14px;
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: default;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 20px, rgba(232, 98, 26, 0) 0px 0px 0px 0px;
    transform: translateY(0px);
}

    .testimonial-card:hover {
        transform: translateY(-5px);
    }

.card-stars {
    font-size: 1rem;
    margin-bottom: 15px;
}

.quote {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #e2e8f0;
    font-style: italic;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* User Profile Row */
.user-info .avatar {
    margin-right: 12px;
}

.user-name {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2px;
    color: #ffffff;
}

.user-title {
    font-size: 0.75rem;
    color: #a0aec0;
    margin-bottom: 0;
}

/* Theme Color Specific Classes */
.border-orange {
    border-top: 3px solid #ff6b35;
}

.text-orange {
    color: #ff6b35;
}

.bg-orange {
    background-color: #ff6b35;
}

.border-blue {
    border-top: 3px solid #00b4d8;
}

.text-blue {
    color: #00b4d8;
}

.bg-blue {
    background-color: #00b4d8;
}

.border-green {
    border-top: 3px solid #2a9d8f;
}

.cs-text-green {
    color: rgb(34, 197, 94);
}

.bg-green {
    background-color: #2a9d8f;
}

.border-purple {
    border-top: 3px solid #9d4edd;
}

.text-purple {
    color: #9d4edd;
}

.bg-purple {
    background-color: #9d4edd;
}




















/* ==========================================================================
   Section Title and Text Descriptor Formats
   ========================================================================== */
.section-tagline {
    color: #e8621a;
    font-size: 0.75rem;
    letter-spacing: 2px;
    font-weight: 800;
}

.section-main-title {
    color: #0b1437;
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

/* ==========================================================================
   Reusable Card Components Structural Shell Configurations
   ========================================================================== */
.sms-custom-card {
    border-radius: 24px;
    border: none;
    box-shadow: 0 10px 30px rgba(11, 20, 55, 0.02);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

    .sms-custom-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(11, 20, 55, 0.06);
    }

.bg-card-navy {
    background-color: #0b1437 !important;
}

.border-card-light {
    border: 1px solid #eef2f6 !important;
}

/* ==========================================================================
   Palette Variations and Color Class Mappings
   ========================================================================== */
.text-accent-cyan {
    color: #38bdf8 !important;
}

.text-accent-orange {
    color: #e8621a !important;
}

.text-brand-navy {
    color: #0b1437 !important;
}

.text-muted-slate {
    color: #8fa0dd !important;
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.pill-label {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.card-heading-title {
    font-size: 1.4rem;
    line-height: 1.35;
    font-weight: 700;
}

.card-paragraph-body {
    line-height: 1.5;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}
/* ==========================================================================
   Smooth Top-to-Bottom Mobile Mockup Floating Animation Rig
   ========================================================================== */
.animated-mobile-viewport {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: mobileFloatEngine 4s ease-in-out infinite;
    min-height: 280px; /* Provides vertical padding for the animation engine path */
}

.mobile-mockup-img {
    width: 140px;
    height: 260px;
    object-fit: cover;
    border-radius: 22px;
    border: 6px solid #1a2a5e;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    background-color: #0b1437;
}

@keyframes mobileFloatEngine {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-14px); /* Upward transition peak boundary */
    }

    100% {
        transform: translateY(0px);
    }
}

/* ==========================================================================
   Store Badges and Call To Action Layout Rules
   ========================================================================== */
.app-store-badge {
    font-size: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, background-color 0.2s;
    background-color: #ffffff;
    color: #0b1437;
}

    .app-store-badge:hover {
        background-color: #f1f5f9 !important;
        transform: scale(1.04);
        color: #0b1437;
    }

.btn-brand-orange {
    background-color: #e8621a;
    border: none;
    font-size: 0.88rem;
    box-shadow: 0 6px 20px rgba(232, 98, 26, 0.25);
    transition: background-color 0.2s, transform 0.2s;
}

    .btn-brand-orange:hover {
        background-color: #d15112;
        transform: translateY(-1px);
    }

/* ==========================================================================
   Corporate Feed Newsroom Stack Segment Rules
   ========================================================================== */
.news-item-strip {
    background-color: #111c44;
    text-align: left;
    /* border-left: 3px solid transparent; */
    /* transition: border-color 0.2s, background-color 0.2s; */
}

    .news-item-strip:hover {
        text-align: left;
        background: rgba(74, 189, 232, 0.1);
        border: 1px solid rgba(74, 189, 232, 0.3);
        cursor: pointer;
    }

    .news-item-strip:hover {
        border-left-color: #38bdf8;
        background-color: #142252;
    }

.feed-category-tag {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}

.text-orange-highlight {
    color: rgb(232, 98, 26);
}

.tag-style-cyan {
    background-color: rgba(56, 189, 248, 0.12);
    color: #38bdf8;
}

.tag-style-green {
    background-color: rgba(42, 157, 143, 0.15);
    color: rgb(34, 197, 94);
}

.tag-style-purple {
    background-color: rgba(157, 78, 221, 0.15);
    color: #b388ff;
}

.feed-timestamp {
    font-size: 0.72rem;
    color: #64748b;
}

.feed-main-title {
    font-size: 0.92rem;
    margin: 8px 0 2px 0;
    line-height: 1.4;
    font-weight: 600;
}

.feed-sub-location {
    font-size: 0.78rem;
    color: #94a3b8;
    margin-bottom: 0;
}

.view-all-updates-btn {
    font-size: 0.88rem;
    font-weight: 600;
    transition: opacity 0.2s;
}

    .view-all-updates-btn:hover {
        opacity: 0.8;
    }

/* ==========================================================================
   Footer Promotional Video Media Card Configs
   ========================================================================== */
.bg-banner-gradient {
    background: linear-gradient(135deg, rgb(74, 189, 232) 0%, rgb(14, 165, 200) 50%, rgb(11, 20, 55) 100%);
}

.play-media-trigger {
    color: white;
    font-size: 0.95rem;
    padding-left: 4px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(232, 98, 26);
    box-shadow: rgba(232, 98, 26, 0.2) 0px 0px 0px 12px;
    transition: transform 0.18s;
}

    .play-media-trigger:hover {
        transform: scale(1.12);
    }

/* ==========================================================================
   Decorative Background Visual Asset Clipping Path Elements
   ========================================================================== */
.bg-vector-mountain-left {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pink-mountain.png);
    pointer-events: none;
    background-repeat: no-repeat;
    left: 70%;
}

.bg-vector-mountain-light {
    position: absolute;
    bottom: -5px;
    left: -10px;
    width: 40%;
    height: 110px;
    background-image: url(../img/pink-mountain.png);
    pointer-events: none;
}

.bg-vector-banner-mountain {
    position: absolute;
    bottom: 21px;
    right: 65px;
    width: 168px;
    height: 87px;
    background-image: url(../img/white-mountain.png);
    pointer-events: none;
    opacity: 0.12;
}

.mobile-img-card {
    background: linear-gradient(145deg, rgb(11, 20, 55) 0%, rgb(26, 42, 94) 100%);
    border-radius: 24px;
    padding: 36px 32px !important;
    align-items: center;
    gap: 24px;
    box-shadow: rgba(11, 20, 55, 0.16) 0px 20px 56px;
}












/* ==========================================================================
   Footer section css
   ========================================================================== */

.sms-footer-section {
    background-color: #0b1437;
    color: #ffffff;
    font-size: 0.9rem;
}

/* ==========================================================================
   Brand Component Identity Styling Specs
   ========================================================================== */
.footer-brand-logo {
    font-family: 'Outfit', -apple-system, sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
}

    .footer-brand-logo .logo-accent {
        color: #38bdf8; /* Brand identity mid-tint medical cyan */
    }

.brand-description-text {
    font-size: 0.88rem;
    line-height: 1.6;
    max-width: 320px;
    color: #9caac5;
}

.text-muted-slate {
    color: #7a8aa8 !important;
}

/* ==========================================================================
   Asymmetrical Grid Links Stack and Anchor Styling Configurations
   ========================================================================== */
.footer-links-heading {
    font-family: 'Outfit', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.footer-nav-list li {
    margin-bottom: 4px;
}

.footer-nav-link {
    color: #9caac5;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s ease;
    display: inline-block;
}

    .footer-nav-link:hover {
        color: #ffffff !important;
        transform: translateX(3px); /* Subtle dynamic push indicator action on hover */
    }

/* ==========================================================================
   Bottom Horizontal Sub-baseline Partition Rules
   ========================================================================== */
.border-navy-tint {
    border-top-color: rgba(97, 114, 147, 0.15) !important;
}

.copyright-notice-text {
    font-size: 14px;
    letter-spacing: 0.2px;
}

.text-muted-slate-dark {
    color: #4a5773 !important;
}

.sub-baseline-link {
    font-size: 14px;
    color: #4a5773;
    transition: color 0.2s;
}

    .sub-baseline-link:hover {
        color: #38bdf8 !important;
    }

/* ==========================================================================
   Ambient Spotlight Background Visual Effects (Creates the light cones)
   ========================================================================== */
.footer-bg-beam-left {
    position: absolute;
    top: -53px;
    left: 28%;
    width: 800px;
    height: 480px;
    background-image: url(../img/white-mountain.png);
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
}

/* ==========================================================================
   Full Width Banner Image Slider Core Shell Rules
   ========================================================================== */
.sms-image-slider-wrapper {
    position: relative;
    background-color: #0b1437;
}

.image-slide-container {
    position: relative;
    height: 680px;
    width: 100%;
    overflow: hidden;
}

/* Fluid responsive background stretch controls */
.carousel-fluid-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

/* Matches the deep dark blue transparent filter treatment from your image */
.dark-tint-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(11, 20, 55, 0.75), rgba(11, 20, 55, 0.75));
    z-index: 1;
    pointer-events: none;
}

/* ==========================================================================
   Custom Carousel Dots (Recreates Your Pillow Extended Capsule Design)
   ========================================================================== */
.pure-image-carousel .owl-dots {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 0 !important;
    z-index: 2;
}

    .pure-image-carousel .owl-dots .owl-dot {
        outline: none;
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
    }

        .pure-image-carousel .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
            margin: 0 !important;
            background: rgba(255, 255, 255, 0.35) !important;
            border-radius: 50%;
            display: block;
            transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
        }

        /* Active State Transformation Rig: Transitions into a clean horizontal pill capsule */
        .pure-image-carousel .owl-dots .owl-dot.active span {
            width: 24px; /* Stretches dynamically */
            height: 8px;
            background: #e8621a !important; /* Highlights via crisp brand accent orange */
            border-radius: 4px;
        }






/* Top Notification Bar */
.top-bar {
    background-color: #1f2b4d;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 14.5px;
    gap: 20px;
}

.custom-container1 {
    max-width: 1250px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.top-bar span i {
    font-style: italic;
}

.top-bar-buttons {
    display: flex;
    gap: 10px;
}

.btn-app {
    background-color: #e85d1b;
    color: white;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Main Header Navigation */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.logo {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #222;
    display: flex;
    align-items: center;
}

.logo-mark {
    color: #e85d1b;
    font-size: 26px;
    margin: 0 2px;
    transform: scaleY(1.3) translateY(-1px);
}

.nav-menu {
    display: flex;
    gap: 35px;
    font-weight: 500;
    color: #444;
    font-size: 15px;
}

    .nav-menu a:hover {
        color: #e85d1b;
    }

.auth-buttons {
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 600;
    font-size: 15px;
}

.btn-signup {
    background-color: #e85d1b;
    color: white;
    padding: 10px 24px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(232, 93, 27, 0.3);
    transition: background 0.2s;
}

    .btn-signup:hover {
        background-color: #d14e13;
    }

/* Rotating Bottom Banner */
.rotating-banner {
    background-color: #e85d1b; /* Default Orange */
    color: white;
    text-align: center;
    padding: 14px 40px;
    position: relative;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s ease-in-out; /* Smooth background transition */
}

.banner-content {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

    .banner-content a {
        font-weight: 700;
        text-decoration: underline;
        margin-left: 5px;
    }

.close-banner {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.6);
    color: white;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    transition: all 0.2s;
}

    .close-banner:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: white;
    }

/* Base Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Top Notification Bar */
.top-bar {
    background-color: #1f2b4d;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 14.5px;
    gap: 20px;
}

    .top-bar span i {
        font-style: italic;
    }

.top-bar-buttons {
    display: flex;
    gap: 10px;
}

.btn-app {
    background-color: #e85d1b;
    color: white;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Main Header Navigation */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.logo {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #222;
    display: flex;
    align-items: center;
}

.logo-mark {
    color: #e85d1b;
    font-size: 26px;
    margin: 0 2px;
    transform: scaleY(1.3) translateY(-1px);
}

.nav-menu {
    display: flex;
    gap: 35px;
    font-weight: 500;
    color: #444;
    font-size: 15px;
}

    .nav-menu a:hover {
        color: #e85d1b;
    }

.auth-buttons {
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 600;
    font-size: 15px;
}

.btn-signup {
    background-color: #e85d1b;
    color: white;
    padding: 8px 24px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(232, 93, 27, 0.3);
    transition: background 0.2s;
}

    .btn-signup:hover {
        background-color: #d14e13;
    }

/* Rotating Bottom Banner */
.rotating-banner {
    background-color: #e85d1b; /* Default Orange */
    color: white;
    text-align: center;
    padding: 14px 40px;
    position: relative;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.5s ease-in-out; /* Smooth background transition */
}

.banner-content {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

    .banner-content a {
        font-weight: 700;
        text-decoration: underline;
        margin-left: 5px;
    }

.close-banner {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.6);
    color: white;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    transition: all 0.2s;
}

    .close-banner:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: white;
    }

/* Hide Scrollbar for horizontal carousel but keep functionality */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Soft Application Shadows */
.shadow-app {
    box-shadow: 0 10px 40px -10px rgba(0,0,0,0.06);
}

.shadow-card-hover:hover {
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

/* Hero Soft Gradient Background */
.hero-gradient {
    background: linear-gradient(135deg, #F0F9FF 0%, #FFF7ED 100%);
}

/* Specific Card Theme Colors matching the Screenshot */
.theme-orange {
    --theme-main: #FA903E;
    --theme-bg: #FFF7ED;
    --theme-text: #C2410C;
}

.theme-cyan {
    --theme-main: #06B6D4;
    --theme-bg: #ECFEFF;
    --theme-text: #0E7490;
}

.theme-purple {
    --theme-main: #9333EA;
    --theme-bg: #FAF5FF;
    --theme-text: #6B21A8;
}

.theme-green {
    --theme-main: #10B981;
    --theme-bg: #ECFDF5;
    --theme-text: #047857;
}



/* Hide scrollbar for clean UI */
/*::-webkit-scrollbar {
    display: none;
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}*/

/* Dashboard specific styling */
.sidebar-link {
    transition: all 0.2s ease;
}

    .sidebar-link.active {
        background-color: #FFF7ED;
        color: #FA903E;
        font-weight: 700;
    }

        .sidebar-link.active svg {
            color: #FA903E;
        }

    .sidebar-link:hover:not(.active) {
        background-color: #F1F5F9;
    }

.card-soft {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .card-soft:hover {
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
    }

/* Status Pills */
.status-pill-pending {
    background: #FFFBEB;
    color: #D97706;
    border: 1px solid #FEF3C7;
}

.status-pill-approved {
    background: #ECFDF5;
    color: #059669;
    border: 1px solid #D1FAE5;
}



/* Hide scrollbar for clean UI */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}



.card-soft {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .card-soft:hover {
        box-shadow: 0 15px 30px -10px rgba(6, 182, 212, 0.15);
        transform: translateY(-4px);
    }

/* Heart Animation */
.heart-btn {
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .heart-btn:hover {
        transform: scale(1.15);
    }

/* Fade out animation for removing cards */
.fade-out {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
    transition: all 0.3s ease;
}


.card-soft {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .card-soft:hover {
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
    }

/* Tabs styling */
.tab-btn {
    position: relative;
    color: #64748B;
    transition: color 0.2s ease;
}

    .tab-btn.active {
        color: #0891B2;
        font-weight: 700;
    }

        .tab-btn.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #06B6D4;
            border-radius: 2px 2px 0 0;
        }


/* Message Bubbles */
.msg-bubble {
    max-width: 80%;
    padding: 0.875rem 1.25rem;
    border-radius: 1.25rem;
    font-size: 0.95rem;
    line-height: 1.5;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,0.02);
}

.msg-received {
    background-color: #F1F5F9;
    color: #1E293B;
    border-bottom-left-radius: 0.25rem;
}

.msg-sent {
    background-color: #06B6D4;
    color: #FFFFFF;
    border-bottom-right-radius: 0.25rem;
}

/* Chat List Item Active State */
.chat-item.active {
    background-color: #FFFFFF;
    border-left: 4px solid #06B6D4;
    box-shadow: 0 4px 15px -5px rgba(0,0,0,0.05);
}

/* Custom soft scrollbar for chat history */
.chat-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.chat-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.chat-scrollbar::-webkit-scrollbar-thumb {
    background-color: #CBD5E1;
    border-radius: 10px;
}

.chat-scrollbar:hover::-webkit-scrollbar-thumb {
    background-color: #94A3B8;
}

/* Calendar Specific Styles */
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1px;
    background-color: #E2E8F0;
    border: 1px solid #E2E8F0;
    border-radius: 1rem;
    overflow: hidden;
}

.calendar-cell {
    background-color: #FFFFFF;
    min-height: 120px;
    padding: 0.5rem;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

    .calendar-cell:hover {
        background-color: #F8FAFC;
    }

    .calendar-cell.active {
        background-color: #FFF7ED;
        box-shadow: inset 0 0 0 2px #FA903E;
    }

    .calendar-cell.disabled {
        background-color: #F8FAFC;
        color: #94A3B8;
    }

/* Event Pills */
.event-pill {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-confirmed {
    background-color: #D1FAE5;
    color: #047857;
    border: 1px solid #A7F3D0;
}

.event-pending {
    background-color: #FEF3C7;
    color: #B45309;
    border: 1px solid #FDE68A;
}

.event-blocked {
    background-color: #F1F5F9;
    color: #64748B;
    border: 1px solid #E2E8F0;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, #E2E8F0 5px, #E2E8F0 10px);
}

/* Custom Toggle Switch */
.toggle-checkbox:checked {
    right: 0;
    border-color: #FA903E;
}

    .toggle-checkbox:checked + .toggle-label {
        background-color: #FA903E;
    }

.sidebar-link.active-user {
    background-color: #ECFEFF;
    color: #0891B2;
    font-weight: 700;
}




.navbar-expand-lg .navbar-collapse {
    visibility: visible;
}


a.nav-link.custom-nav-link {
    color: #4a5568 !important;
    font-size: 14px;
    font-weight: 500;
}

.owl-carousel .owl-stage-outer {
    padding-left: 0 !important;
    padding-right: 50px !important;
}

.owl-carousel .owl-stage {
    padding-left: 0 !important;
}

/*Loader*/
/* 1. Base Preloader Styles */
#page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 19, 43, 0.85);
    backdrop-filter: blur(5px);
    z-index: 999999 !important; /* Forces it above everything else */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* 2. Base Spinner Animation */
.loader-spinner {
    width: 100px;
    height: 100px;
    border: 7px solid rgba(255, 255, 255, 0.2);
    border-top: 7px solid #e85d1b;
    border-radius: 50%;
    animation: spin-loader 1s linear infinite;
}

@keyframes spin-loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 3. The Loaded Class (Crucial Fix) */
#page-preloader.loaded {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.footer_logo {
    width: 60%;
}


/*09 Sep 2026*/

.mr-for-logo-icon {
    width: 21px;
    margin-top: -4px;
    margin-right: 4px;
}

/*23-09-2026*/
/* News-List */
:root {
    --bg-surface-canvas: #f8fafc;
    --bg-card-element: #ffffff;
    --txt-primary-head: #0f172a;
    --txt-secondary-body: #64748b;
    --txt-interactive-btn: #ffffff;
    --brand-accent-navy: #0b2545;
    --brand-accent-glow: #134074;
    --meta-icon-color: #94a3b8;
    --border-subtle-stroke: #f1f5f9;
    --bg-canvas-layer: #f8fafc;
    --surface-card-base: #ffffff;
    --text-main-accent: #0f172a;
    --text-muted-fg: #64748b;
    --brand-primary-ink: #2563eb;
    --brand-primary-fade: #eff6ff;
    --border-thin-tint: #e2e8f0;
    --shadow-soft-depth: 0 4px 20px -2px rgba(15, 23, 42, 0.06), 0 2px 8px -1px rgba(15, 23, 42, 0.04);
    --shadow-hover-lift: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 8px 10px -6px rgba(15, 23, 42, 0.08);
    --shadow-soft-depth: 0 10px 25px -5px rgba(15, 23, 42, 0.04), 0 8px 10px -6px rgba(15, 23, 42, 0.04);
    --shadow-hover-depth: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 10px 10px -6px rgba(15, 23, 42, 0.08);
}

.section-title-header {
    font-size: 2rem;
    font-weight: 700;
    color: var(--txt-primary-head);
    margin-bottom: 25px;
    margin-top: 32px;
    letter-spacing: -0.02em;
}

.grid-layout-deck {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.news-card-container {
    background-color: var(--bg-card-element);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft-depth);
    border: 1px solid var(--border-subtle-stroke);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

    .news-card-container:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-hover-depth);
    }

.media-box-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #e2e8f0;
}

    .media-box-frame img, .media-asset-render {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: scale 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

.news-card-container:hover .media-box-frame img {
    scale: 1.05;
}

.badge-status-pill {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background-color: #4CAF50;
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    z-index: 2;
}

.content-body-holder {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.article-headline-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--txt-primary-head);
    line-height: 1.4;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
    overflow: hidden;
}

.excerpt-summary-para {
    font-size: 0.925rem;
    color: var(--txt-secondary-body);
    line-height: 1.6;
    margin-bottom: 20px;
    overflow: hidden;
}

.meta-data-footer {
    margin-top: auto;
    border-top: 1px solid var(--border-subtle-stroke);
    padding-top: 20px;
    gap: 12px;
}

.info-metric-row {
    gap: 8px;
}

.inline-metric-item {
    gap: 8px;
    font-size: 0.85rem;
    color: var(--txt-secondary-body);
    font-weight: 500;
}

    .inline-metric-item svg {
        width: 16px;
        height: 16px;
        color: var(--meta-icon-color);
        flex-shrink: 0;
    }

.action-trigger-btn {
    background-color: var(--brand-accent-navy);
    color: var(--txt-interactive-btn);
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin-top: 4px;
}

    .action-trigger-btn:hover {
        background-color: var(--brand-accent-glow);
    }

    .action-trigger-btn:active {
        transform: scale(0.98);
    }

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .grid-layout-deck {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    body {
        padding: 30px 16px;
    }
}

@media (max-width: 640px) {
    .grid-layout-deck {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section-title-header {
        font-size: 1.75rem;
        margin-bottom: 24px;
        text-align: center;
    }
}

/* Event */
.header-block-wrapper {
    margin-bottom: 25px;
    margin-top: 32px;
    text-align: left;
}

.main-heading-display {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-main-accent);
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
}

.sub-heading-caption {
    font-size: 1.05rem;
    color: var(--text-muted-fg);
    line-height: 1.6;
    max-width: 1000px;
}

.events-grid-deck {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
}

.event-card-unit {
    background: var(--surface-card-base);
    border: 1px solid var(--border-thin-tint);
    border-radius: 20px;
    box-shadow: var(--shadow-soft-depth);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

    .event-card-unit:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-hover-lift);
    }

.media-frame-box {
    padding-top: 56.25%;
    background-color: #f1f5f9;
    border-bottom: 1px solid var(--border-thin-tint);
}

.event-card-unit:hover .media-asset-render {
    scale: 1.04;
}

.content-body-well {
    padding: 1.5rem;
    flex-grow: 1;
}

.pill-badge-tag {
    align-self: flex-start;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    background-color: var(--brand-primary-fade);
    color: var(--brand-primary-ink);
}

.title-header-link {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--text-main-accent);
    margin-bottom: 0.5rem;
    overflow: hidden;
    /* height: 3.5rem; */
}

.booth-info-stamp {
    font-size: 0.95rem;
    color: var(--text-muted-fg);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.meta-item-row {
    gap: 0.6rem;
    font-size: 0.88rem;
    color: var(--text-muted-fg);
    font-weight: 500;
}

.meta-icon-svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
    color: #94a3b8;
}

/* Target Device Adaptations */
@media (max-width: 1024px) {
    .events-grid-deck {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    body {
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 640px) {
    .events-grid-deck {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    body {
        padding: 2rem 1rem;
    }

    .main-heading-display {
        font-size: 2rem;
    }

    .title-header-link {
        height: auto;
    }
}

/* Details-Page */
/* Ticker / Header Bar */
.news-ticker-strip {
    background-color: #0b1329;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 3px solid var(--brand-primary);
}

.news-ticker-badge {
    background-color: var(--accent-red);
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-right: 15px;
    font-weight: 800;
    letter-spacing: 0.5px;
    animation: pulse-effect 2s infinite;
}

@keyframes pulse-effect {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.news-ticker-text {
    display: inline-block;
    padding-left: 10px;
    font-weight: 500;
    color: #e2e8f0;
}

/* Top Meta Utility */
.page-header-navigation {
    background-color: #ffffff;
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-identity-label {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--brand-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .site-identity-label span {
        color: var(--brand-primary);
    }

/* Main Container Layout */
.article-view-workspace {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 24px;
}

.article-card-wrapper {
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    border: 1px solid var(--border-color);
    overflow: hidden;
    padding: 24px;
}

/* Meta Badges */
.article-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.geo-location-tag {
    background-color: #0f172a;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.timestamp-publish-info {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* Typography */
.article-main-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-dark);
    line-height: 1.3;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

/* Hero Image Canvas */
.article-image-viewport {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

    .article-image-viewport img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .article-image-viewport:hover img {
        transform: scale(1.02);
    }

.image-credit-caption {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 24px;
    padding-left: 4px;
    font-style: italic;
}

/* Content Blocks */
.article-editorial-body p {
    margin-bottom: 15px;
    font-size: 1.05rem;
}

/* Blockquote Styles */
.verdict-testimonial-quote {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-left: 5px solid var(--brand-primary);
    padding: 28px;
    border-radius: 0 16px 16px 0;
    margin: 32px 0;
}

    .verdict-testimonial-quote h3 {
        font-size: 1.2rem;
        color: var(--brand-dark);
        margin-bottom: 12px;
        font-weight: 700;
    }

    .verdict-testimonial-quote p {
        font-style: italic;
        color: #475569;
        font-size: 1.05rem;
        margin-bottom: 0;
        line-height: 1.6;
    }

/* Section Subheadings */
.section-break-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-dark);
    margin: 40px 0 20px 0;
    position: relative;
    padding-bottom: 8px;
}

    .section-break-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 3px;
        background-color: var(--brand-primary);
        border-radius: 2px;
    }

/* Structured Pain Points / List Items */
.insight-points-stack {
    list-style: none;
    margin: 24px 0;
}

.insight-point-item {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 1rem;
}

    .insight-point-item::before {
        content: "•";
        position: absolute;
        left: 10px;
        color: var(--brand-primary);
        font-weight: bold;
        font-size: 1.2rem;
        top: -2px;
    }

    .insight-point-item strong {
        color: var(--brand-dark);
    }

/* Feature Matrix Columns */
.value-prop-deck {
    margin: 24px 0;
}

.value-prop-node {
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    padding: 20px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .value-prop-node:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.02);
        border-color: #cbd5e1;
    }

    .value-prop-node strong {
        color: var(--brand-dark);
        font-size: 1.05rem;
        display: block;
        margin-bottom: 6px;
    }

/* Author Profile Box */
.author-card-footer {
    margin-top: 28px;
    border: 1px solid #fed7aa;
    background-color: #fffaf5;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.author-avatar-frame {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

    .author-avatar-frame svg {
        width: 32px;
        height: 32px;
        fill: #94a3b8;
    }

.author-details-bio {
    flex-grow: 1;
}

    .author-details-bio h4 {
        font-size: 1.1rem;
        font-weight: 700;
        color: #c2410c;
        margin-bottom: 6px;
    }

    .author-details-bio p {
        font-size: 0.95rem;
        color: #ea580c;
        line-height: 1.5;
        margin-bottom: 0;
    }

/* Responsive Layout Rules */
@media (max-width: 768px) {
    .article-view-workspace {
        margin: 20px auto;
        padding: 0 16px;
    }

    .article-card-wrapper {
        padding: 24px;
        border-radius: 16px;
    }

    .article-main-title {
        font-size: 1.75rem;
        margin-bottom: 16px;
    }

    .verdict-testimonial-quote {
        padding: 20px;
    }

    .author-card-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }
}

/*23-09-2026*/
.sms-footer-social-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}

.sms-card-social-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #f5f5f7;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

    .sms-card-social-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .sms-card-social-item.sms-fb:hover {
        background-color: #1877f2;
        color: #ffffff;
        border-color: #1877f2;
    }

    .sms-card-social-item.sms-li:hover {
        background-color: #0077b5;
        color: #ffffff;
        border-color: #0077b5;
    }

    .sms-card-social-item.sms-ig:hover {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        color: #ffffff;
        border-color: transparent;
    }

    .sms-card-social-item i {
        font-size: 14px;
    }


.cstm-card-property-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

    .cstm-card-property-slider .property-card {
        min-height: 100%;
    }

#filterSidebar .price_range {
    flex-direction: column;
}


/*25-0-9-2026*/
.smd-space-social-grid-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
}

.smd-space-social-grid-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    width: 220px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

    .smd-space-social-grid-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    }

.smd-space-social-grid-icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smd-space-social-grid-svg {
    width: 44px;
    height: 44px;
    fill: #64748b;
    transition: fill 0.2s ease;
}

/* Individual brand colors applied during hover state */
.smd-space-social-grid-item:hover .smd-space-social-grid-linkedin {
    fill: #0077b5;
}

.smd-space-social-grid-item:hover .smd-space-social-grid-instagram {
    fill: #e1306c;
}

.smd-space-social-grid-item:hover .smd-space-social-grid-facebook {
    fill: #1877f2;
}

.smd-space-social-grid-name {
    font-size: 18px;
    margin: 0 0 8px 0;
    color: #334155;
}

.smd-space-social-grid-cta {
    font-size: 14px;
    color: #0284c7;
    font-weight: 500;
}

aside#main-sidebar,
header{
    border-style: solid;
}