.text-primary{
	color:#C82B1E !important;
}
.price-head{
	color: #1F657A;
}
.no-click {
  pointer-events: none;
}

#faq-section{
	padding-top:120px;
}
#faq-head .container{
	padding:0px;
}
.pricing-card a{
	text-decoration:underline !important;
}
.fs-6 {
	font-weight:400 !important;
}
.nav-tabs .nav-link {
	font-size:16px !important;
}
.red-check{
	padding-right: 10px;
	color:#C82B1E;
}
.pricing-card a, .discount-btn{
	color:#C82B1E ;
}
#Pei1hupx0{
	padding-top:80px;
}
#blog-img1{
	height:325px;
}
#blog-img1 .container{
	padding:0px !important;
}
#resource-blog .container{
	padding-left:7px !important;
}
#news-blog .container{
	padding-left:7px !important;
}
#webinar-blog .container{
	padding-left:7px !important;
}
#i2ajvjo64{
	min-height: 39vh !important;
}
.price-btn{
	margin:0px !important;
	border-radius:33.45px;
}
.contact{
	margin:0px !important;
	border-radius:33.45px;
	margin-top:40px !important;
}
.pricing-card {
  position: relative;
  border: none; /* Remove the solid border */
  border-radius: 10px;
  padding: 40px 30px;
  background: linear-gradient(175deg, rgb(80 145 238 / 14%), rgb(103 194 161 / 12%)) !important;
  height: 100%;
  transition: all 0.3s ease;
}

.pricing-card::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px; /* This controls the border thickness */
  background: linear-gradient(175deg, rgba(80, 145, 238, 1), rgba(103, 194, 161, 1));
  border-radius: 10px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}

/* Alternative method using border-image (simpler but doesn't work well with border-radius) */
.pricing-card-alt {
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 40px 30px;
  background: 
    linear-gradient(175deg, rgb(80 145 238 / 14%), rgb(103 194 161 / 12%)) padding-box,
    linear-gradient(175deg, rgba(80, 145, 238, 1), rgba(103, 194, 161, 1)) border-box;
  height: 100%;
}

.billing-toggle .toggle-btn.active {
    border-bottom: 2px solid #D93025 !important;
    color: #D93025 !important;
}
.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-title {
  font-size: 20px;
  color: #24758F;
  margin-bottom: 15px;
  font-weight: 500;
}

.pricing-price {
  font-size: 40px;
  font-weight: bold;
  color: #D93025;
}

.pricing-period {
  font-size: 16px;
  color: #777;
  margin-left: 8px;
}

.pricing-billing-note {
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.pricing-cta {
  border: 2px solid #D93025;
  color: #D93025;
  background: transparent;
  padding: 12px 24px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 30px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.pricing-cta:hover {
  background: #D93025;
  color: #fff;
}

.billing-note {
  font-size: 12px;
  color: #D93025;
  margin-bottom: 20px;
}

.pricing-features {
  list-style: none;
  padding-left: 0;
}

.pricing-features li {
  padding: 6px 0;
  font-size: 15px;
  color: #222;
  display: flex;
  align-items: flex-start;
}

.pricing-features li::before {
  content: '✔';
  color: #D93025;
  font-size: 14px;
  margin-right: 8px;
  margin-top: 2px;
}

.pricing-features li b {
  font-weight: bold;
}

/* Adjusted Typography for Hero */
.pricing-hero h2 {
  font-weight: 400; /* Normal for 'Simple Pricing.' */
}

.pricing-hero .highlight-red {
  font-weight: 700; /* Keep 'Powerful Features' bold */
  color: #D93025;
}

/* FAQ Styling Fixes */
.faq-section h2 {
  font-weight: 400; /* Make FAQ main text lighter */
}

.faq-section .section-title {
  font-weight: 500; /* Lighter uppercase title */
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  color: #D93025;
}

@media (max-width: 767px) {
	.pricing-card{
		        padding: 20px 10px;
	}
	#Zeiy8be8b .accordion-header{
		display:none;
	}
	#Bqox2a8k4 .accordion-header{
		display:none;
	}
 
  .pricing-section {
    padding-top: 1rem !important;
  }
  #product-section{
  	padding-top:0px !important;
  }
  .fs-3 {
    font-size: calc(1rem + 0.6vw) !important;
}
  #faq-section{
	padding-top:60px;
}
  #blog-img {
    height: 200px;
    align-content: end;
    border-radius: 10px;
}
#hero-sectionblog{
	padding-top:90px !important;
}
#Amrhmaaog{
	padding-top:90px !important;
}
#img-content p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
#img-content h2 {
    color: #fff;
    font-weight: 300;
    font-size: 21px;
}

  .pricing-price {
    font-size: 32px;
  }

  .pricing-title {
    font-size: 18px;
  }
}

