.pricingHeroBanner-prc {
	min-height: 390px;
  background-size: cover;
    background-position: center;
    display: flex;
   align-items: center;
  justify-content: center;
   position: relative;
    padding: 91px 23px;
}

.pricingHeroBanner-prc:before		{
	  content: "";
  position: absolute;
   top: 0;
          left: 0;
  right: 0;
   bottom: 0;
  background: rgba(24,47,71,0.81);

}

.heroTextContent {
    position: relative;
  z-index: 2;
   text-align  :     center;
  max-width: 790px;}

.pricingPageTitle {
   font-size: 47px;
   font-weight: 800;
    color   : #ffffff;
   margin-bottom:  17px;
	
}

.pricingPageSubtitle {
    font-size: 19px;
    color: #e8f1f8;
	line-height: 1.63;
}

.pricingIntroArea-prc     {
     padding: 73px 0 51px;
	  background: #f9fafb;
}

.introContentCenter {
   max-width: 840px; 
  margin: 0 auto; 
      text-align: center;
}

.introSectionHeading {
  font-size: 36px;
  font-weight: 700;
    color: #1a202c;
   margin-bottom     :18px; 
	
}

.introSectionText
{

    font-size :       17px;
  color :      #4a5568;
 line-height: 1.76;
     }  

.pricingPackagesZone-prc {
   padding: 69px 0 87px;
   background: #ffffff;
}

.packagesComparisonGrid {
  grid-template-columns: repeat(3, 1fr);
      gap: 34px;
    display: grid; 
	
}

.pricingPackageCard {
   background: #f7fafc;
	border :        2px solid #e2e8f0;
    border-radius: 13px;
   padding  :       43px 36px;
  transition: all 0.31s;
  display :       flex;
    flex-direction: column;


}

.pricingPackageCard:hover {
  border-color: #2b6cb0;
  box-shadow: 0 13px 37px rgba(43,108,176,0.18);
  transform: translateY(-7px);
}

.featuredPackage {
    border-color     :    #2b6cb0;
      background: #ffffff;
       position: relative;
     box-shadow: 0 9px 29px rgba(43,108,176,0.14);
}

.popularRibbon
{
	 position: absolute;
	    top: -14px;
	    left: 50%;
	  transform: translateX(-50%);
	   background: #2b6cb0;
	    color: #ffffff;
	    padding  :6px 21px;
	   border-radius: 19px;
	  font-size: 13px;
	       font-weight: 700;
}

.packageHeaderArea {
  text-align: center;
    margin-bottom: 32px;
    padding-bottom: 27px;
  border-bottom:  2px solid #e2e8f0;
}  

