* {
    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 !important;
}

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

.new-salesforce-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;
    max-width: 205px;
    padding: 20px 20px;
}

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

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

.new-salesforce-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: 20px;
}

.heading>p {}

.heading>span {
    font-size: 44px;
    margin-bottom: 0px;
    font-weight: 800;
    padding: 10px 0px;
    border-radius: 12px;
    margin-top: 20px;
    color: #fff799;

}

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

}

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

.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;

    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
}

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

    .heading {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 20px;
    }

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


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

    }

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

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

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

.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 600px;
    padding-bottom: 0px;
    width: 100%;
    max-width: 100dvw;
    padding-bottom: 90px;
    margin: 0;
    background: linear-gradient(to top, #00A5FF 0%, #036499 100%);
    margin-bottom: 50px;
}

.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;
    margin-right: auto;
    color: white;
}

.hero-main {
    display: flex;
    justify-content: space-between;
    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-btn {
    background-color: #FFFFFFCC;
    max-width: 324px;
}

.hero-stats {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #dbe8f0;
    /* light background */
    border-radius: 12px;
    padding: 30px 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: auto;
    top: 55px;
}

.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: #0065E1;
    /* purple tone */
    margin: 0 0 8px;
}

.stat p {
    font-size: 18px;
    color: #333;
    margin: 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(2) {
    top: 70%;
    right: 5%;
    left: auto;
    animation-delay: -2s;
}

@keyframes float {

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

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

@media (max-width: 768px) {
    .hero-section {
        height: 750px;
        padding-top: 50px ;

    }

    .tce-tools-container {
        max-width: 450px;
    }

    .tce-tools-container {
        padding: 0px 15px;
    }

    .hero-main-left {
        align-items: center;
    }

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


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

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

    .hero-main-left {
        margin-bottom: 20px;
    }

    .hero-main-right {
        justify-content: center;
        max-width: 400px;
    }

    .hero-main-right>video {
        width: 400px;
        margin-top: 0px;
    }


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

    .dashboard {
        margin: 0 20px;
    }

    .hero-stats {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 40px 10px;
        max-width: 300px;
    }

    .stat {
        position: relative;
    }

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

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


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

    .stat:nth-child(1)::after {
        top: 65px;
    }

    .stat:nth-child(2)::after {
        left: 15%;
        top: 90px;
    }

    .stat:nth-child(3)::after {
        left: 9%;
        top: 65px;
    }

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

}

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

.logos-container {
    margin: 100px 0px;
    margin-bottom: 0px;
}

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

.logos-track {
    display: flex;
    gap: 40px;
    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.3s 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: 50px 0px;;
    }
    .logos-strip {
        
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 700px) {
    .logos-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 700px) {
    .logos-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* Tools section */
.tools-section {
    max-width: 1200px;
    margin: 50px auto;
    margin-top: 80px;
}

.tools-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.tools-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 360px;
    color: #fff;
    cursor: pointer;
}

.tools-card:nth-child(1) {
    background: url("https://landing-stage.goedmo.com/wp-content/uploads/2025/09/Slate-Effortless-Integration.webp") center/cover no-repeat;
}

.tools-card:nth-child(2) {
    background: url("https://landing-stage.goedmo.com/wp-content/uploads/2025/09/Slate-Cross-CRM-Automation0A.webp") center/cover no-repeat;
}

.tools-card:nth-child(3) {
    background: url("https://landing-stage.goedmo.com/wp-content/uploads/2025/09/Slate-Unified-Student-View.webp") center/cover no-repeat;
}

/* Overlay background - base style */
.tools-card::before {
    content: "";
    position: absolute;
    inset: 0;
    transition: all 0.1s ease;
    z-index: 1;
    opacity: 0;
}



/* Hover stronger gradient overlays */
.tools-card:nth-child(1):hover::before {
    opacity: .5;
    background: #005883;
}

.tools-card:nth-child(2):hover::before {
    opacity: .5;
    background: #006C2E;
}

.tools-card:nth-child(3):hover::before {
    opacity: .5;
    background: #540091;
}

/* Content wrapper */
.tools-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

/* Default (front) content */
.tools-front {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    color: white;
}

/* Hover (back) content */
.tools-back {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    color: white;
}

.tools-card:hover .tools-front {
    opacity: 0;
    transform: translateY(-20px);
}

.tools-card:hover .tools-back {
    opacity: 1;
    transform: translateY(0);
}

.tools-card h3 {
    color: white;
    font-size: 20px;
    margin: 0 0 8px;
}

.tools-card p {
    color: white;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 12px;
}

.tools-card a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.tools-card a:hover {
    text-decoration: underline;
}

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

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

}

/* FAQ section */

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

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

.faq-col {
    flex: 1;
}



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

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

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

.faq-content p {
    margin: 0;
    color: #555;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
    height: fit-content;
    margin-left: 25px;
    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;
    padding: 0px;

}

.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: #555;
}

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

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

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

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

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

}

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

.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: grid;
    grid-template-columns: repeat(auto-fit, minmax(282px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.it_works--card {

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 40px;
    text-align: left;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 15px;

}


.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:nth-child(6) .it_works--icon,
.it_works--card:nth-child(7) .it_works--icon,
.it_works--card:nth-child(8) .it_works--icon {
    width: 55px;
    height: 55px;
}

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

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

/* .it_works--card:nth-child(1) p,
    .it_works--card:nth-child(2) p {
        margin-top: 10px;
    } */

/* .it_works--card:nth-child(6) p,
    .it_works--card:nth-child(7) p,
    .it_works--card:nth-child(8) p {
        margin-top: 20px;
    } */



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

/* .it_works--card:nth-child(1) > a,
    .it_works--card:nth-child(2) a {
        margin-top: 40px;
    }

    .it_works--card:nth-child(6) a,
    .it_works--card:nth-child(7) a,
    .it_works--card:nth-child(8) a {
        margin-top: 12px;

    } */

@media (max-width: 700px) {
    .it_works--card:nth-child(1) img {
        width: 50px;
    }

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

/* Bannar */
.bannar-new-home-page-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: 60px auto;
    margin-bottom: 100px;

}

.bannar-title {
    font-size: 24px;
    font-weight: 600;
    color: #1B1139;
    margin-bottom: 8px;
    font-family: 'Sora', sans-serif;
}

.bannar-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 24px;
    margin-top: 0;
    line-height: 1.5;
    font-family: 'Sora', sans-serif;
}

.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;
    font-family: 'Sora', sans-serif;
}

@media (max-width: 700px) {
    .bannar-new-home-page-container {
        margin: 0px 15px;
        margin-bottom: 20px;
    }

}

.integration-section {
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 20px;
    text-align: center;
}



.integration-section p.subheading {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.integration-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: left;
}

.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: 30px;
}

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

.integration-metrics-heading {
    margin-top: 155px;
}

.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-arrow img {
    width: 24px;
    height: 24px;
    margin: auto;
    margin-left: 60px;
}

.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 h4 {
    color: #696868
}

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

.integration-metrics {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    gap: 40px;
}

.integration-metrics-heading {
    margin-top: 130px;
}

.metric {
    text-align: center;
}

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

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

@media (max-width: 768px) {
    .integration-section {
        margin-top: 90px;
        margin-bottom: 0px;
    }

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

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

    .integration-metrics-heading {
        margin-top: 0px;
    }

    .integration-card {
        box-shadow: none;
        padding: 0px;
        padding-bottom: 15px;
    }

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

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

    .integration-header>div>h3,
    .integration-header>div>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 {
        margin-left: 20px;
    }

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