* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

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

.new-salesforce-btn-primary {
    color: #5B2775;
    background-color: #E6F7FF;
    font-family: 'Sora', sans-serif;

}

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

.section-heading {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 15px;
    color: black;
    text-align: center;
    font-family: 'Sora', sans-serif;
}

.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;
    text-align: center;
    padding: 100px 0px;
    padding-top: 60px;
    padding-bottom: 90px;
    width: 100%;

    margin: 0;
    background: #582975;
    margin-bottom: 50px;
    height: 600px;
}

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

    margin: auto;
}

.hero-main-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
/*     margin-bottom: 120px;
 */
}

.hero-main-right {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;
    top: 10px;
}

.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: 80px;
    width: 2px;
    background: #ccc;
}

.stat:nth-child(1),
.stat:nth-child(3),
.stat:nth-child(4) {
    top: -10px;
}

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

 /* 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;
            }
        }

@keyframes float {

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

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

@media (max-width: 768px) {
    .hero-section {
      height: 700px;

    }
    .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;
    }
	img.uni-feature-gif {
    max-width: 370px !important;
}

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

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

.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-top: 40px;
        margin-bottom: 40px;
    }
    .logos-strip {
        margin-top: 0px;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 0px;
    }
}

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

/* Tools section */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.tools-section {
  max-width: 1400px;
  margin: 0 auto;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #1a202c;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.section-subheading {
  font-size: 1.25rem;
  text-align: center;
  color: #4a5568;
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
  perspective: 1000px;
}

.tools-card {
  height: 550px;
  position: relative;
}

.tools-card-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.tools-front,
.tools-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.tools-front {
  background: white;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.tools-card:hover .tools-front {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.card-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

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

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

.card-text {
  padding: 15px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #582975;
  color: white;
	margin-top: 40px;
}

.card-text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: white;
}

.card-hint {
  font-size: 0.8rem;
  opacity: 0.9;
  font-weight: 500;
}

.tools-back {
  background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
  padding: 50px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-content {
  color: white;
  text-align: center;
}

.back-content h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ff7043;
}

.back-content > p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 24px;
  opacity: 0.95;
}

.feature-list {
  list-style: none;
  padding: 0;
  display: inline-block;
  text-align: left;
}

