

@font-face {
  font-family: "RethinkSans-ExtraBold";
  font-style: normal;
  font-weight: 900;
  src: url(../css/fonts/RethinkSans-ExtraBold.ttf) format("ttf")
}

@font-face {
  font-family: "RethinkSans-Bold";
  font-style: normal;
  font-weight: 700;
  src: url(../css/fonts/RethinkSans-Bold.ttf) format("ttf"),
}

@font-face {
  font-family: "RethinkSans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url(../css/fonts/RethinkSans-SemiBold.ttf) format("ttf")
}

@font-face {
  font-family: "RethinkSans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url(../css/fonts/RethinkSans-Medium.ttf) format("ttf")
}

@font-face {
  font-family: "RethinkSans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../css/fonts/RethinkSans-Regular.ttf) format("ttf")
}

/* Basic Reset - Kept for consistency */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'RethinkSans-Regular', sans-serif;
}
.font-bolder {
    font-weight: 800;
}
.demand-generation-agent {
    background: url('../images/demand-generation-bg.jpg') no-repeat center center / cover;
}
.blog-agent, .key-feature-image-1 {
    background: url('../images/blog-agent-bg.jpg') no-repeat center center / cover;
}

.knowledge-agent, .key-feature-image-5 {
    background: url('../images/knowledge-agent-bg.png') no-repeat center center / cover;
}

.proposal-creator-agent, .key-feature-image-4 {
    background: url('../images/proposal-creater-bg.jpg') no-repeat center center / cover;
}

.product-marketing-agent, .key-feature-image-2 {
    background: url('../images/product-marketing-agent-bg.jpg') no-repeat center center / cover;
}

.messaging-agent {
    background: url('../images/messaging-bg.jpg') no-repeat  top left / cover;
}

.quality-control-agent {
    background: url('../images/qc-bg.jpg') no-repeat center center / cover;
}

