/* CONTAINER */
.container-fluid-tsw {
    padding:20px 0px;
}
.container-fluid-tsw-2{
    padding:0 40px;
}

/*.footer .container-fluid-tsw {*/
 
/*    padding:20px 40px 40px 40px;*/
/*}*/
/* For header container */
.container-f-header{
    max-width: 1400px;
}
.container-f-header .main-menu-top{
    background: none !important;
}
.container-f-header .navmenu a {
    color:#343A46;
}
.mobile-nav-toggle a{
    color:#000;
}
.mobile-nav-button{
  display:none !important;   
}
.top-menu-btn{
    width:150px;
    height:49px;
    font-size:14px;
}
.top-menu-btn:hover{
    color:#000 !important;
}
.btn-2{
    font-size:14px;
    width:100px;
    height:49px;
    font-weight: 700;
    background: #fff;
    padding: 6px 24px;
    border-radius:12px;
    /*border-width: 3px;*/
    /*border-style: solid;*/
    background: linear-gradient(white, white) padding-box,
                linear-gradient(to right, #12C2E9, #C471ED, #F64F59) border-box;
  border: 1px solid transparent;

}
.btn-2:hover{
    background: linear-gradient(white, white) padding-box,
                linear-gradient(to right, #12C2E9, #C471ED, #F64F59) border-box;
}

/* SECTION TOP HEADDING */

h2,
h2>span {
    font-size: 40px;
    font-weight: 400;
    font-family: var(--heading-font);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h2>span {
    background: var(--gradient-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h5 {
    font-size: 18px;
    /* color: #000; */
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.for-mob{
    display:none;
}
.glow-image {
  /*box-shadow: 0px 20px 80px rgba(255, 255, 255, 0.6);*/
}
/* TOP HEADER */
.home-header .navmenu ul li a {
  color: white;
  font-size:14px;
}
.home-header .navmenu ul li a:hover{
    color:#000 !important;
}
.container-fluid-hero {
    padding-bottom: 20px;
}

.section-padding {
    padding: 40px;
}
.main-heading-padding{
    padding:0 40px;
}
.hero.homepage-hero .hero-left-content {
    /* align-items: center; */
    /*padding-left: 120px;*/
}
.mob-img{
    display:none;
}

.ancent-block h3 {
    font-size: 9px;
    font-weight: 600;
    line-height: 19px;
    padding: 4px 16px;
    background: #E8FAFF;
    color: var(--accent-color);
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #B3EFFF;
    font-family: var(--default-font);
    letter-spacing: 1.3px;
}
.section-block-pad-2{
    border-radius: 40px;
    background-color: #F5F5F7;
    padding: 40px 40px 40px 40px;
}


.transform-section .content p,
.ai-voice-section .ai-left-section p,
.review-blogs-section p,
.contact-section  .subscribe-card  p, .size-16 {
    font-size: 14px;
    line-height: 1.5;
    
}
ul.slider-dots > li {
    list-style: none;
}

.transform-section .transform-blocks {
    border-radius: 40px;
    background-color: #F5F5F7;
    padding: 40px;
}

.transform-section .content {
    /*padding-right: 108px;*/
}

.about .content p:last-child {
    margin-bottom: 0;
    padding-right: 16px;
}

.heading-seprator {
    display: none;
}

/* AI VOICE SECTION */
.ai-voice-section-block {
    border-radius: 40px;
    background-color: #F5F5F7;
    padding: 40px;
}

.ai-voice-section-block ul.voice-points p {
    font-size: 14px;
    color:#64748B;
    line-height: 1.5;
    /*padding-right: 85px;*/
   
}
.ai-voice-section-block ul.voice-points strong {
    color:#64748B;
}

.video-slider {
    background-color: #F5F5F7;
}
.video-slider .swiper-slide {
    background-color: #FFFFFF;
    padding: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 32px;
}

.audio-player {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px 0px 10px;
    border-radius: 10px;
    max-width: 400px;
}

.play-btn {
    background: #4CAFEF;
    border: none;
    color: white;
    font-size:14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.progress-bar2 {
    flex-grow: 1;
    height: 5px;
    background: #ddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.progress-audio {
    height: 100%;
    width: 0;
    background: #2196F3;
}


.ai-voice-section-block .ai-left-section p {
    padding-right: 40px;
}

.ai-voice-section .ancent-block h3,
.review-blogs-section .ancent-block h3,
.automation-blocks .ancent-block h3 {
    color: #9324FD;
    background-color: #F6EEFF;
    border-color: #EFDEFF;
}

/* automation-section */
.automation-section {
    /*background-color: #F5F5F7;*/
}
.automation-blocks {
    border-radius: 40px;
    background-color: #F5F5F7;
    padding: 40px 80px;

}
.automation-section .automation-cards .card {
    padding: 16px;
    border-radius: 24px;
    box-shadow: 0px 8px 40px 0px rgba(190, 116, 237, 0.12);
    -webkit-box-shadow: 0px 8px 40px 0px rgba(190, 116, 237, 0.12);
    height: 100%;
    border: 0;
}
.automation-blocks .card-content h5{
    color:#3A4252 !important;
    line-height:1.2;
}

/*.automation-section .content p {*/
/*    padding: 0 9%;*/
/*}*/

.automation-cards {
    padding:40px 50px 0 50px;
}
.automation-cards .card-text {
    font-size:14px;
}
.automation-cards .card-title{
    color:#3A4252 !important;
}
.automation-cards img{
    height: 248px;
    object-fit: cover;
}
.ancent-block.deploy-badge h3 {
    background: #EFF6FF ;
    color:#1C4ED8;
}
.ancent-block.improve-badge h3 {
    background: #ECFEFF ;
    color:#0A91B1;
}

.ancent-block.monitor-badge h3 {
    background: #FFEDF5;
    color:#DB2877;
}
/* ENTERPRISE SECTION */
.enterprise-blocks {
    border-radius: 40px;
  
    background: linear-gradient(303.52deg, #121417 1.09%, #343A46 100%);
}
.enterprise-start {
    padding: 40px 40px 40px 40px;
}
.enterprise-cards {
    padding: 0px 40px 40px 40px;
}
.enterprise-section p {
    color: #B1BBC8;
    font-size: 14px;
}

.enterprise-section .content p {
    padding-right: 21%;
}

.enterprise-section h5 {
    color: #ECEEF2;
    font-size: 18px;
    line-height: 1.2;
}

.enterprise-section .enterprise-blocks .problem-point {
    padding-right: 40px;
    margin-top:40px;
}

/* <!-- REVIEW BLOGS SECTION --> */
.review-blogs-section p {
    padding: 0 20%;
}

/* CONTACT SECTION */
.contact-section .badge{
    padding: 4px 8px;
    background-color: #E9EEFD;
    color: var(--nav-color);
    border-radius: 23px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    line-height:1.5;
}
.learn-more {
    color: #8695AA;
    font-size: 18px;
    line-height: 1.2;
}


/* Customer engagement section */
.reimagine-blocks {
    padding: 80px 40px;
    background: linear-gradient(90deg, #12C2E9 0%, #C471ED 52.5%, #F64F59 100%);
    border-radius: 40px;
    position: relative;
}
.reimagine-section  h2{
    line-height: 1.2;
    letter-spacing: -1.12px;
    text-align: center;
}
/*.reimagine-blocks .content  {*/
/*    padding: 0px 15%;*/
/*}*/

.reimagine-blocks .content .btn {
    font-size:14px;
    font-weight: 700;
   width: 164px;
    height: 49px;
    border-radius:12px;
}
.reimagine-blocks .content .button-one-only {
    font-weight: 700;
    width: 300px;
    height: 49px;
    border-radius:12px;
}

.reimagine-blocks img.top-element-sec {
    height: 100%;
    top: 0;
    right: -8px;
}

/* CONTACT FORM SECTION */
/*.contact-section .contact-left-card {*/
/*    padding: 32px 24px;*/
/*    box-shadow: 0px 8px 40px 0px #BE74ED1F;*/
/*}*/
/*.contact-section{*/
/*    background:#F6F7F9;*/
/*}*/
.contact-blocks{
        border-radius: 40px;
    background-color: #F6F7F9;
    padding: 40px;
}
.contact-left-card {
    padding: 24px;
    border-radius: 24px;
}
.contact-left-card .card-title {
    line-height:1.2;
}
.contact-section .subscribe-card {
    padding:60px 40px 60px 40px;
    background: #fff;
    box-shadow: 0px 8px 40px 0px #BE74ED1F;
    /*background: linear-gradient(124.72deg, #F1DDFF 0%, #F45160 101.4%);*/
   /* background: linear-gradient(124.72deg, #F1DDFF 0%, #F45160 101.4%); */
    border-radius: 24px;
}

.contact-section .subscribe-card  h5 {
    font-size: 40px;
    
}
.contact-section  .subscribe-card .fit-check{
    font-size:16px !important;
    font-weight:500;
    color:#3A4252 !important;
}
.contact-section  .subscribe-card  p{
    font-size:14px ;
    font-weight:500;
    color:#64748B !important;
}
.subscribe-card .home-form-label {
    font-size:13px !important;
    color:#343A46 !important;
    font-weight:700 !important;
}
/*.contact-section  .subscribe-card  p { */
/*    padding: 0 15%;*/
/*}*/
.contact-section input.form-control {
    background: transparent;
    padding: 14px 16px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #8695AA;
}
.contact-section .subscribe-btn {
    width: 35%;
    margin-top: 19px;
    /*padding: 14px 32px;*/
    height:49px;
    border-radius: 12px;
    color: #ffffff;
    font-size:14px;
    font-weight: 700;
    /*background: linear-gradient(90deg, #12C2E9, #C471ED, #F64F59) !important;*/
}
.subscribe-card p {
    color: var(--nav-color);
}
.article-img{
    border-radius: 24px;
}
.transform-card h3{
    font-size:18px !important;
    color:#3A4252 !important;
}

/******************************** PRODUCT PAGE START CSS ****************************************/
.product-page-top-banner.hero{
    background: rgb(255,223,151);
    background: linear-gradient(180deg, rgba(255,223,151,1) 9%, rgba(255,207,88,1) 95%);
   /*background: linear-gradient(90deg, rgba(16,80,96,1) 0%, rgba(68,155,171,1) 40%, rgba(135,195,207,1) 100%);*/
}
/* .product-page-top-banner .product-page-content{
    padding: 205px 0;
} */
.product-page-top-banner .h1{
    color: #343A46;
}
.product-page-top-banner ul.pdp-banner-points li > p{
    font-size: 16px;
}
.product-page-top-banner ul.pdp-banner-points li > p strong{
    color: #FFF;
}
.product-page-top-banner p,
.product-page-top-banner strong{
     color: #343A46 !important;
}
.product-page-top-banner p.paragraph-color{
    font-size: 18px;
}
/* Abu added*/
.p-block-padding{
    color: #3A4252;
}
.p2-color{
    color: #3A4252;
    font-weight: 600;
    line-height:1.5;
}
.my-btn{
    background: linear-gradient(90deg, rgba(18,194,233,1) 0%, rgba(196,113,237,1) 35%, rgba(246,79,89,1) 100%);
    padding: 14px 32px;
    border-radius: 12px;
    border: none;
    width:273px;
    height:49px;
    font-size:14px;
}
/*.speacking-cards-section .section-block-padding ,*/
/*.understanding-cards-section .section-block-padding ,*/
/*.visibility-cards-section .section-block-padding , */
/*.managing-cards-section .section-block-padding {*/
/*    padding:40px;    */
/*}*/
.understanding-cards{
    padding: 24px 24px;
    border-radius: 30px;
    background-color: #fff;
    height: 100%;
    box-shadow: 0 8px 40px #BE74ED1F;
}
/*.visibility-card-slider{*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
    
/*}*/
/* managing section */
.section-block-padding{
    border-radius: 40px;
    background-color: #F5F5F7;
    padding: 40px 40px 40px 40px;
}
.managing-section .content-block {
    /*padding-right: 154px;*/
    /*padding-left:80px;*/
}
.managing-section .managing-card-section {
    padding-top: 32px;
    padding-left:10px;
}
.managing-cards h5.size-24.strong {
    padding-right: 50px;
}
/* SERVICE SECTION */
.service-section .ancent-block h3 {
    color: #343A46;
    border-color: #B1BBC8;
    background-color: transparent;
}
.service-section  .card-img, .service-section  .card{
    border-radius: 24px;
}
.gradient-cards img.card-img.card-icon {
    width: 32px;
    height: 32px;
}

/* Start Amaan Memon's CSS */
.service-blocks{
    border-radius:40px;
}
.gradient-cards .card{
    cursor:pointer;
}
.gradient-cards .col-md-3 {
    flex: 1;
    transition: flex 0.4s ease;
    height: 100%;
}

.gradient-cards .col-md-3.active {
    flex: 1.5;
    
}

.gradient-cards .card-img {
    height: 380px;
    object-fit: cover;
    width: 100%;
}

.gradient-cards .card-content,
.gradient-cards .hover-content {
    transition: opacity 0.3s ease;
    
}
.gradient-cards .card-content h4 {
    font-size:18px;
    line-height:1.2;
    letter-spacing:0;
}
.gradient-cards .card-content p {
    font-size:14px;
    line-height:1.5;
}
.gradient-cards .card-content {
    display: block;
}
.gradient-cards .card-content i {
    font-size:30px;
}
.gradient-cards .hover-content {
    display: none;
    color:#343A46;
    font-size:24px;
    font-weight:500;
    transition-delay: 0s;
}
.gradient-cards .hover-content p{
    color:#343A46;
    font-size:24px;
    font-weight:500;
    line-height:1.5;
}

.gradient-cards .card:hover .card-content {
    display: none;
}

.gradient-cards .card:hover .hover-content {
    display: block;
    color:#343A46;
    font-size:24px;
    font-weight:500;
   opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
    
} 
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* End Amaan Memon's CSS */

/* FEATURE SECTIO */
.feature-section-padding{
    padding: 40px 40px 40px 40px;
     background-color: #F5F5F7 !important;
     border-radius:40px;
}
.feature-section .feature-blocks
{
    padding-top: 40px;
}
.feature-section .feature-blocks .icon img{
    width: 28px;
    height: 58px;
}
.feature-section .progress{
    height: 5px;
}
.feature-section .progress .progress-bar{
    background: linear-gradient(90deg, #12C2E9 28.4%, #C471ED 44.74%, #F64F59 59.52%)
}
/* PROGRESS BAR */
.automation-accordion .progress 
{
  height: 4px;
}
.automation-left-image{
    padding-right: 40px;
}
.automation-accordion .progress-bar 
{
  width: 0%;
  opacity: 0;
}

.automation-accordion .progress-bar.animate-bar 
{
  width: 100%;
  opacity: 1;
}
.pad-top-40{
    padding-top:40px;
}
/* continuous section */
.continuous-section .continuous-last-parag{
    padding-top: 32px;
}
/* LENDER FOCUSED SECTION */
.lender-cards .cards.card-content {
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0px 8px 40px 0px #BE74ED1F;
}
.lender-blocks{
    padding: 40px 120px;
}
.lender-card-slider{
    padding:0 160px;
}
/* logo-section css*/
.automate-section .swiper {
    /* width: 120px; */
    margin: 0 !important;
    height: 321px;
  }
  .leftSwiper .swiper-wrapper,
  .rightSwiper .swiper-wrapper{
      row-gap:13px;
  }
  .automate-section .scrolling-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    overflow: hidden;
    transform: rotate(358deg);
    transform-origin: center;
  }
  .automate-section .scrolling-column {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .automate-section .logo-container-1 {
    width: 100%;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 57px;
  }
  /* Reverse direction trick */
  .automate-section .leftSwiper {
    transform: rotate(180deg);
  }
  .automate-section .leftSwiper .swiper-slide {
    transform: rotate(180deg);
  }
  
  
/* End Amaan Memon's CSS For Product Page*/


/********************************** SOLUTION PAGE ********************************************/
.pdp-badge h3{
    background: #EFDEFF;
    border: 1px solid #F6EEFF;
    color: #9324FD;
}
.size-20{
    font-size: 20px !important;
}
.strong-color-2{
    color:#64748B;
}
.routing-section .content p{
    padding: 0 20%;
}
.routing-section{
    /*padding: 80px 40px;*/
}
.routing-cards-section{
    padding:0px 160px 0 160px;
    margin-top:16px;
}
.routing-cards{
    padding: 24px 24px 24px 24px;
    border-radius: 30px;
    background-color: #fff;
    height: 100%;
    box-shadow: 0 8px 40px #BE74ED1F;
}
.routing-cards .icon img {
    height:24px;
    width:24px;
}

/* .routing-cards-content {
    padding-right: 65px;
} */
.radius-40{
    border-radius:40px;
}
/*automate-section css*/
.automate-section .section-block-padding{
    border-radius: 40px;
    background-color: #F5F5F7;
    padding: 0;
}
.automate-section .content-block{
    padding:40px 60px 40px 40px;
}

/* solution-page css abu*/
.solution-page-top-banner{
   background: rgb(198,229,234);
background: linear-gradient(180deg, rgba(198,229,234,1) 9%, rgba(166,204,212,1) 95%);
}
.solution-page-top-banner h1{
    font-size:48px;
}
.solution-page-top-banner h1,
.solution-page-top-banner p{
    color:#343A46;
}
.card-aria{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
/*MASONERY SECTION*/
#masonryGrid .big-card {
    padding: 24px;
    background: #E0EFFF;
    border: none;
    border-radius: 24px;
    gap: 8px;
    min-height: 345px;
}
#masonryGrid .small-card{
    padding: 24px;
    background: #E0EFFF;
    border: none;
    border-radius: 24px;
    gap: 8px;
     min-height: 272px;
}
/*#masonryGrid a.read-more {*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*}*/
#masonryGrid .card {
    position: relative;
}
.bg-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    background: linear-gradient(92deg, #CFF4FF, #FFDFF2);
    padding: 24px !important;
    border: none;
    border-radius: 24px;
    gap: 16px;

}
#masonryGrid .more-small-card {
    padding: 33px;
    background: #E0EFFF;
    border: none;
    border-radius: 24px;
    gap: 10px;
    min-height: 200px;
}
#masonryGrid .card-2{
    background-color: #ECE5FF;
}
#masonryGrid .card-3{
    background-color: #FFE4EE;
}
#masonryGrid .card-6{
    background-color: #E0E8FF;
}
#masonryGrid .card-5{
    background-color: #F4DEFF;
}
#masonryGrid .card-4{
    background-color: #FFE3E3;
}
.rm-inner{
    position: absolute;
    bottom: 20px;
    width: 83%;
    justify-content: space-between;
}
.rm-inner i,
.rm-inner a{
    color:#1586FF !important;
    font-size:13px;
    font-weight:700;
}
/*.bg-box2{*/
/*    background: linear-gradient(92deg, #FEEED2, #FFDFF2);*/
/*}*/
/*.bg-box3{*/

/*    background: linear-gradient(92deg, #FFDFF2, #D9F2FF);*/
/*}*/
.ongoing-ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: flex-start;
    /*padding-right:140px;*/
}
/*.card-2{*/
/*    background-color: #E0E8FF;*/
/*}*/
/*.card-3{*/
/*    background-color: #ECE5FF;*/
/*}*/
/*.card-4{*/
/*    background-color: #F4DEFF;*/
/*}*/
/*.card-5{*/
/*    background-color: #FFE4EE;*/
/*}*/
/*.card-6{*/
/*    background-color: #FFE3E3;*/
/*}*/
/*timeline section abu css*/

/* General Styles */
.timeline-desc {
    color:#3A4252 !important;
}
.timeline-slider-section{
    /*padding-top: 80px;*/
    padding-bottom: 40px;
}
.timeline-slider-section .caption {
    color: #3A4252;
    font-weight:700;
}
.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #00AEEF, #E91E63);
    z-index: 1;
    transform: translateY(-50%);
}

