:root {
  /* --bs-blue: #3f78e0; */
  --bs-color-heysinior: #0f59ee;
}
.bg-atf {
  background-color: var(--bs-color-heysinior);
}
.atn-color-global{
  color: #0f59ee;
}
::selection {
  background: #0f59ee !important;
  color: #fff !important;
}

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700");

.card-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(164, 174, 198, 0.2);
  border-radius: 1rem;
}
.rounded-A1 {
  border-radius: 0.2rem !important;
}
.card-body-slide {
  flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}
.ratings-slide:after {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
  color: #fcc032;
  content: "\2605\2605\2605\2605\2605";
  overflow: hidden;
}
.ratings-slide-shopify:after {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
  color: #fcc032;
  content: "\2605";
  overflow: hidden;
}

.py-md-slide-21 {
  padding-top: 11.5rem !important;
  padding-bottom: 2.5rem !important;
}
.atn-max-width {
  max-width: 700px !important;
  margin: 0 auto;
}
.atn-font-size-apps{
  font-size: 0.9rem;
}
.atn-btn-start-free-trial {
  font-size: .8rem !important;
  padding: 5px 15px !important;
}
.atn-btn-get-started{
  font-size: 1.2rem !important;
  padding: 5px 15px !important;
}
.atn-font-size-apps.atn-btn-get-started {
  width: 100%;
}
.atc-most-popular {
  position: absolute;
  top: -16px;
  padding: 5px 25px;
  border-radius: 5px;
  background-color: #0f59ee;
  color: #ffffff;
}
.atc-content-plan-free .card-body {
  padding: 1rem;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.atc-content-plan-free {
  max-width: 750px;
  margin: 0 auto;
}
.atn-round-1 {
  border-radius: 10px;
}
.atn-rounded-circle {
  border-radius: 15px;
}
.built-exclusively {
  font-size: 24px;
  font-weight: 600;
  vertical-align: middle;
  margin-top: 30px;
}
.built-exclusively svg {
  vertical-align: middle;
  max-width: 180px;
}
/*Categories*/
ul.atn-sub-categories {
  padding-left: 0px;
  margin-left: 10px;
}
ul.atn-sub-categories li {
  display: block;
}
#web-slide {
  color: #5e749dcf;
  font-size: 20px;
  font-weight: normal;

}
#pt-md-18-slide {
  padding-top: 0.4rem !important;
}
.text-black {
  color: black !important;
}
#text-bt-slide {
  color: #628cff !important;
}
#salide-card-bg-color {
  background-color: #8bbaf330;
}
.slide-image {
  background-color: #f8faff;
  background-image: url(/public/frontend/img/photos/bg3.jpg);
  background-size: cover;
}
.slide-image-1 {
  background-color: #f8faff;
  background-image: url(/public/frontend/img/photos/image-slide2.jpg);
  background-size: cover;
  color: #50093e !important;
}
.slide-image-heysinior {
  background-color: #f8faff;
  background-image: url(/public/frontend/img/heysinior-image/heysinior1.jpg);
  background-size: cover;
  color: #50093e !important;
  max-height: 500px;
  height: 500px;
}
.atf-image-heysinior {
  background-color: #f8faff;
  background-image: url(/public/frontend/img/heysinior-image/increasing1.png);
  background-size: cover;
  /* color: #50093e !important; */
  /* max-height: 500px;
  height: 500px; */
}
/* #b9ba9ae6 */

.slide-background {
  background: rgb(6, 4, 29);
  background: linear-gradient(
    90deg,
    rgba(6, 4, 29, 1) 17%,
    rgba(35, 35, 186, 1) 56%,
    rgba(0, 212, 255, 1) 76%
  );
}

.btn-grad {
  background-image: linear-gradient( to right, rgb(17 16 89 / 25%) 0%, rgb(28 28 149 / 22%) 51%, #ffffff52 100% );
}

.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px rgba(238, 238, 238, 0);
  border-radius: 10px;
  /* display: block; */
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: rgb(130, 128, 250);
  text-decoration: none;
}

/* circle efect */
#tres {
   -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #0019fa;
}

#sticky {
  position: -webkit-sticky;
  position: sticky;
  float: left;
  top: 0;
   width: 275px;
  height: 200px;
  padding: 5px;
}
.atn-bg-home-page{
  background:#F8FAFB;
}