.packageIconBadge {
  width: 67px;
    height   :        67px;
  background: linear-gradient(135deg, #2b6cb0 0%, #4299e1 100%);
  border-radius: 50%;
   display: flex;
	 align-items: center;
   justify-content: center;
    margin: 0 auto 21px; 

}

.packageBadgeSvg {
  width    :       32px;
    height: 32px;
 stroke: #ffffff;
  fill  : none;
                    stroke-width: 2.4;
}

.packageNameTitle {
	    font-size: 27px;
   font-weight: 700;
    color: #1a202c;
 margin-bottom: 17px;


}

.packagePriceZone {
   display: flex;
  align-items: baseline;
   justify-content: center;
       gap: 7px;
   margin-bottom: 13px;
}

.priceCurrency {
	  font-size: 17px;
                    color: #4a5568;
    font-weight: 600;
     }

.priceAmount	{
	font-size: 51px;
    font-weight    :   800;
    color: #2b6cb0;
	}

.pricePeriod {
	 font-size: 16px;
    color     :      #4a5568;
}

.packageTargetText {
    font-size     : 15px;
  color: #718096;
    font-style: italic;
}

.packageFeaturesArea {
    margin-bottom: 27px; 
	  flex-grow: 1; 

}

.featuresHeading {
    font-size: 17px;
	font-weight: 600;
   color: #2d3748;
    margin-bottom: 16px;
}

.featureItemsList {
    list-style: none;
  padding: 0;
    margin    :      0;
}

.featureItemsList li {
  padding: 11px 0;
    border-bottom  :  1px solid #e2e8f0;
	 font-size:     15px;
    color: #4a5568;
    display: flex;
    align-items: start;
    gap: 11px;
}  

.featureCheckIcon {
    color: #2b6cb0;
  font-weight :    700;
	 flex-shrink: 0;
}

.packageResultsZone {
    background: #ebf8ff;
    padding: 19px 21px;
   border-radius   :  8px;
   margin-bottom: 23px;
}

.resultsHeading {
   font-size: 16px;
   font-weight: 600;
  color   :     #2c5282;
  margin-bottom: 9px; 

}  

.resultsDescription {
  font-size: 14px;
   color: #2c5282;
	line-height: 1.69;
   margin: 0;
}

.packageBusinessType {
    background: #fff5f5;
    padding  :      17px 19px;
   border-radius: 7px;
    margin-bottom: 26px;
}

.businessTypeLabel {
  font-size: 14px;
  color: #742a2a;
   margin: 0;
   line-height: 1.67;
}  

.packageSelectButton {
	    display: block;
               padding: 14px;
  background: #2b6cb0;
    color: #ffffff;
    text-align: center;
    border-radius: 29px;
	font-size: 17px;
         font-weight: 600;
  transition: all 0.29s;
}

.packageSelectButton:hover {
    background:     #1e4a7a; 
	  transform: translateY(-2px); 
	  box-shadow: 0 7px 21px rgba(43,108,176,0.39);
}

.comparisonTableArea-prc {
    padding: 84px 0;
	  background: #f9fafb;
}

.comparisonMainHeading {
  font-size     :        37px;
  font-weight: 700;
   color: #1a202c;
  text-align: center;
    margin-bottom: 47px;
}

.tableResponsiveWrap {
    overflow-x: auto;
}

.featuresComparisonTable {
       width: 100%;
	border-collapse: collapse;
   background: #ffffff;
	border-radius: 11px;
	overflow :      hidden;
}

.featuresComparisonTable thead {
	    background   :    #2b6cb0;


}



.featuresComparisonTable th {
  padding: 19px 17px;
  text-align :    center;
   font-size: 17px;
   font-weight: 700;
  color: #ffffff;
}

.featuresComparisonTable th.featureNameColumn 
 {
    text-align: left;
}

.featuresComparisonTable td {
    padding:    17px; 
		text-align: center; 
		border-bottom: 1px solid #e2e8f0; 
	   font-size    :        15px; 
	         color: #4a5568;
}

.featuresComparisonTable td.featureNameColumn {
  color: #2d3748;
	 text-align  :     left;
   font-weight: 600;
	
}

.featuresComparisonTable .highlightedColumn {
    background: #ebf8ff;
}

.featuresComparisonTable tbody tr:hover


{
   background: #f7fafc;
}

.customQuoteBlock-prc {
	padding: 73px 0;
  background: linear-gradient(135deg, #2b6cb0 0%, #1e4a7a 100%);


}

.quoteContentInner {
   display: flex;
  align-items:     center;
   justify-content: space-between;
   gap: 47px;
}

.quoteTextZone   {

   flex: 1;

}

.quoteMainHeading {
  font-size: 36px; 
		 font-weight  :   700; 
	  color     :     #ffffff; 
	 margin-bottom:      16px;
}

.quoteDescText {
  font-size: 17px;
    color: #e8f1f8;
   line-height: 1.74;

}

.quoteActionZone
	{

	  flex-shrink: 0;}

.quoteRequestButton {


   display:      inline-block;
	padding: 16px 49px;
  background: #ffffff;
   color: #2b6cb0;
    border-radius: 32px;
    font-size: 17px;
   font-weight: 700;
  transition: all 0.28s;


}

.quoteRequestButton:hover {
   background: #f7fafc;
  transform: translateY(-3px);
  box-shadow: 0 9px 27px rgba(0,0,0,0.23);
}

.pricingFaqArea-prc {
   padding: 89px 0;

	  background: #ffffff;
}

.faqSectionHeading {
    margin-bottom    :      54px;
    font-weight   :      700;
  color :  #1a202c;
    font-size: 38px;
    text-align: center;
}

.faqAccordionList {
      max-width: 930px;
    margin: 0 auto;
     }

.faqPricingItem {
  background: #f7fafc;
   border: 1px solid #e2e8f0;
    border-radius: 9px;
    margin-bottom: 17px;
   overflow: hidden;
    transition: all 0.29s; 

}

.faqPricingItem:hover {
   border-color: #2b6cb0;
     box-shadow: 0 4px 17px rgba(0,0,0,0.07);
}

.faqPricingQuestion {
    padding: 23px 29px;
   cursor: pointer;
   display: flex;
  justify-content: space-between;
   align-items: center;
    transition: all 0.28s;
}

.faqPricingQuestion:hover
{
   background: #ffffff;
} 

.faqPricingItem.active .faqPricingQuestion {
   background: #2b6cb0;
} 

.faqQuestionText {
          font-size: 18px;
	  margin     :        0;
	   padding-right    :      23px;
	   flex: 1;
	       color     :        #1a202c;
	    font-weight: 600;
		transition: color 0.28s;
}

.faqPricingItem.active .faqQuestionText {
   color: #ffffff;
}

.faqToggleIcon {
   width: 33px;
    height: 33px;
   display: flex;
         align-items: center;
    justify-content     :       center;
   font-size     :     26px;
   font-weight: 300;
       color: #2b6cb0;
    background: #ebf8ff;
  border-radius: 50%;
    flex-shrink: 0;
   transition :       all 0.29s;
}

.faqPricingItem.active .faqToggleIcon {
     transform: rotate(45deg);
  background  : #ffffff;
   color: #2b6cb0;

}

.faqPricingAnswer    {
	max-height: 0;
	overflow  :   hidden;
  transition: max-height 0.34s ease;
}

.faqPricingItem.active .faqPricingAnswer {
	max-height: 680px;
}

.faqPricingAnswer p {
    padding: 23px 29px;
   margin: 0;
   font-size: 16px;
    line-height: 1.81;
  color: #4a5568;
    background: #ffffff;
}

.finalCtaBlock-prc {
  padding: 81px 0;
      background: #f9fafb;
}



.ctaInnerContent {
  text-align: center;
	 max-width: 740px;
    margin: 0 auto;

}

.ctaFinalHeading {
    font-size: 39px;
       font-weight: 700;
    color: #1a202c;
  margin-bottom     :  17px;
}

.ctaFinalText {
	font-size: 18px;
    color: #4a5568;
    margin-bottom   : 36px;
}

.ctaFinalButton {
   display: inline-block;
  padding: 16px 53px;
    background: #2b6cb0;
   color: #ffffff;
  border-radius:     32px;
   -moz-border-radius: 32px;
      font-size: 17px;
    font-weight: 700;
    transition: all 0.28s; 

}

.ctaFinalButton:hover    {
    background: #1e4a7a;
  transform: translateY(-3px);
  box-shadow: 0 9px 27px rgba(43,108,176,0.37);
}@media (max-width: 1024px) {
    .packagesComparisonGrid {
        grid-template-columns:1fr;
    }

    .featuredPackage {
        order: -1;
    }

    .quoteContentInner {
        flex-direction:column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .pricingPageTitle {
        font-size:34px;
    }

    .introSectionHeading {
        font-size: 29px;
    }

    .comparisonMainHeading {
        font-size:31px;
    }

    .quoteMainHeading {
        font-size:29px;
    }
}

@media (max-width: 480px) {
    .pricingPageTitle {
        font-size: 28px;
    }

    .pricingPackageCard {
        padding:34px 27px;
    }

    .ctaFinalHeading {
        font-size:32px;
    }
}