
.home-page .home-page-key{
  border-radius: 30px;
}

.home-page .home-page-key .img-fluid{
  width: 190px;
  height: 110px !important;
  margin-bottom: 10px;
  align-items: center;
  text-align: left;
}

.home-page .home-page-key .card-body {
  text-align: left;
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  box-shadow: none !important;
  color: black !important;
}

.cb-html-content{
  background-color: #f8f9fa;
}

.faq-image{
  padding-bottom: 15px;
}

.custom-accordian {
  padding-top: 100px;
}

.home-page h2 {
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-size: 32px;
}

.faq-accordian{
background-color: #f8f9fa !important;
}

.vast-plugin-content .vazt-enrich-form-template{
padding-top: 50px !important;
}

.form-button .form-btn{
background: rgb(38, 68, 136);
  color: #fff !important;
font-weight: 600 !important;
  border-radius: 6px !important;
}

.form-plugin  .error_message{
margin: 0 !important;
color: red !important;
}

.vast-enrich-form-template-plugin h2{
font-weight: 700;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}

.navbar-light .navbar-nav .nav-link {
  background: white !important;
}

.card-design .img-fluid {
  border-radius: 20px;
}

.vazt-home-css .home-article-css .card-design .card-text  ul li{
  list-style-image: url('/vaststatic/deployed-assets/vaztenrichsite/vazt-home/vastlogo-v-watermark-final-1.png');
  list-style-type: square;
}

.vazt-home-css .home-article-css .card-design .card-body  ul li{
  list-style-image: url('/vaststatic/deployed-assets/vaztenrichsite/vazt-home/vastlogo-v-watermark-final-1.png');
  list-style-type: square;
}

.vazt-home-css .se-component{
display:flex;
gap: 18px;
align-items: center;
}

.vazt-home-css .home-article-css .accordion-div .accordion-p ul li{
  list-style-image: url('/vaststatic/deployed-assets/vaztenrichsite/vazt-home/vastlogo-v-watermark-final-1.png');
  list-style-type: square;
font-weight: 500 !important;
}

.vazt-home-css .home-article-css .accordion-div .accordion-p p a:hover {
  color: #0a58ca !important;
}

.line-height-css ul li{
line-height: 2;
}

.accordion-p > p{
  color:#333  !important;
  font-weight: 500 !important;
}

.vazt-home-css .home-article-css p a{
  color: #333 !important;;
  text-decoration: underline;
  font-weight: 500 !important;
}

.vazt-home-css .home-article-css a:hover {
  color: #0a58ca !important;
}

.home-css{
background: black !important;
max-width:70%;
}

.navbar-light .navbar-nav .nav-link {
  background-color: white !important;
}