#slide-href {
  cursor: pointer;
  background-color: rgba(26, 46, 224, 0.486);
  transition: background-color .5s;
}
#slide-href:hover {
  background-color: #3436cf;
}
#background-slide-pricing{
  background-color: #e8ebff;
}
#icon-check-pricing{
  color: #3436cf;
  background-color: #e8ebff;
}
.atn-border-bottom-slide-sub:hover {
  background-color: rgb(52 54 207 / 4%);
}
#elemt{
  margin: 0.6rem 0 !important;
  color: rgba(164, 174, 198, 0.2);
  background-color: currentColor;
  border: 0;
  opacity: 1;
}
#elemt:not([size]) {
  margin-left: auto !important;
  margin-right: auto !important;
}
#strong1{
  font-weight: 510;
  border-bottom: 2px solid #444;
}
.copyright {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  border-top: 0 solid transparent;
  border-top-width: 5px;
  background-color: #1e1e1e;
}
.atc-count-articles {
  width: 1.5rem !important;
  height: 1.5rem !important;
  position: absolute;
  right: 15px;
  top: -15px;
}
.atc-count-articles .number {
  font-size: 16px !important;
}
.atc-article-li li {
  list-style: none;
  padding: 10px 0px;
}
.atc-accordion {
  padding: 0px !important;
}
ul.list-group.list-group-flush.atc-article-li {
  padding: 0rem 1.5rem;
}
.atc-view-all-articles {
  padding: 0rem 1.5rem;
}
.atc-view-all-articles {
  padding: 0rem 1.5rem 1rem 1.5rem;
}
.atc-view-all-articles a {
  color:#343f52 !important;
  text-decoration: underline;
}
.card-header svg {
  vertical-align: middle;
}
.atn-cat-name {
  padding-left: 10px;
}
.card-header.atn-bold {
  font-weight: bold;
  padding: 1rem 1.5rem;
}
.atc-article-li a svg {
  vertical-align: middle;
}
ul.atn-sub-categories li {
  padding: 10px 0px;
}
ul.atn-sub-categories li a svg {
  vertical-align: middle;
}
.atn-border-bottom-slide, .atn-all-categories .atn-border-bottom-slide-sub {
  border-bottom: 0px !important;
  border-left: 1px solid #eee;
  cursor: default;
  padding-left: 10px;
}
.atn-all-categories .atn-border-bottom-slide {
  padding: 10px 0px !important;
}
.card-body.atn-all-categories .card-header {
  padding: 0 !important;
}
.atm-content-articles-url {
  padding: 0;
  list-style: none;
}
ul.atm-content-articles-url li {
  padding: 10px 0px !important;
}
ul.atm-content-articles-url li a svg {
  vertical-align: middle;
}
ul.atm-content-articles-url li:last-child {
  border-bottom: 0;
}
.atn-card-body-search {
  flex: 1 1 auto;
  padding: 1rem 1rem !important;
}
.atn-search-icon {
  display: inline-block;
  line-height: 0 !important;
  vertical-align: middle;
}
.atn-articles-url{
  display: inline-block;
  vertical-align: middle;
}
.atn-search-icon svg path {
  fill: #0F59EE;
}
.atn-card-footer {
  padding: 0.8rem 0rem 0rem 0rem !important;
}
.atn-category-url {
  padding: 5px 10px;
  border: 1px solid #ebeff3;
  border-radius: 3px;
  font-size: .8em;
  line-height: 2.5em;
  background-color: #ffffff;
  color: #60697b;
}
li.wrapper-border.atn-active {
  background: rgb(52 54 207 / 4%);
}
.meta, .post-category, .filter, .filter ul li a{
  text-transform: none !important;
}

/* ant css */
.atn-shopify-apps {
  margin-top: 0rem;
  padding: 3px 0px !important;
  
}
.atn-app-detail{
  padding: 0 0 0 15px;
}

/* end atn css */