.feature-list li {
  padding: 12px 0;
  padding-left: 0;
  position: relative;
  font-size: 0.95rem;
  opacity: 0.9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-list li:last-child {
  border-bottom: none;
}

/* .feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff7043;
  font-weight: bold;
  font-size: 1.2rem;
} */

/* Responsive Design */
@media (max-width: 1200px) {
  .tools-grid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 2rem;
  }

  .section-subheading {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }

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

  .tools-card {
    height: 520px;
  }

  .card-image {
    height: 380px;
  }

  .back-content {
    padding: 30px;
  }

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

/* Animation for cards on load */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tools-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

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

.tools-card:nth-child(2) {
  animation-delay: 0.2s;
}

.tools-card:nth-child(3) {
  animation-delay: 0.3s;
}


/* See How It Works Section */
.how-it-works-section {
  padding: 100px 60px;
  text-align: center;
  background: white;
}

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

.section-description {
  font-size: 18px;
  line-height: 34px;
  color: black;
  margin-bottom: 70px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.how-it-works-container {
  max-width: 1200px;
  margin: 0 auto;
}

.how-it-works-grid {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.how-it-works-item {
  display: flex;
  align-items: center;
  gap: 60px;
}



.how-it-works-content {
  flex: 1;
  text-align: left;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: white;
  color: #7502AF;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(117, 2, 175, 0.15);
}

.how-it-works-title {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.3;
}

.how-it-works-description {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-bottom: 24px;
}

.how-it-works-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7502AF;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.how-it-works-link:hover {
  gap: 12px;
}

.arrow-icon {
  font-size: 20px;
}

.how-it-works-image {
  flex: 1;
}

.how-it-works-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.video-container {
  max-width: 1200px;
  margin: 0 auto 60px;
}
/* Integrations Section */
.integrations-section {
  padding: 100px 60px;
  text-align: center;
  background: #fafafa;
}

.integration-filters {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 50px;
}

.filter-btn {
  padding: 8px 24px;
  border-radius: 100px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid transparent;
}

.filter-btn.active {
  background: linear-gradient(to bottom, #5b2b74, #a06cd5);
  color: white;
  border: none;
}

.filter-btn:not(.active) {
  background: white;
  color: #0a0a0a;
  border: 2px solid #e5e7eb;
}

.filter-btn:hover {
  transform: translateY(-2px);
}

.integrations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.integrations-grid[style*="display: none"] {
  opacity: 0;
  transform: translateY(10px);
}

.integration-card {
  background: white;
  border: 1px solid #f3f4f6;
  border-radius: 24px;
  padding: 33px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  text-align: left;
}

.integration-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.15);
}

.integration-icon {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background: linear-gradient(to bottom, #5b2b74, #a06cd5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0px 10px 15px -3px rgba(91, 43, 116, 0.3);
  transition: transform 0.3s;
}

.integration-card:hover .integration-icon {
  transform: scale(1.1) rotate(5deg);
}

.integration-icon svg {
  width: 32px;
  height: 32px;
}

.integration-title {
  font-size: 16px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 8px;
}

.integration-description {
  font-size: 16px;
  color: #4a5565;
  line-height: 24px;
  margin-bottom: 24px;
}

.integration-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #5b2b74;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.integration-link:hover {
  gap: 16px;
}

.integration-link svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.integration-link:hover svg {
  transform: translateX(4px);
}

/* Overlay background - base style */
.tools-card::before {
    content: "";
    position: absolute;
    inset: 0;
    transition: all 0.5s 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;
	  opacity: .5;
    background: #540091; */
}

/* 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 {
        margin-top: 0px;
        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 {
    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;
    justify-content: space-evenly;
}


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

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

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

@media (max-width: 700px) {

    .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: 40px auto;
    margin-bottom: 90px;
}

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

.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 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;
    padding: 0 20px;
    max-width: 450px;
    gap: 40px;
}

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

.metric {
    text-align: center;
}

.flow-arrow {}

.flow-arrow img {
    width: 24px;
    height: 24px;
    margin: auto;
    margin-left: 60px;
}

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

.metric small {
    display: block;
    font-size: 16px;
    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;
    }

    .integration-card {
        box-shadow: none;
        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;
    }

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


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

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

/* Awards Section */
.globe-awards {
    margin: 150px auto;
}

.globe-awards-list {
    display: flex;
    gap: 80px;
    max-width: 1100px;
    margin: 0 auto 20px;
    margin-top: 40px;

    /* 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: 200px;
    flex: 0 0 auto;
    scroll-snap-align: center;
    text-align: center;
}

.globe-award img {
    width: 200px;
    border-radius: 6px;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.globe-award img.visible {
    opacity: 1;
    transform: scale(1);
}

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


/* Section container */
.video-section {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 250px;
    /* Full screen height */
    overflow: hidden;
    border-radius: 15px;
	display:none;
}

/* Background video (end-to-end) */
.video-section .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures full coverage */
    z-index: -1;
}

/* Foreground video (overlay) */
.video-section .fg-video {
    position: absolute;
    top: 50%;
    left: 30%;
    height: 450px;
    width: 450px;
    object-fit: cover;
    /* Adjust to position horizontally */
    transform: translateY(-50%);
    /* Adjust size as needed */
    z-index: 1;
}

@media (max-width: 700px) {
    .globe-awards{
        margin:70px 0px;
    }
    .globe-awards-list{
        max-width: 400px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .globe-award{
        max-width: 180px;
    }
    .globe-awards-dots{
        display: none;
    }
    .video-section{
        margin: 50px 10px;

    }
    .video-section .bg-video{
        max-width: 400px;
        width: 100%;
        object-fit: contain;
        border-radius: 10px;
    }
    .video-section .fg-video{
        width: 200px;
        height: 200px;
        left: 0;
        top: 10%;
        transform: translateX(50%);
    }
	  .how-it-works-section,
  .integrations-section,
  .transcript-processing-section,
  .faq-section {
    padding: 60px 24px;
  }
	  .how-it-works-item {
    flex-direction: column !important;
    gap: 30px;
    padding: 30px;
  }
}