.timeline-slider {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.timeline-step {
    text-align: left;
    /* background: white; */
    /*padding: 20px;*/
    border-radius: 10px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); */
    /*margin: 10px;*/
}
.w-90{
    width:94%;
}

 /* Timeline dots styling */
  .step-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 1;
  }
  .timeline-content.pt-4 {
    padding-right: 20px;
}
  /* Color classes for different steps */
  .step-1 .step-circle { background-color: #15C1E9; }
  .step-2 .step-circle { background-color: #4FA7EA; }
  .step-3 .step-circle { background-color: #9288EC; }
  .step-4 .step-circle { background-color: #CA6EDC; }
  .step-5 .step-circle { background-color: #DF5F9C; }
  .step-6 .step-circle { background-color: #F25263; }
  
  /* timeline main section */
  .timeline-section .bg-main{
    border-radius: 40px;
    background-color: #F5F5F7;
  }
  
/*.timeline-step.active .step-circle {*/
/*    background: #3abff8;*/
/*}*/
/*.timeline-content {*/
/*    display: none;*/
/*    opacity: 0;*/
/*    transition: opacity 0.5s;*/
/*}*/
/*.timeline-content.active {*/
/*    display: block;*/
/*    opacity: 1;*/
/*}*/
/*.nav-arrows {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-top: 10px;*/
/*}*/
.timeline-nav button:hover {
    background: #ddd;
} 
.image-block {
    height:100%;
}
.size-14{
    font-size:14px;
}
.automation-accordion .card{
    cursor:pointer;
}
/********************************** COMPANY PAGE ********************************************/
/* .company-page-top-banner{
    background-image:url(https://fundamento.ai/assets/img/company-banner.jpeg);
    background-repeat: no-repeat;
    background-position: center;
} */
.company-people-section{
    padding-top:150px;
}
.masonryGrid-section .more-pad{
    padding-left:150px;
    padding-right:150px;
}
.pad-bottom-40{
    padding-bottom:40px;
}
.about-company h1{
    color:#3A4252;
    font-size:18px;
}
.investor-inner{
   padding:40px 40px 0 40px;   
}
.team-card {
    text-align: center;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.team-card img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}
.team-card:hover {
    transform: translateY(-5px);
}
.team-info {
    padding:0 10px;
    background: #fff;
}
.team-info h4 {
    
    font-size: 18px;
    font-weight: 400;
}
.team-info p {
    margin: 0;
    font-size: 14px;
    color:#64748B;
}
.award-card {
    border-radius: 24px;
    padding: 30px;
    cursor: pointer;
    min-height: 266px;
}
.award-card p{
    color: #343A46;
}
.award-card-1{
    background-color: #FFDFDD;
}
.award-card-1:hover{
    border: 2px solid #FF4338;
    box-shadow:0 8px 24px rgb(255 223 221);
}
.award-card-2{
    background-color: #F6F7F9;
}
.award-card-2:hover{
    border: 2px solid #1e69ff;
    box-shadow:0 8px 24px #F6F7F9;
}
.award-card-3{
    background-color: #DDF3FF;
}
.award-card-3:hover{
    border: 2px solid #3da0d6;
    box-shadow:0 8px 24px #DDF3FF;
}
.award-card-4{
    background-color: #FFF0E5;
}
.award-card-4:hover{
    border: 2px solid #f58230;
    box-shadow:0 8px 24px #FFF0E5;
}
.award-card-5{
    background-color: #FFEDEE;
}
.award-card-5:hover{
    border: 2px solid #f23841;
    box-shadow:0 8px 24px #FFEDEE;
}
.award-card-6{
    background-color: #FFE5F5;
}
.award-card-6:hover{
    border: 2px solid #fb43b5;
    box-shadow:0 8px 24px #FFE5F5;
}
.award-card h5 {
    font-size: 32px !important;
    color:#343A46;
}
.new-g-color{
     background: linear-gradient(90deg, #12C2E9, #C471ED, #F64F59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-bold{
   font-weight:700 !important;   
   color:#3A4252 !important;
}
.job-listings {
    background-color: #20232A;
    color: #fff;
    padding: 80px 250px;
    border-radius: 40px;
    /*height: 660px;*/
}

.filter-group {
    margin-bottom: 1rem;
}

.filter-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 13px;
    font-weight: 600;
    color: #B1BBC8;
}

.filter-group {
    position: relative;
}

.form-select {
    background-color: transparent;
    color: #F6F7F9;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 8px;
    border: none; /* Remove default border */
    outline: none;
    width: 100%;
    appearance: none; /* Hide default select arrow */
}

/* Gradient border effect */

.filter-group::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Border thickness */
    background: linear-gradient(90deg, #12C2E9, #C471ED, #F64F59);
}
.form-select:focus {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}
.form-select option{
    color: #000;
}
.job-listings-title{
    color: #F6F7F9;
}
.job-card {
    transition: all 0.3s ease;
}

.job-card .card {
    border: none;
    border-radius: 8px;
    /*padding: 24px 0 16px 0;*/
    background: transparent ;
}
/*.job-card .card:last-child{*/
/*    padding:24px 0 0 0;*/
/*}*/

.job-card .card-title {
    color: #F6F7F9;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.job-card .card-text {
    color: #B1BBC8;
}
.job-card .card-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.job-card .card-inner a{
    font-size:14px;
    color:#B1BBC8;
}
.job-card .card-inner a:hover{
    text-decoration:underline;
    color:#B1BBC8;
}

/* security-page css*/
.security-page-top-banner{
    /*background-image: url('../img/security-banner.png');*/
    background: rgb(155,249,233);
background: linear-gradient(180deg, rgba(155,249,233,1) 9%, rgba(88,193,176,1) 95%);
    /*padding: 200px 0;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}
.security-banner-info h1,
.security-banner-info p{
    color: #343A46;

}
.security-banner-info p{
    font-size:14px;
    font-weight:500;
}
.size-32{
    font-size: 32px;
}
.security-cards{
    padding: 0 40px 40px 40px;
}
.security-cards img{
    height:24px;
    width:24px;
}
.security-cards p{
color:#B1BBC8;
font-size:14px;
}
.enterprise-blocks h2,
.enterprise-blocks h5{
    color:#F6F7F9;
}
.certified-bg{
    height:330px;
    background:#FFFFFF;
    padding:16px;
    border-radius:16px;
    box-shadow: 0px 8px 40px 0px rgba(190, 116, 237, 0.12);
    margin:25px 0;
}
/*.certified-h{*/
/*    max-height: 318px; */
/*}*/
.certified-card{
    margin-bottom: 24px;
    overflow: hidden;
}
.certified-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.certified-info h4 {
    margin-bottom:12px;
    font-size: 18px;
    font-weight: 400;
}
.certified-info p {
    margin: 0;
    font-size: 14px;
}
.container-fluid-compliance{
    padding: 60px 0;
}
.compliance-section .card.details {
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0px 8px 40px 0px #BE74ED1F;
    border: 1px solid #ECEEF2;
}
.compliance-section  .more-content  {
    display: none;
}
.compliance-section .read-more {
    background-color: unset;
    color: #3A4252;
    border: unset;
}
.compliance-section  .block-list-points h6 {
    line-height: 1.3;
}
.compliance-section  .block-list-points p{
    font-size: 14px;
}
.compliance-section .details .features-item ul li {
    align-items: start;
}

.security-section .enterprise-blocks{
    border-radius:40px;
    background: linear-gradient(303.52deg, #121417 1.09%, #343A46 100%);
}
.add-bullet-list{
    padding-left:30px!important;
}
.add-bullet-list li{
    
}
ul.add-bullet-list li {
    list-style-type: circle !important;
    display:list-item !important;
    color:#64748B;
    font-size:14px;
    background_color:#000;
    
}
.pad-right-40{
    padding-right:40px;
}
/* resources-page css*/
.Resources-section{
    margin-top: 100px;
}
.blog-card {
    cursor: pointer;
    height: 420px;
    padding: 16px;
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 40px #BE74ED1F;
}

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

.blog-card img {
    border-radius: 16px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-card .card-body {
    padding-top: 16px;
}
.blog-card .card-body h5 {
    color:#3A4252 !important;
    font-size:18px;
    padding:16px 0;
}
.blog-card .card-body a{
    color:#64748B !important;
    font-size:13px;
    font-weight:700;
}

.category-badge {
    border-radius: 99px;
    display: inline-block;
    padding: 4px 8px;
    background-color: #ECEEF2;
    font-size: 11px;
    text-transform: uppercase;
    color: #343A46;
    font-weight:600;
}
.card-body img{
        height: 24px !important;
        width: 24px !important;
}

.learn-more {
   
    text-decoration: none;
    color: #8695AA;
    font-weight: 500;
}
.compliance-blocks .features-item ul{
    margin-bottom:24px;
}

/* Resources Detail Page css */
.resource-content {
     margin-top: 200px;
}
.resource-content h1 {
    font-size: 40px;
    color:#343A46;
    letter-spacing:-0.02em;
    padding: 8px 0 32px 0;
}
.resource-content p{
    font-size: 14px;
    line-height:1.5;
    color:#64748B;
}
.blog-featured-image{
    padding: 40px 0;
} 
.blog-featured-image img{
    border-radius: 24px;
}
/*.container-blog{*/
/*    max-width: 1040px;*/
/*}*/

/* Book-a-demo page css */

.demo-section {
    background-color: #fff;
    padding:200px 0 0 0 !important;
}
.top-pad-for-sapce{
    padding:200px 0 0 0 !important;
}

.demo-content h2 {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
}

.demo-content span{
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1.2;
     letter-spacing: -0.02em;
    margin-bottom: 32px;
}
.demo-steps .step,
.demo-steps strong{
    font-size: 16px;
    color: #64748B;
     line-height: 1.5;
}
.demo-form-card {
    background: #F6F7F9 !important;
    border-radius: 40px;
    padding: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.demo-form-card h2 {
    font-size: 32px;
    font-weight: 600;
    color: #343A46;
}

.demo-form-card p,
.demo-form-card a{
    font-size: 14px;
    font-weight: 500;
    color: #64748B;
    margin-bottom:0;
}
.form-btn p{
    height:49px;
}

.demo-form-card .form-control,
.contact-right-card .form-control {
    padding: 18px 8px;
    border: none; /* Removes all borders */
    border-bottom: 1px solid; /* Ensures only the bottom border is applied */
    border-image: #526077;
    border-radius: 0px;
    color: #526077;
    font-size: 16px;
    background: transparent;
}
.contact-right-card .form-control:focus{
     border: none; /* Removes all borders */
    border-bottom: 1px solid; /* Ensures only the bottom border is applied */
    border-image: linear-gradient(to right, #12C2E9, #C471ED, #F64F59) 1;
    box-shadow: none;
}
.demo-form-card .form-control:focus {
    border: none; /* Removes all borders */
    border-bottom: 1px solid; /* Ensures only the bottom border is applied */
    border-image: linear-gradient(to right, #12C2E9, #C471ED, #F64F59) 1;
    box-shadow: none;
}

.demo-form-card .form-label {
    font-weight: 600;
    font-size: 13px;
    color: #343A46;
}

.demo-form-card .btn {
    background: #343A46;
    padding: 14px 0;
    width: 50%;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #F6F7F9;
    transition: all 0.3s ease;
}

.demo-form-card .btn-dark:hover {
    background: #2D3748;
    transform: translateY(-1px);
}

.form-check label{
    color:#64748B;
    font-size: 14px;
}
.form-check-input:checked {
    background-color: #F64F59;
    border-color: #C471ED;
}
.wpcf7 .wpcf7-submit:disabled {
   background: linear-gradient(90deg, #12C2E9, #C471ED, #F64F59) !important;
}



/* FOOTER SECTION */
.footer-block {
    background: #F6F7F9;
    border-radius: 40px;
    padding: 40px;
}
.footer-about{
    padding-left:2rem;
}
.footer-bottom{
    display:flex;
    flex-direction:row;
}

.line-before{
    padding:0 10px;
    border-right:1px solid #64748B;
}
.line-not-before{
    padding:0 10px;
}