.navbar.transparent:not(.fixed) {
  padding-top: 0 !important;
}
.atn-content-result-search {
  border:1px solid transparent;
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
  padding-top: 15px;
}
.atn-all-categories .card-header:hover{
  background:rgb(52 54 207 / 4%);
  border-radius: 0px !important;
}
.atn-border-bottom-slide-sub:hover {
  background-color: rgb(52 54 207 / 4%);
  border-left: 1px solid #3436CF;
}
.atn-sub-nav {
  display: flex;
  -webkit-box-align: start;
  align-items: start;
}
.atn-sub-nav svg{
  min-width: 25px !important;
}
.card-body.atn-all-categories {
  padding: 1.5rem;
}
.card-body.atn-all-categories .accordion-wrapper .card.plain .card-header button:before {
  left: 95%;
}
.atc-article-li a {
  display: table-cell;
}
.atc-article-li li:hover {
  background: rgb(52 54 207 / 4%);
  border-radius: 0px !important;
}
.atn-bold .atn-cat-name {
  font-size: 1rem;
}
.card-header.atn-bold.text-dark {
  border: 0;
  padding-bottom: 0.5rem;
}
.atm-content-articles-url li:hover {
  background-color: rgb(52 54 207 / 4%);
}
.atn-border-bottom-slide-sub a {
  display: table-cell;
}
.atn-text-line {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  padding-left: 1.4rem;
}
.atn-text-line:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-60%);
  left: 0;
  width: 0.75rem;
  height: 0.05rem;
  background: #3436CF;
}
.atn-text {
  color: #3436CF !important;
}
.atn-link:hover,
.atn-link:focus {
  color: #4336CF !important;
}
.atn-filter ul li a.active,
.atn-filter ul li a:hover {
  color: #3436CF !important;
}
.atn-card{
  background-color: #f6f7f9;
  background-clip: border-box;
  border: 0px solid rgba(164, 174, 198, 0.2);
  box-shadow: 0 0 0 0.05rem rgba(8, 61, 130, 0), 0rem 0rem 1.25rem rgba(30, 34, 40, 0);
  border: 0;
}
.atn-projects {
  font-size: 1rem;
  color: #343f52;
}
.atn-blue{
  color: #0f59ee !important;
}
.atn-post-content img {
  max-width: 100%;
}
.atn-app-mx-width img{
  max-width: 120px;
}
.atn-logo img {
  max-width: 240px;
}
.atn-bg-black {
  background: #e3f3fb;
  padding: 10px 0;
}
.atn-bg-black .breadcrumb {
  margin: 0;
}
.atn-bg-black ol li a {
  color: #343f52;
}
.atn-bg-black ol li a:hover {
  color: #0f59ee;
}
.atn-bg-black ol li .atn-current{
  color: #0f59ee;
}
.atn-bg-black ol li::before{
  color: #343f52 !important;
}
.atn-content-search .btn-outline-success {
  color: #0f59ee;
  border-color: #0f59ee;
}
.atn-content-search .btn-outline-success:hover {
  color: #ffffff;
  background:#0f59ee;
  border-color: #0f59ee;
}
@media (max-width: 1024px) {
  form.container-fluid.atn-content-search {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .atn-logo img {
    max-width: 220px;
  }
}

.atn-btn {
  color: #fff; 
  background-color: #0f59ee;
  border-color: #0f59ee;
}
.atn-btn-withe {
  color: #0f59ee; 
  background-color: #fff;
  border-color: #0f59ee;
}
.form-label-group > label{
  color: #0f59ee; 
}
.form-control{
  border-color: #0f59ee;
}

.atn-txt-color{
  color: #0f59ee;
  font-weight: bolder!important;
  font-size: 0.8rem;
}

.atn-ratings-slide-shopify:after {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
  color: #fcc032;
  content: "\2605";
  overflow: hidden;
}
.atn-text-star {
  color: #7e7e7e!important;
  font-size: 1rem;
}
.atn-nav-link:hover,
.atn-nav-link:focus {
  color: #000000!important;
}


.btn-atn-white {
  color: #0f59ee;
  background-color: #fff;
  border-color: #fff;
}
.btn-atn-white:hover {
  color: #0f59ee!important;
  background-color: #fff;
  border-color: #fff;
}


.btn-atn-global {
  color: #fff;
  background-color: #0f59ee;
  border-color: #0f59ee;
}
.btn-atn-global:hover {
  color: #fff!important;
  background-color: #0f59ee;
  border-color: #0f59ee;
}

.btn-check:focus+.btn-atn-global,
.btn-atn-global:focus {
  color: #fff;
  background-color: #0f59ee;
  border-color: #0f59ee;
}

.btn-check:checked+.btn-atn-global,
.btn-check:active+.btn-atn-global,
.btn-atn-global:active,
.btn-atn-global.active,
.show>.btn-atn-global.dropdown-toggle {
  color: #fff;
  background-color: #0f59ee;
  border-color: #0f59ee;
}

.btn-atn-global:disabled:not(.btn-circle):not(.btn-block),
.btn-atn-global.disabled:not(.btn-circle):not(.btn-block) {
  color: #343f52;
  background-color: #0f59ee;
  border-color: #0f59ee;
}

.btn-atn-global.btn-circle.ripple::before,
.btn-atn-global.btn-circle.ripple::after {
  background: #0f59ee;
}
.single-gallery-carousel-thumbnail-box img, .single-gallery-carousel-thumbnail-box-2 img {
  opacity: .7;
  margin: 10px;
  padding: 10px;
}
.single-gallery-carousel-thumbnail-box .slick-current img, .single-gallery-carousel-thumbnail-box-2 .slick-current img {
  opacity: 1;
}
.single-gallery-carousel-thumbnail-box .item.slick-slide, .single-gallery-carousel-thumbnail-box-2 .item.slick-slide {
  cursor: pointer;
}
.hs-btn-close-mg svg path {
  fill: #fff;
}
.atc-pagination .active {
  background-color: #e5e5e5;
  color: #fff !important;
}
.pricing-wrapper [class*="col-"] .pricing.card .prices .price-value {
  font-size: 2rem;
}
.pricing ul li i:before{
  background-color: #e8ebff;
  border-radius: 100%;
  color: #3436cf;
}
@media (max-width: 1200px) {
  .pricing ul {
    margin-top: 0 !important;
  }
  .pricing-wrapper [class*="col-"] .pricing.card .prices .price-value {
    font-size: 1.5rem;
  }
  .pricing-wrapper [class*="col-"] .pricing.card .card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .atn-btn-get-started {
    font-size: 1rem !important;
  }
}
@media (max-width: 991px) {
  .pricing ul {
    margin-bottom: 0.75rem !important;
    margin-top: 0.75rem !important;
  }
  .atn-btn-get-started {
    font-size: 1.2rem !important;
  }
  .pricing-wrapper [class*="col-"] .pricing.card .prices .price-value {
    font-size: 2rem;
  }
  .pricing-wrapper [class*="col-"] .pricing.card .card-body{
    flex: 1 1 auto;
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .atc-content-plan-free .card-body {
      width: 100%;
      padding-top: 3rem;
      padding-bottom: 3rem;
      padding: 2rem 2rem;
      margin-left: auto !important;
      margin-right: auto !important;
  }
  .pricing-wrapper [class*="col-"] .pricing.card .card-body{
      width:100%;
  }
}

.atf-btn-outline-blue {
  border: 2px solid #0f59ee;
  color: #0f59ee;
  background-color: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  display: inline-block;
}

.atf-btn-outline-blue:hover {
  background-color: #0f59ee;
  color: #ffffff;
}

.atf-ins-btn-outline-blue {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 0.5rem 1.2rem;
  display: inline-block;
}

.atf-ins-btn-outline-blue:hover {
  background-color: #0f59ee;
  border: 2px solid #0f59ee;
  color: #ffffff;
}

.atf-reviews-inline {
  display: flex;
  align-items: center; /* 👈 alinea estrella y texto */
  gap: 6px; /* espacio entre elementos */
}

.atf-reviews-inline {
  display: flex;
  flex-direction: column;   /* 👈 texto debajo */
  align-items: center;      /* 👈 centrado horizontal */
}

.atf-stars-row {
  display: flex;
  align-items: center;
  gap: 4px;
}

.atf-rated-text {
  margin-top: 4px;
  font-size: 0.9rem;
  line-height: 1;
}

/* #productSlider {
  margin-top: 20px;
}

.noUi-connect {
  background: #3b5bfd;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-handle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #3b5bfd;
  box-shadow: none;
  border: none;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.noUi-tooltip {
  background: #e11d48;
  color: #fff;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 13px;
  border: none;
} */
.feature-list {
  list-style: none;
  padding: 0;
}

.feature-item {
  padding: 20px;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.feature-item.active {
  background: #f1f7ff;
  border-left-color: #2563eb;
}

.feature-item h5 {
  margin-bottom: 5px;
}

.feature-image {
  display: none;
  max-width: 100%;
  animation: fadeIn 0.4s ease-in-out;
}

.feature-image.active {
  display: inline-block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.pricing-card {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}

.pricing-highlight {
  border: 2px solid #0f59ee;
}

.plan-label {
  font-size: 13px;
  font-weight: 700;
  color: #0f59ee;
}

.badge-recommended {
  background: #eef2ff;
  color: #0f59ee;
  border-radius: 20px;
  padding: 6px 12px;
  font-weight: 600;
}

.price-main {
  font-size: 40px;
  font-weight: 700;
  color: #0f59ee;
}

.price-main span {
  font-size: 14px;
  font-weight: 500;
}

.price-secondary {
  font-weight: 700;
  color: #0f59ee;
}

.price-secondary span {
  font-size: 14px;
  font-weight: 500;
}

.feature-list, .atf-feature-list {
  list-style: none;
  padding: 0;
}

.feature-list, .atf-feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.feature-list, .atf-feature-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 14px;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0f59ee;
  font-weight: bold;
}
.atf-feature-list li::before {
  /* content: "✓"; */
  position: absolute;
  left: 0;
  color: #0f59ee;
  font-weight: bold;
}

  
.feature-list-green {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.feature-list-green li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  font-size: 14px;
}

.feature-list-green li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #62bcb1; /* verde */
  font-weight: bold;
}

.atf-ins-hr {
  margin: 1rem 0;
  border: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(29, 78, 216, 0.25),
    transparent
  );
  opacity: 1;
}
.custom-range {
  background-color: #7fceff82;
  width: 100%;
  border-radius: 10px;
  height: 10px;
}

/* CHROME, EDGE, SAFARI */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  background: #0f59ee;       /* 👈 color del círculo */
  border-radius: 50%;
  border: 2px solid #0f59ee;    /* borde */
  cursor: pointer;
  margin-top: 0px;          /* centra el thumb */
}