.trynowbtn{
  position: fixed;
  right: 18px;
  bottom: 18px;
  border: 1px solid #acabab;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.45), rgba(6, 182, 212, 0.45));
  cursor: pointer !important;
  width: 155px !important; 
  color: white;
  padding: 10px 13px;
  z-index: 2000;
  backdrop-filter: blur(4px);
  font-weight: bold;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

.card-text{
text-align: justify;
}
.card-body{
text-align: justify;
}

.figure-css .figure-style .se-component figure {
  margin: 0rem;
}

.slider-article{
display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.slider-shopify .card-body{
  background: #f4f6ff;
  border-left: 6px solid #008f6b;
}

.slider-enrich .card-body{
background: #f1fff9;
  border-left: 6px solid #5f2eea;
}

.slider-css .slider-shopify .card-body ul li{
  list-style-image: url('/vaststatic/deployed-assets/vaztenrichsite/vazt-home/shopify-green-dot.png');
  list-style-type: square;
font-weight: 500 !important;
}

.slider-css .slider-enrich .card-body ul li{
  list-style-image: url('/vaststatic/deployed-assets/vaztenrichsite/vazt-home/plus-purple-12.png');
  list-style-type: square;
font-weight: 500 !important;
}

.react-multiple-carousel__arrow{
display:none;
}

.vazt-home-css .home-article-css .card-text {  
padding: 0rem 1rem;
}


.shopify-section .card-design .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.disable-main-menu {
pointer-events: none !important;
  cursor: default;
  color: #888;
  text-decoration: none;
}

#subscription-plan-modal .btn-close {
padding: 1rem;
}


#subscription-plan-modal .share-modal {
min-width: 75rem;
  margin-left: -22rem;
align-items: end;
}
    .app{
      max-width:1200px;
      margin:36px auto;
      background:#fff;
      border-radius:14px;
      display:flex;
      min-height:620px;
      overflow:hidden;
      box-shadow:0 6px 18px rgba(20,23,33,0.06);
    }
    /* Sidebar */
    .sidebar{
      /* width:220px;*/
      background:linear-gradient(180deg,#ffffff, #fbfdff);
      border-right:1px solid #eef2f6;
      padding:22px 16px;
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .logo{font-weight:700;color:#2563eb;display:flex;align-items:center;gap:8px}
    .logo .mark{width:28px;height:28px;background:linear-gradient(135deg,#4f46e5,#06b6d4);border-radius:6px}
    .nav a{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;color:#374151;text-decoration:none}
    .nav a.active{background:#f3f6ff;color:#2563eb;font-weight:600}
    .nav a svg{opacity:0.7}
    .sidebar .spacer{flex:1}
    .sidebar small{display:block;color:#6b7280;margin-top:10px}
    /* Main content */
    .main{
      display:flex;flex:1;padding:22px;gap:20px;
    }
    .left{
      width:340px;
      background:linear-gradient(180deg,#ffffff,#fafafb);
      border:1px solid #f0f3f7;
      border-radius:10px;
      padding:18px;
      box-shadow: 0 4px 12px rgba(14,18,30,0.02);
    }
    .hero{
      background: linear-gradient(135deg, rgba(34,197,94,0.08), rgba(59,130,246,0.06));
      border-radius:8px;padding:18px;margin-bottom:12px;display:flex;gap:14px;align-items:center;
    }
    .avatar{width:76px;height:76px;border-radius:50%;background:linear-gradient(180deg,#fff,#f3f4f6);display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid rgba(255,255,255,0.6)}
    .avatar img{width:100%;height:100%;object-fit:cover}
    .hero h2{margin:0;font-size:18px}
    .hero p{margin:4px 0 0;color:#6b7280;font-size:13px}
    .section{margin-top:10px}
    .section h3{margin:0 0 8px;font-size:13px;color:#6b7280}
    .field{background:transparent;padding:8px;border-radius:8px;border:1px solid #f2f4f6;margin-bottom:8px}
    .field div{font-size:14px}
    .tags{display:flex;gap:8px;flex-wrap:wrap}
    .tag{background:#eef2ff;color:#2563eb;padding:6px 8px;border-radius:999px;font-size:12px}

    /* Right panel */
    .right{flex:1;display:flex;flex-direction:column}
    .topbar{display:flex;gap:10px;align-items:center;margin-bottom:12px}
    .searchbox{flex:1;background:#fff;border:1px solid #eef2f6;padding:10px;border-radius:10px}
    .actions{display:flex;gap:8px}
    .btn{padding:8px 12px;border-radius:8px;border:1px solid #e6eefb;background:#fff;cursor:pointer}
    .btn.primary{background:#2563eb;color:#fff;border:none}

    .panel{background:#eef2ff;border-radius:10px;padding:16px;flex:1;overflow:auto}
    .tabs{display:flex;gap:8px;margin-bottom:10px}
    .tabs button{background:transparent;border:none;padding:8px 12px;border-radius:8px;cursor:pointer}
    .tabs button.active{background:#fff;box-shadow:0 6px 18px rgba(20,23,33,0.06)}

    /* timeline */
    .timeline{position:relative;padding-left:20px;border-left:2px dashed rgba(99,102,241,0.08)}
    .event{padding:16px 12px;margin-bottom:12px;background:#fff;border-radius:10px;border:1px solid #eef2f6}
    .event .time{font-size:12px;color:#6b7280}
    .dot{position:absolute;left:-11px;top:18px;width:16px;height:16px;background:linear-gradient(180deg,#fff,#eef2ff);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 3px 8px rgba(37,99,235,0.12)}
    .event h4{margin:6px 0 6px}
    .muted{color:#6b7280;font-size:13px}

    /* responsive */
    @media (max-width:980px){
      .app{flex-direction:column;margin:12px}
      .sidebar{width:100%;flex-direction:row;overflow:auto}
      .left{width:100%}
      .main{flex-direction:column}
    }
.listing-page-css {
background: linear-gradient(180deg,#ffffff,#fafafb);
  border-radius: 10px;
  padding: 65px;
}

    .pricing-section {
      padding: 40px 0;
    }
    .price {
      font-size: 2.5rem;
      font-weight: 600;
    }
    .currency {
      font-size: 1.2rem;
      vertical-align: top;
    }
    .btn-custom {
      border-radius: 25px;
      padding: 10px 25px;
      font-weight: 500;
    }
    .highlight {
      background-color: #f5f3ff;
      border-color: #d6c8ff;
    }
