/**/
body>.wrapper:not(.et-fb-iframe-ancestor) {overflow: unset !important; }


/*feature card section*/
.vc_row.feature-card-row {display: grid !important; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px;     margin-inline: 0 auto;}
.feature-card-row .feature-card {width: 100%; box-shadow: 4px 4px 0px 0px #000000; border: 2px solid #000000; border-radius: 16px;background: #ffffff;transition: 0.3s ease; }
.feature-card-row .feature-card:hover{transform: translateY(-5px);}
.feature-card-row .feature-card > .vc_column-inner {padding: 25px; }
.feature-card .artha-link-icon {margin-bottom: 15px; }
.feature-title {font-size: 20px; font-weight: 700; color: #000; }
.feature-cont {font-size: 16px; line-height: 1.5; }


/*Proven results with Artha AI.*/
.result-counter-section {background: #F15FAD; position: relative; }
.result-counter-section:before {content: ""; background: url(/wp-content/uploads/2025/12/round-icon.svg) no-repeat; width: 250px; height: 250px; background-size: contain; position: absolute; top: 0; }
.result-counter-section:after {content: ""; background: url(/wp-content/uploads/2025/12/plus-icon.png) no-repeat; position: absolute; bottom: 0; right: 0; width: 370px; height: 169px; background-size: contain; }

.result-per {font-size: 70px; line-height: 1; font-weight: 700; color: #fff; margin-bottom: 20px; }
.result-cont {font-size: 24px; font-weight: 600; color: #fff; }




@media (max-width: 1200px) {
.vc_row.feature-card-row { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));}
/*result section*/
.result-per {font-size: 60px;}
.result-cont {font-size: 18px;}



}

@media (max-width: 960px) {
.result-per {font-size: 50px; }
.result-cont {font-size: 16px; line-height: 1.4; }


}

@media (max-width: 767px) {
.result-per {font-size: 30px;margin-bottom: 10px; }
.every-plan-row .every-plan-card:not(.every-plan-row .every-plan-card:last-child) {margin-bottom: 20px; }



}

@media (max-width: 480px) {
  /*grow section*/





}