.abm-agent, .key-feature-image-3 {
    background: linear-gradient(135deg, #98FB98, #00D084);
}
.container{
            max-width: 1240px !important;
            padding-left: 20px;
            padding-right: 20px;
}
.cta-btn{
    margin-bottom: 30px !important;
}
.mb-40px {
    margin-bottom: 40px !important;
}
/* All other styles have been replaced by Tailwind CSS */
.text-white {
    color: #FFFFFF !important;
}
.heading-96{
    color: #fff;
    font-family: "RethinkSans-Bold", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em; /* 102.083% */
    text-align: left;
    margin-bottom: 30px;
}
.heading-64{
    color: #000;
text-align: center;
font-family: "RethinkSans-Bold", sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 1.2em;
margin-bottom: 30px;
}
.heading-56{
    color: #24C887;
text-align: center;
font-family: "RethinkSans-Bold", sans-serif;
font-size: 56px;
font-style: normal;
font-weight: 700;
line-height: 1.2em; 
margin-bottom: 20px;
}
.text-20{
    color: #0D0D12;
font-family: "RethinkSans-Regular", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 1.4em; 
margin-bottom: 20px;
}
.text-green{
color: #24C887;
}
.text-blue{
color: #3A82F6;
}
.text-red{
    color: #FF4B4B;
}
.font-medium {
    font-weight: 500 !important;
}
.text-14{
    color: #fff;
text-align: center;
font-family: "RethinkSans-Medium", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 1.2em; 
margin-bottom: 20px;
}
.text-16{
    color: #050020;
text-align: left;
font-family: "RethinkSans-SemiBold", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 1.4em; 
margin-bottom: 10px;
}
.text-12{
    color: #050020;
text-align: left;
font-family: "RethinkSans-Regular", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 1.4em; 

}
.text-38{
    color: #0D0D12;
font-family: "RethinkSans-Regular", sans-serif;
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height:1.2em; 
margin-bottom: 20px;
}
.hero-banner{
    padding: 100px 0 430px 0;
}
   /* Features Section  ******************************/
.feature {
    padding: 150px 50px 80px;
}
.dash-img{
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
  /* Features Section  end******************************/

/* Agent Cards Section **************************/
.agent-section {
    padding: 150px 0 40px 0;
}
.tab-buttons{
    margin-bottom: 100px;
}
.tab-btn{
    display: flex;
padding: 8px 18px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 99px;
border: 1px solid #24C887;
}
.tab-btn:hover{
    background-color: #24C88736;
}
.tab-btn.active:hover{
    background-color: #24C887;
}
.agent-card {
    position: absolute;
    width: 230px;
    padding: 18px;
    border-radius: 8px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    transform: all 0.3s ease;
}

.center-content {
    margin-bottom: 150px;
}
.agent-card.agent-card-1 {
    top: 0;
    left: 40%;
    background-image: url('../images/agent-card-bg-1.png');
}
.agent-card.agent-card-2 {
    top: 10%;
    right: 4%;
    background-image: url('../images/agent-card-bg-2.png');
}
.agent-card.agent-card-3 {
    bottom: 17%;
    right: 16%;
    background-image: url('../images/agent-card-bg-3.png');
}
.agent-card.agent-card-4 {
    bottom: 19%;
    left: 11%;
    background-image: url('../images/agent-card-bg-4.png');
}
.agent-card.agent-card-5 {
    top: 18%;
    left: 1%;
    background-image: url('../images/agent-card-bg-5.png');
}
.agent-card.rolebase-agent-card-1 {
    top: 0;
    right: 34%;
    background-image: url('../images/agent-card-bg-6.png');
}
.agent-card.rolebase-agent-card-2 {
    top: 17%;
    right: 0%;
    background-image: url('../images/agent-card-bg-1.png');
}
.agent-card.rolebase-agent-card-3 {
    bottom: 26%;
    right: 6%;
    background-image: url('../images/agent-card-bg-7.png');
}
.agent-card.rolebase-agent-card-4 {
    bottom: 17%;
    left: 41%;
    background-image: url('../images/agent-card-bg-3.png');
}
.agent-card.rolebase-agent-card-5 {
    bottom: 30%;
    left: 2%;
    background-image: url('../images/agent-card-bg-4.png');
}
.agent-card.rolebase-agent-card-6 {
    top: 6%;
    left: 8%;
    background-image: url('../images/agent-card-bg-8.png');
}
.agent-card.execution-agent-card-1 {
    top: -1%;
    right: 18%;
    background-image: url('../images/agent-card-bg-2.png');
}
.agent-card.execution-agent-card-2 {
    bottom: 30%;
    right: 3%;
    background-image: url('../images/agent-card-bg-7.png');
}
.agent-card.execution-agent-card-3 {
    bottom: 18%;
    left: 41%;
    background-image: url('../images/agent-card-bg-3.png');
}
.agent-card.execution-agent-card-4 {
    bottom: 29%;
    left: 2%;
    background-image: url('../images/agent-card-bg-4.png');
}
.agent-card.execution-agent-card-5 {
    top: 0%;
    left: 16%;
    background-image: url('../images/agent-card-bg-5.png');
}
/* Agent Cards Section end **************************/

/* key feature section ******************************/
.key-feature-card {
    padding: 24px;
    border-radius: var(--radius-16, 16px);
    background: #FFF;
    box-shadow: 2px -4px 15px 0px rgba(0, 0, 0, 0.05), -2px 4px 15px -1px rgba(0, 0, 0, 0.05);   
}
.card-inner{
      position: sticky;
     top: 80px;
     margin-top: 80px;
}
.key-feature {
    padding: 150px 0 ;
}
/* key feature section end ******************************/

/* use cases section ***************************/
/* Tab buttons */
.triangle-tab-section {
    padding-top: 30px;
}
.use-case-section{
    padding: 150px 0 80px 0;
}
 .useCase-tab-btn {
    display: flex;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "rethinkSans-Medium", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    border-radius: 99px;
    border: 1px solid #24C887;
}
.useCase-tab-btn:hover{
    background-color: #24C88736;
}
  .useCase-tab-btn.active {
    border-radius: 99px;
    background: #24C887;
}


  /* Floating icon boxes */
.icon-box {
    border-radius: 12px;
    border: 1px solid #201652;
    background: #090329;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    transform: scale(0.9);
    display: flex;
    gap: 20px;
    padding: 16px 20px 16px 16px;
    align-items: center;
    width: fit-content;
    position: absolute;
    max-width: 348px;
}
  .useCase-tab-content:not(.hidden) .icon-box {
    opacity: 1;
    transform: scale(1);
  }
  .icon-box p{
    color: #ADADAD;
font-family: "RethinkSans-Regular", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 1.4em;
text-align: left;
  }
.icon-box.icon-box-1-1 {top: 11%;left: 13%;}
.icon-box.icon-box-1-2{top: 18%;right: 9.5%;}
.icon-box.icon-box-1-3{top: 47%;left: 1.5%;}
.icon-box.icon-box-1-4{top: 63%;right: 1%;}

.icon-box.icon-box-2-1{top: 11%;right: 13%;}
.icon-box.icon-box-2-2{top: 24%;left: 7%;}
.icon-box.icon-box-2-3{top: 56%;right: -0.5%;}
.icon-box.icon-box-2-4{top: 58%;left: -2%;}

/* use cases section end ***************************/


  /* Make the cards container scrollable with snap behavior */

  .benefit-card {
    height: calc(100vh - 5rem);
  }

  /* benefit section start *********************/
  .benefits-cards-wrapper {
    padding: 150px 0;
}
 .benefit-card-inner {
    position: sticky;
    top: var(--top-offset, 20rem);
    padding: 0 40px 75px;
    border-radius: 20px;
    background: #090329;
}
.benefits-cards-container {
    padding-left: 20px;
}
.round-b-corner{
    border-radius: 0 0 12px 12px;
}
    .image-margin-bottom {
        margin-bottom: 70px;
    }
    .headline-margin-bottom {
        margin-bottom: 30px;
    }
    .pr-60px{
        padding-right: 60px;
    }
    .progress-container {
    padding-left: 50px;
    width: 15%;
}
.top-20 {
    top: 10rem !important;
}
  /* benefit section end *********************/


/* b2b and marque css  ***********************/
#table-container.has-fade::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px; /* Controls the height of the fade */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
    pointer-events: none; /* VERY IMPORTANT: Allows clicking through the overlay */
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

 .animate-marquee {
            animation: marquee-animation 25s linear infinite;
        }

        @keyframes marquee-animation {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }
.text-128{
    font-size: 128px;
      font-family: "RethinkSans-Bold",sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  color: #3A82F6;
}
.b2b-difference{
      padding: 150px 0;
}
.ready-for-b2b{
    padding: 150px 0;
}
.marquee-section{
    padding: 150px 0;
}
.table-wrap{
    padding-top: 40px;
}
/* b2b and marque css end ***********************/
/* footer section ******************************/
.mt-60px{
    margin-top: 60px;
}
footer{
    background: linear-gradient(90deg, #E8F8FC 0%, #ECF3FA 57.21%, #F6F6F9 100%);
}
.footer{
    padding: 100px 0 20px 0;
}
.mt-80px{
    margin-top: 80px;
}
/* footer section end ***************************/
.useCase-tab-content.hidden img.h-auto{
animation: none;
}
.useCase-tab-content img.h-auto{
 animation: zoom-in-light 0.4s ease-in;
}
.useCase-tab-content.hidden .icon-box{
    animation: none;
}
.useCase-tab-content .icon-box-1-1, .useCase-tab-content .icon-box-2-1{
    animation: zoom-in 0.7s ease-out forwards;
}
.useCase-tab-content .icon-box-1-2, .useCase-tab-content .icon-box-2-2{
    animation: zoom-in 0.9s ease-out forwards;
}
.useCase-tab-content .icon-box-1-3, .useCase-tab-content .icon-box-2-3{
    animation: zoom-in 1.1s ease-out forwards;
}
.useCase-tab-content .icon-box-1-4, .useCase-tab-content .icon-box-2-4{
    animation: zoom-in 1.3s ease-out forwards;
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
  
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.95, 0.95);
  }
  
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
/* Initial state */
.animate-on-scroll {
    opacity: 0;
    visibility: hidden;
}

/* After animated */
.animated {
    opacity: 1 ;
    visibility: visible;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-fill-mode: both;
}

.animate-fade-in-up {
    animation: fadeInUp 300ms ease-out forwards;
}

.animate-fade-out-down {
    animation: fadeOutDown 300ms ease-out forwards;
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0);
        }
        to {
          opacity: 0;
          transform: translateY(1rem);
            }
    }


.svg-radial-red {
    border-radius: 23377.291px;
    opacity: 0.23;
    background: #FF4B4B;
    filter: blur(80px);
    width: 650px;
    height: 650px;
    position: absolute;
    left: -80%;
    bottom: -66%;
    z-index: -1;
}
  .svg-radial-blue {
    border-radius: 23377.291px;
    opacity: 0.23;
    background: #3A82F6;
    filter: blur(80px);
    width: 650px;
    height: 650px;
    position: absolute;
    right: -11%;
    /* top: 100%; */
    /* left: 0; */
    bottom: 7%;
    z-index: -1;
}
   .cta-btn{
    padding: 12px 35px !important;
   }
  .desk-menu .cta-btn {
    margin-bottom: 0px !important;
}
.responsive-table .text-16{
margin-bottom: 0;
}
       