.slider-tooltip {
  /* position: absolute;
  top: -35px;
  transform: translateX(-50%);
  background: #0f59ee;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  pointer-events: none;
  white-space: nowrap;
  z-index: 9999; */
  position: absolute;
    top: -8px;
    transform: translateX(-50%);
    background: #0f59ee;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    pointer-events: none;
    white-space: nowrap;
    z-index: 9999;
}

/* Flecha */
.slider-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #0f59ee;
}

/* Asegura que el input no tape */
.custom-range {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .atf-hide-valor {
    display: none !important;
  }
}

/* .card {
  border-radius: 10px;
}

.border-left {
  border-left: 1px solid #eee !important;
}

.text-primary {
  color: #3b5bfd !important;
} */

.feature-table td {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  vertical-align: middle;
}

.feature-table td:last-child {
  border-right: none;
}

.feature-table td:first-child {
  width: 60%;
}

.feature-table td:nth-child(2),
.feature-table td:nth-child(3) {
  width: 20%;
}

.card {
  border-radius: 10px;
  border: 1px solid #e9ecef;
}

.table td {
  padding: 14px 16px;
}

.atf-text-center {
  font-size: 16px;
  color: #3f51ff;
}

.feature-table td {
  border: 0 !important;
  vertical-align: middle;
}

