/*
Theme Name: Astra Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* home page css start */
.hero-section{
	position:relative !important;
}
.blobfield {
    position: absolute !important;
    inset: 0;
    overflow: hidden !important;
    z-index: 0 !important;
}
.blob {
    position: absolute !important;
    border-radius: 50% !important;
    filter: blur(60px);
    opacity: 0.55;
}
.hero-section .blobfield .blob:nth-child(1) {
    width: 340px;
    height: 340px;
    background: #FFC6BD;
    top: -80px;
    left: -60px;
}
.hero-section .blobfield .blob:nth-child(2) {
    width: 300px;
    height: 300px;
    background: #9ECCFF;
    top: 60px;
    right: -80px;
}
.hero-section .blobfield .blob:nth-child(3) {
    width: 260px;
    height: 260px;
    background: #88E7E1;
    bottom: 130px;
    left: 20%;
}
.hero-section .blobfield .blob:nth-child(4) {
    width: 220px;
    height: 220px;
    background: #C5AFFE;
    bottom: 100px;
    right: 15%;
}
.hero-section .hero-trust{
	max-width: 900px;
    margin: 80px auto 0;
    position: relative;
    z-index: 1;
    text-align: center;
}
.marquee {
    overflow: hidden !important;
    width: 100% !important;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent) !important;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent) !important;
}
.marquee:hover .marquee-track {
    animation-play-state: paused;
}
.marquee .marquee-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: scrollMarquee 28s linear infinite;
}
@keyframes scrollMarquee{
	0% {
    transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
.pillar-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}
.section-intro{
	max-width: 600px;
	margin: 0 auto 52px !important;
}
.step-card-1{
	border-top: 3px solid #FF9585 !important;
}
.step-card-2{
	border-top: 3px solid #3FC7BE !important;
}
.step-card-3{
	border-top: 3px solid #A381F8 !important;
}
.close-cta .blobfield .blob:nth-child(1) {
    width: 280px;
    height: 280px;
    background: #FFC6BD;
    top: -100px;
    left: -60px;
    opacity: 0.35;
}
.close-cta .blobfield .blob:nth-child(2) {
    width: 260px;
    height: 260px;
    background: #88E7E1;
    bottom: -90px;
    right: -40px;
    opacity: 0.3;
}
.close-cta .blobfield .blob:nth-child(3) {
    width: 220px;
    height: 220px;
    background: #C5AFFE;
    top: 40%;
    right: 10%;
    opacity: 0.25;
}
/* home page css end */

/* pricing page css start */
.pricing-hero-intro{
    max-width: 680px;
    margin: 0 auto !important;
}
.pricing-hero-intro p{
    max-width: 520px;
    margin: 0 auto 8px !important;
}
.pricing-ai-para{
		max-width: 640px !important;
		margin: 28px auto 0 !important;
}
/* pricing page css end */

/* book demo page css start */
@media (max-width:425px){
	.demo-grid{
	  grid-template-columns: 1fr !important;
	}
}
/* book demo page css end */

/* white label page css start */
.card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    height: 238px;
		color: #0B2C52;
    border: 1px solid #D2D8E8;
}
.white-cart {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.brand-icon {
    width: 32px;
    height: 32px;
    background: #FFE9A8;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
}
.brand-name {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
}
.lightning-icon {
    position: absolute;
    top: 36px;
    right: 32px;
    font-size: 16px;
    color: #B8860B;
}
.placeholder-line.short {
    width: 400px;
    height: 16px;
    margin-top: 0px;
    background-color: #efefef;
    border-radius: 5px;
}
.placeholder-line.medium {
    max-width: 267px;
	  width: 406px;
    height: 16px;
    margin-top: 12px;
    background-color: #efefef;
	  border-radius: 5px;
}
.placeholder-line.long {
    max-width: 445px;
    height: 16px;
    margin-top: 12px;
    background-color: #efefef;
	  border-radius: 5px;
}
@media (max-width: 768px) {
    .placeholder-line.short {
        width: 100%;
    }
    .placeholder-line.medium {
        width: 100%;
    }
    .placeholder-line.long {
        width: 100%;
    }
}
.revenue {
    margin-top: 24px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.revenue .revenue-inner {
    color: #55597A;
    font-size: 14px;
    line-height: 20px;
}
.growth {
    color: #4ade80;
    font-weight: 400;
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}
.floating-badge {
    position: absolute;
    bottom: -17px;
    left: -17px;
    background: #ffffff1a;
    backdrop-filter: blur(4px);
    border-radius: 8px;
    padding: 12px;
    font-size: 12px;
    border: 1px solid #D2D8E8;
}
.floating-badge .small-text {
    display: block;
    opacity: 1;
    font-size: 12px;
    line-height: 16px;
    color: #55597A;
}
.floating-badge .bold-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.crown-icon {
    position: absolute;
    top: -25px;
    right: -25px;
    background: #facc15;
    color: #000;
    border-radius: 50%;
    padding: 12px 12px;
    font-size: 16px;
    width: 48px;
    height: 48px;
}
.whitelabel-containe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.white-label-step {
    text-align: center;
    width: 100%;
    max-width: 240px;
    position: relative;
}
.step-number {
    width: 48px;
    height: 48px;
    line-height: 42px;
    border-radius: 50%;
    border: 2px solid #e9d5ff;
    background: #fff;
    color: #9333ea;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    top: 14px;
    left: 107%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding-top: 1px;
    padding-right: 1px;
}
.icon-box {
    width: 96px;
    height: 96px;
    margin: 30px auto 22px;
    border-radius: 16px;
    background: linear-gradient(307deg, #db2777 0%, #a855f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: white;
}
.icon-box svg {
    width: 48px;
    height: 48px;
}
.step-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 4px 12px;
    background: #f3e8ff;
    color: #9333ea;
    font-size: 14px;
    line-height: 20px;
    border-radius: 999px;
    font-weight: 600;
}
.step-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #111827;
}
.step-desc {
    width: 288px;
    line-height: 22px;
    font-size: 16px;
    color: #4b5563;
    line-height: 26px;
    margin-left: -24px;
}
.white-label-step::after {
    content: '';
    position: absolute;
    top: 78px;
    left: 110%;
    right: -130%;
    height: 2px;
    background: linear-gradient(to right, #d8b4fe 0%, #f9a8d4 100%);
    z-index: -10;
}
.white-label-step:last-child::after {
   display: none;
}
@media (max-width: 1024px) {
  .white-label-step::after {
     display: none;
     }
	.whitelabel-containe {
      flex-direction: column;
      align-items: center;
    }
	 .white-label-step {
      max-width: 100% !important;
      height: auto;
   }
	 .step-number {
      position: absolute;
      top: 14px;
      left: 96%;
   }
	.white-label-step .step-desc{
		width: 100%;
		margin-left: 0;
	}
}
.white-lable-footer-gradient {
    background-image: linear-gradient(to right, #581c87, #4e2589, #442b8a, #39318b, #2e358b, #2b368a, #273689, #243788, #283586, #2b3385, #2e3083, #312e81);
}
.onmi-footer-sec .elementor-widget-container .elementor-heading-title {
    display: flex;
    gap: 8px;
    align-items: center;
}
/* white label page css end */

/* cta1 css start */
.centripe1-blog-cta1-form {
    background-image: url('https://www.centripe.ai/wp-content/uploads/2025/09/cta2-banner-centripe.webp');
    background-size: cover;
    background-position: center;
    padding: 32px;
    text-align: center;
    border-radius: 8px;
    max-width: 700px !important;
    margin: 25px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cta1-blog-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.cta1-description {
    color: #ffffffe5;
    font-size: 15px;
    max-width: 650px;
    margin: 0px 0 42px 0;
    line-height: 1.5;
}
.cta1-btn {
    margin-top: 15px;
}
.cta1-btn a {
    background-color: #4200d0;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}
.cta1-btn a:hover {
    background-color: #3703a7;
    color: #ffffff !important;
}
/* cta1 css end */

/* cta2 css start */
.centripe-blog-cta-form {
    background-image: url('https://www.centripe.ai/wp-content/uploads/2025/09/cta-banner-centripe.webp');
    background-size: cover;
    background-position: center;
    padding: 32px;
    text-align: center;
    border-radius: 8px;
    max-width: 100%;
    margin: 25px auto;
    display: block;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.cta-blog-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.3;
}
.cta-description {
    color: #ffffffe5;
    font-size: 16px;
    margin: 0px 0 42px 0;
    line-height: 1.5;
}
.cta2-form-height {
    min-height: 290px;
    width: 100%;
    max-width: 500px;
    margin: auto;
    width: 100% !important;
    border-radius: 8px;
    border: 0px solid;
    overflow: hidden;
    background: #fff;
}
.cta2-form-height > div {
    height: 245px !important;
}
.cta2-form-bottom-line {
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0px 0px 12px !important;
    color: #3d3d3d !important;
    gap: 10px;
    display: flex;
    align-items: center;
    font-weight: 700 !important;
    justify-content: center;
}
/* cta2 css end */

/* affiliate page css start */
.affiliate-main-wrapper {
    background-image: linear-gradient(to right bottom, #14532d, #105230, #0c5133, #095036, #074f38, #064f3a, #064e3d, #064e3f, #084e42, #0b4e45, #0f4e48, #134e4a);
}
.affiliate-main-wrapper1 {
    background-image: linear-gradient(to right, #14532d, #064e3b, #134e4a);
}
/* affiliate page css end */

/* contact page css end */
.contect-container {
    background: linear-gradient(to bottom right, #eff6ff, #eef2ff, #f5f3ff) !important;
}
.book-appointment-banner {
    background: linear-gradient(to bottom right, #eff6ff, #faf5ff);
}
/* contact page css end */

/* newsletter section start */
.newsletter-section {
    background: linear-gradient(to right, #1e3a8a, #581c87, #312e81);
    color: white;
    padding: 80px 0;
    text-align: center;
}
.newsletter-container {
    max-width: 896px;
    margin: 0 auto;
    padding: 0 16px;
}
.entry-content h2.newsletter-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 24px 0;
    color: #fff;
}
.newsletter-subtitle {
    font-size: 20px;
    line-height: 28px;
    color: #dbeafe;
    margin: 0 0 32px 0;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
}
.newsletter-features {
    background: #ffffff1a;
    backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 32px;
}
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.feature-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.entry-content h3.feature-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 16px 0 8px 0;
    color: #fff;
}
.entry-content p.feature-description {
    margin: 0;
}
.newsletter-form {
    display: flex;
    gap: 12px;
    max-width: 448px;
    margin: 0 auto 12px;
}
input[type=email].newsletter-input {
    flex: 1;
    padding: 10px 16px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}
.newsletter-button {
    background: #eab308;
    color: #000;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
}
.entry-content p.newsletter-disclaimer {
    color: #bfdbfe;
    margin: 0;
}
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}
/* newsletter section end */

/* post css start */
.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary{
	margin: 0 !important;
}
.blog-main-banner{
	background: linear-gradient(to bottom right, #eff6ff, #eef2ff, #faf5ff);
}
.blog-main-page-title{
	background: linear-gradient(to right, #2563eb, #9333ea);
	background-clip: text;         
  	color: transparent;  
}
.blog-post-row{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}
.blog-post-row .post-col{
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.blog-post-row .post-col:hover{
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}
.blog-post-row .post-col:hover .blog-post-main-details .post-title a{
	color: #2563eb;
}
.blog-post-row .post-col:hover .blog-post-main-details .read-more-btn-link svg{
	transform: translateX(4px);
}
.blog-post-row .post-col .post-thumbnail img {
	width: 100%;
    max-height: 192px;
}
.blog-post-row .post-col .post-thumbnail .post-thumbnail-placeholder{
	max-height: 192px;
	height: 192px;
	background: #e5e7eb;
}
.blog-post-row .post-col .blog-post-main-details {
	padding: 24px;
}
.blog-post-row .post-col .blog-post-main-details .post-title {
	font-size: 20px;
	line-height: 28px;
	color: #111827;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.blog-post-row .post-col .blog-post-main-details .post-title a{
	color: #111827;
	text-decoration: none;
}
.blog-post-row .post-col .blog-post-main-details .post-excerpt p{
	font-size: 16px;
	line-height: 24px;
	color: #4b5563;
	margin: 0 0 16px 0;
}
.blog-post-row .post-col .blog-post-main-details .post-meta .author-date{
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 0 0 16px 0;
	justify-content: space-between;
}
.blog-post-row .post-col .blog-post-main-details .post-meta .author-date .author-name {
	display: flex;
	gap: 8px;
	align-items: center
}
.blog-post-row .post-col .blog-post-main-details .post-meta .author-date .author-name a{
	font-size: 14px;
	line-height: 20px;
	color: #6b7280;
	text-decoration: none;
}
.blog-post-row .post-col .blog-post-main-details .post-meta .author-date .read-time ,.blog-post-row .post-col .blog-post-main-details .post-meta .author-date .post-date{
	font-size: 14px;
	line-height: 20px;
	color: #6b7280;
	display: flex;
	gap: 8px;
	align-items: center
}
.blog-post-row .post-col .blog-post-main-details .read-more-btn-link {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #2563eb;
	text-decoration: none;
	display: flex;
	gap: 8px;
	align-items: center;
}
.blog-post-row .post-col .blog-post-main-details .read-more-btn-link svg{
	transition: transform 0.2s ease;
}
.blog-post-row .post-col .blog-post-main-details .read-more-btn-link:hover{
	color: #1d4ed8;
}
.blog-post-row .post-col .blog-post-main-details .read-more-btn-link:hover svg{
	stroke: #1d4ed8;
}
.blog-post-row .post-col .cat-name {
position: relative;
    bottom: 15px;
    left: 15px;
}
.blog-post-row .post-col .cat-name a {
	padding: 4px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	background: #2563eb;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 500;
	
}
.blog-post-row .post-col .cat-name a.cat-marketing{
	background: #9333ea;
}
.blog-post-row .post-col .cat-name a.cat-ai{
	background: #2563eb;
}
.category-view-all-button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  height: 40px;
  padding: 9px 16px;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  color: #020817;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  outline: none;
  position: relative;
}
.category-view-all-button svg{
    min-width: 16px;
    height: 16px;
}
.category-view-all-button:hover {
  background-color: #f9fafb;
  color: #111827;
}
@media screen and (max-width: 1024px) {
	.blog-post-row{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (max-width: 768px) {
	.blog-post-row{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
/* post css end */