/* Common CSS Overight */

.blog2-section-area .blog-box-area2 .blog2-img img{
	min-height: 290px;
	max-height: 290px;
}

/* Integration->Bigcommerce Page Start */

.integration-bigcommerce-banner {
	background: url(https://www.conversionbox.ai/wp-content/uploads/2025/02/bigcommerce-integration-banner.webp) no-repeat #F5F5F5;
	background-size: contain;
    background-position: center right;
}
.integration-bigcommerce-banner h1{
	font-size: 46px;
}
.integration-bigcommerce-banner .lable-text{
	color:#4B24EF;
}
.integration-bigcommerce-banner .desc{
	color:#000;
}
.integration-bigcommerce-banner .right img{
	position: absolute;
    right: 0;
    top: 148px;
    max-width: 35%;
    width: 30%;
}
.integration-bigcommerce-banner .email-form .form-group .form-control{
	padding: .8rem .75rem;
}

.integration-bigcommerce-banner .email-form .cust-btn{
	background: #4c24ee;
    color: #fff;
	height: 52px;
}



.bigcommerce-integration{
	background-color: #4B24EF;
	padding: 60px 0px 60px 0px
}
.bigcommerce-integration h2{
	font-size: 34px;
}
.bigcommerce-integration .card{
	border-radius: 20px;
    min-height: 360px;
    height: 360px;
}
.bigcommerce-integration .card .title{
	color:#4B24EF;
}
.bigcommerce-integration .card .point-list {
		border-bottom: solid 1px #4B24EF;
		cursor: pointer;
}
.bigcommerce-integration .card .point-list:hover{
	color:#4B24EF;
}
.bigcommerce-integration .card .point-list a{
	color : #000;
	cursor: pointer;
}
.genaration2-section-area.bigcommerce-page .tabs-content-area .tab-pane .tabs-contents .tabs-text-area{
	background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08);
}


.bigcommerce-integration .card .point-list a:hover{
	color : #4B24EF;
	cursor: pointer;
}
.powerful-future{
	background-color: #F5F5F5;
	padding: 60px 0px 60px 0px;
}
.powerful-future .card{
	border-radius: 20px;
}
.powerful-future .card .title{
	color:#4B24EF;
}

.middle-cta{
	background-color: #4B24EF;
	padding: 40px 0px 40px 0px;
}
.middle-cta h4{
	font-weight: normal;
}

.middle-cta .header-btn2{
	border-radius: 5px;
}
.middle-cta .header-btn2::after{
	border-radius: 5px;
}
.middle-cta .header-btn2:hover::after{
	border-radius: 5px;
}


.built-to-cost{
	background-color: #FFF;
	padding: 60px 0px 60px 0px;
}
.built-to-cost .card{
	border-radius: 15px;
	background-color: #F2F2F2;
	min-height: 290px;
}
.built-to-cost .card .title{
	color:#4B24EF;
}


.bigcommerce-page{
	background-color: #F5F5F5;
	padding: 60px 0px 60px 0px;
}

.genaration2-section-area.bigcommerce-page .tabs-content-area .tab-pane .tabs-contents .tabs-images img{
	max-width: 100%;
}

