        :root {
            --primary-purple: #6366f1;
            --primary-dark: #1e1b4b;
            --orange: #fb923c;
            --light-purple: #f5f3ff;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow-x: hidden;
        }

        p {
            text-align: justify;
        }

        /* Header */
        .top-bar {
            background-color: #fff;
            padding: 8px 0;
            font-size: 14px;
            border-bottom: 1px solid #e5e7eb;
        }

        .navbar {
            padding: 1rem 0;
        }

        .navbar-brand img {
            height: 50px;
        }

        .nav-link {
            color: #374151;
            font-weight: 500;
            margin: 0 15px;
        }

        .header-rounded .nav-link {
            margin: 0 10px;
        }

        .btn-primary {
            background-image: linear-gradient(to bottom, #2a1771, #8875e1);
            color: white;
            padding: 8px 24px;
            border-radius: 5px;
            border: none;
        }

        /* Hero Section */
        .hero-section {
            background-image: url(../img/banner-bg.jpg);
            padding: 0px 0;
            position: relative;
            background-size: cover;
            background-position: left;
        }

        .hero-content h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .hero-content p {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.95;
        }

        .btn-started {
            background-color: var(--primary-dark);
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            border: none;
            margin-right: 15px;
        }

        .btn-video {
            background-color: var(--orange);
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            border: none;
        }



        /* Empowering Section */
        .empowering-section {
            padding: 80px 0;
            background-color: #fafafa;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-dark);
            margin-bottom: 20px;
        }

        .highlight-orange {
            color: var(--orange);
        }

        .feature-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            height: 100%;
        }

        .feature-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .feature-card-body {
            padding: 25px;
        }

        /* Leadership Section */
        .leadership-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            text-align: center;
        }

        .leadership-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .leader-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            margin: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .leader-img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
            border: 5px solid var(--orange);
        }

        .leader-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-dark);
            margin: 10px 0 5px 0;
        }

        .leader-title {
            color: #6b7280;
            font-size: 1rem;
        }

        /* Impact Section */
        .impact-section {
            padding: 80px 0;
            background-color: white;
        }

        .impact-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 50px;
        }

        .impact-subtitle {
            text-align: center;
            color: #6b7280;
            margin-bottom: 60px;
        }

        .impact-curve {
            position: relative;
            height: 300px;
            margin-bottom: 50px;
        }

        .impact-svg {
            width: 100%;
            height: 100%;
        }

        .impact-stat {
            text-align: center;
            padding: 20px;
        }

        .impact-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-purple);
        }

        .impact-label {
            color: #6b7280;
            margin-top: 10px;
        }

        /* Trending Section */
        .trending-section {
            padding: 80px 0;
            background-color: #fafafa;
        }

        .insight-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }

        .insight-card img {
            width: 100%;
            height: 420px;
            object-fit: cover;
        }

        .insight-badge {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: #ef4444;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 12px;
        }

        .purple-card {
            background: linear-gradient(135deg, #1a0e4a 0%, #2a135f 100%);
            color: white;
            padding: 40px;
            border-radius: 10px;
        }

        /* Testimonials */
        .testimonials-section {
            padding: 0px 0;
            background-color: white;
            position: relative;
        }

        .testimonials-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,0 Q300,60 600,30 T1200,0 L1200,120 L0,120 Z" fill="%23f3f4f6" opacity="0.5"/></svg>');
            opacity: 0.3;
        }

        .testimonial-card {
            background: white;
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .quote-icon {
            font-size: 4rem;
            color: var(--primary-purple);
            opacity: 0.3;
            margin-bottom: 20px;
        }

        .testimonial-text {
            font-size: 1.2rem;
            line-height: 1.8;
            margin-bottom: 30px;
            color: #374151;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
        }

        .author-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 20px;
        }

        /* Events Section */
        .events-section {
            padding: 80px 0;
            background-color: #fafafa;
        }

        .event-item {
            background: white;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
        }

        .event-date {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            min-width: 80px;
            margin-right: 20px;
        }

        .event-day {
            font-size: 2rem;
            font-weight: 700;
        }

        .event-month {
            font-size: 0.9rem;
        }

        .event-details h5 {
            margin-bottom: 5px;
            color: var(--primary-dark);
        }

        .event-location {
            color: #6b7280;
            font-size: 0.9rem;
        }

        /* News Section */
        .news-section {
            padding: 80px 0;
            background-color: white;
        }

        .news-card-large {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            height: 100%;
        }

        .news-card-large img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .news-card-small {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            padding: 20px;
        }

        .news-card-small img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

        .news-badge {
            position: absolute;
            top: 20px;
            left: 20px;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
        }

        .badge-red {
            background-color: #ef4444;
            color: white;
        }

        .badge-green {
            background-color: #10b981;
            color: white;
        }

        /* Analytics Section */
        .analytics-section {
            padding: 80px 0;
            background-color: #fafafa;
        }

        .analytics-card {
            text-align: center;
            padding: 20px;
        }

        .analytics-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 5px;
            margin-bottom: 15px;
        }

        /* Footer */
        .footer {
            background-color: #1e1b4b;
            color: white;
            padding: 60px 0 20px 0;
        }

        .footer h5 {
            font-weight: 700;
            margin-bottom: 20px;
        }

        .footer ul {
            list-style: none;
            padding: 0;
        }

        .footer ul li {
            margin-bottom: 10px;
        }

        .footer ul li a {
            color: #d1d5db;
            text-decoration: none;
        }

        .footer ul li a:hover {
            color: white;
        }

        .newsletter-input {
            background-color: white;
            border: none;
            padding: 12px;
            border-radius: 5px;
            width: 100%;
            margin-bottom: 10px;
        }

        .btn-subscribe {
            background-color: var(--primary-purple);
            color: white;
            padding: 12px 30px;
            border-radius: 5px;
            border: none;
            width: 100%;
        }

        .footer-bottom {
            border-top: 1px solid #374151;
            margin-top: 40px;
            padding-top: 20px;
            text-align: center;
            color: #9ca3af;
        }

        .social-icons a {
            color: white;
            font-size: 1.5rem;
            margin: 0 10px;
        }

        @media (max-width: 768px) {
            .hero-content h1 {
                font-size: 2rem;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .leadership-title {
                font-size: 2rem;
            }


        }

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            max-width: 1330px;
        }

        .top-search input[type="search"] {
            border: 1px solid #ced4da;
            border-radius: 20px;
            padding: 5px 15px;
            width: 100%;
            font-size: 12px;
        }



        /* Scroll Animation */
        /* TEXT ONLY SCROLL ANIMATION */
        .reveal-text {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }

        .reveal-text.active {
            opacity: 1;
            transform: translateY(0);
        }

        /* Delay utilities */
        .reveal-text.delay-1 {
            transition-delay: 0.1s;
        }

        .reveal-text.delay-2 {
            transition-delay: 0.2s;
        }

        .reveal-text.delay-3 {
            transition-delay: 0.3s;
        }

        .reveal-text.delay-4 {
            transition-delay: 0.4s;
        }

        .top-bar-right button {
            color: #878787;
            font-size: 14px;
        }

        .top-bar-right .border-gradient {
            position: relative;
            border-radius: 8px;
            background: #fff;
            /* inner background */
            z-index: 1;
            font-weight: 600;
            color: #000;
        }

        .top-bar-right .border-gradient::before {
            content: "";
            position: absolute;
            inset: 0;
            padding: 2px;
            /* border thickness */
            border-radius: 8px;
            background: linear-gradient(to right, #2a1771, #9a84f1);
            -webkit-mask:
                linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            z-index: -1;
        }

        .top-search-btn {
            position: absolute;
            top: 55%;
            right: 0px;
            transform: translateY(-50%);
            background: none;
            border: none;
            color: #6b7280;
            font-size: 12px;
            cursor: pointer !important;
            border-left: 1px #ced4da solid;
            border-radius: 0px;
        }

        .nav-link {
            font-size: 14px;
        }

        .header-rounded {
            border-radius: 10px;
            box-shadow: 0px 3px 5px #dddddd;
            padding: 0px 10px;
        }

        .top-bar .logo img {
            border-radius: 10px;
        }

        .top-bar {
            border: 0px;
        }

        .color-purple {
            color: #2a1770;
        }

        .color-orange {
            color: #e9812c;
        }

        .gradient-bg-purple {
            background: linear-gradient(90deg, #291670 0%, #493d87 100%) !important;
            color: #fff !important;
        }

        .gradient-bg-orange {
            background: linear-gradient(90deg, #e9812c 0%, #b88862 100%) !important;
            color: #fff !important;
        }

        .gradient-bg2-orange {
            background: linear-gradient(90deg, #ed5b0e 0%, #ff9854 100%) !important;
            color: #fff !important;
        }

        .gradient-bg2-orange:hover {
            background: linear-gradient(90deg, #ff9854 0%, #ed5b0e 100%) !important;
            color: #fff !important;
        }

        .gradient-bg-black {
            background: linear-gradient(90deg, #324154 0%, #10182b 100%) !important;
        }


        /**  **/
        .leadership-banner {
            min-height: 520px;
            display: flex;
            align-items: center;
        }

        @media (max-width: 768px) {
            .leadership-banner h1 {
                font-size: 2rem;
            }

            .leadership-banner img {
                margin-top: 20px;
            }

            .leadership-banner .text-end {
                text-align: center !important;
            }




        }

        /* SLIDER */
        .leadership-slider {
            overflow: hidden;
        }

        .leadership-slider {
            background-image: url(../img/leadership-bg.jpg);
            background-position: center;
            background-size: cover;
            padding: 50px 0px 0px 0px;
        }

        .slider-wrapper {
            position: relative;
        }

        .slider-slide {
            display: none;
            animation: fadeSlide 0.6s ease;
        }

        .slider-slide.active {
            display: block;
        }

        @keyframes fadeSlide {
            from {
                opacity: 0;
                transform: translateX(40px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* ARROWS */
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            font-size: 22px;
            cursor: pointer;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            z-index: 10;
        }

        .slider-arrow.left {
            left: -10px;
        }

        .slider-arrow.right {
            right: -10px;
        }

        .slider-arrow:hover {
            background: #fff;
        }

        .title-size {
            font-size: 60px;
            font-weight: bold;
        }

        .gradient-text {
            background: linear-gradient(to right, #725ce0, #ac6af9, #291770);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .gradient-text-orange {
            background: linear-gradient(to right, #ed5b0e, #ff7f3c, #ff8c4f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .stacts-circal {
            position: absolute;
            bottom: -50px;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 5px solid var(--orange);
            background-color: red;
            z-index: 1;
            margin-left: 0px;
        }

        .stacts-circal-1 {
            padding-top: 70px;
            margin-bottom: -65px;
        }

        .stacts-circal-2 {
            padding-top: 28px;
            margin-bottom: -65px;
        }

        .stacts-circal-3 {
            padding-top: 10px;
            margin-bottom: 20px;
        }

        .stacts-circal-4 {
            padding-top: 10px;
            margin-bottom: -65px;
        }

        .stacts-circal-5 {
            padding-top: 74px;
            margin-bottom: -65px;
        }

        .stacts-circal-6 {
            padding-top: 28px;
            margin-bottom: -65px;
        }

        .img-full {
            width: 100%;
            height: auto;
        }

        .odometer-number {
            transition: color 0.3s ease;
        }

        .bg-light-2 {
            background-color: #f2f2f2;
        }

        .pl-pr-80 {
            padding-left: 200px;
            padding-right: 200px;
        }

        .most-liked-content {
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background-image: linear-gradient(to bottom, #fcfcfc00, #000000);
        }

        .slider-slide {
            display: none;
        }













        .testim .wrap {
            position: relative;
            width: 100%;
            padding: 0px 20px;
            margin: auto;
        }

        .testim .arrow {
            display: block;
            position: absolute;
            color: #333;
            cursor: pointer;
            font-size: 2em;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            padding: 5px;
            z-index: 22222222;
        }

        .testim .arrow:before {
            cursor: pointer;
        }

        .testim .arrow:hover {
            color: #2a1771;
        }


        .testim .arrow.left {
            left: 70px;
        }

        .testim .arrow.right {
            right: 70px;
        }

        .testim .dots {
            text-align: center;
            position: absolute;
            width: 100%;
            bottom: 60px;
            left: 0;
            display: block;
            z-index: 3333;
            height: 12px;
        }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #2a1771;
            margin: 0 10px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative;
        }

        .testim .dots .dot.active,
        .testim .dots .dot:hover {
            background: #2a1771;
            border-color: #2a1771;
        }

        .testim .dots .dot.active {
            -webkit-animation: testim-scale .5s ease-in-out forwards;
            -moz-animation: testim-scale .5s ease-in-out forwards;
            -ms-animation: testim-scale .5s ease-in-out forwards;
            -o-animation: testim-scale .5s ease-in-out forwards;
            animation: testim-scale .5s ease-in-out forwards;
        }

        .testim .cont {
            position: relative;
            overflow: hidden;
        }

        .testim .cont>div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 0 0px 0;
            opacity: 0;
        }

        .testim .cont>div.inactive {
            opacity: 1;
        }


        .testim .cont>div.active {
            position: relative;
            opacity: 1;
        }


        .testim .cont div .img img {
            display: block;
        }

        .testim .cont div h2 {
            color: #2a1771;
            font-size: 1em;
            margin: 15px 0;
        }

        .testim .cont div p {
            font-size: 1.15em;
            color: #333;
            width: 70%;
            margin: auto;
        }

        .testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards;
        }

        .testim .cont div.active h2 {
            -webkit-animation: testim-content-in .4s ease-in-out forwards;
            -moz-animation: testim-content-in .4s ease-in-out forwards;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: testim-content-in .4s ease-in-out forwards;
            animation: testim-content-in .4s ease-in-out forwards;
        }

        .testim .cont div.active p {
            -webkit-animation: testim-content-in .5s ease-in-out forwards;
            -moz-animation: testim-content-in .5s ease-in-out forwards;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: testim-content-in .5s ease-in-out forwards;
            animation: testim-content-in .5s ease-in-out forwards;
        }

        .testim .cont div.inactive .img img {
            -webkit-animation: testim-hide .5s ease-in-out forwards;
            -moz-animation: testim-hide .5s ease-in-out forwards;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: testim-hide .5s ease-in-out forwards;
            animation: testim-hide .5s ease-in-out forwards;
        }

        .testim .cont div.inactive h2 {
            -webkit-animation: testim-content-out .4s ease-in-out forwards;
            -moz-animation: testim-content-out .4s ease-in-out forwards;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: testim-content-out .4s ease-in-out forwards;
            animation: testim-content-out .4s ease-in-out forwards;
        }

        .testim .cont div.inactive p {
            -webkit-animation: testim-content-out .5s ease-in-out forwards;
            -moz-animation: testim-content-out .5s ease-in-out forwards;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: testim-content-out .5s ease-in-out forwards;
            animation: testim-content-out .5s ease-in-out forwards;
        }

        @-webkit-keyframes testim-scale {
            0% {
                -webkit-box-shadow: 0px 0px 0px 0px #eee;
                box-shadow: 0px 0px 0px 0px #eee;
            }

            35% {
                -webkit-box-shadow: 0px 0px 10px 5px #eee;
                box-shadow: 0px 0px 10px 5px #eee;
            }

            70% {
                -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
                box-shadow: 0px 0px 10px 5px #ea830e;
            }

            100% {
                -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
                box-shadow: 0px 0px 0px 0px #ea830e;
            }
        }

        @-moz-keyframes testim-scale {
            0% {
                -moz-box-shadow: 0px 0px 0px 0px #eee;
                box-shadow: 0px 0px 0px 0px #eee;
            }

            35% {
                -moz-box-shadow: 0px 0px 10px 5px #eee;
                box-shadow: 0px 0px 10px 5px #eee;
            }

            70% {
                -moz-box-shadow: 0px 0px 10px 5px #ea830e;
                box-shadow: 0px 0px 10px 5px #ea830e;
            }

            100% {
                -moz-box-shadow: 0px 0px 0px 0px #ea830e;
                box-shadow: 0px 0px 0px 0px #ea830e;
            }
        }

        @-ms-keyframes testim-scale {
            0% {
                -ms-box-shadow: 0px 0px 0px 0px #eee;
                box-shadow: 0px 0px 0px 0px #eee;
            }

            35% {
                -ms-box-shadow: 0px 0px 10px 5px #eee;
                box-shadow: 0px 0px 10px 5px #eee;
            }

            70% {
                -ms-box-shadow: 0px 0px 10px 5px #ea830e;
                box-shadow: 0px 0px 10px 5px #ea830e;
            }

            100% {
                -ms-box-shadow: 0px 0px 0px 0px #ea830e;
                box-shadow: 0px 0px 0px 0px #ea830e;
            }
        }

        @-o-keyframes testim-scale {
            0% {
                -o-box-shadow: 0px 0px 0px 0px #eee;
                box-shadow: 0px 0px 0px 0px #eee;
            }

            35% {
                -o-box-shadow: 0px 0px 10px 5px #eee;
                box-shadow: 0px 0px 10px 5px #eee;
            }

            70% {
                -o-box-shadow: 0px 0px 10px 5px #ea830e;
                box-shadow: 0px 0px 10px 5px #ea830e;
            }

            100% {
                -o-box-shadow: 0px 0px 0px 0px #ea830e;
                box-shadow: 0px 0px 0px 0px #ea830e;
            }
        }

        @keyframes testim-scale {
            0% {
                box-shadow: 0px 0px 0px 0px #eee;
            }

            35% {
                box-shadow: 0px 0px 10px 5px #eee;
            }

            70% {
                box-shadow: 0px 0px 10px 5px #ea830e;
            }

            100% {
                box-shadow: 0px 0px 0px 0px #ea830e;
            }
        }

        @-webkit-keyframes testim-content-in {
            from {
                opacity: 0;
                -webkit-transform: translateY(100%);
                transform: translateY(100%);
            }

            to {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }
        }

        @-moz-keyframes testim-content-in {
            from {
                opacity: 0;
                -moz-transform: translateY(100%);
                transform: translateY(100%);
            }

            to {
                opacity: 1;
                -moz-transform: translateY(0);
                transform: translateY(0);
            }
        }

        @-ms-keyframes testim-content-in {
            from {
                opacity: 0;
                -ms-transform: translateY(100%);
                transform: translateY(100%);
            }

            to {
                opacity: 1;
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
        }

        @-o-keyframes testim-content-in {
            from {
                opacity: 0;
                -o-transform: translateY(100%);
                transform: translateY(100%);
            }

            to {
                opacity: 1;
                -o-transform: translateY(0);
                transform: translateY(0);
            }
        }

        @keyframes testim-content-in {
            from {
                opacity: 0;
                transform: translateY(100%);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @-webkit-keyframes testim-content-out {
            from {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

            to {
                opacity: 0;
                -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
            }
        }

        @-moz-keyframes testim-content-out {
            from {
                opacity: 1;
                -moz-transform: translateY(0);
                transform: translateY(0);
            }

            to {
                opacity: 0;
                -moz-transform: translateY(-100%);
                transform: translateY(-100%);
            }
        }

        @-ms-keyframes testim-content-out {
            from {
                opacity: 1;
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

            to {
                opacity: 0;
                -ms-transform: translateY(-100%);
                transform: translateY(-100%);
            }
        }

        @-o-keyframes testim-content-out {
            from {
                opacity: 1;
                -o-transform: translateY(0);
                transform: translateY(0);
            }

            to {
                opacity: 0;
                transform: translateY(-100%);
                transform: translateY(-100%);
            }
        }

        @keyframes testim-content-out {
            from {
                opacity: 1;
                transform: translateY(0);
            }

            to {
                opacity: 0;
                transform: translateY(-100%);
            }
        }

        @-webkit-keyframes testim-show {
            from {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            to {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }

        @-moz-keyframes testim-show {
            from {
                opacity: 0;
                -moz-transform: scale(0);
                transform: scale(0);
            }

            to {
                opacity: 1;
                -moz-transform: scale(1);
                transform: scale(1);
            }
        }

        @-ms-keyframes testim-show {
            from {
                opacity: 0;
                -ms-transform: scale(0);
                transform: scale(0);
            }

            to {
                opacity: 1;
                -ms-transform: scale(1);
                transform: scale(1);
            }
        }

        @-o-keyframes testim-show {
            from {
                opacity: 0;
                -o-transform: scale(0);
                transform: scale(0);
            }

            to {
                opacity: 1;
                -o-transform: scale(1);
                transform: scale(1);
            }
        }

        @keyframes testim-show {
            from {
                opacity: 0;
                transform: scale(0);
            }

            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        @-webkit-keyframes testim-hide {
            from {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            to {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }
        }

        @-moz-keyframes testim-hide {
            from {
                opacity: 1;
                -moz-transform: scale(1);
                transform: scale(1);
            }

            to {
                opacity: 0;
                -moz-transform: scale(0);
                transform: scale(0);
            }
        }

        @-ms-keyframes testim-hide {
            from {
                opacity: 1;
                -ms-transform: scale(1);
                transform: scale(1);
            }

            to {
                opacity: 0;
                -ms-transform: scale(0);
                transform: scale(0);
            }
        }

        @-o-keyframes testim-hide {
            from {
                opacity: 1;
                -o-transform: scale(1);
                transform: scale(1);
            }

            to {
                opacity: 0;
                -o-transform: scale(0);
                transform: scale(0);
            }
        }

        @keyframes testim-hide {
            from {
                opacity: 1;
                transform: scale(1);
            }

            to {
                opacity: 0;
                transform: scale(0);
            }
        }

        @media all and (max-width: 300px) {
            body {
                font-size: 14px;
            }
        }

        @media all and (max-width: 500px) {
            .testim .arrow {
                font-size: 1.5em;
            }

            .testim .cont div p {
                line-height: 25px;
            }

        }

        .testimonial-bg {
            background-image: url('../img/testimonial-bg.jpg');
            background-size: cover;
            background-position: center;
            padding-top: 0px;
        }

        .display-7 {
            font-size: 24px;
        }

        .comma-img {
            width: 60px;
            height: 60px;
            position: absolute;
            left: -10%;
            top: -18%;
        }



        .event-tabs {
            background: #f3f4f6;
            border-radius: 8px;
            padding: 4px;
            display: flex;
        }

        .event-tab {
            border: none;
            background: transparent;
            padding: 6px 16px;
            font-size: 14px;
            font-weight: 600;
            color: #374151;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .event-tab.active {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: #fff;
        }

        .event-item {
            display: flex;
            align-items: center;
            position: relative;
        }

        .event-arrow {
            margin-left: auto;
            width: 42px;
            height: 42px;
            background: linear-gradient(135deg, #eeeeee, #eeeeee);
            color: #c9c9c9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .event-arrow i {
            font-size: 16px;
        }

        .event-arrow:hover {
            transform: translateX(4px);
            background: linear-gradient(135deg, #764ba2, #667eea);
            color: #fff;
        }

        .fs-12 {
            font-size: 12px;
        }

        .footer-logo {
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }

        .footer-logo img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

        #knowledgeTab .nav-link.active {
            color: #2b1872 !important;
            border-bottom: 2px #2b1872 solid !important;
        }









        /* ===== DASHBOARD COLOR MATCH ===== */

        .dashboard-bg {
            background-color: #f8fafc;
        }

        /* Cards */
        .dashboard-card {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
        }

        /* Profile Header */
        .profile-header {
            background: linear-gradient(135deg, #2563eb, #1e40af);
            padding: 28px;
            text-align: center;
            border-radius: 14px 14px 0 0;
        }

        .profile-header-profile-img {
            width: 80px;
            height: 80px;
        }

        /* Buttons */
        .btn-dashboard {
            background: #2563eb;
            color: #fff;
            border-radius: 8px;
            font-size: 14px;
        }

        .btn-dashboard:hover {
            background: #1e40af;
            color: #fff;
        }

        /* Feed Tabs */
        #knowledgeTab .nav-link {
            color: #6b7280;
            font-weight: 600;
            border: none;
        }

        #knowledgeTab .nav-link.active {
            color: #2563eb !important;
            border-bottom: 2px solid #2563eb !important;
            background: transparent;
        }

        /* Post Box */
        .post-input {
            border-radius: 30px;
            border: 1px solid #e5e7eb;
            background: #f9fafb;
        }

        /* Feed Card */
        .feed-card img {
            border-radius: 0 0 14px 14px;
        }

        /* Action Row */
        .feed-actions span {
            color: #6b7280;
            font-size: 13px;
            cursor: pointer;
        }

        .feed-actions span:hover {
            color: #2563eb;
        }

        /* Right Widgets */
        .widget-title {
            font-weight: 700;
            font-size: 14px;
            color: #111827;
        }

        /* Quick Services */
        .quick-box {
            background: #4b4f9b;
            color: #ffffff;
            border-radius: 10px;
            font-weight: 600;
        }

        /* Small Text */
        .text-muted {
            color: #6b7280 !important;
        }

        .fs-13 {
            font-size: 13px;
        }

        .text-primary {
            color: rgb(43 24 114) !important;
        }

        .bg-primary {
            background-color: rgb(43 24 114) !important;
        }

        .progress,
        .progress-stacked {
            height: 10px;
        }

        .post-user-profile {
            width: 50px;
            height: 50px;
        }

        .feed-actions span {
            cursor: pointer;
            transition: color 0.2s ease;
        }

        .feed-actions span:hover {
            color: #2563eb;
        }

        .dropdown-menu {
            border-radius: 10px;
        }

        .post-text {
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .post-text.collapsed {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }


        .trending-tab-content {
            display: none;
        }

        .trending-tab-content.active {
            display: block;
        }

        .event-tabs {
            background: #f3f4f6;
            border-radius: 8px;
            padding: 4px;
            display: flex;
            gap: 4px;
        }

        .event-tab {
            flex: 1;
            text-align: center;
        }

        .dark-blue {
            background: #181e38
        }

        /* Chatbot Floating Button */
        .chatbot-fab {
            position: fixed;
            bottom: 85px;
            right: 24px;
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            cursor: pointer;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
            z-index: 9999;
        }

        /* Chatbot Box */
        .chatbot-box {
            position: fixed;
            bottom: 90px;
            right: 24px;
            width: 320px;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
            display: none;
            flex-direction: column;
            overflow: hidden;
            z-index: 9999;
        }

        /* Header */
        .chatbot-header {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: #fff;
            padding: 12px 15px;
        }

        /* Body */
        .chatbot-body {
            padding: 12px;
            height: 260px;
            overflow-y: auto;
            background: #f9fafb;
        }

        /* Messages */
        .chat-msg {
            max-width: 80%;
            padding: 8px 12px;
            border-radius: 12px;
            font-size: 12px;
            margin-bottom: 8px;
        }

        .chat-msg.bot {
            background: #eef2ff;
            color: #1e40af;
        }

        .chat-msg.user {
            background: #2563eb;
            color: #fff;
            margin-left: auto;
        }

        /* Footer */
        .chatbot-footer {
            padding: 10px;
            border-top: 1px solid #e5e7eb;
        }

        /* Skill Card */
        .skill-card {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            transition: all 0.2s ease;
        }

        .skill-card:hover {
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
        }

        /* Count badge */
        .skill-count {
            background: #eef2ff;
            color: #2563eb;
            font-weight: 600;
            font-size: 12px;
            padding: 4px 8px;
            border-radius: 12px;
        }

        /* Avatars */
        .skill-avatars {
            display: flex;
        }

        .skill-avatars img {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            border: 2px solid #fff;
            margin-left: -6px;
        }

        .skill-avatars img:first-child {
            margin-left: 0;
        }


        /* ===== FACEBOOK LIKE REACTIONS ===== */

        .reaction-wrapper {
            display: inline-block;
        }

        .reaction-box {
            position: absolute;
            bottom: 32px;
            left: 0;
            background: #fff;
            border-radius: 30px;
            padding: 6px 10px;
            display: flex;
            gap: 6px;
            opacity: 0;
            /* visibility: hidden; */
            transform: translateY(10px);
            transition: all 0.25s ease;
            z-index: 999;
        }

        .reaction-wrapper:hover .reaction-box {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .reaction-box span {
            font-size: 20px;
            cursor: pointer;
            transition: transform 0.2s ease;
        }

        .reaction-box span:hover {
            transform: scale(1.3);
        }

        .reaction-btn i {
            margin-right: 4px;
        }

        .firts-last-text {
            width: 52px;
            height: 52px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #eef2ff;
            color: #4f46e5;
            font-size: 14px;
            text-transform: uppercase;
        }


        /* ===== LINKEDIN STYLE POST IMAGES ===== */

        .post-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0px;
        }

        .post-media-grid {
            display: grid;
            gap: 4px;
            border-radius: 12px;
            overflow: hidden;
        }

        /* 1 image */
        .post-media-grid.count-1 {
            grid-template-columns: 1fr;
        }

        /* 2 images */
        .post-media-grid.count-2 {
            grid-template-columns: repeat(2, 1fr);
        }

        /* 3 images */
        .post-media-grid.count-3 {
            grid-template-columns: 2fr 1fr;
        }

        .post-media-grid.count-3 img:nth-child(1) {
            grid-row: span 2;
        }

        /* 4 images */
        .post-media-grid.count-4 {
            grid-template-columns: repeat(2, 1fr);
        }

        /* More images overlay */
        .more-images {
            position: relative;
        }

        .more-images img {
            filter: brightness(0.6);
        }

        .more-count {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            font-weight: 700;
            color: #fff;
            background: rgba(0, 0, 0, 0.35);
        }


        /* ===== IMAGE LIGHTBOX SLIDER ===== */

        .image-lightbox {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.85);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 10000;
        }

        .image-lightbox.active {
            display: flex;
        }

        .lightbox-img {
            max-width: 90%;
            max-height: 90%;
            border-radius: 10px;
        }

        .close-lightbox {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 36px;
            color: #fff;
            cursor: pointer;
        }

        .image-lightbox .nav {
            position: absolute;
            top: 50%;
            font-size: 40px;
            color: #fff;
            cursor: pointer;
            padding: 10px;
            user-select: none;
            transform: translateY(-50%);
        }

        .image-lightbox .prev {
            left: 30px;
        }

        .image-lightbox .next {
            right: 30px;
        }

        .more-images {
            cursor: pointer;
        }

        .blue-gradient-bg {
            background-image: linear-gradient(to bottom, #2563ec, #2196F3);
        }



        .notification-dropdown {
            width: 320px;
            padding: 0;
            border-radius: 12px;
            z-index: 9999;
        }

        .notification-dropdown .dropdown-item {
            padding: 10px 14px;
            transition: background 0.2s ease;
        }

        .notification-dropdown .dropdown-item:hover {
            background: #f3f4f6;
        }

        .notification-dropdown .dropdown-header {
            padding: 12px 14px;
            background: #f9fafb;
            border-radius: 12px 12px 0 0;
        }



        /* ===== PREMIUM DROPDOWN MENU ===== */

        .custom-dropdown {
            border-radius: 12px;
            padding: 8px 0;
            border: none;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
            min-width: 240px;
        }

        .custom-dropdown .dropdown-item {
            padding: 10px 18px;
            font-size: 14px;
            font-weight: 500;
            color: #374151;
            display: flex;
            align-items: center;
            transition: all 0.2s ease;
        }

        .custom-dropdown .dropdown-item:hover {
            background: linear-gradient(90deg, #f5f3ff, #ffffff);
            color: #2a1771;
        }

        /* ===== SUBMENU ===== */

        .dropdown-submenu {
            position: relative;
        }

        .dropdown-submenu>.dropdown-menu {
            position: absolute;
            top: 0;
            left: 100%;
            margin-left: 0px;
            border-radius: 12px;
            border: none;
            padding: 8px 0;
            min-width: 220px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
            display: none;
        }

        /* Show submenu on hover */
        .dropdown-submenu:hover>.dropdown-menu {
            display: block;
        }

        /* Arrow rotate effect */
        .dropdown-submenu:hover>a i.fa-angle-right {
            transform: translateX(3px);
        }

        /* Mobile Fix */
        @media (max-width: 991px) {
            .dropdown-submenu>.dropdown-menu {
                position: static;
                box-shadow: none;
                margin-left: 0;
                display: none;
            }

            .dropdown-submenu.show>.dropdown-menu {
                display: block;
            }
        }

        .dropdown-submenu .dropdown-menu {
            height: 300px;
            overflow: auto;
        }

        /* Remove scroll issue */
        .dropdown-menu {
            overflow: visible !important;
        }


        .border-blue {
            border: 2px solid #6126c0 !important;
            color: #6126c0 !important;
        }

        .border-blue:hover {
            background: #6126c0 !important;
            border: 2px solid #6126c0 !important;
            color: #ffffff !important;
        }


        /********************************** Enterprise analytics page css **********************************/
        .ea-dashboard {
            font-family: Inter, system-ui, sans-serif;
            background: #ffffff;
            padding: 20px;
            border-radius: 16px;
        }

        .ea-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .ea-title {
            margin: 0;
            font-size: 22px;
            font-weight: 600;
            color: #0f172a;
        }

        .ea-subtitle {
            margin: 4px 0 0;
            font-size: 14px;
            color: #64748b;
        }

        .ea-actions {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .ea-tabs {
            display: flex;
            background: #f1f5f9;
            border-radius: 10px;
            padding: 4px;
        }

        .ea-tab {
            border: none;
            background: transparent;
            padding: 6px 12px;
            font-size: 13px;
            cursor: pointer;
            border-radius: 8px;
            color: #475569;
        }

        .ea-tab-active {
            background: #ffffff;
            box-shadow: 0 0 0 1px #e2e8f0;
        }

        .ea-btn {
            padding: 8px 14px;
            font-size: 13px;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
            background: #ffffff;
            cursor: pointer;
        }

        .ea-btn-primary {
            background: #2563eb;
            color: #ffffff;
            border-color: #2563eb;
        }

        .ea-cards {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
        }

        .ea-card {
            position: relative;
            padding: 16px;
            border-radius: 14px;
            background: #ffffff;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        }

        .ea-icon {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
            font-size: 16px;
        }

        .ea-blue {
            background: #e0f2fe;
            color: #0284c7;
        }

        .ea-purple {
            background: #f3e8ff;
            color: #7c3aed;
        }

        .ea-orange {
            background: #ffedd5;
            color: #ea580c;
        }

        .ea-pink {
            background: #fce7f3;
            color: #db2777;
        }

        .ea-value {
            font-size: 26px;
            font-weight: 700;
            color: #0f172a;
        }

        .ea-label {
            font-size: 13px;
            color: #64748b;
        }

        .ea-growth {
            position: absolute;
            top: 14px;
            right: 14px;
            font-size: 12px;
            color: #16a34a;
            background: #dcfce7;
            padding: 4px 8px;
            border-radius: 999px;
        }

        /* Chart Card */
        .chart-card {
            background: #ffffff;
            border-radius: 14px;
            padding: 18px 20px 16px;
            border: 1px solid #e5e7eb;
            box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
            margin: 0% 1.5% 0% 1.5%;
        }

        /* Header */
        .chart-header {
            display: flex;
            flex-direction: column;
            gap: 4px;
            margin-bottom: 12px;
        }

        .chart-header h3 {
            font-size: 16px;
            font-weight: 600;
            color: #0f172a;
            margin: 0;
        }

        .chart-subtitle {
            font-size: 12px;
            color: #64748b;
        }

        /* Chart Body */
        .chart-body {
            position: relative;
            height: 340px;
        }

        /* Legend polish (Chart.js uses canvas, but this improves layout spacing) */
        .chart-card canvas {
            user-select: none;
        }

        /* Smooth hover feel */
        .chart-card:hover {
            box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
            transition: box-shadow 0.25s ease;
        }

        /* Mobile tweaks */
        @media (max-width: 768px) {
            .chart-body {
                height: 280px;
            }

            .chart-header h3 {
                font-size: 15px;
            }
        }

        .analytics-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin: 1.5%;
        }

        /* Card */
        .analytics-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 18px 20px;
            border: 1px solid #e5e7eb;
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
        }

        /* Header */
        .card-header h3 {
            font-size: 16px;
            font-weight: 600;
            margin: 0;
        }

        .card-header p {
            font-size: 12px;
            color: #64748b;
            margin-top: 4px;
        }

        .card-header.row {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .view-all {
            font-size: 13px;
            color: #2563eb;
            text-decoration: none;
            font-weight: 500;
        }

        /* Chart */
        .chart-height {
            height: 260px;
            margin-top: 10px;
        }

        /* Interaction List */
        .interaction-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-top: 16px;
        }

        .interaction-item {
            display: grid;
            grid-template-columns: auto auto 1fr auto;
            align-items: center;
            gap: 12px;
        }

        .rank {
            font-size: 12px;
            font-weight: 600;
            padding: 4px 6px;
            border-radius: 6px;
        }

        .gold {
            background: #facc15;
        }

        .silver {
            background: #e5e7eb;
        }

        .bronze {
            background: #fde68a;
        }

        .interaction-item img,
        .icon-box {
            width: 48px;
            height: 48px;
            border-radius: 8px;
            object-fit: cover;
            background: #f1f5f9;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .info strong {
            font-size: 14px;
            display: block;
        }

        .info span {
            font-size: 12px;
            color: #64748b;
        }

        .views {
            font-size: 13px;
            font-weight: 600;
            text-align: right;
            color: #2563eb;
        }

        .views small {
            display: block;
            font-size: 11px;
            color: #64748b;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .analytics-grid {
                grid-template-columns: 1fr;
            }
        }

        .bar-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 18px 20px 22px;
            border: 1px solid #e5e7eb;
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
        }

        /* Header */
        .bar-header h3 {
            font-size: 16px;
            font-weight: 600;
            margin: 0;
        }

        .bar-header p {
            font-size: 12px;
            color: #64748b;
            margin: 4px 0 12px;
        }

        /* Chart Area */
        .bar-chart {
            height: 220px;
            display: flex;
            align-items: flex-end;
            justify-content: space-around;
            border-bottom: 1px solid #e5e7eb;
            padding-bottom: 10px;
        }

        /* Bars */
        .bar {
            width: 46px;
            border-radius: 10px;
            transition: height 0.4s ease;
        }

        /* Labels */
        .bar-labels {
            display: flex;
            justify-content: space-around;
            margin-top: 10px;
        }

        .bar-labels span {
            font-size: 12px;
            color: #64748b;
        }

        /* Tooltip */
        .bar {
            position: relative;
            cursor: pointer;
        }

        .bar::after {
            content: attr(data-value);
            position: absolute;
            top: -28px;
            left: 50%;
            transform: translateX(-50%) translateY(6px);
            background: #0f172a;
            color: #ffffff;
            font-size: 11px;
            padding: 4px 8px;
            border-radius: 6px;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }

        /* Tooltip arrow */
        .bar::before {
            content: "";
            position: absolute;
            top: -8px;
            left: 50%;
            transform: translateX(-50%);
            border-width: 6px;
            border-style: solid;
            border-color: #0f172a transparent transparent transparent;
            opacity: 0;
            transition: opacity 0.2s ease;
        }

        .bar:hover::after,
        .bar:hover::before {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }

        #topInteractionsCard {
            width: 100%;
            font-family: inherit;
        }

        /* Card */
        #topInteractionsCard .ti-card {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 16px;
            padding: 16px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
        }

        /* Header */
        #topInteractionsCard .ti-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #topInteractionsCard h3 {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
        }

        #topInteractionsCard .ti-sub {
            font-size: 12px;
            color: #64748b;
        }

        #topInteractionsCard .ti-view {
            font-size: 13px;
            color: #2563eb;
            cursor: pointer;
        }

        /* List */
        #topInteractionsCard .ti-list {
            margin-top: 16px;
        }

        /* Each row */
        #topInteractionsCard .ti-item {
            display: flex;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px solid #e5e7eb;
        }

        #topInteractionsCard .ti-item:last-child {
            border-bottom: none;
        }

        /* Thumbnail */
        #topInteractionsCard .ti-thumb {
            position: relative;
            width: 48px;
            height: 48px;
            border-radius: 8px;
            overflow: visible;
            margin-right: 12px;
        }

        #topInteractionsCard .ti-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: inherit;
            display: block;
        }

        /* Rank Circle Badge */
        #topInteractionsCard .ti-rank {
            position: absolute;
            top: -6px;
            left: -6px;
            width: 20px;
            height: 20px;
            background-color: #2563eb;
            /* badge color */
            color: #fff;
            font-size: 11px;
            font-weight: 600;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;

            border: 2px solid #fff;
            /* White border to separate from thumbnail */
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
            /* Subtle shadow for contrast */
        }

        /* Info */
        #topInteractionsCard .ti-info {
            flex: 1;
        }

        #topInteractionsCard .ti-info strong {
            display: block;
            font-size: 14px;
        }

        #topInteractionsCard .ti-info span {
            font-size: 12px;
            color: #64748b;
        }

        /* Views */
        #topInteractionsCard .ti-views {
            text-align: right;
            font-size: 13px;
            font-weight: 600;
            color: #2563eb;
        }

        #topInteractionsCard .ti-views small {
            display: block;
            font-size: 11px;
            color: #64748b;
        }

        .bi-dashboard {
            font-family: Inter, sans-serif;
            padding: 24px;
            max-width: 100%;
        }

        .bi-title {
            margin-bottom: 20px;
        }

        .bi-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
        }

        .bi-card {
            background: #fff;
            border-radius: 14px;
            padding: 20px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
        }

        .bi-card h4 {
            font-size: 13px;
            color: #6b7280;
            margin-bottom: 12px;
        }

        .bi-card canvas {
            max-height: 220px;
        }

        /* Visitors */
        .bi-visitors {
            background: #fff;
            margin-top: 30px;
            padding: 20px;
            border-radius: 14px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
        }

        .bi-visitors-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .bi-visitors-header p {
            font-size: 13px;
            color: #6b7280;
        }

        .bi-visitor {
            display: flex;
            align-items: center;
            margin-top: 20px;
            gap: 16px;
        }

        .bi-avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #fde68a;
        }

        .bi-info small {
            display: block;
            color: #6b7280;
        }

        .connect {
            margin-left: auto;
            background: #2563eb;
            color: #fff;
            border: none;
            padding: 8px 16px;
            border-radius: 20px;
            cursor: pointer;
        }

        .more {
            display: inline-block;
            margin-top: 14px;
            font-size: 13px;
            color: #2563eb;
        }

        .bi-visitors-header button {
            background: #ffffff;
            color: #2563eb;
            border: 1px solid #dbeafe;
            padding: 6px 14px;
            font-size: 13px;
            font-weight: 500;
            border-radius: 999px;
            /* pill shape */
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .bi-visitors-header button:hover {
            background: #eff6ff;
            border-color: #2563eb;
        }

        .bi-visitors-header button:active {
            transform: scale(0.97);
        }

        .bi-visitors a.more {
            display: block !important;
            width: 100%;
            text-align: left;
            margin-top: 16px;
            padding-top: 14px;
            font-size: 13px;
            font-weight: 500;
            color: #2563eb;
            text-decoration: none;
            cursor: pointer;
            border-top: 1px solid #e5e7eb;
        }

        .bi-visitors a.more:hover {
            text-decoration: underline;
        }

        .bi-visitors .bi-chevron {
            width: 6px;
            height: 6px;
            border-right: 2px solid #2563eb;
            border-bottom: 2px solid #2563eb;
            transform: rotate(45deg);
            /* down arrow */
            margin-top: -2px;
        }

        .bi-visitors a.bi-show-more .bi-chevron {
            width: 14px;
            height: 14px;
            stroke: currentColor;
            flex-shrink: 0;
        }


        /**************************** enterprise analystis css end *************************************/








        .follow-button-1 {
            border: 1px solid #6126c0 !important;
            color: #6126c0 !important;
        }

        .follow-button-1:hover {
            border: 1px solid #6126c0 !important;
            color: #ffffff !important;
            background-color: #6126c0 !important;
        }








        /* ===== SIGN UP MODAL ===== */

        .signup-modal {
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 0px 30px rgb(195 195 195 / 35%);
        }

        /* Left Panel */
        .signup-left {
            background: linear-gradient(135deg, #291670, #6f5bd8);
            color: #fff;
            padding: 40px 30px;
            align-items: center;
        }

        .signup-left-content h3 {
            font-weight: 700;
            margin-bottom: 15px;
        }

        .signup-left-content p {
            font-size: 14px;
            opacity: 0.9;
        }

        .signup-left-content ul {
            list-style: none;
            padding: 0;
            margin-top: 20px;
        }

        .signup-left-content ul li {
            font-size: 14px;
            margin-bottom: 10px;
        }

        /* Right Side */
        .signup-modal .form-label {
            font-size: 13px;
            font-weight: 600;
            color: #374151;
        }

        .signup-modal .form-control {
            font-size: 14px;
            padding: 10px 16px;
            border: 1px solid #e5e7eb;
        }

        .signup-modal .form-control:focus {
            border-color: #6f5bd8;
            box-shadow: none;
        }

        /* Button */
        .signup-btn {
            background: linear-gradient(90deg, #291670, #8875e1);
            color: #fff;
            padding: 10px;
            border-radius: 30px;
            font-weight: 600;
            border: none;
        }

        .signup-btn:hover {
            background: linear-gradient(90deg, #8875e1, #291670);
            color: #fff !important;
            padding: 10px;
            border-radius: 30px;
            font-weight: 600;
            border: none;
        }

        .signup-btn:hover {
            opacity: 0.95;
        }

        .signuplogo {
            width: 100px;
            border-radius: 50%;
            margin-bottom: 20px;
        }

        .signuplogo img {
            width: 100%;
            height: auto;
            border-radius: 50%;
            border: 4px #fff solid;
        }

        /* Mobile */
        @media (max-width: 768px) {
            .signup-modal {
                border-radius: 14px;
            }
        }



        /* ===== LOGIN MODAL ===== */

        .login-modal {
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
        }


        /* ===== LOGIN TABS ===== */

        .login-tabs {
            background: #f3f4f6;
            border-radius: 30px;
            padding: 4px;
        }

        .login-tabs .nav-link {
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            color: #374151;
            padding: 8px 0;
            text-align: center;
        }

        .login-tabs .nav-link.active {
            background: linear-gradient(90deg, #291670, #8875e1);
            color: #fff;
        }

        /* Enterprise button slight variation */
        .enterprise-btn {
            background: linear-gradient(90deg, #0f172a, #334155);
        }



        /* Left Panel */
        .login-left {
            background: linear-gradient(135deg, #493d87, #291670);
            color: #fff;
            padding: 40px 30px;
            align-items: center;
        }

        .login-left-content h3 {
            font-weight: 700;
            margin-bottom: 12px;
        }

        .login-left-content p {
            font-size: 14px;
            opacity: 0.9;
        }

        /* Form */
        .login-modal .form-label {
            font-size: 13px;
            font-weight: 600;
            color: #374151;
        }

        .login-modal .form-control {
            font-size: 14px;
            padding: 10px 16px;
            border: 1px solid #e5e7eb;
        }

        .login-modal .form-control:focus {
            border-color: #6f5bd8;
            box-shadow: none;
        }

        /* Button */
        .login-btn {
            background: linear-gradient(90deg, #291670, #6f5bd8);
            color: #fff;
            padding: 10px;
            border-radius: 30px;
            font-weight: 600;
            border: none;
        }

        .login-btn:hover {
            opacity: 0.95;
        }

        /* Mobile */
        @media (max-width: 768px) {
            .login-modal {
                border-radius: 14px;
            }
        }


        /* ===== FORGOT PASSWORD MODAL ===== */

        .forgot-modal {
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
        }

        /* Left Panel */
        .forgot-left {
            background: linear-gradient(135deg, #1e3a8a, #312e81);
            color: #fff;
            padding: 40px 30px;
            align-items: center;
        }

        .forgot-left-content h3 {
            font-weight: 700;
            margin-bottom: 12px;
        }

        .forgot-left-content p {
            font-size: 14px;
            opacity: 0.9;
        }

        /* Form */
        .forgot-modal .form-label {
            font-size: 13px;
            font-weight: 600;
            color: #374151;
        }

        .forgot-modal .form-control {
            font-size: 14px;
            padding: 10px 16px;
            border: 1px solid #e5e7eb;
        }

        .forgot-modal .form-control:focus {
            border-color: #6f5bd8;
            box-shadow: none;
        }

        /* Button */
        .forgot-btn {
            background: linear-gradient(90deg, #1e3a8a, #4338ca);
            color: #fff;
            padding: 10px;
            border-radius: 30px;
            font-weight: 600;
            border: none;
        }

        .forgot-btn:hover {
            opacity: 0.95;
        }

        /* Mobile */
        @media (max-width: 768px) {
            .forgot-modal {
                border-radius: 14px;
            }
        }






        .purpose-card input:checked+.card {
            border-color: #6f5bd8;
        }

        .icon-circle {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
        }



        .purpose-card {
            cursor: pointer;
        }

        .purpose-card .card {
            position: relative;
            border-radius: 4px;
            border: 1px solid #e5e7eb;
            font-size: 14px;
            color: #111827;
            transition: all 0.25s ease;
            display: flex;
        }

        /* Tick icon */
        .check-tick {
            position: absolute;
            top: 7px;
            right: 10px;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: #6f5bd8;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: scale(0.6);
            transition: all 0.25s ease;
        }

        /* Active state */
        .purpose-card input:checked+.card {
            border-color: #6f5bd8;
            background: #f5f3ff;
            box-shadow: 0 8px 24px rgba(111, 91, 216, 0.25);
        }

        /* Show tick when checked */
        .purpose-card input:checked+.card .check-tick {
            opacity: 1;
            transform: scale(1);
        }

        .overflow-checkbox {
            height: 190px;
            overflow: auto;
        }



        /* ===== VISIBILITY CONTROLS ENHANCEMENTS ===== */

        .visibility-card .visibility-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 6px;
            border-bottom: 1px solid #e5e7eb;
            transition: background 0.25s ease;
        }

        .visibility-card .visibility-row:last-child {
            border-bottom: none;
        }

        .visibility-left {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
            color: #374151;
        }

        .visibility-left i {
            font-size: 15px;
            color: #9ca3af;
            transition: color 0.25s ease;
        }

        /* Active state */
        .visibility-row.active {
            background: #f5f3ff;
            border-radius: 8px;
        }

        .visibility-row.active .visibility-left i {
            color: #6f5bd8;
        }

        /* Switch polish */
        .form-switch .form-check-input {
            cursor: pointer;
            width: 38px;
            height: 20px;
        }

        .form-switch .form-check-input:checked {
            background-color: #6f5bd8;
            border-color: #6f5bd8;
        }

        /* Locked */
        .visibility-row.locked {
            opacity: 0.55;
            cursor: not-allowed;
        }

        .lock-text {
            font-size: 11px;
            background: #fee2e2;
            color: #991b1b;
            padding: 2px 6px;
            border-radius: 6px;
            margin-left: 6px;
        }





        /* ===== PRIMARY FIRM SELECTION ===== */

        .firm-card {
            cursor: pointer;
        }

        .firm-inner {
            transition: all 0.25s ease;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
        }

        /* Hover */
        .firm-card:hover .firm-inner {
            box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
        }

        /* Active */
        .firm-card input:checked+.firm-inner {
            border-color: #6f5bd8;
            background: #f5f3ff;
            box-shadow: 0 10px 30px rgba(111, 91, 216, 0.25);
        }

        /* Radio polish */
        .firm-inner .form-check-input {
            cursor: pointer;
        }

        /* Stats */
        .firm-stats div {
            flex: 1;
        }

        .firm-stats .fw-bold {
            font-size: 18px;
            color: #111827;
        }


        /* Hide radio but keep it functional */
        .firm-radio {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }

        /* Base */
        .firm-inner {
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            transition: all 0.25s ease;
        }

        /* Hover */
        .firm-card:hover .firm-inner {
            border-color: #6f5bd8;
            background: #faf8ff;
        }

        /* ACTIVE when radio checked */
        .firm-radio:checked+.firm-inner {
            border-color: #6f5bd8;
            background: #f5f3ff;
            box-shadow: 0 10px 30px rgba(111, 91, 216, 0.25);
        }

        /* Indicator */
        .firm-indicator {
            position: relative;
            width: 22px;
            height: 22px;
        }

        /* Inactive circle */
        .radio-off {
            font-size: 22px;
            color: #9ca3af;
        }

        /* Active check */
        .radio-on {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 22px;
            color: #6f5bd8;
            opacity: 0;
            transform: scale(0.6);
            transition: all 0.25s ease;
        }

        /* Toggle icons */
        .firm-radio:checked+.firm-inner .radio-off {
            opacity: 0;
        }

        .firm-radio:checked+.firm-inner .radio-on {
            opacity: 1;
            transform: scale(1);
        }

        /* Stats text */
        .firm-stats div {
            flex: 1;
        }

        .firm-stats .fw-bold {
            font-size: 18px;
        }

        /* Optional: dashed border for inactive */
        .firm-card:not(:has(.firm-radio:checked)) .firm-inner {
            border-style: dashed;
        }




        /* ===== SETTINGS TABS ===== */

        .tab-link {
            width: 100%;
            background: transparent;
            border: none;
            padding: 10px 12px;
            border-radius: 8px;
            text-align: left;
            font-size: 14px;
            font-weight: 600;
            color: #6b7280;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.2s ease;
            cursor: pointer;
        }

        .tab-link:hover {
            background: #f5f3ff;
            color: #2a1771;
        }

        .tab-link.active {
            background: #eef2ff;
            color: #2a1771;
        }

        /* Content */
        .setting-tab-content {
            display: none;
        }

        .setting-tab-content.active {
            display: block;
        }

        /* Setting rows */
        .setting-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 14px 0;
            border-bottom: 1px solid #e5e7eb;
        }

        .setting-row:last-child {
            border-bottom: none;
        }





        /* MUTUAL CONNECTIONS */
        .mutual-wrap {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 6px;
        }

        .mutual-avatars {
            display: flex;
            align-items: center;
        }

        .mutual-avatar {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            color: #fff;
            font-size: 11px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #fff;
            margin-left: -6px;
        }

        .mutual-avatar:first-child {
            margin-left: 0;
        }

        .mutual-text {
            font-size: 12px;
            color: #6b7280;
        }


        .connection-filter-content {
            display: none;
        }

        .connection-filter-content.active {
            display: block;
        }


        /* TAB CONTENT VISIBILITY */
        .tab-content-item {
            display: none;
        }

        .tab-content-item.active {
            display: block;
        }

        /* TAB BUTTON CURSOR */
        .tab-btn {
            border: none;
            cursor: pointer;
        }



        /* ========================================== */
        /* Sagar  CSS  START*/
        /* ========================================== */


        /* Like count display */
        .like-count-display {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .like-count-display i {
            font-size: 0.9rem;
        }

        .like-count-display .reaction-icons {
            display: inline-flex;
            gap: 2px;
            margin-right: 4px;
            font-size: 0.9rem;
        }

        /* Document preview styles */
        .document-preview {
            display: flex;
            align-items: center;
        }

        /* File preview styles */
        .file-preview {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px;
            background: #f8f9fa;
            border-radius: 8px;
            margin-bottom: 15px;
        }

        /* Image preview container */
        .preview-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 15px;
        }

        /* Image preview styles */
        .preview-item {
            position: relative;
            display: inline-block;
            margin-right: 10px;
            width: 100px;
            height: 100px;
        }

        .preview-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
            border: 2px solid #e0e0e0;
        }

        .preview-item .remove-btn {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #dc3545;
            color: white;
            border: none;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 12px;
        }

        .remove-btn:hover {
            background: #c82333;
        }

        /* Modal data badge styles */
        .modal-data-badge {
            display: inline-flex;
            align-items: center;
            padding: 6px 12px;
            background: #e9ecef;
            border-radius: 20px;
            margin: 4px;
            font-size: 14px;
            color: #333;
        }

        .modal-data-badge i {
            cursor: pointer;
            margin-left: 8px;
            color: #dc3545;
        }

        .modal-data-badge i:hover {
            color: #a71d2a;
        }

        #modalDataDisplay {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 10px;
        }

        /* Scheduled date display */
        .scheduled-date {
            display: inline-flex;
            align-items: center;
            background: #e7f3ff;
            padding: 8px 12px;
            border-radius: 6px;
            font-size: 12px;
            color: #0066cc;
            margin-bottom: 15px;
        }

        /* Additional utility classes */
        /* .fs-12 {
    font-size: 12px !important;
} */

        .text-decoration-none:hover {
            text-decoration: none !important;
        }

        .icon-btn:hover {
            color: #0066cc;
        }

        /* Date input positioning */
        .date-input-positioned {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }

        /* Location fields */
        .location-fields {
            display: none;
        }

        .location-fields.show {
            display: block;
        }

        /* Carousel custom styling */
        .carousel-control-prev,
        .carousel-control-next {
            width: 40px;
            height: 40px;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            opacity: 0.7;
        }

        .carousel-control-prev {
            left: 10px;
        }

        .carousel-control-next {
            right: 10px;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 1;
        }

        .carousel-indicators {
            margin-bottom: 10px;
        }

        .carousel-indicators button {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
        }

        .carousel-indicators button.active {
            background-color: white;
        }

        /* ============================================
   REACTION BOX STYLES (CONSOLIDATED & FIXED)
   ============================================ */

        .reaction-trigger {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

        .reaction-box.show {
            display: flex !important;
            opacity: 1;
            transform: translateX(-50%) translateY(0) scale(1);
        }

        .reaction-emoji {
            font-size: 1.5rem;
            cursor: pointer;
            transition: transform 0.2s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 4px 8px;
            border-radius: 50%;
            user-select: none;
            position: relative;
        }

        .reaction-emoji:hover {
            transform: scale(1.3);
            background: rgba(0, 0, 0, 0.05);
        }

        /* Animation for individual emojis */
        .reaction-box.show .reaction-emoji:nth-child(1) {
            animation: emojiPop 0.2s ease forwards;
            animation-delay: 0s;
        }

        .reaction-box.show .reaction-emoji:nth-child(2) {
            animation: emojiPop 0.2s ease forwards;
            animation-delay: 0.05s;
        }

        .reaction-box.show .reaction-emoji:nth-child(3) {
            animation: emojiPop 0.2s ease forwards;
            animation-delay: 0.1s;
        }

        .reaction-box.show .reaction-emoji:nth-child(4) {
            animation: emojiPop 0.2s ease forwards;
            animation-delay: 0.15s;
        }

        .reaction-box.show .reaction-emoji:nth-child(5) {
            animation: emojiPop 0.2s ease forwards;
            animation-delay: 0.2s;
        }

        .reaction-box.show .reaction-emoji:nth-child(6) {
            animation: emojiPop 0.2s ease forwards;
            animation-delay: 0.25s;
        }

        @keyframes emojiPop {
            0% {
                transform: scale(0);
                opacity: 0;
            }

            50% {
                transform: scale(1.2);
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        /* Tooltip styles for reaction names */
        .reaction-emoji::after {
            content: attr(title);
            position: absolute;
            bottom: -32px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.85);
            color: white;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 0.7rem;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.2s ease;
            z-index: 1060;
        }

        .reaction-emoji:hover::after {
            opacity: 1;
        }

        /* Like button styles */
        .like-btn {
            transition: all 0.2s ease;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

        .like-btn.active .like-icon {
            color: #0066cc;
        }

        .like-btn:not(.active) {
            color: #65676b !important;
        }

        .like-btn:hover:not(.active) {
            color: #050505 !important;
        }

        .like-btn:hover.active {
            color: #004a99 !important;
        }



        .like-btn.active {
            color: #1877f2 !important;
            font-weight: 600 !important;
        }

        .like-icon {
            display: inline-block;
            transition: all 0.2s ease;
            font-size: 1rem;
        }

        .reaction-text {
            display: inline-block;
            transition: all 0.2s ease;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .reaction-box {
                padding: 6px 10px;
                gap: 6px;
            }

            .reaction-emoji {
                font-size: 1.3rem;
                padding: 3px 6px;
            }

            .reaction-emoji::after {
                font-size: 0.65rem;
                padding: 3px 8px;
            }
        }



        /* ==================================
                COMMENT SECTION
        ================================== */
        /* Comment Section Styles */
        .comment-section {
            display: none;
            padding: 15px;
            background: #f8f9fa;
            border-top: 1px solid #e0e0e0;
            margin-top: 10px;
        }

        .comment-section.show {
            display: block;
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                max-height: 0;
            }

            to {
                opacity: 1;
                max-height: 1000px;
            }
        }

        /* Comment Input Box */
        .comment-input-container {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 15px;
        }

        .comment-user-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
        }

        .comment-user-avatar img {
            /* width: 100%;
            height: 100%;
            object-fit: cover; */
            width: 36px;
            height: 36px;
            border-radius: 50%;
            overflow: hidden;
        }

        .comment-input-wrapper {
            flex: 1;
            background: white;
            border-radius: 20px;
            border: 1px solid #d0d0d0;
            padding: 8px 15px;
            position: relative;
        }

        .comment-input {
            width: 100%;
            border: none;
            outline: none;
            font-size: 14px;
            resize: none;
            min-height: 36px;
            max-height: 120px;
            overflow-y: auto;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        }

        .comment-input:focus {
            outline: none;
            border-color: #0d6efd;
        }

        .comment-input::-webkit-scrollbar {
            width: 6px;
        }

        .comment-input::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 3px;
        }

        /* Comment Actions */
        .comment-actions {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 8px;
            padding-top: 8px;
            border-top: 1px solid #f0f0f0;
        }

        .comment-action-btn {
            background: none;
            border: none;
            padding: 5px 8px;
            cursor: pointer;
            color: #666;
            font-size: 18px;
            border-radius: 4px;
            transition: all 0.2s;
        }

        .comment-action-btn:hover {
            background: #f0f0f0;
            color: #1877f2;
        }

        .comment-submit-btn {
            margin-left: auto;
            background: #1877f2;
            color: white;
            border: none;
            padding: 6px 16px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
        }

        .comment-submit-btn:hover {
            background: #166fe5;
        }

        .comment-submit-btn:hover:not(:disabled) {
            background-color: #0b5ed7;
        }

        .comment-submit-btn:disabled {
            background: #e4e6eb;
            color: #bcc0c4;
            cursor: not-allowed;
        }

        /* Emoji Picker */
        .emoji-picker {
            /* position: absolute;
            bottom: 100%;
            left: 0;
            background: white;
            border: 1px solid #ddd;
            border-radius: 12px;
            padding: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            display: none;
            z-index: 1000;
            margin-bottom: 5px;
            max-width: 320px; */
            display: none;
            position: absolute;
            bottom: 100%;
            left: 0;
            background: white;
            border: 1px solid #ced4da;
            border-radius: 8px;
            padding: 8px;
            margin-bottom: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            z-index: 1000;
            max-width: 300px;
        }

        .emoji-picker.show {
            display: block;
        }

        .emoji-picker-content {
            /* display: grid;
            grid-template-columns: repeat(8, 1fr);
            gap: 4px;
            max-height: 200px;
            overflow-y: auto; */

            display: grid;
            grid-template-columns: repeat(8, 1fr);
            gap: 4px;
            max-height: 200px;
            overflow-y: auto;
        }

        .emoji-item {
            font-size: 24px;
            cursor: pointer;
            padding: 6px;
            border-radius: 6px;
            text-align: center;
            transition: all 0.2s;
        }

        .emoji-item:hover {
            background: #f0f0f0;
            transform: scale(1.2);
        }

        /* Comment Image Preview */
        .comment-image-preview {
            margin-top: 8px;
            position: relative;
            display: inline-block;
        }

        .comment-image-preview img {
            max-width: 150px;
            max-height: 150px;
            border-radius: 8px;
            border: 1px solid #ddd;
        }

        .remove-comment-image {
            position: absolute;
            top: 4px;
            right: 4px;
            background-color: rgba(0, 0, 0, 0.6);
            color: white;
            border: none;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .comment-image-remove {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #dc3545;
            color: white;
            border: none;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }

        /* Comments List */
        .comments-list {
            /* margin-top: 15px; */
            display: flex;
            flex-direction: column;
            gap: 8px;
            height: 400px;
            overflow: auto;
        }

        .comment-wrapper {
            transition: margin-left 0.2s ease;
        }

        .comment-item {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .comment-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
        }

        .comment-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .comment-content {
            flex: 1;
        }

        .comment-bubble {
            /* background: #f0f2f5;
            border-radius: 18px;
            padding: 10px 14px;
            display: inline-block;
            max-width: 100%; */

            background-color: white;
            padding: 8px 12px;
            border-radius: 18px;
            display: inline-block;
            max-width: 100%;
            word-wrap: break-word;
        }

        .comment-author {
            font-weight: 600;
            font-size: 13px;
            color: #050505;
            margin-bottom: 2px;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .comment-header {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 4px;
        }

        .comment-bubble strong {
            font-size: 13px;
            font-weight: 600;
            color: #000;
        }

        .comment-designation {
            font-size: 11px;
            color: #666;
            font-weight: normal;
        }

        .comment-bubble p {
            margin: 0;
            font-size: 14px;
            word-wrap: break-word;
            color: #000;
        }

        .comment-author-title {
            font-weight: 400;
            font-size: 12px;
            color: #65676b;
            display: block;
            margin-top: 2px;
        }

        .comment-text {
            font-size: 14px;
            color: #050505;
            word-wrap: break-word;
            line-height: 1.4;
        }

        .comment-image {
            /* margin-top: 8px; */

            max-width: 100%;
            max-height: 300px;
            margin-top: 8px;
            border-radius: 8px;
            display: block;
        }

        .comment-image img {
            max-width: 200px;
            border-radius: 8px;
            cursor: pointer;
        }

        .comment-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 6px;
            padding-left: 0;
            font-size: 12px;
            color: #65676b;
        }

        .comment-time {
            font-weight: 600;
        }

        .comment-like-btn,
        .comment-reply-btn {
            cursor: pointer;
            font-weight: 600;
            transition: color 0.2s;
            user-select: none;
        }

        .comment-like-btn:hover,
        .comment-reply-btn:hover {
            color: #0d6efd;
            text-decoration: underline;
        }

        .comment-like-btn.liked {
            color: #0d6efd;
        }

        .comment-like-btn.liked i {
            font-weight: 900;
        }

        .comment-action {
            cursor: pointer;
            font-weight: 600;
            transition: color 0.2s;
        }

        .comment-action:hover {
            text-decoration: underline;
        }

        .comment-action.liked {
            color: #1877f2;
        }

        .comment-like-count {
            display: flex;
            align-items: center;
            gap: 4px;
            background: white;
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 2px 8px;
            font-size: 11px;
            color: #65676b;
            position: absolute;
            bottom: -8px;
            right: 8px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .comment-like-count:hover {
            transform: scale(1.05);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .comment-like-count i {
            color: #1877f2;
        }

        .comment-bubble-wrapper {
            position: relative;
        }

        /* Nested Replies */
        .comment-replies {
            margin-left: 46px;
            margin-top: 10px;
        }

        .comment-replies .comment-item {
            margin-bottom: 12px;
        }

        .comment-replies .comment-avatar {
            width: 32px;
            height: 32px;
        }

        /* Reply Input */
        .reply-input-container {
            display: none;
            margin-left: 46px;
            margin-top: 10px;
            animation: slideDown 0.2s ease;
        }

        .reply-input-container.show {
            display: flex;
        }

        .reply-input-wrapper {
            flex: 1;
            background: white;
            border-radius: 20px;
            border: 1px solid #d0d0d0;
            padding: 6px 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .reply-input {
            flex: 1;
            border: none;
            outline: none;
            font-size: 13px;
            resize: none;
            min-height: 32px;
            max-height: 80px;
            overflow-y: auto;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        }

        .reply-input:focus {
            outline: none;
            border-color: #0d6efd;
        }

        .reply-actions {
            display: flex;
            justify-content: flex-end;
            gap: 8px;
            margin-top: 6px;
        }

        .reply-submit-btn {
            background: #1877f2;
            color: white;
            border: none;
            padding: 4px 12px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
        }

        .reply-submit-btn:hover:not(:disabled) {
            background-color: #0b5ed7;
        }

        .comment-wrapper[data-depth="1"],
        .comment-wrapper[data-depth="2"],
        .comment-wrapper[data-depth="3"] {
            border-left: 2px solid #e9ecef;
            padding-left: 12px;
        }

        .reply-submit-btn:disabled {
            background-color: #6c757d;
            opacity: 0.5;
            cursor: not-allowed;
        }

        .reply-submit-btn:hover {
            background: #166fe5;
        }

        .reply-submit-btn:disabled {
            background: #e4e6eb;
            color: #bcc0c4;
            cursor: not-allowed;
        }

        /* .reply-cancel-btn {
            background: transparent;
            color: #65676b;
            border: none;
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
        }

        .reply-cancel-btn:hover {
            background: #f0f2f5;
        } */

        .reply-cancel-btn,
        .reply-submit-btn {
            padding: 4px 12px;
            border: none;
            border-radius: 16px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
        }

        .reply-cancel-btn {
            background-color: #f8f9fa;
            color: #6c757d;
        }

        .reply-cancel-btn:hover {
            background-color: #e9ecef;
        }

        /* See previous replies */
        .see-replies-btn {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-left: 46px;
            margin-top: 8px;
            margin-bottom: 8px;
            background: transparent;
            border: none;
            color: #65676b;
            font-weight: 600;
            font-size: 12px;
            cursor: pointer;
            padding: 4px 0;
        }

        .see-replies-btn:hover {
            color: #050505;
        }

        .see-replies-btn i {
            font-size: 10px;
        }

        /* Load More Comments */
        .load-more-comments {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 15px;
            background: transparent;
            border: none;
            color: #65676b;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            margin: 10px 0;
            border-radius: 6px;
            transition: background 0.2s;
        }

        .load-more-comments:hover {
            background: #f0f2f5;
        }

        .load-more-comments i {
            font-size: 16px;
        }

        /* Empty Comments State */
        .no-comments {
            text-align: center;
            padding: 20px;
            color: #65676b;
            font-size: 14px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .emoji-picker-content {
                grid-template-columns: repeat(6, 1fr);
            }

            .comment-image img {
                max-width: 150px;
            }

            .comment-replies {
                margin-left: 36px;
            }

            .reply-input-container {
                margin-left: 36px;
            }

            .see-replies-btn {
                margin-left: 36px;
            }
        }

        .see-previous-replies {
            margin: 8px 0;
        }

        .toggle-previous-replies {
            background: none;
            border: none;
            color: #0073b1;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            padding: 8px 12px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            gap: 4px;
            transition: background-color 0.2s;
        }

        .toggle-previous-replies:hover {
            background-color: rgba(0, 115, 177, 0.08);
            border-radius: 112px;
        }

        .toggle-previous-replies svg {
            transition: transform 0.2s;
        }

        .hidden-replies {
            overflow: hidden;
            transition: all 0.3s ease-in-out;

        }

        .comment-children {
            position: relative;
        }

        .skill-delete-btn {
            position: absolute;
            top: -6px;
            right: -6px;
            border: none;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 12px;
            display: none;
        }

        .skill-card:hover .skill-delete-btn {
            display: block;
            background: #dc3545;
            color: #fff !important;
        }

        .delete-comment {
            cursor: pointer;
        }

        .privacy-select {
            width: 120px;
            padding: 5px 8px;
            border-radius: 6px;
            border: 1px solid #ddd;
            font-size: 13px;
            background: #fff;
            cursor: pointer;
        }

        .comment-actions {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .comment-action-btn {
            border: none;
            background: transparent;
            font-size: 18px;
            cursor: pointer;
        }

        .comment-submit-btn {
            padding: 5px 12px;
            border-radius: 6px;
            border: none;
            background: #1877f2;
            color: #fff;
            cursor: pointer;
        }

        .comment-submit-btn:disabled {
            background: #ccc;
            cursor: not-allowed;
        }

        /* =====================================================
   POST MEDIA GRID STYLES
   Compatible with existing post design
   ===================================================== */

        /* Base Media Grid Styles */
        .post-media-grid {
            width: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
        }

        .media-grid-item {
            position: relative;
            overflow: hidden;
            background: #f0f2f5;
        }

        .post-media-image,
        .post-media-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .post-media-image {
            cursor: pointer;
            transition: transform 0.3s ease;
        }


        /* =====================================================
   SINGLE MEDIA LAYOUT (FULL WIDTH)
   ===================================================== */
        .single-media {
            width: 100%;
            max-height: 500px;
        }

        .single-media .post-media-image,
        .single-media .post-media-video {
            max-height: 500px;
            width: 100%;
            object-fit: cover;
        }

        /* =====================================================
   TWO MEDIA GRID (SIDE BY SIDE)
   ===================================================== */
        .two-media-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3px;
            height: 350px;
        }

        .two-media-grid .media-grid-item {
            height: 100%;
        }

        /* =====================================================
   THREE MEDIA GRID (1 LEFT + 2 RIGHT STACKED)
   ===================================================== */
        .three-media-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3px;
            height: 400px;
        }

        .three-media-grid .media-grid-left {
            grid-row: 1 / 3;
            height: 100%;
            overflow: hidden;
        }

        .three-media-grid .media-grid-left .post-media-image,
        .three-media-grid .media-grid-left .post-media-video {
            height: 100%;
        }

        .three-media-grid .media-grid-right {
            display: grid;
            grid-template-rows: 1fr 1fr;
            gap: 3px;
            height: 100%;
        }

        .three-media-grid .media-grid-right .media-grid-item {
            height: 100%;
        }

        /* =====================================================
   FOUR MEDIA GRID (2x2)
   ===================================================== */
        .four-media-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 3px;
            height: 400px;
        }

        .four-media-grid .media-grid-item {
            position: relative;
            height: 100%;
        }

        /* More overlay for 4+ items */
        .four-media-grid .media-grid-item.has-more::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        .media-more-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 36px;
            font-weight: 700;
            z-index: 10;
            pointer-events: none;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        /* =====================================================
   RESPONSIVE DESIGN
   ===================================================== */
        @media (max-width: 768px) {

            .two-media-grid,
            .three-media-grid,
            .four-media-grid {
                height: 300px;
            }

            .single-media,
            .single-media .post-media-image,
            .single-media .post-media-video {
                max-height: 400px;
            }

            .media-more-overlay {
                font-size: 28px;
            }

        }

        @media (max-width: 480px) {

            .two-media-grid,
            .three-media-grid,
            .four-media-grid {
                height: 250px;
            }

            .single-media,
            .single-media .post-media-image,
            .single-media .post-media-video {
                max-height: 300px;
            }

            .post-media-grid {
                border-radius: 6px;
            }

            .media-more-overlay {
                font-size: 24px;
            }
        }

        /* =====================================================
   VIDEO SPECIFIC STYLES
   ===================================================== */
        video::-webkit-media-controls {
            opacity: 1;
        }

        video::-webkit-media-controls-enclosure {
            border-radius: 5px;
        }

        /* Remove download button from video controls */
        video::-webkit-media-controls-download-button {
            display: none;
        }

        video::-internal-media-controls-download-button {
            display: none;
        }

        /* =====================================================
   LOADING PLACEHOLDER
   ===================================================== */
        .media-grid-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, #f0f2f5 0%, #e4e6eb 50%, #f0f2f5 100%);
            background-size: 200% 100%;
            animation: shimmer 1.5s infinite;
            z-index: -1;
        }

        @keyframes shimmer {
            0% {
                background-position: -200% 0;
            }

            100% {
                background-position: 200% 0;
            }
        }

        /* Hide shimmer once media is loaded */
        .media-grid-item img,
        .media-grid-item video {
            position: relative;
            z-index: 1;
        }

        /* =====================================================
   IMAGE MODAL COMPATIBILITY
   ===================================================== */
        .post-media-image {
            cursor: zoom-in;
        }

        .post-media-image:active {
            cursor: zoom-out;
        }

        /* =====================================================
   VIDEO PLAY BUTTON OVERLAY (OPTIONAL)
   ===================================================== */
        .media-grid-item.has-video::before {
            content: '\f04b';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 48px;
            color: rgba(255, 255, 255, 0.9);
            z-index: 2;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .media-grid-item.has-video:hover::before {
            opacity: 1;
        }

        /* Hide play button when video is playing */
        .media-grid-item.has-video video:not([paused])::before {
            opacity: 0;
        }

        /* =====================================================
   ACCESSIBILITY
   ===================================================== */
        .post-media-image:focus,
        .post-media-video:focus {
            outline: 2px solid #1877f2;
            outline-offset: 2px;
        }

        /* =====================================================
   PRINT STYLES
   ===================================================== */
        @media print {
            .post-media-grid {
                page-break-inside: avoid;
            }

            .post-media-video {
                display: none;
            }

            .media-more-overlay {
                display: none;
            }
        }

        /* ========================================== */
        /* Sagar  CSS  END*/
        /* ========================================== */



        /* Emoji Picker */
        .emoji-picker {
            /* position: absolute;
            bottom: 100%;
            left: 0;
            background: white;
            border: 1px solid #ddd;
            border-radius: 12px;
            padding: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            display: none;
            z-index: 1000;
            margin-bottom: 5px;
            max-width: 320px; */
            display: none;
            position: absolute;
            bottom: 100%;
            left: 0;
            background: white;
            border: 1px solid #ced4da;
            border-radius: 8px;
            padding: 8px;
            margin-bottom: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            z-index: 1000;
            max-width: 300px;
        }

        .emoji-picker.show {
            display: block;
        }

        .emoji-picker-content {
            /* display: grid;
            grid-template-columns: repeat(8, 1fr);
            gap: 4px;
            max-height: 200px;
            overflow-y: auto; */

            display: grid;
            grid-template-columns: repeat(8, 1fr);
            gap: 4px;
            max-height: 200px;
            overflow-y: auto;
        }

        .emoji-item {
            font-size: 24px;
            cursor: pointer;
            padding: 6px;
            border-radius: 6px;
            text-align: center;
            transition: all 0.2s;
        }

        .emoji-item:hover {
            background: #f0f0f0;
            transform: scale(1.2);
        }

        /* Comment Image Preview */
        .comment-image-preview {
            margin-top: 8px;
            position: relative;
            display: inline-block;
        }

        .comment-image-preview img {
            max-width: 150px;
            max-height: 150px;
            border-radius: 8px;
            border: 1px solid #ddd;
        }

        .remove-comment-image {
            position: absolute;
            top: 4px;
            right: 4px;
            background-color: rgba(0, 0, 0, 0.6);
            color: white;
            border: none;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .comment-image-remove {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #dc3545;
            color: white;
            border: none;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }

        /* Comments List */
        .comments-list {
            /* margin-top: 15px; */
            display: flex;
            flex-direction: column;
            gap: 8px;
            height: 400px;
            overflow: auto;
        }

        .comment-wrapper {
            transition: margin-left 0.2s ease;
        }

        .comment-item {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .comment-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
        }

        .comment-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .comment-content {
            flex: 1;
        }

        .comment-bubble {
            /* background: #f0f2f5;
            border-radius: 18px;
            padding: 10px 14px;
            display: inline-block;
            max-width: 100%; */

            background-color: white;
            padding: 8px 12px;
            border-radius: 18px;
            display: inline-block;
            max-width: 100%;
            word-wrap: break-word;
        }

        .comment-author {
            font-weight: 600;
            font-size: 13px;
            color: #050505;
            margin-bottom: 2px;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .comment-header {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 4px;
        }

        .comment-bubble strong {
            font-size: 13px;
            font-weight: 600;
            color: #000;
        }

        .comment-designation {
            font-size: 11px;
            color: #666;
            font-weight: normal;
        }

        .comment-bubble p {
            margin: 0;
            font-size: 14px;
            word-wrap: break-word;
            color: #000;
        }

        .comment-author-title {
            font-weight: 400;
            font-size: 12px;
            color: #65676b;
            display: block;
            margin-top: 2px;
        }

        .comment-text {
            font-size: 14px;
            color: #050505;
            word-wrap: break-word;
            line-height: 1.4;
        }

        .comment-image {
            /* margin-top: 8px; */

            max-width: 100%;
            max-height: 300px;
            margin-top: 8px;
            border-radius: 8px;
            display: block;
        }

        .comment-image img {
            max-width: 200px;
            border-radius: 8px;
            cursor: pointer;
        }

        .comment-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 6px;
            padding-left: 0;
            font-size: 12px;
            color: #65676b;
        }

        .comment-time {
            font-weight: 600;
        }

        .comment-like-btn,
        .comment-reply-btn {
            cursor: pointer;
            font-weight: 600;
            transition: color 0.2s;
            user-select: none;
        }

        .comment-like-btn:hover,
        .comment-reply-btn:hover {
            color: #0d6efd;
            text-decoration: underline;
        }

        .comment-like-btn.liked {
            color: #0d6efd;
        }

        .comment-like-btn.liked i {
            font-weight: 900;
        }

        .comment-action {
            cursor: pointer;
            font-weight: 600;
            transition: color 0.2s;
        }

        .comment-action:hover {
            text-decoration: underline;
        }

        .comment-action.liked {
            color: #1877f2;
        }

        .comment-like-count {
            display: flex;
            align-items: center;
            gap: 4px;
            background: white;
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 2px 8px;
            font-size: 11px;
            color: #65676b;
            position: absolute;
            bottom: -8px;
            right: 8px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .comment-like-count:hover {
            transform: scale(1.05);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .comment-like-count i {
            color: #1877f2;
        }

        .comment-bubble-wrapper {
            position: relative;
        }

        /* Nested Replies */
        .comment-replies {
            margin-left: 46px;
            margin-top: 10px;
        }

        .comment-replies .comment-item {
            margin-bottom: 12px;
        }

        .comment-replies .comment-avatar {
            width: 32px;
            height: 32px;
        }

        /* Reply Input */
        .reply-input-container {
            display: none;
            margin-left: 46px;
            margin-top: 10px;
            animation: slideDown 0.2s ease;
        }

        .reply-input-container.show {
            display: flex;
        }

        .reply-input-wrapper {
            flex: 1;
            background: white;
            border-radius: 20px;
            border: 1px solid #d0d0d0;
            padding: 6px 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .reply-input {
            flex: 1;
            border: none;
            outline: none;
            font-size: 13px;
            resize: none;
            min-height: 32px;
            max-height: 80px;
            overflow-y: auto;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        }

        .reply-input:focus {
            outline: none;
            border-color: #0d6efd;
        }

        .reply-actions {
            display: flex;
            justify-content: flex-end;
            gap: 8px;
            margin-top: 6px;
        }

        .reply-submit-btn {
            background: #1877f2;
            color: white;
            border: none;
            padding: 4px 12px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
        }

        .reply-submit-btn:hover:not(:disabled) {
            background-color: #0b5ed7;
        }

        .comment-wrapper[data-depth="1"],
        .comment-wrapper[data-depth="2"],
        .comment-wrapper[data-depth="3"] {
            border-left: 2px solid #e9ecef;
            padding-left: 12px;
        }

        .reply-submit-btn:disabled {
            background-color: #6c757d;
            opacity: 0.5;
            cursor: not-allowed;
        }

        .reply-submit-btn:hover {
            background: #166fe5;
        }

        .reply-submit-btn:disabled {
            background: #e4e6eb;
            color: #bcc0c4;
            cursor: not-allowed;
        }

        /* .reply-cancel-btn {
            background: transparent;
            color: #65676b;
            border: none;
            padding: 4px 8px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
        }

        .reply-cancel-btn:hover {
            background: #f0f2f5;
        } */

        .reply-cancel-btn,
        .reply-submit-btn {
            padding: 4px 12px;
            border: none;
            border-radius: 16px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s;
        }

        .reply-cancel-btn {
            background-color: #f8f9fa;
            color: #6c757d;
        }

        .reply-cancel-btn:hover {
            background-color: #e9ecef;
        }

        /* See previous replies */
        .see-replies-btn {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-left: 46px;
            margin-top: 8px;
            margin-bottom: 8px;
            background: transparent;
            border: none;
            color: #65676b;
            font-weight: 600;
            font-size: 12px;
            cursor: pointer;
            padding: 4px 0;
        }

        .see-replies-btn:hover {
            color: #050505;
        }

        .see-replies-btn i {
            font-size: 10px;
        }

        /* Load More Comments */
        .load-more-comments {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 15px;
            background: transparent;
            border: none;
            color: #65676b;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            margin: 10px 0;
            border-radius: 6px;
            transition: background 0.2s;
        }

        .load-more-comments:hover {
            background: #f0f2f5;
        }

        .load-more-comments i {
            font-size: 16px;
        }

        /* Empty Comments State */
        .no-comments {
            text-align: center;
            padding: 20px;
            color: #65676b;
            font-size: 14px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .emoji-picker-content {
                grid-template-columns: repeat(6, 1fr);
            }

            .comment-image img {
                max-width: 150px;
            }

            .comment-replies {
                margin-left: 36px;
            }

            .reply-input-container {
                margin-left: 36px;
            }

            .see-replies-btn {
                margin-left: 36px;
            }


            .top-bar .logo {
                text-align: center;
            }

            .home-about-section {
                width: 100% !important;
                padding: 15px !important;
                margin-bottom: 0px !important;
            }

            .empowering-section-about {
                padding: 0px 0px !important;
                padding-top: 0px !important;
            }

            .title-size {
                font-size: 30px;
                text-align: center;
            }

            .impact-section .col {
                flex: auto !important;
                border-bottom: 1px #d5d5d5 solid;
                margin-bottom: 15px;
            }

            .stacts-circal-1,
            .stacts-circal-2,
            .stacts-circal-3,
            .stacts-circal-4,
            .stacts-circal-5,
            .stacts-circal-6 {
                padding-top: 0 !important;
                margin-bottom: 0 !important;
            }

            .stacts-circal {
                display: none;
            }

            .impact-section .mb-5 {
                margin-bottom: 10px;
                padding-bottom: 10px;
            }

            .pl-pr-80 {
                padding-left: 0;
                padding-right: 0;
            }

            .testim .cont div p {
                width: 100%;
            }

            .comma-img {
                display: none !important;
            }

            .testim .arrow.right {
                right: 0px;
            }

            .testim .arrow.left {
                left: 0px;
            }

            #knowledgeTab li button {
                padding: 0px;
                margin: 0px;
            }

        }

        .see-previous-replies {
            margin: 8px 0;
        }

        .toggle-previous-replies {
            background: none;
            border: none;
            color: #0073b1;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            padding: 8px 12px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            gap: 4px;
            transition: background-color 0.2s;
        }

        .toggle-previous-replies:hover {
            background-color: rgba(0, 115, 177, 0.08);
            border-radius: 112px;
        }

        .toggle-previous-replies svg {
            transition: transform 0.2s;
        }

        .hidden-replies {
            overflow: hidden;
            transition: all 0.3s ease-in-out;

        }

        .comment-children {
            position: relative;
        }

        .skill-delete-btn {
            position: absolute;
            top: -6px;
            right: -6px;
            border: none;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 12px;
            display: none;
        }

        .skill-card:hover .skill-delete-btn {
            display: block;
            background: #dc3545;
            color: #fff !important;
        }

        .one-line-limit {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            /* number of lines to show */
            line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .two-line-limit {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /* number of lines to show */
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }



        /* ================= TESTIMONIAL CARD ================= */
        .ts-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 32px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            position: relative;
            height: 100%;
        }

        .ts-quote-icon {
            position: absolute;
            top: 18px;
            right: 20px;
            font-size: 18px;
            color: var(--ts-primary);
            opacity: 0.25;
        }

        .ts-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #ffffff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .ts-stars i {
            color: #fbbf24;
            font-size: 14px;
        }

        .ts-text {
            color: #6b7280;
            font-style: italic;
        }

        #notificationDropdownWrapper .dropdown-item,
        #messageList .dropdown-item {
            white-space: normal;
        }

        .top-bar {
            background-image: url(../img/header-bg.jpg);
            border-bottom: 2px #e1ebf0 solid;
        }

        .top-right-search-2 {
            background: #ffffff;
            padding: 10px;
            border-radius: 60px;
            margin-top: 30px;
            box-shadow: 0px 0px 5px #dddddd;
        }

        .empowering-section-about {
            background-image: url(../img/about-ca-interprises-1.jpg);
            padding: 100px 0px;
            padding-top: 200px;
            background-repeat: no-repeat;
            background-position: center;
        }

        .home-about-section {
            background: #fafaff;
            width: 80%;
            padding: 30px;
            margin-bottom: -240px;
        }

        #upcoming-events .event-item .event-details {
            width: 80%;
        }