.feature-table td:nth-child(2),
.feature-table td:nth-child(3) {
  border-left: 1px solid #e9ecef !important;
}

/* .feature-table td:first-child {
  border-bottom: 1px solid #e9ecef !important;
} */
.feature-table tbody tr:first-child td {
  border-top: 1px solid #e9ecef !important;
}

.pricing-header .plan-col {
  border-left: 1px solid #e9ecef;
}

.feature-table td {
  vertical-align: middle;
}

.feature-table td:nth-child(2),
.feature-table td:nth-child(3) {
  border-left: 1px solid #e9ecef;
}

.plan-col {
  text-align: center;
}




.bg-white .atf-feature-table tbody tr:first-child td {
  border-top: 1px solid #e9ecef00 !important;
}

.atf-feature-table td {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  vertical-align: middle;
}

.atf-feature-table td:last-child {
  border-right: none;
}

.atf-feature-table td:first-child {
  width: 60%;
}

.atf-feature-table td:nth-child(2),
.atf-feature-table td:nth-child(3) {
  width: 20%;
}

.atf-feature-table td {
  border: 0 !important;
  vertical-align: middle;
}

.atf-feature-table td:nth-child(2),
.atf-feature-table td:nth-child(3) {
  border-left: 1px solid #e9ecef !important;
}

.atf-feature-table tbody tr:first-child td {
  border-top: 1px solid #e9ecef !important;
}

.atf-feature-table td {
  vertical-align: middle;
}

.atf-feature-table td:nth-child(2),
.atf-feature-table td:nth-child(3) {
  border-left: 1px solid #e9ecef;
}

.pricing-wrapper {
  position: relative;
}

/* sticky SOLO dentro del wrapper */
.pricing-sticky {
  position: sticky;
  top: 0; /* o 20px si quieres aire */
  z-index: 10;
  background: #fff;
}

/* opcional: sombra al hacer scroll */
.pricing-sticky {
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.pricing-sticky {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  transition: top 0.2s ease, box-shadow 0.2s ease;
}

.pricing-sticky.is-sticky {
  top: 75px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
