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

    body {
        font-family: 'Sora', sans-serif;
        min-height: 100vh;
        color: white;
        background: white;
    }

    .new-home-page-container {
        width: 100%;
        max-width: 1200px;
    }

    .new-di-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;
    }

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

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

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

    .heading {
        font-weight: 600;
        color: white;
        font-size: 40px;
        line-height: 56px;
        text-align: left;
        margin-bottom: 30px;
    }

    .heading>span {
        color: #F3DAFF;
    }

    .heading>span {
        font-size: 40px;
        margin-bottom: 0px;
    }

    .sub-heading {
        font-weight: 400;
        font-size: 22px;
        line-height: 140%;
        color: white;
        text-align: left;
        margin-bottom: 50px;
        max-width: 1200px;

    }

    .section-heading {
        font-weight: 600;
        font-size: 36px;
        margin-bottom: 15px;
        color: black;
        text-align: center;
    }

    .section-subheading {
        font-weight: 400;
        font-size: 18px;
        color: black;
        max-width: 800px;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: 60px;
        text-align: center;
    }

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

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

        }

        .heading>span {
            font-size: 40px;
        }

        .sub-heading {
            font-size: 16px;
            margin: 0px;
            text-align: left;

        }

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

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

        .section-subheading {
            font-size: 16px;
            text-align: left;
            margin-bottom: 20px;
        }
    }


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

    .new-home-page-container {
        margin-top: 0px;
        ;
    }

    .hero-title {
        font-size: 42px;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 56px;
        text-align: left;
        color: white;
    }

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

    .hero-main {
        display: flex;
        gap: 30px;
        max-width: 1250px;

    }

    .hero-main-left {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;


    }

    .hero-main-right {
        flex: 1;
        display: flex;
        justify-content: end;
        align-items: end;
        

    }

    .hero-main-right>img {
        max-width: 700px;
        border-radius: 15px;
        object-fit: cover;
    }

    .hero-new-di-btn {
        background-color: #FFFFFFCC;
        max-width: 364px;
    }

    .hero-stats {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #f5f0ff;
        /* light background */
        border-radius: 12px;
        padding: 30px 40px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        max-width: 1150px;
        width: 100%;
        transform: translatey(50%);
        margin: auto;

    }

    .stat {
        text-align: center;
        flex: 1;
        padding: 0 20px;
        position: relative;
    }

    .stat:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 100%;
        width: 2px;
        background: #ccc;
    }

    .stat h2 {
        font-size: 30px;
        font-weight: bold;
        color: #823DA8;
        /* purple tone */
        margin: 0 0 8px;
    }

    .stat p {
        font-size: 18px;
        color: #333;
        margin: 0;
    }


    @media (max-width: 768px) {

        .hero-section {
            padding: 20px 15px;
            height: 660px;
        }

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

        .hero-new-di-btn {
            margin-top: 50px;
        }

        .hero-main {
            flex-direction: column;
        }

        .hero-main-right>img {
            width: 450px;
            margin-top: 40px;
        }

        .hero-stats {
            padding: 40px 20px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 30px;
            transform: translateY(20%);
        }

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

        .button-group {
            flex-direction: column;
            align-items: center;
        }

        .dashboard {
            margin: 0 20px;
        }

        .stat>h2 {
            font-size: 24px;
        }

        .stat>p {
            font-size: 16px;
        }

        .stat {
            position: relative;
        }

        .stat>h2,
        p {
            text-align: center;
        }

        .stat:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 75px;
            left: 0;
            width: 190px;
            height: 2px;
            background: #ccc;
        }

        .stat:after {
            margin: auto;
        }

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

    }

    @media (max-width: 400px) {
        .hero-main-right>img {
            width: 350px;
        }
    }

    .logos-container {
        margin-top: 180px;
        ;
    }

    .logos-strip {
        overflow: hidden;
        position: relative;
        width: 100%;
        max-width: 1100px;
        margin: 60px auto 40px auto;
        height: 100px;
    }

    .logos-track {
        display: flex;
        gap: 100px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) translateX(0);
        will-change: transform;
    }

    .logos-track>div {
        width: 170px;
        height: 50px;
    }

    .logo-item {
        height: 40px;
        width: 100px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: filter 0.3s ease;
    }

    .logo-item:hover {
        filter: grayscale(0%);
    }

    @media (max-width: 700px) {
        .logos-strip {
            margin-top: 300px;
            padding: 15px;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 30px;
        }
    }

    /* CSS for Challange section */
    .it_works--section {
        padding: 60px 20px;
        text-align: center;
    }

    .it_works--title {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000;
    }

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

    .it_works--cards {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
        justify-content: center;
        /* optional, keeps cards centered */
    }

    .it_works--card {
        flex: 1 1 calc(25% - 20px);
        /* 4 cards per row */
        min-width: 280px;
        /* prevents too small on smaller screens */
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        padding: 40px;
        text-align: left;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }



    .it_works--icon {
        width: 45px;
        height: 45px;
        background: #ffe9e6;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #e63946;
        margin-bottom: 19px;
    }

    .it_works--card h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 15px;
        text-align: left;
        color: #000;
    }

    .it_works--card p {
        font-size: 14px;
        color: #555;
        margin: 0;
        line-height: 1.4;
        text-align: left;
    }

    @media (max-width: 700px) {
        .it_works--section {
            padding: 30px 15px;
            margin-top: 0px;
        }

        .it_works--card h3 {
            text-align: left !important;
        }

        .it_works--card p {
            text-align: left !important;
        }
    }

    /* Bannar */
    .bannar-container {
        background-color: #F4E7FF;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-content: center;
        padding: 40px 20px;
        padding-bottom: 30px;
        text-align: center;
        max-width: 1200px;
        margin: 90px auto;
        margin-bottom: 140px;

    }

    .bannar-aboutUs-container {
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-content: center;
        padding: 40px 20px;
        padding-bottom: 30px;
        text-align: center;
        max-width: 1200px;
        margin: 10px auto;
        position: relative;
    }

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

    .bannar-subtitle {
        font-size: 14px;
        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: 12px 28px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none;
    }

    .bannar-button:hover {
        text-decoration: underline;
        color: white;
    }

    .bannar-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px 125px;
        justify-content: space-evenly;
        align-items: center;
        padding: 15px;
        max-width: 1150px;
        margin: auto;

    }



    .bannar-list-item {
        width: 362px;
        height: 120px;
        display: flex;
        gap: 12px;
        padding: 25px;
        border-radius: 8px;
        /* optional: rounded corners */
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        /* light shadow */
        transition: box-shadow 0.3s ease;
        /* smooth hover effect */
    }

    .bannar-list-item:hover {
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
        /* deeper shadow on hover */
    }

    .bannar-list-item:nth-child(odd) {}

    .bannar-list-item:nth-child(even) {}

    .bannar-list-item-img {
        width: 50px;
        height: 50px;

    }

    .bannar-list-item-content>h3 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-align: left;
        line-height: 20px;
    }

    .bannar-list-item-content>p {
        margin-top: 6px;
        font-size: 14px;
        color: #555;
        text-align: left;
    }

    @media (max-width: 700px) {
        .bannar-aboutUs-container {
            margin: 0px 15px;
        }

        .bannar-container {
            margin: 0px 15px;
        }

        .bannar-list {
            margin-top: 20px;
            padding: 0px;
            gap: 20px;
        }

        .bannar-list-item:nth-child(3) {
            margin-left: 0px;
        }

        .bannar-list-item-content>p,
        .bannar-list-item-content>h3 {
            text-align: left !important;
        }

    }

    /* Purpose Section */

    .purpose-section {
        margin: auto;
        text-align: center;
        padding: 80px 20px;
        max-width: 1200px;
    }

    .purpose-header h2 {
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .purpose-header p {
        font-size: 1rem;
        color: #555;
        margin-bottom: 50px;
    }

    .purpose-cards {
        display: flex;
        justify-content: center;
        gap: 50px;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        /* needed for divider */
    }

    /* Purple glowing divider */
    .purpose-cards::before {
        content: "";
        position: absolute;
        top: 10%;
        bottom: 10%;
        left: 50%;
        width: 6px;
        background: linear-gradient(to bottom,
                rgba(91, 39, 117, 0) 0%,
                #5B2775 50%,
                rgba(91, 39, 117, 0) 100%);
        border-radius: 4px;
        box-shadow: 0 0 20px rgba(91, 39, 117, 0.5);
        transform: translateX(-50%);
    }


    /* Cards */
    .purpose-card {
        flex: 1 1 45%;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        padding: 40px;
        text-align: left;
        transition: transform 0.3s ease;
        z-index: 1;
        /* keep above divider */
    }

    .purpose-card:hover {
        transform: translateY(-5px);
    }

    .purpose-icon {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .mission-icon {
        background: linear-gradient(135deg, #7b2ff7, #f107a3);
    }

    .vision-icon {
        background: linear-gradient(135deg, #06b6d4, #3b82f6);
    }

    .purpose-card h3 {
        font-size: 24px;
        color: black;
        margin-top: 40px;
        margin-bottom: 25px;
        text-align: left;
    }

    .purpose-card p {
        font-size: 14px;
        ;
        color: #555;
        margin-bottom: 20px;
        text-align: left;
    }

    .purpose-card ul {
        list-style: none;
        list-style-type: none !important;
        padding: 0;
        margin: 0;
    }

    .purpose-card ul li {
        margin-bottom: 10px;
        padding-left: 18px;
        position: relative;
        font-size: 14px;
        color: #555;
    }

    .purpose-card ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        border-radius: 50%;
        width: 10px;
        height: 10px;
    }

    .mission-icon+h3+p+ul li::before {
        background-color: #5B2775;
    }

    .vision-icon+h3+p+ul li::before {
        background-color: #06A3EF;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .purpose-section{
            padding:40px 15px;
        }
        .purpose-cards {
            flex-direction: column;
        }

        .purpose-cards::before {
            display: none;
            /* hide divider on mobile */
        }

        .purpose-card {
            flex: 1 1 100%;
        }

        .purpose-card h3 {
            text-align: left !important;
        }

        .purpose-card p {
            text-align: left !important;
        }

        .purpose-card ul li {
            text-align: left !important;
        }

        .purpose-icon,
        .purpose-icon img {
            width: 50px;
            height: 50px;
        }
    }

    /* CSS for timeline section */
    .timeline-section {
        max-width: 1200px;
        margin: 120px auto;
        padding: 0 2rem;

    }



    .timeline {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        z-index: 1;
    }

    .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #CBACDB;
        transform: translateX(-50%);
        border-radius: 2px;
        z-index: 0;
    }

    .timeline-item {
        position: relative;
        margin: 6rem 0;
        opacity: 0;
        transform: translateY(50px);
        animation: fadeInUp 0.8s ease forwards;
    }

    .timeline-item:nth-child(1) {
        animation-delay: 0.2s;
    }

    .timeline-item:nth-child(2) {
        animation-delay: 0.4s;
    }

    .timeline-item:nth-child(3) {
        animation-delay: 0.6s;
    }

    .timeline-item:nth-child(4) {
        animation-delay: 0.8s;
    }

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

    .timeline-marker {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #5E2F77, #AF57DD);
        border-radius: 10px 10px 0px 0px;
        ;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
        z-index: 2;
        transition: all 0.3s ease;
    }

    .timeline-marker svg {
        width: 32px;
        height: 32px;
        color: white;
    }

    .timeline-year {
        position: absolute;
        left: 50%;
        top: 72px;
        transform: translateX(-50%);
        background: #F8D6FE;
        color: #5D0A89;
        padding: 5px 11px;
        border-radius: 0 0 10px 10px;
        font-weight: 700;
        font-size: 1.8rem 18px;
        box-shadow: 0 5px 15px rgba(139, 92, 246, 0.3);
    }

    .timeline-content {
        background: white;
        padding: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        margin: 0 2rem;
        position: relative;
        transition: all 0.3s ease;
        max-width: 500px;
    }

    .timeline-content:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    }



    .timeline-item:nth-child(odd) .timeline-content {
        left: -30%;

    }



    .timeline-item:nth-child(even) .timeline-content {

        left: 30%;
    }


    .timeline-content h3 {
        font-size: 24px;
        font-weight: 600;
        color: #2d3748;
        margin-bottom: 12px;

    }

    .timeline-content p {
        color: #4a5568;
        font-size: 14px;
        line-height: 20px;
    }

    .timeline-item-bottom {
        position: relative;
        background: white;
        margin: auto;
        padding: 20px;
        z-index: 80;
        top: 40px;
    }



    .timeline-bottom-heading {
        font-size: 24px;
        margin: auto;
        text-align: center;
        color: #5D0A89;
    }

    @media (max-width: 1200px) {
        .timeline-content {
            max-width: 450px;
        }
    }

    @media (max-width: 1050px) {
        .timeline-content {
            max-width: 400px;
        }
    }

    @media (max-width: 900px) {
        .timeline-content {
            max-width: 310px;
        }
    }

    @media (max-width: 700px) {

        .timeline-section{
            margin-top: 60px;
        }
        .timeline::before {
            left: 2rem;
        }

        .timeline-marker {
            left: 2rem;
            width: 60px;
            height: 60px;
        }

        .timeline-marker svg {
            width: 24px;
            height: 24px;
        }

        .timeline-year {
            left: 2rem;
            top: 65px;
            font-size: 0.9rem;
            padding: 0.3rem 1rem;
        }

        .timeline-item:nth-child(odd) .timeline-content,
        .timeline-item:nth-child(even) .timeline-content {
            left: 15%;
        }

        .timeline-item:nth-child(odd) .timeline-content::before,
        .timeline-item:nth-child(even) .timeline-content::before {
            left: -30px;
            right: auto;
            border-right-color: white;
            border-left-color: transparent;
        }

        .timeline-content {
            padding: 2rem;
            max-width: 250px;
        }

        .timeline-content h3 {
            font-size: 1.5rem;
        }
    }

    /* CSS for Behind EDMO SEction */
    .container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .team-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
        gap: 3rem;
        max-width: 1200px;
        margin: 0 auto;
    }

    .team-card {
        border-radius: 24px;
        overflow: hidden;
        transition: all 0.4s ease;
        opacity: 0;
        transform: translateY(30px);
        animation: fadeInUp 0.8s ease forwards;
    }

    .team-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .team-card:nth-child(2) {
        animation-delay: 0.3s;
    }

    .team-card:nth-child(3) {
        animation-delay: 0.5s;
    }

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

    .edmo-section {
        margin-top: 90px;
    }

    .card-image {
        position: relative;
        height: 300px;
        overflow: hidden;
    }

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.4s ease;
    }

    .team-card:hover .card-image img {
        transform: scale(1.05);
    }

    .card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(236, 72, 153, 0.1) 100%);
        opacity: 0;
        transition: all 0.4s ease;
    }

    .team-card:hover .card-overlay {
        opacity: 1;
    }

    .card-content {
        padding: 1.5rem;
    }

    .card-content div {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .card-content div h3 {
        font-size: 1.8rem;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 0.5rem;
    }

    .card-content .role {
        font-size: 14px;
        font-weight: 600;
        color: #5B2775;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 1.5rem;
    }

    .card-content p {
        color: #64748b;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 2rem;
    }

    .social-links {
        display: flex;
        gap: 1rem;
    }

    .social-link {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: #f1f5f9;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        text-decoration: none;
        color: #64748b;
    }

    .social-link:hover {
        background: #4f46e5;
        color: white;
        transform: translateY(-2px);
    }

    .social-link svg {
        width: 20px;
        height: 20px;
    }

    /* Placeholder images with initials */
    .placeholder-image {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4rem;
        font-weight: bold;
        color: white;
        height: 100%;
    }

    .ashish-f {
        background: linear-gradient(135deg, #ff6b6b, #feca57);
    }

    .vaibhav {
        background: linear-gradient(135deg, #4834d4, #686de0);
    }

    .ashish-t {
        background: linear-gradient(135deg, #00d2d3, #54a0ff);
    }

    @media (max-width: 768px) {

        .edmo-section {
            padding: 0px 15px;
            margin-top: 40px;
        }
        .header{
            margin-top: 0px;
        }

        .team-grid {
            grid-template-columns: 1fr;
            gap: 0px;
        }

        .card-content {
            padding: 2rem;
        }

        .card-content div h3 {
            text-align: left !important;
            font-size: 24px;
        }

        .card-image {
            height: 320px;
        }
    }

    /* CSS for visionary section */

    .visionary-section {
        max-width: 1200px;
        margin: 80px auto;
        position: relative;
    }

    .visionary-item {
        padding: 20px;
        border-radius: 50%;
    }

    .visionary-item img {
        border-radius: 50%;
    }

    .visinory-item-content {
        color: #000;
        text-align: left;
        margin-top: 10px;

    }

    .visionary-item:nth-child(3) {}

    .visionary-item:nth-child(3) .visinory-item-content,
    .visionary-item:nth-child(7) .visinory-item-content {
        margin-left: 15px;
    }

    .visionary-item:nth-child(4) .visinory-item-content {
        margin-left: 20px;
    }

    .visionary-item:nth-child(5) .visinory-item-content {
        margin-left: 20px;
    }

    .visinory-item-content p {
        margin-left: 28px;
    }

    .visinory-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        justify-content: center;
        align-items: center;
        gap: 1px;
    }

    .visionary-image-wrapper {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }

    .visionary-image-wrapper>img {
        width: 20px;
        height: 20px;
    }

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

        .visinory-list {
            grid-template-columns: 1fr 1fr;
        }
        .visionary-item img{
            max-width: 170px;
        }
    }

    /* CRM section */
    .crm-section {
        display: none;
        max-width: 1200px;
        height: 700px;
        margin: 40px auto;
        overflow: hidden;
    }

    .crm-btn-groups {
        margin: auto;
        margin-bottom: 50px;
        width: fit-content;
        padding: 15px 25px;
        border-radius: 12px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
        display: flex;
        gap: 15px;
    }

    .salesforce-tab-btn {
        border-radius: 12px;
        font-size: 16px;
        padding: 10px;
        border: none;
        cursor: pointer;
    }

    .salesforce-tab-btn.crm-active-tab {
        background-color: #06A3EF;
    }

    .crm-active-tab {
        color: white;
        padding: 10px;

    }

    .slate-tab-btn {
        border-radius: 12px;
        font-size: 16px;
        padding: 10px;
        border: none;
        cursor: pointer;
    }

    .slate-tab-btn.crm-active-tab {
        background-color: #036499;
    }

    .more_crms-tab-btn {
        border-radius: 12px;
        font-size: 16px;
        padding: 10px;
        border: none;
        cursor: pointer;
    }

    .more_crms-tab-btn.crm-active-tab {
        background-color: #5B2775;
    }

    .crm-cards-container {
        position: relative;
    }

    .integration-card1,
    .integration-card2,
    .integration-card3 {
        display: block;
        position: absolute;
        opacity: 0;
        transition: all 3s ease-in-out;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        padding: 30px;
        text-align: left;
    }

    .active-card {
        display: block;
    }

    .integration-header {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .integration-header img {
        width: 60px;
        height: 60px;
        border-radius: 12px;
        margin-right: 20px;
    }

    .integration-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        color: black;
    }

    .integration-header p {
        margin: 8px 0 0;
        font-size: 16px;
        color: #555;
        line-height: 24px;
    }

    .integration-content {
        display: grid;
        grid-template-columns: 1fr 1.4fr;
        gap: 40px;
        margin-top: 20px;
    }

    /* Left column */
    .integration-flow h4,
    .integration-features h4,
    .integration-metrics h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 28px;
    }

    .flow-steps {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .flow-step {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .flow-step img {
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }

    .flow-step span {
        font-size: 14px;
        color: #333;
    }

    /* Right column */
    .integration-features ul {
        list-style: none;
        padding: 0;
        margin: 0 0 25px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px 34px;
    }

    .integration-features li {
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 14px;
        color: #333;
    }

    .integration-metrics {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        max-width: 450px;
        gap: 40px;
    }

    .metric {
        text-align: center;
    }

    .metric span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #007bff;
    }

    .metric small {
        display: block;
        font-size: 16px;
        margin-top: 10px;
        color: #666;
    }

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

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



    /* CSS for other crms card */
    .other_crms--section {
        padding: 60px 20px;
        text-align: center;
        margin-top: 0px;
    }

    .other_crms--title {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000;
    }

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

    .other_crms--cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .other_crms--card {
        display: flex;
        flex-direction: column;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        padding: 40px;
        text-align: left;
        transition: transform 0.3s ease;
    }

    .other_crms--icon {
        width: 45px;
        height: 45px;
        background: #ffe9e6;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #e63946;
        margin-bottom: 19px;
    }

    .other_crms--card h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 15px;
        color: #000;
    }

    .other_crms--card p {
        font-size: 14px;
        color: #555;
        margin: 0;
        line-height: 1.4;
    }

    .other_crms--card>a {
        margin-top: 20px;
        color: #5B2775;
    }


    @media (max-width: 768px) {
        .crm-section {
            padding: 0px 15px;
            height: 1350px;
        }

        .integration-content {
            grid-template-columns: 1fr;
        }

        .integration-metrics {
            justify-content: space-between;
        }

        .integration-card1,
        .integration-card2,
        .integration-card3 {
            display: flex;
            flex-direction: column;
        }

        .integration-content {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-top: 20px;
        }

        .integration-header {
            display: flex;
            align-items: start;
            margin-bottom: 0px;
        }

        .integration-header-content>h3,
        .integration-header-content>p {
            text-align: left !important;
        }

        .integration-flow {
            margin-top: 15px;
        }

        .integration-features {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-top: 15px;
        }

        .integration-features>h4 {
            margin-bottom: 10px;
        }

        .integration-features ul li {
            align-items: start;
            line-height: 20px;
        }

        .integration-features ul li span {
            text-align: left !important;
        }

        .flow-step {
            margin-left: 25%;
        }

        .flow-step>span {
            text-align: left !important;
            line-height: 17px;
        }

        .other_crms--cards {
            display: flex;
            flex-direction: column;
            text-align: left;
        }

        .other_crms--card h3,
        .other_crms--card p {
            text-align: left !important;
        }

        .bannar-container {
            margin-top: 0px;
            padding: 15px;
            margin-bottom: 30px;
        }
    }