.highlight-red {
  color: #D93025;
}

.pricing-card h5{
	font-size:21px !important;
}
.pricing-card p{
	font-size: 16px !important;
    font-weight: 400 !important;
    color: #515152 !important;
}



.price-text {
  font-size: 32px;
  font-weight: 500;
  color: #C82B1E;
}

.billing-discount {
  font-size: 14px;
  display: block;
  margin-top: 10px !important;
  color:#C82B1E;
  text-decoration: none;
  text-align:center;
}

.features-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  font-weight:400;
}

.features-list li {
  margin-bottom: 10px;
}

#button-col .btn-primary {
	height: auto !important;
}

/* Mobile-specific styles to show only one set of cards */
@media (max-width: 768px) {
	.pricing-section .col-md-4 {
        padding: 14px !important;
    }
    /* Hide the accordion headers in mobile - we only want the nav tabs */
    /*.accordion-header {*/
    /*    display: none !important;*/
    /*}*/
    
    /* Hide the accordion button */
    /*.accordion-button {*/
    /*    display: none !important;*/
    /*}*/
    
    /* Ensure the tab content areas are always expanded in mobile */
    .tab-pane {
        display: block !important;
    }
    
    /* Hide only the inactive tab content, but ensure one is always active */
    .tab-pane:not(.show):not(.active) {
        display: none !important;
    }
    
    /* Ensure the active tab pane is visible */
    .tab-pane.show.active {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Force the tab content wrapper to be visible */
    .tab-pane > div[data-azcnt="true"] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Ensure smooth transitions for content updates */
    .pricing-card .price-text,
    .pricing-card .text-muted.mb-4,
    .pricing-card .billing-discount {
        transition: all 0.3s ease;
    }
    
    /* Animation for content changes */
    .pricing-card.updating .price-text,
    .pricing-card.updating .text-muted.mb-4 {
        opacity: 0.7;
        transform: scale(0.98);
    }
    
    /* Ensure cards maintain proper spacing and are visible */
    .pricing-card {
        margin-bottom: 1.5rem;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Make sure pricing section is visible */
    .pricing-section {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Ensure the HTML content wrapper is visible */
    .az-html {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Make sure tab navigation is visible and accessible with flexbox */
    .nav-tabs {
    	  margin-bottom: 0rem;
        display: flex !important;
        flex-wrap: nowrap;
        width: 100%;
        border-bottom: 2px solid #dee2e6;
        gap: 10px;
    }
    
    .nav-tabs .nav-item {
        display: flex !important;
        flex: 1;
        margin: 0;
    }
    
    .nav-tabs .nav-link {
        padding: 0.75rem 0.5rem;
        font-size: 0.85rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 1;
        border: none;
        border-radius: 0;
        border-bottom: 3px solid transparent;
    }
    
    .nav-tabs .nav-link.active {
        border-bottom-color: #dc3545;
        background: transparent;
    }
    
    /* Force both tabs to be visible */
    .nav-tabs .nav-item:nth-child(1),
    .nav-tabs .nav-item:nth-child(2) {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
   
    /* Responsive tab text for very small screens */
    @media (max-width: 480px) {
        .nav-tabs .nav-link {
            font-size: 0.75rem;
            padding: 0.5rem 0.25rem;
        }
        
    }
}