        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Sora', sans-serif !important;
        }

        /* Webkit browsers */
        ::-webkit-scrollbar-track {
            background: transparent;
        }

        /* Firefox */
        html {
            scrollbar-color: transparent;
        }

        a:hover {
            text-decoration: none;
        }

        body {

            min-height: 100vh;
            background: white;
            font-family: 'Sora', sans-serif;
            overflow: overlay;

        }

        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 40px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
        }

.elementor-8854 .elementor-element.elementor-element-490c2ee .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator{
	margin: -2px 2px 0px -13px!important;
}

        .logo {
            font-size: 32px;
            font-weight: bold;
            letter-spacing: 2px;
        }

        .nav {
            display: flex;
            gap: 30px;
        }

        .nav-item {
            color: white;
            text-decoration: none;
            font-size: 16px;
            transition: opacity 0.3s;
        }

        .nav-item:hover {
            opacity: 1;
        }

        .btn {
            padding: 15px 30px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }

        .btn:hover {}

        .new-btn-primary {
            color: white;
            background-color: #5B2775;
        }

        .new-btn-secondary {
            background: white;
            color: #7502AF;
        }

        .new-btn-outline {
            border: 2px solid white;
            color: white;
        }

        .new-btn-outline:hover {

            color: white;
        }

        .heading {
            font-weight: 600;
            font-size: 54px;
            margin-bottom: 24px;
            color: white;
            margin-top: 150px;
        }

        .sub-heading {
            font-weight: 400;
            font-size: 20px;
            margin-bottom: 40px;
            max-width: 1250px;
            color: white;

        }

        .section-heading {
            font-weight: 600;
            font-size: 36px;
            margin-bottom: 10px;
        }

        .section-subheading {
            font-weight: 400;
            font-size: 18px;
            color: #cbd5e1;
            max-width: 800px;
            margin: 0 auto;
        }

        @media (max-width: 700px) {
            * {
                text-align: center !important;
            }

            .heading {
                font-size: 40px;
                margin-top: 60px;

            }

            .sub-heading {
                font-size: 16px;

            }

            .btn {
                font-size: 16px;
                padding: 10px;
            }
        }

        /* HERO SECTION */
        .hero-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 0px 40px;
            padding-bottom: 0px;
            width: 100%;
            margin: 0 auto;
            background: linear-gradient(135deg, #7502AF 0%, #5A0B85 100%);
            margin-bottom: 50px;
            height: 1150px;

        }

        .get_started_btn {
            color: #222;
            background-color: white;
            text-decoration: none;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            border-radius: 10px;
        }

        .get_started_btn:hover {
            background: white;
            color: black;
        }

        .hero-title {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 30px;
            line-height: 1.2;
            color: white;
        }

        .hero-subtitle {
            font-size: 18px;
            opacity: 0.9;
            margin-bottom: 40px;
            line-height: 1.5;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            color: white;
        }

        .button-group {
            display: flex;
            gap: 20px;
            justify-content: center;
        }

        .hero_email {
            border: 1px solid white !important;
            padding: 10px !important;
            padding-left: 20px !important;
            border-radius: 10px !important;
            width: 400px !important;
            font-size: 14px;
            background-color: #7115ad;
            color: white;
            outline: none;
        }

        .hero_email::-webkit-input-placeholder {
            /* Chrome, Safari, Opera */
            color: white !important;
            opacity: 1 !important;
            font-weight: bold;
        }



        .dashboard {
            border-radius: 20px;
            padding: 10px;
            width: fit-content;
            margin: auto;
            color: #333;
            position: relative;
            top: 120px;
        }

        .dashboard {
            position: relative;
            margin: auto;
            width: fit-content;
        }

        .dashboard_img_1 {
            position: relative;
            max-width: 900px;
            border-radius: 12px;
        }

        .circle-wrapper {
            position: absolute;
            width: 400px;
            height: 400px;
            margin: 100px auto;
            left: -190px;
            top: -80px;
            border-radius: 50%;
            transition: opacity 0.3s ease;
        }

        .circle-wrapper::before {
            background: #EEDAFF99;
            width: 280px;
            height: 280px;
            position: absolute;
            content: '';
            border-radius: 50%;
            top: -105px;
            left: 100px;
            opacity: .3;
        }

        /* Common image styling */
        .circle-wrapper img {
            position: absolute;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        /* Define arc radius */
        :root {
            --r: 130px;
            /* distance from center to arc */
        }

        /* Place images along an arc */
        .circle-wrapper img:nth-child(1) {
            transform: rotate(-260deg) translate(var(--r)) rotate(260deg);
        }

        .circle-wrapper img:nth-child(2) {
            transform: rotate(-205deg) translate(var(--r)) rotate(205deg);
        }

        .circle-wrapper img:nth-child(3) {
            transform: rotate(-150deg) translate(var(--r)) rotate(150deg);
        }

        .circle-wrapper img:nth-child(4) {
            transform: rotate(-90deg) translate(var(--r)) rotate(90deg);
        }

        .circle-wrapper img:nth-child(5) {
            transform: rotate(-30deg) translate(var(--r)) rotate(30deg);
        }


        /* dashboard images (your existing animations) */
        .dashboard_img_1 {
            position: relative;
            top: 0px;
            max-width: 900px;
            border-radius: 12px;
        }

        .dashboard_img_2 {
            position: absolute;
            top: -10px;
            right: -10%;
            animation: blinkAnim 8s infinite steps(1, end);
            max-width: 200px;
        }

        @keyframes blinkAnim {

            0%,
            60% {
                transform: scale(0.99);
            }

            61%,
            100% {
                transform: scale(1.1);
            }
        }

        .dashboard_img_3 {
            position: absolute;
            bottom: -10px;
            left: -10%;
            animation: bounceScale 6s infinite;
            transform-origin: center;
            max-width: 250px;
        }

        @keyframes bounceScale {

            0%,
            60% {
                transform: scale(0.95);
            }

            70% {
                transform: scale(1.05);
            }

            80% {
                transform: scale(0.98);
            }

            90% {
                transform: scale(1.02);
            }

            100% {
                transform: scale(1.0);
            }
        }



        .floating-elements {
            position: absolute;
            top: 20%;
            left: 5%;
            width: 60px;
            height: 60px;
            border-radius: 12px;
            animation: float 6s ease-in-out infinite;
        }

        .floating-elements:nth-child(1) {
            top: 50%;
            left: 0%;
            animation-delay: -2s;
        }

        .floating-elements:nth-child(2) {
            top: 20%;
            right: 5%;
            left: auto;
            animation-delay: -2s;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-20px);
            }
        }

        @media (max-width: 768px) {
            .hero-section {
                padding: 10px;
                height: 100%;
            }

            .dashboard-grid {
                grid-template-columns: 1fr;
            }

            .hero-title {
                font-size: 32px;
            }

            .button-group {
                align-items: center;
                flex-direction: column;
                gap: 20px;
            }
            .hero_email{
                font-size: 18px;
            }
            .get_started_btn{
                font-size: 16px;
                padding: 12px 90px;
            }
            .circle-wrapper{
                display: none;
            }
            .circle-wrapper::before{
                display: none;
            }
            .dashboard {
                margin: 0 20px;
                top: 40px;
            }

            .dashboard_img_1 {
                max-width: 390px;
            }

            .dashboard_img_2 {
                max-width: 60px;
                right: 0;
            }

            .dashboard_img_3 {
                max-width: 70px;
                left: 0;
            }

            .table-header,
            .table-row {
                grid-template-columns: 1fr;
                gap: 10px;
            }
        }

        @media (max-width: 400px) {


            .dashboard_img_1 {
                max-width: 300px;
            }
        }


        .logos-container {
            margin-top: 120px;
            margin-bottom: 70px;
        }

        .logos-strip {
            overflow: hidden;
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 60px auto 0px auto;
            height: 150px;
            /* match logo height */
        }

        .logos-track {
            display: flex;
            gap: 50px;
            will-change: transform;
            /* removed absolute positioning */
        }

        .logos-track>div {
            flex: 0 0 auto;
            /* prevent shrinking */
        }

        .logos-track>div img {
            width: 200px;
            height: 150px;
            object-fit: contain;
            transition: opacity 0.2s ease;
        }


        .logo-item {
            width: 200px;
            height: 150px;
            object-fit: contain;
            transition: filter 0.3s ease;
        }

        .fade-out {
            opacity: 0.4;
        }

        .fade-in {
            opacity: 1;
        }


        @media (max-width: 700px) {
            .logos-container{
                margin: 40px 0px;
            }
            .logos-strip {
                padding: 15px;
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
                margin-top: 260px;
                margin-bottom: 50px;

            }
        }

        /* SOLUTION SECTION */

        .solutions-section {
            padding: 10px 40px;
            width: 100%;
            max-width: 1300px;
            margin: 0 auto;
        }

        .solutions-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .solutions-title {
            color: #1e293b;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .solutions-subtitle {
            color: #64748b;
            margin: 0 auto;
            max-width: max-content;
        }




        @keyframes scroll {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }


        .intelligence-tabs {
            display: flex;
            justify-content: center;
            gap: 50px;
            margin-bottom: 80px;
            flex-wrap: wrap;
        }

        .intelligence-tab {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 10px 20px;
            border-radius: 12px;
            transition: all 0.3s;
            cursor: pointer;

            justify-content: center;
            color: black;
        }

        .intelligence-tab.di.active {
            background-color: #EADFF3;
        }

        .intelligence-tab.ci.active {
            background-color: #FDF7E6;
            color: #E6A300;
        }

        .intelligence-tab.hi.active {
            background-color: #E8F8F2;
            color: #00BE79;
        }

        .active {
            transform: translateY(-5px);
            color: #52007B;
        }

        .active-icon {
            background-color: white;
        }

        .intelligence-tab:hover:not(.active) {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            border-color: #c7d2fe;
        }

        .tab-icon {
            width: 28px;
            height: 28px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: white;
            font-size: 16px;
        }

        .di-icon {
            background: #EFE7F4;
            padding: 10px;
            border-radius: 10px;
            height: 45px;
            width: 45px;
        }

        .ci-icon {
            background: #FDF7E6;
            padding: 10px;
            border-radius: 10px;
            height: 45px;
            width: 45px;
        }

        .hi-icon {
            background: #E8F8F2;
            padding: 10px;
            border-radius: 10px;
            height: 45px;
            width: 45px;
        }

        .tab-text {
            font-size: 16px;
            font-weight: 600;
        }

        .content-section {}

        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: grid;
            grid-template-columns: 1fr 1.8fr;
            gap: 140px;
            animation: fadeIn 0.5s ease-in-out;
        }


        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

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

        .features-list {
            padding: 40px 20px;
        }

        .feature-list-item {
            display: flex;
            flex-direction: column;
            gap: 0px;
        }

        .hi-feature-list-item {
            gap: 0px;
        }

        .feature-item {
            display: grid;
            grid-template-columns: .05fr 1fr;
            gap: 5px;
            margin-bottom: 25px;

        }

        .feature-sideline {
            background-color: #EADFF3;
            width: 5px !important;
            height: 80px;
        }

        .feature-item-content {
            align-content: center;
            margin-top: 20px;
        }

        .feature-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .feature-title {
            font-size: 16px;
            font-weight: 600;
            color: #5B2775;
            margin-bottom: 6px;
        }

        .feature-description {
            font-size: 13px;
            font-weight: 400;
            color: #6E6E6E;
            line-height: 1.6;
        }

        .explore-btn {
            color: white;
            border: none;
            padding: 18px 40px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            margin-top: 40px;
            box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
        }

        .explore-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(139, 92, 246, 0.4);
        }

        .explore-btn a {
            color: white;
            text-decoration: none;
        }

        .image-container {
            width: 100%;
            /* or fixed width, e.g., 400px */
            height: 450px;
            /* set desired cropped height */
            overflow: hidden;
            /* hides overflowing parts of the image */
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 15px;
        }

        .solution_enrollment_img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* ensures image covers container, cropping if needed */
            object-position: center;
            /* keeps crop centered */
        }

        .image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
        }

        .image-content {
            position: absolute;
            bottom: 40px;
            left: 40px;
            right: 40px;
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 30px;
        }




        @media (max-width: 968px) {
            .content-section {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            .intelligence-tabs {
                gap: 20px;
            }

            .intelligence-tab {
                min-width: 180px;

            }

            .solutions-title {
                font-size: 36px;
            }


            .logos-strip {
                gap: 20px;
                margin: 20px 0px;
                margin-bottom: 40px;
            }
        }

        @media (max-width: 640px) {
            .solutions-section {
                padding: 20px 15px;
            }

            .solutions-header {
                margin-bottom: 25px;
            }

            .content-section {
                display: flex;
                flex-direction: column-reverse;
                gap: 20px;
            }

            .features-list {
                padding: 0px 0px;
            }

            .feature-list-item {
                gap: 0px;
            }

            .intelligence-tabs {
                align-items: center;
                gap: 15px;
                margin-bottom: 20px;
            }

            .intelligence-tab {
                min-width: fit-content;
                flex-direction: row;
                gap: 5px;
                padding: 10px;

            }

            .tab-content.active {
                display: flex;
                flex-direction: column-reverse;
                gap: 60px;
            }

            .logos-strip {
                gap: 30px;
            }

            .solutions-title {
                font-size: 28px;
            }

            .solutions-subtitle {
                font-size: 16px;
            }

            .explore-btn {
                margin-top: 5px;
            }
			 .image-container {          
              height: 315px;
           
        }
        }

@media (max-width: 415px){
	.image-container{
		height:300px;
	}
}
@media (max-width: 400px){
	.image-container{
		height:270px;
	}
}

@media (max-width: 370px){
	.image-container{
		height:250px;
	}
}

        /* Universities Section */
        .uni-features-section {
            position: relative;
            padding: 80px 0;
            background: #fff;
            padding-bottom: 0px;
        }

        .uni-section-header {
            text-align: center;
            padding: 0 40px;
            margin-bottom: 60px;
            position: relative;
        }

        .uni-decorative-icon {
            position: absolute;
            top: -20px;
            right: 10%;
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: white;
            transform: rotate(15deg);
            animation: uni-float 3s ease-in-out infinite;
        }

        .uni-decorative-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        @keyframes uni-float {

            0%,
            100% {
                transform: rotate(15deg) translateY(0px);
            }

            50% {
                transform: rotate(15deg) translateY(-10px);
            }
        }

        /* Sticky container setup */
        .uni-sticky-container {
            position: relative;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
            overflow: unset !important;
        }

        .uni-content-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            padding-bottom: 100px;
            /* important */
        }

        /* Left sticky image - Desktop Only */
        .uni-feature-image-wrapper {
            position: relative;
            height: 100%;
            /* allow absolute positioning inside */
        }

        /* Image container acts like sticky using JS - Desktop Only */
        .uni-feature-image {
            position: absolute;
            /* default inside parent */
            top: 0;
            /* reset top */
            left: 50px;
            right: 0;
            width: 100%;
            max-width: 500px;
            height: auto;
            border-radius: 20px;
            z-index: 0;
            transition: opacity 0.2s ease;
        }

        .uni-feature-image.sticky {
            position: fixed;
            top: 50%;
            left: var(--locked-left, 0);
            transform: translateY(-50%);
        }

        .uni-feature-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Mobile feature images - Hidden on Desktop */
        .uni-feature-mobile-image {
            display: none;
            width: 100%;
            height: 200px;
            margin-bottom: 20px;
            border-radius: 12px;
            overflow: hidden;
        }

        .uni-feature-mobile-image img,
        .uni-feature-mobile-image video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }

        /* Loading spinner styles - ADDED */
        .loading-spinner {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 10;
        }

        .loading-spinner.show {
            opacity: 1;
        }

        /* Video transition styles - ADDED */
        .uni-feature-gif {
            transition: opacity 0.3s ease-out;

        }

        .first-uni-feature-gif {
            max-width: 700px !important;
        }

        .second-uni-feature-gif {
            max-width: 500px !important;
        }



        /* Right scrolling content */
        .uni-features-content {
            display: flex;
            flex-direction: column;
            gap: 120px;
            padding: 60px;
        }

        .uni-feature-item {
            opacity: 1;
            transition: all .40s ease;
        }

        .uni-feature-content {
            display: flex;
            flex-direction: column;
            justify-content: end;
            align-items: end;
            text-align: end;
            padding: 20px;
        }

        .uni-feature-number {
            font-size: 18px;
            font-weight: 600;
            color: black;
            margin-bottom: 15px;
            opacity: 0.8;
        }

        .uni-feature-new-home-badge {
            background: #F8D6FE;
            color: #5B2775;
            padding: 12px 24px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 20px;
            display: inline-block;
        }

        .uni-feature-title {
            font-size: 36px;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 20px;
            line-height: 1.2;
            max-width: 400px;
        }

        .uni-feature-description {
            font-size: 16px;
            color: #64748b;
            line-height: 1.7;
            max-width: 500px;
        }

        /* Responsive styles */
        @media (max-width: 968px) {
            .uni-content-container {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            /* Hide desktop sticky image */
            .uni-feature-image {
                display: none;
            }

            /* Show mobile images */
            .uni-feature-mobile-image {
                display: block;
            }

            .uni-features-content {
                gap: 60px;
                padding: 0 0 100px;
            }

            .uni-feature-new-home-badge {
                font-size: 12px;
                padding: 5px 10px;
            }

            .uni-feature-title {
                font-size: 28px;
            }

            .uni-decorative-icon {
                top: -50px;
            }

            .section-heading {
                font-size: 36px;
            }

            .scroll-progress {
                display: none;
            }
        }

        @media (max-width: 700px) {
            .uni-features-section {
                padding: 20px 15px;
                margin-top: 40px;
            }

            .uni-section-header {
                padding: 0px;
            }

            .uni-content-container {
                gap: 0px;
                padding-bottom: 0px;
            }

            .uni-sticky-container {
                padding: 0;
            }

            /* Hide desktop sticky image */
            .uni-feature-image-wrapper {
                display: none;
            }

            /* Mobile images styling */
            .uni-feature-mobile-image {
                display: block;
                height: 350px;
                margin-bottom: 15px;
            }

            .uni-feature-item {
                display: flex;
                flex-direction: column-reverse;

            }

            .uni-feature-gif {
                max-width: 800px !important;
                display: block;
                width: 100%;
                height: auto;
            }

            .uni-features-content {
                gap: 0px;
                padding: 0px;
            }

            .uni-feature-content {
                padding: 15px 0px;
                justify-content: start;
                align-items: center;
            }

            .uni-feature-title {
                font-size: 24px;
            }

            .section-heading {
                font-size: 28px;
            }

            .section-subheading {
                font-size: 16px;
            }
        }

        /* Bannar: Unlock Your True ROI */
        .bannar-container {
            background-color: #F4E7FF;
            border-radius: 12px;
            display: flex;
            flex-direction: column;
            align-content: center;
            padding: 40px 20px;
            text-align: center;
            max-width: 1200px;
            margin: 40px auto;
        }

        .bannar-title {
            font-size: 24px;
            font-weight: 600;
            color: #1B1139;
            margin-bottom: 12px;
        }

        .bannar-subtitle {
            font-size: 16px;
            color: #555;
            margin-bottom: 24px;
            line-height: 1.5;
        }

        .bannar-button {
            background-color: #8000C7;
            color: #fff;
            width: fit-content;
            margin: auto;
            border: none;
            border-radius: 8px;
            padding: 16px 28px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
        }

        .bannar-button:hover {
            color: white
        }

        @media (max-width: 700px) {
            .bannar-container {
                margin: 25px 10px;
            }

        }

        /* Section: Supercharge Your Admission */
        .adm-section {
            display: flex;
            flex-direction: column;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
            text-align: center;
            min-height: 780px;
        }

        .adm-header {
            position: relative;
        }

        .adm-decorative-icon {
            position: absolute;
            top: 120px;
            left: -7%;
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: white;
            transform: rotate(15deg);
            animation: uni-float 3s ease-in-out infinite;
        }

        @keyframes uni-float {

            0%,
            100% {
                transform: rotate(15deg) translateY(0px);
            }

            50% {
                transform: rotate(15deg) translateY(-10px);
            }
        }


        .adm-heading {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .adm-subheading {
            color: #555;
            font-size: 16px;
            margin-bottom: 30px;
        }

        /* Tabs */
        .adm-tabs {
            display: flex;
            justify-content: center;
            color: #5B0B86;
            border-radius: 15px;
            width: fit-content;
            margin: 0px auto;
        }

        .adm-tabs .adm-tab:nth-child(1) {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .adm-tabs .adm-tab:nth-child(2) {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .adm-tab {
            padding: 10px 20px;

            border-radius: 15px;
            cursor: pointer;
            font-weight: 600;
            background: #f5f5f5;
            transition: all 0.3s ease;
        }

        .adm-tab-active {
            background: #6b00b6;
            color: #fff;
            border-color: #6b00b6;
        }

        .adm-content-container {
            position: relative;
        }

        /* Content Layout */
        .adm-content {
            /* hide by default */
            display: flex;
            align-items: flex-start;
            gap: 20px;
            text-align: left;
            margin-top: 18px;
            opacity: 0;
            position: absolute;

        }

        .adm-content-active {

            opacity: 1;
            pointer-events: auto;
            /* only active tab shows */
        }

        .adm-features {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .adm-feature {
            padding: 25px;
            border-radius: 10px;
            height: 140px;
        }

        .adm-feature h3 {
            margin: 0 0 8px;
            font-size: 20px;
            font-weight: 600;
        }

        .adm-feature p {
            margin: 0;
            font-size: 16px;
        }

        .adm-feature-green {
            background: #e8f9f1;
            color: #0b8f54;
        }

        .adm-feature-green>h3 {
            color: #008236;
        }

        .adm-feature-green>p {
            color: #00A63E;
        }

        .adm-feature-blue {
            background: #eef6ff;
            color: #1b6ef3;
        }

        .adm-feature-blue>h3 {
            color: #1447E6;
        }

        .adm-feature-blue>p {
            color: #165DFB;
        }

        .adm-feature-purple {
            background: #f6effd;
            color: #6b00b6;
        }

        .adm-feature-purple>h3 {
            color: #8200DA;
        }

        .adm-feature-purple>p {
            color: #9810FA;
        }

        .adm-feature-red {
            background: #ffecec;
            color: #d93025;
        }

        .adm-feature-red>h3 {
            color: #C10008;
        }

        .adm-feature-red>p {
            color: #E7000B;
        }

        .adm-feature-orange {
            background: #f0f0f0;
            color: #333;
        }

        .adm-feature-orange>h3 {
            color: #C10008;
        }

        .adm-feature-orange>p {
            color: #E7000B;
        }

        .adm-feature-yellow {
            background-color: #FEFCE8;
        }

        .adm-feature-yellow>h3 {
            color: #C10008;
        }

        .adm-feature-yellow>p {
            color: #E7000B;
        }

        .adm-image {
            flex: 1;
            border-radius: 15px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: end;
            position: relative;
        }

        .adm-image img {
            width: 100%;
            max-width: 500px;
            border-radius: 15px;
            opacity: 1;
        }

        .adm-image img::after {
            background-color: #111;
            opacity: .2;
        }

        .adm-image-text {
            display: flex;
            flex-direction: column;
            position: absolute;
            text-align: center;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-weight: bold;
        }

        .adm-image-text h2 {
            margin: 0;
            font-size: 50px;
            font-weight: 600;
            color: #EBFFF2;
        }

        .adm-image-text p {
            margin: 5px 0;
            font-size: 25px;
            font-weight: 600;
            color: #FFFFFF;

        }

        .adm-tag {
            width: 200px;
            height: 55px;
            background: #fff;
            color: #0b8f54;
            padding: 6px 12px;
            border-radius: 12px;
            font-size: 20px;
            font-weight: 600;
            margin-top: 10px;
            border: none;
        }

        .before-edmo-tag {
            font-weight: 400;
            color: #C10008;

        }

        .fade-in {
            opacity: 1 !important;
            transition: opacity 0.3s ease-in;
        }

        .fade-out {
            opacity: 0 !important;
            transition: opacity 0.2s ease-out;
        }

        @media (max-width: 700px) {
            .adm-section {
                min-height: 1100px;
            }

            .adm-content {
                flex-direction: column-reverse;
            }

            .adm-tab {
                font-size: 14px;
            }

            .adm-feature {
                height: 100%;
                padding: 15px;
            }

            .adm-feature>h3 {
                font-size: 16px;
            }

            .adm-feature>p {
                font-size: 14px;
            }

            .adm-tag {
                font-size: 16px;
            }

            .adm-decorative-icon {
                top: 200px;
            }
        }

        /* Award Section */
        .globe-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
            text-align: center;
        }

        .globe-title {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .globe-subtitle {
            font-size: 16px;
            color: #555;
            margin-bottom: 50px;
        }

        /* Stats Section */
        .globe-stats {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            margin-bottom: 50px;
            margin-top: 50px;
        }

        .globe-stat-item {
            flex: 1 1 20%;
            min-width: 200px;
            margin: 10px;
        }

        .globe-stat-value {
            font-size: 45px;
            font-weight: 700;
            color: #8C00D2;
            margin-bottom: 8px;
        }

        .globe-stat-label {
            font-size: 20px;
            font-weight: 500;
            color: #111;
            display: flex;
            justify-content: center;
            align-items: start;
            gap: 5px;
        }

        .line-container {
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 500px;
            margin: auto;
        }

        .line-dashed {
            flex: 1;
            border-top: 2px dashed purple;
            height: 0;
        }

        .line-solid {
            flex: 10;
            /* makes the center part longer */
            border-top: 2px solid purple;
            height: 0;
        }

        /* Awards Section */
        .globe-awards {
            margin-top: 40px;
        }

        .globe-awards-list {
            display: flex;
            gap: 30px;
            max-width: 800px;
            margin: 0 auto 20px;

            /* scrolling setup */
            overflow-x: auto;
            /* allow horizontal scroll */
            scroll-snap-type: x mandatory;
            /* enable snap */
            scroll-behavior: smooth;
            /* smooth scroll */

            /* hide scrollbar (Firefox + Edge/IE) */
            scrollbar-width: none;
            h-ms-overflow-style: none;
        }

        /* hide scrollbar (Chrome, Safari) */
        .globe-awards-list::-webkit-scrollbar {
            display: none;
        }

        .globe-award {
            width: 180px;
            flex: 0 0 auto;
            scroll-snap-align: center;
            text-align: center;
        }

        .globe-award img {
            width: 160px;
            border-radius: 6px;
        }

        .globe-awards-dots {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
        }

        .globe-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ccc;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .globe-dot.active-award {
            background-color: #7e22ce;
        }


        @media (max-width: 700px) {
            .globe-container {
                margin-top: 0px;
                padding: 60px 15px;
            }

            .globe-stat-item {
                display: flex;
                flex-direction: row-reverse;
                justify-content: space-between;
                align-items: center;

            }

            .globe-stat-label>span {
                text-align: left !important;
            }

            .globe-stat-value {
                font-size: 36px;
            }

            .globe-award {
                position: relative;
                left: -1%;
            }

            .globe-awards-list {
                display: grid;
                grid-template-columns: 1fr 1fr;
                padding: 0px 10px;
                gap: 40px 10px;
            }

            globe-award img {
                width: 150px;
                border-radius: 6px;
            }

            .globe-awards-dots {
                display: none;
            }
        }
@media (max-width:400px){
	.globe-award{
		left:-6%;
	}
}

@media (max-width:380px){
	.globe-award img {
		width:150px;
	}
	.globe-award{
		left:-11%;
	}
}

@media (max-width:365px){
	.globe-awards-list{
		grid-template-columns:160px 160px;
	}
	.globe-award img {
		width:140px;
	}
	.globe-award{
		left:-11%;
	}
}

        .integration-section {
            background: #fff;
            text-align: center;
            padding: 48px 16px 24px 16px;
            position: relative;
        }

        .integration-heading {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 12px;
        }

        .integration-subheading {
            font-size: 1.1rem;
            color: #6e658e;
            margin-bottom: 32px;
        }

        .integration-row {
            display: flex;
            justify-content: center;
            gap: 32px;
            margin-top: 30px;
            margin-bottom: 28px;
            flex-wrap: wrap;
        }

        .integration-new-home-card {
            display: flex;
            align-items: center;
            background: #f5eefd;
            border-radius: 14px;
            padding: 18px 18px;
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.02);
            min-width: 220px;
            gap: 16px;
            position: relative;
            cursor: pointer;
        }

        .integration-logo {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            background: #fff;
        }

        .integration-title {
            font-size: 1.13rem;
            font-weight: 600;
            color: #231452;
        }

        .integration-type {
            font-size: 0.9rem;
            color: #8c7aac;
        }

        .integration-arrow {
            font-size: 1.3rem;
            color: #c6b1de;
            margin-left: auto;
        }

        .integration-btn {
            margin: 30px auto;
            background: #8000C7;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 16px 32px;
            font-size: 14px;
            font-weight: 600;
            box-shadow: 0 2px 12px rgba(118, 26, 236, 0.2);
            cursor: pointer;
        }

        .integration-logos-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 22px;
            margin-top: 32px;
            flex-wrap: wrap;
        }

        .integration-small-logo {
            width: 44px;
            height: 44px;
            border-radius: 10px;
            background: #fff;
        }

        @media (max-width: 700px) {

            .integration-row {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 10px;
            }

            .integration-new-home-card {
                padding: 10px;
                min-width: 180px;
                gap: 5px;
            }
        }

        /* Testimonial Section */

        .testimonial-container {
            text-align: center;
            margin-top: 60px;
            padding: 20px;
            margin-bottom: 70px;

        }

        .slider-container {
            margin: auto;
            overflow: hidden;
            position: relative;
            max-width: 1250px;
        }

        .slider-wrapper {
            display: flex;
            transition: transform 0.6s ease-in-out;
        }

        .story {
            min-width: 100%;
            display: grid;
            grid-template-columns: 1.6fr 1fr;
            gap: 30px;
            margin-top: 50px;

        }

        .story img.logo {
            width: 120px;
            margin-bottom: 10px;
            max-height: 120px;
        }


        .story-content {
            display: flex;
            flex-direction: column;
            align-items: start;
            margin-bottom: 20px;
        }

        .story-content h3 {
            margin: 5px 0;
            font-size: 26px;
            font-weight: 700;
            color: black;
        }

        .story-content p.title {
            color: #6a1b9a;
            font-size: 14px;
            margin: 0 0 20px;
        }

        .story-content p.quote {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 400;
            color: black;
            line-height: 1.8;
            text-align: left;
        }

        .story-content a {
            color: #6a1b9a;
            font-weight: bold;
            text-decoration: underline;

        }

        .stats {
            display: flex;
            gap: 40px;
            align-items: start;
            margin-top: 40px;
        }

        .stat {
            text-align: left;
        }

        .stat .value {
            font-size: 42px;
            font-weight: 600;
            color: #B027F5;
        }

        .stat .label {
            margin-top: 15px;
            color: black;
        }

        .story-image {
            margin-top: 60px;
            position: relative;
            width: 300px;
            margin-left: 50px;
        }

        .story img.person {
            width: 100%;
            object-fit: cover;
            border-radius: 10px;
        }
        .story:nth-child(3) .story-content img{
            width: 180px;
            height: 90px;
            margin-bottom: 0;
        }

        .story:nth-child(3) img{
            width: 300px;
            height: 300px;
        }


        .story-image-bg1 {
            width: 260px;
            height: 260px;
            background: var(--Primary-primary-50, #EFE7F4);
            position: absolute;
            z-index: -1;
            border-radius: 50%;
            top: -60px;
            left: -50px;
            opacity: .4;
        }

        .story-image-bg2 {
            width: 260px;
            height: 260px;
            background: var(--Primary-primary-50, #EFE7F4);
            position: absolute;
            z-index: -1;
            border-radius: 50%;
            bottom: 30px;
            right: -70px;
            opacity: .4;
        }

        .nav-buttons {
            display: flex;
            justify-content: space-between;
            max-width: 700px;

        }

        .disable-nav-button {
            color: #7F7F7F !important;
        }

        .nav-buttons button {
            background: none;
            border: none;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            color: #6a1b9a;
        }

        @media (max-width: 700px) {
            .testimonial-container {
                padding: 20px 15px;
                margin-top: 0;

            }

            .story {
                margin-top: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column-reverse;
            }

            .story-content>h3 {
                text-align: left !important;
            }

            .story-content>p {
                text-align: left !important;
            }

            .story:nth-child(3) {
                margin-top: 0px;
            }

            .story-image{
                margin-left: 0px;
                margin-top: 0px;
            }
            .story-image-bg2{
                bottom: -60px;
            }

            .stat {
                text-align: center;
            }

            .stat .value {
                text-align: center;
            }

            .stat .label {
                text-align: center;
                line-height: 1.2;
            }

            .nav-buttons {
                margin: 20px 0px;
            }
        }

        /* section: Knowledge Source */

        .hub-container {
            max-width: 1200px;
            margin: 90px auto;
            text-align: center;
        }

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

        .hub-subtitle {
            color: #555;
            font-size: 1rem;
            margin-bottom: 40px;
        }


        .container {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1.6fr;
            gap: 20px;
            margin-top: 40px;
        }

        .section {
            background: white;
            border-radius: 20px;
            padding: 25px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: fit-content;
            gap: 20px;
        }

        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            width: 100%;
            padding: 0px 10px;
        }

        .section-title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
        }

        .view-all {
            color: #5B0B86;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
        }

        .view-all:hover {
            text-decoration: underline;
        }

        .article-item {
            display: flex;
            flex-direction: row;
            margin-bottom: 25px;
            gap: 15px;
        }

        .blog_img_container {
            max-width: 200px;
        }

        .article-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        .article-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: left;
        }

        .article-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .article-description {
            font-size: 12px;
            color: #666;
            line-height: 1.4;
            margin-bottom: 10px;
            text-align: left !important;
        }

        .read-more {
            color: #5A0B85;
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
            text-align: left;
        }

        .read-more:hover {
            text-decoration: underline;
        }

        .video-item {
            display: flex;
            margin-bottom: 25px;
            gap: 15px;
        }

        .video-thumbnail {
            width: 120px;
            height: 120px;
            position: relative;
            flex-shrink: 0;
            background: #f0f0f0;
            overflow: hidden;
        }

        .video-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 30px;
            height: 30px;
            background: #ff4444;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .play-button::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 8px solid white;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            margin-left: 2px;
        }

        .video-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: left;

        }

        .video-title {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.3;
            text-align: left !important;
        }

        .video-description {
            font-size: 13px;
            color: #666;
            line-height: 1.4;
            margin-bottom: 10px;
            text-align: left !important;
        }

        .video-content a {
            text-align: left !important;
            text-decoration: none;
        }

        .event-item {
            display: flex;
            margin-bottom: 25px;
            gap: 10px;
        }

        .event-image {
            width: 120px;
            height: 80px;
            border-radius: 10px;
            object-fit: cover;
            flex-shrink: 0;
        }

        .event-content {
            flex: 1;
        }

        .event-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .event-description {
            font-size: 13px;
            color: #666;
            line-height: 1.4;
            margin-bottom: 10px;
        }

        .nav-arrows {
            display: flex;
            gap: 10px;
        }

        .nav-arrow {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border: none;
            transition: background 0.2s;
        }

        .nav-arrow:hover {
            background: #e0e0e0;
        }

        .nav-arrow::after {
            content: '←';
            font-size: 16px;
            color: #666;
        }

        .nav-arrow.next::after {
            content: '→';
        }

        .badge {
            display: inline-block;
            background: #64b5f6;
            color: white;
            padding: 4px 8px;
            border-radius: 15px;
            font-size: 11px;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .video-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px 20px;
            overflow: hidden;
            /* hide overflow so it looks like a slider */
            position: relative;
        }

        .new-descover-btn {
            background: #8000C7;
            color: #fff;
            border: none;
            padding: 16px 28px;
            font-size: 14px;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.3s;
            text-decoration: none;
            margin-top: 30px;
        }

        .video-item {
            display: flex;
            flex-direction: column;
            /* show one item at a time */
            transition: transform 0.5s ease;
            text-align: left I !important;
            /* smooth slide */
        }


        @media (max-width: 768px) {
            .container {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .article-item,
            .video-item,
            .event-item {
                flex-direction: column;
            }

            .article-image,
            .video-thumbnail,
            .event-image {
                width: 100%;
                height: 150px;
            }
            .blog_img_container{
                max-width: 100%;
            }
            .blog_img_container img {
                height: 100%;
            }
            .read-more{
                text-align: left !important;
            }
            .video-item:nth-child(4) .video-content .read-more{
                margin-top: 35px;
            }
        }

        /* FAQ section */

 .faq-section {
     margin: auto;
     text-align: center;
     margin-top: 100px;
     position: relative;
     margin-bottom: 100px;
 }

 .faq-new-home-page-container {
     width: 100%;
     max-width: 1200px;
     display: flex;
     gap: 40px;
     margin: 20px auto;
     margin-top: 40px;
     margin-bottom: 40px;
 }



 .faq-col {
     flex: 1;
     display: flex;
     flex-direction: column;
     gap: 5px;
 }

 .faq-col:nth-child(2) {}



 .faq {
     background: white;
     color: #1B1139;
     border-radius: 10px;
     margin-bottom: 12px;
     padding: 18px 20px;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
     cursor: pointer;
     transition: all 0.3s ease;
     display: flex;
     flex-direction: column;
     justify-content: center;
/*      height: 100px; */
 }

 .faq.hidden {
     display: none;
 }

 .faq h3 {
     margin: 0;
     font-size: 18px;
     font-weight: 600;
     display: flex;
     gap: 20px;
     align-items: center;
     text-align: left;
 }

 .faq h3::before {
     content: '+';
     font-size: 22px;
     transition: transform 0.3s ease;
 }

 .faq.active h3::before {
     content: '-';
     transform: rotate(180deg);
 }

 .faq-content {
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.4s ease, opacity 0.3s ease;
     opacity: 0;
     margin-top: 8px;
     margin-bottom: 10px;
     display: none;
 }

 .faq-content>p {
     margin-bottom: 10px;
 }

 .faq.active .faq-content {
     max-height: fit-content;
     /* adjust as needed */
     opacity: 1;
     display: block;
 }

 .faq-content p {
     margin: 0;
     color: #555;
     line-height: 1.5;
     font-size: 14px;
     text-align: left;
     height: fit-content;
     margin-left: 30px;
     margin-top: 10px;
     margin-bottom: 10px;
 }

 .faq-ans-list {
     list-style-type: disc;
     list-style: disc;
     text-align: left;
     font-size: 14px;
     line-height: 1.5;
     margin-left: 30px;

 }

 .faq-ans-list>li {
     list-style-type: disc;
     list-style: disc;
     text-align: left;
     font-size: 14px;
     line-height: 1.5;
     margin-left: 30px;
     color: #333;
 }

 #loadMoreBtn {
     background: #5a0b85;
     color: #fff;
     padding: 10px 20px;
     border: none;
     border-radius: 6px;
     cursor: pointer;
     font-size: 16px;
 }

 #loadMoreBtn:hover {
     background: #5a0b85;
 }



 @media (max-width: 700px) {
     .faq-section {
         padding: 0px 15px;
     }

     .faq-new-home-page-container {
         display: flex;
         flex-direction: column;
         gap: 0px;
     }

     .faq>h3 {
         font-size: 16px;
         font-weight: 500;
         text-align: left !important;
     }

     .faq-content>p {
         font-size: 12px;
         margin-left: 30px;
         text-align: left !important;
         margin-bottom: 15px;
     }

     .faq-ans-list>li {
         text-align: left !important;
     }

 }


        /* CTA section */
        .new-cta-section {
            position: relative;
            text-align: center;
            padding: 80px 20px;
            background: #fff;
        }

        .new-cta-section h2 {
            font-size: 40px;
            font-weight: 600;
            margin: 0 0 15px;
            color: #222;
        }

        .new-cta-section h2 span {
            color: #7800B4;
            /* purple highlight */
        }

        .new-cta-section p {
            font-size: 18px;
            color: #555;
            margin-bottom: 30px;
            line-height: 34px;
        }

        .new-cta-btn {
            background: #8000C7;
            color: #fff;
            border: none;
            padding: 16px 28px;
            font-size: 14px;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.3s;
            text-decoration: none;
        }

        .new-cta-btn:hover {
            color: white;
        }

        @media (max-width: 700px) {
            .new-cta-section {
                padding: 40px 20px;
            }

            .new-cta-section>h2 {
                font-size: 28px;
            }
        }


        /* Floating Icons */
        .icon {
            position: absolute;
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            animation: float 6s ease-in-out infinite;
        }

        .icon-left {
            left: 5%;
            bottom: 20%;
            animation-delay: 0s;
        }

        .icon-right {
            right: 5%;
            top: 15%;
            animation-delay: 2s;
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-15px);
            }
        }