.tab-testimonials .modern-tabs {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

.bigcommerce-page .nav-tabs {
    border: none;
    gap: 1.5rem;
    margin-bottom: 3.5rem;
}
.genaration2-section-area.bigcommerce-page .tabs-area{
	padding: 10px 24px;
    margin: 0px;
}

.bigcommerce-page .nav-item .nav-link {
	width: 238px;
    border: none;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}

.tab-testimonials .modern-tabs .nav-link:hover {
    background: #f8f9fa;
    color: #0d6efd;
}

.tab-testimonials .modern-tabs .nav-link.active {
    background: #0d6efd;
    color: white;
}

.tab-testimonials .modern-tabs .tab-content{
	background-color: #fff;

}
.tab-testimonials .modern-tabs .tab-content .tab-pane{
	width: 50%;
}

.bigcommerce-page .tab-pane.active p{
	width: 100%;
    padding: 40px;
    line-height: 1.5;
}
.bigcommerce-page .tab-pane.fade {
    transition: all 0.2s ease-out;
}

.bigcommerce-page .tab-pane.fade.show {
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.tab-testimonials .nav .nav-item button{
	text-align: center;
	box-shadow: 0px 0px 10px 1px #dedede;
}
.tab-testimonials .nav .nav-item ,.nav-link{
    color: #7E79B2;
}
.tab-testimonials  .nav-pills .nav-link{
	text-align: justify;
}
.tab-testimonials .nav .nav-item button.active {
	background-color: #fff;
    color: #4b24ef;
    border-bottom: solid 4px #19e144;
    text-align: justify;
    border-radius: 5px;
	box-shadow: 0px 0px 10px 1px #dedede;
  }

  .tab-testimonials ul.nav{
	width: 100%;
	/* background: #D9D0FD; */
	border-radius: 5px 0px 0px 5px;
  } 
  .tab-testimonials .nav-item{
	padding: 14px;
  }
  
  .tab-testimonials .nav-item:hover {
	transform: scale(1);
  }

  .tab-testimonials div#pills-tabContent{
	max-width: 65%;
  }


/* Footer Section  */

.footer2-section-area .footer-header .header-btn2 {
	border-radius: 5px;
}
.footer2-section-area .footer-header .header-btn2:hover {
	border-radius: 5px;
}
.footer2-section-area .footer-header .header-btn2:hover::after{
	border-radius: 5px;
}




/* Integration->Shopify Page Start */

.integration-shopify-banner {
	/* background: #F7F9FA; */
	background: url(https://www.conversionbox.ai/wp-content/uploads/2025/02/banner-shopify-1.webp) no-repeat;
	background-size: contain;
    background-position: top right;
}
.integration-shopify-banner h1{
	font-size: 46px;
}
.integration-shopify-banner .lable-text{
	color:#4B24EF;
}
.integration-shopify-banner .desc{
	color:#000;
}
.integration-shopify-banner .right img{
	position: absolute;
    right: 0;
    top: 148px;
    max-width: 35%;
    width: 30%;
}
.integration-shopify-banner .email-form .form-group .form-control{
	padding: .8rem .75rem;
}

.integration-shopify-banner .email-form .cust-btn{
	background: #4c24ee;
    color: #fff;
	height: 52px;
}



.brand2-section-area.shopify-integration-brand{
	background: #F5F5F5;
    margin: -150px 0px 0px 0px;
    position: relative;
    z-index: -1;
}

.shopify-integration{
	background-color: #F5F5F5;
	padding: 60px 0px 60px 0px
}
.shopify-integration h2{
	font-size: 34px;
}

.shopify-integration .title{
	color:#4B24EF;
}
.shopify-integration .point-list {
		border-bottom: solid 1px #4B24EF;
		cursor: pointer;
}
.shopify-integration .point-list:hover{
	color:#4B24EF;
}
.shopify-integration .point-list a{
	color : #000;
	cursor: pointer;
}
.shopify-integration .point-list a:hover{
	color : #4B24EF;
	cursor: pointer;
}


.powerful-future-shopify{
	background-color: #fff;
	padding: 60px 0px 60px 0px;
}
.powerful-future-shopify .card.odd{
	border-radius: 20px;
	/* background: #F2EBFF; */
	background: #fbfbfb; 
}
.powerful-future-shopify .card.even{
	border-radius: 20px;
	/* background: #FFF9E5; */
	background: #fbfbfb;
}
.powerful-future-shopify .card .title{
	color:#4B24EF;
}




/* Product Finder Page */


.product-finder-banner {
	background-image: url(https://www.conversionbox.ai/wp-content/uploads/2025/02/banner-product-finder-1.webp);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: top right;
}
.product-finder-banner h1{
	font-size: 46px;
}
.product-finder-banner .lable-text{
	color:#4B24EF;
}

.product-finder-banner .cust-btn {
    background: #4c24ee;
    color: #fff;
    height: 52px;
}

/* .buyer-sec p {
	font-size: 16px;
	color: #717171;
} */

.product-finder-sec{
	background-color: #FFF;
}

.product-finder-sec .odd{
	background-color: #F9F6FF;
	padding: 30px 30px;
    border-radius: 10px;
}
.product-finder-sec .even{
	background-color: #FFF;
	padding: 30px 30px;
    border-radius: 10px;
}
/* .product-finder-sec .even p , .product-finder-sec .odd p {
	font-size: 16px;
	color: #717171;
} */
.selling-sec{
	background-color: #fff;
}
.more-features-scetion-area.selling-sec .features3-section-area .features3-content .features-content-box{
 background-color: #F2F2F2;

}
.more-features-scetion-area.selling-sec .features3-section-area .features3-content .features-content-box::after{
	background-color: #3409e7;
}
.more-features-scetion-area.selling-sec .features3-section-area .features3-content .features-content-box:hover::after{
	background: #3409e7;
}

.meeting-sec{
	background-color: #F5F5F5;
}
/* .meeting-sec .tabs-contents p{
	font-size: 16px;
	color: #717171;
} */

.meeting-sec .various-industries .tabs-area ul li button{
	margin: 20px 0 4px;
	background: #fff;
}
.meeting-sec .various-industries .inner-sec{
	background: #e8e5ff;
}

.pricingTable .table-responsive{
	border-radius: 10px;
}
.pricingTable .table-responsive .table>:not(caption)>*>*{
	background: #F2F2F2 !important;
}
.pricingTable .table-responsive .table{
	margin-bottom: 0px !important;
}
.pricingTable .table-responsive .small-head{
	font-size: 18px !important;
}
.pricingTable .table-responsive .small-head , .pricingTable .table-responsive .desc{
	color: #000 !important;
}
.pricingTable table thead tr th{
    padding: 1.3rem .5rem !important;
	text-align: center;
	color: #000 !important;
}

.pricingTable table tbody tr td{
    /* padding: 0.6rem 0.6rem !important; */
	text-align: center;
	color: #000 !important;
}
.pricingTable table tbody tr th{
    padding: 0.6rem 0.6rem !important;
	text-align: center;
	color: #000 !important;
}
.pricingTable .table-responsive tbody .end-row th{
 font-size: 22px !important;
 padding: 1rem .5rem !important;
}
.pricingTable .table-responsive tbody .end-row td{
	font-size: 22px !important;
	font-weight: 600;
	padding: 1rem .5rem !important;
   }
.pricingTable table tbody tr td .desc{
	font-weight: 400;
	font-size: 15px;
	color: #000 !important;
}
.pricingTable table tbody tr th .desc{
	font-weight: 400;
	font-size: 14px;
}
.pricingTable .table-responsive .fa.fa-times{
	color: red;
}
.pricingTable .table-responsive .fa.fa-check{
	color: green;
}
 

.delivers-result .custom-btn {
    background-color: #0a1f65;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 0px;
    border: none;
    padding: 12px 18px;
    display: inline-block;
    font-family: 'Neue Haas Grotesk Display Pro';
}
.delivers-result .custom-btn:hover {
    background-color: #EDCB20;
    color: #000;
}
/* Responsive Overwrite */

  /* Small phones (up to 320px) */
	@media (max-width: 320px) {
		.integration-bigcommerce-banner {
			background: none no-repeat #F5F5F3;
			background-size: contain;
			background-position: center right;
		}
		.integration-bigcommerce-banner .right img {
			position: relative;
			right: 0;
			top: 0px;
			max-width: 100%;
			width: 100%;
		}
		.integration-shopify-banner {
			background: none;
			background-size: contain;
			background-position: top right;
		}
		.integration-shopify-banner .right{
			margin-top: -50px;
		}
		.integration-shopify-banner .right img {
			position: relative;
			right: 0;
			top: 0px;
			max-width: 100%;
			width: 100%;
		}
		.brand2-section-area.shopify-integration-brand {
			background: #f5f5f5;
			margin: 0px 0 0;
			position: relative;
			z-index: -1;
		}

		.product-finder-banner{
			background-position: top left;
		}
	}
	
	/* Typical mobile phones (321px to 480px) */
	@media (min-width: 321px) and (max-width: 480px) {
		.integration-bigcommerce-banner {
			background: none no-repeat #F5F5F3;
			background-size: contain;
			background-position: center right;
		}
		.integration-bigcommerce-banner .right img {
			position: relative;
			right: 0;
			top: 0px;
			max-width: 100%;
			width: 100%;
		}
		.tab-testimonials .nav-item {
			padding: 50px 0 50px 0;
		}
		.bigcommerce-page .tab-pane.active p {
			width: 100%;
			padding: 5px;
			line-height: 1.5;
		}
		.integration-shopify-banner {
			background: none;
			background-size: contain;
			background-position: top right;
		}
		.integration-shopify-banner .right{
			margin-top: -50px;
		}
		.integration-shopify-banner .right img {
			position: relative;
			right: 0;
			top: 0px;
			max-width: 100%;
			width: 100%;
		}
		.brand2-section-area.shopify-integration-brand{
			margin: 0px;
		}

		.product-finder-banner{
			background-position: top left;
		}
  }

  /* Small tablets (481px to 768px) */
	@media (min-width: 481px) and (max-width: 768px) {
		.tab-testimonials .nav-item {
			padding: 50px 0 50px 0;
		}
		.integration-bigcommerce-banner .right img {
			position: relative;
			right: 0;
			top: 0px;
			max-width: 100%;
			width: 100%;
		}
		.integration-shopify-banner {
			background: none;
			background-size: contain;
			background-position: top right;
		}
		.integration-shopify-banner .right img {
			position: relative;
			right: 0;
			top: 0px;
			max-width: 100%;
			width: 100%;
		}
		.brand2-section-area.shopify-integration-brand{
			margin: 0px;
		}
		.product-finder-banner{
			background-position: top left;
		}
  }
  
  /* Large tablets (769px to 1024px) */
  @media (min-width: 769px) and (max-width: 1024px) {
		.integration-bigcommerce-banner .right img{
			display: none;
		}
		.integration-shopify-banner .right img{
			display: none;
		}
		.tab-testimonials .nav-item {
			padding: 15px 0 15px 0;
		}
		.product-finder-banner{
			background-size: 100% 100%;
			background-position: top right;
		}
  }


	/* Small laptops (1025px to 1200px) */
	@media (min-width: 1025px) and (max-width: 1200px) {
		.integration-bigcommerce-banner {
			background: url(https://www.conversionbox.ai/wp-content/uploads/2025/02/bigcommerce-integration-banner.webp) no-repeat #F5F5F5;
			/* background-color: #F5F5F5; */
			background-size: contain;
			background-position: center right;
		}
		.integration-shopify-banner {
			/* background: #F7F9FA; */
			background: url(https://www.conversionbox.ai/wp-content/uploads/2025/02/banner-shopify-1.webp) no-repeat;
			background-size: contain;
			background-position: top right;
		}
		
		.integration-bigcommerce-banner .right img{
			display: none;
		}
		.integration-shopify-banner .right img{
			display: none;
		}
		.tab-testimonials .nav-item {
			padding: 15px 0 15px 0;
		}
		.product-finder-banner{
			background-size: cover;
			background-position: top right;
		}
	}
	
	/* Large desktops (1201px and above) */
	@media (min-width: 1201px) {
		.integration-bigcommerce-banner {
			background: url(https://www.conversionbox.ai/wp-content/uploads/2025/02/bigcommerce-integration-banner.webp) no-repeat #F5F5F5;
			/* background-color: #F5F5F5; */
			background-size: contain;
			background-position: center right;
		}
		.integration-shopify-banner {
			/* background: #F7F9FA; */
			background: url(https://www.conversionbox.ai/wp-content/uploads/2025/02/banner-shopify-1.webp) no-repeat;
			background-size: contain;
			background-position: top right;
		}
		.integration-bigcommerce-banner .right img{
			display: none;
		}
		.integration-shopify-banner .right img{
			display: none;
		}
		.product-finder-banner{
			background-size: cover;
			background-position: top right;
		}
	  }


