body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #6D717F;
  background-color: #e8f6fc;
  overflow-x: hidden;
}
a, a:hover{text-decoration: none;}
.vega-navbar-section {
  background-color: #F1FAFD;
}

.navbar {
  background-color: #f1fafd;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.navbar-brand img {
    height: 45px;
}
.navbar-nav .nav-link {
  color: #6D717F !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #1C8ACB !important;
}

.btn-vega {
  background-color: #1C8ACB;
  border: 2px solid #1C8ACB;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 32px;
  box-shadow: none;
  transition: background .2s;
}

.btn-vega-outline {
  background-color: transparent;
  border: 2px solid #1C8ACB;
  color: #1C8ACB;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  padding: 6px 24px;
  box-shadow: none;
  margin-right: 8px;
  transition: background .2s, color .2s;
}

.navbar-brand {
  color: #1C8ACB !important;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.vega-logo {
  height: 40px;
}

.navbar-nav {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  justify-content: center;
  flex: 1;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
}

.dropdown-toggle::after{display: none;}

.nav-link.dropdown-toggle i {
    position: relative;
    top: 3px;
}
/* Mega Menu Styles */
.vega-mega-menu-parent {
  position: static;
}
.vega-mega-menu {
  width: 100vw;
  max-width: none;
  left: 0 !important;
  right: 0 !important;
  top: 100%;
  border-radius: 0 0 8px 8px;
  border: none;
  border-top: 1.5px solid #C4E7F5;
  background: #F1FAFD;
  min-width: 920px;
  margin-top: 2px;
  z-index: 1003;
}
.vega-mega-link {
  color: #6D717F;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 0 4px 0;
  display: flex;
  align-items: center;
  gap: 9px;
 /* white-space: nowrap;*/
  transition: color .18s, background .15s;
}
.vega-mega-link a{  color: #6D717F;}
.vega-mega-link:hover, .vega-mega-link a:hover {

  color: #1C8ACB;

}
.vega-mega-link i {
  color: #1C8ACB;
  font-size: 18px;
  min-width: 23px;
}
.text-vega-blue, .vega-mega-link.text-vega-blue a {
  color: #1C8ACB !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.vega-mega-link.text-vega-blue a:hover { text-decoration: underline; }

.navbar-nav .dropdown-menu.vega-mega-menu.show {
  display: block;
}

@media (max-width: 991.98px) {
  .vega-mega-menu {
    position: static !important;
    max-width: unset !important;
    width: 100%;
    min-width: 0;
    border-radius: 0;
    margin-top: 0;
  }
}
/* Icon coloring for clarity */
.fa-bolt, .fa-droplet, .fa-screwdriver-wrench, .fa-border-all, .fa-object-group, .fa-square, .fa-ruler-combined, .fa-arrow-right {
  color: #1C8ACB !important;
}

.vega-hero-section {
  /*background:#E8F6FC url(../images/pattern.png) no-repeat  center center;*/
  background:#E8F6FC;
  padding: 120px 0 190px;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.blinkHero {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.blinkHero{animation: crescendo 1.5s alternate infinite ease-in;}

@keyframes crescendo {
/*   0%   {transform: scale(.8);} */
  100% {transform: scale(1.3);}
}

.vega-hero-heading {
  font-family: 'Inter', sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.vega-hero-heading .blue {
  color: #1C8ACB;
}

.vega-hero-heading .dark {
  color: #131927;
}

.vega-hero-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  color: #6D717F;
  margin-bottom: 20px;
}

.vega-hero-buttons .btn-vega-cta {
  background: #1C8ACB;
  color: #fff;
  border: 2px solid #1C8ACB;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 32px;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: none;
}

.vega-hero-buttons .btn-vega-outline {
  background-color: transparent;
  color: #1C8ACB;
  border: 2px solid #1C8ACB;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 32px;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: none;
}

.vega-note {
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
  color: #6D717F;
  opacity: 0.8;
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  .vega-hero-heading {
    font-size: 38px;
  }
  .vega-hero-subtext {
    font-size: 16px;
  }
  .vega-hero-section {
    padding: 40px 0 20px 0;
  }
}

.container-fluid{ padding: 0 30px; }

.vega-feature-section {
  background: #F1FAFD;
  padding: 70px 0;
  margin-bottom: 125px;

}

.vega-feature-heading {
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #131927;
}

.vega-feature-heading .blue {
  color: #1C8ACB;
}

.vega-feature-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  color: #131927;
  margin-bottom: 8px;
}

.vega-feature-body {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: #6D717F;
  margin-bottom: 10px;
  max-width: 80%;
}

.vega-feature-list li {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #6D717F;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.vega-feature-list i {
  color: #1C8ACB;
  margin-right: 12px;
  font-size: 22px;
  min-width: 24px;
}

.btn-vega-cta {
  background: #1C8ACB;
  color: #fff;
  border: 2px solid #1C8ACB;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 32px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: none;
  transition: background .2s;
  display: inline-block;
}

.vega-feature-card {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}

.vega-feature-card img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.vega-feature-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  border-radius: 0 0 16px 16px;
  font-weight: 500;
  backdrop-filter: blur(8px);
}

@media (max-width: 991.98px) {
  .vega-feature-heading {
    font-size: 30px;
  }
  .vega-feature-subheading,
  .vega-feature-body {
    font-size: 16px;
  }
  .vega-feature-card {
    max-width: 90vw;
  }
}

.vega-feature-blur{filter: blur(5px);}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

.vega-construction-section {
  background: #F1FAFD;
  font-family: 'Inter', sans-serif;
  padding: 70px 0;
}

.vega-purpose {
  color: #1C8ACB;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.vega-construction-heading {
  font-size: 40px;
  font-weight: 700;
  color: #131927;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0;
  line-height: 1.1;
}

.vega-construction-body {
  color: #6D717F;
  font-size: 20px;
  font-family: 'Inter', sans-serif;
  line-height: 1.4;
}

.vega-link {
  color: #6D717F;
  text-decoration: underline;
}

.vega-feature-icon {
  color: #1C8ACB;
  margin-bottom: 8px;
}

.vega-feature-title {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #131927;
  margin-bottom: 4px;
  max-width: 65%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.vega-feature-title .slash {
  color: #1C8ACB;
  font-weight: 700;
}

.vega-feature-desc {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  color: #6D717F;
  margin-bottom: 0;
  max-width: 62%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.btn-vega-primary {
  background: #1C8ACB;
  color: #fff;
  border: 2px solid #1C8ACB;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 32px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: none;
  transition: background .2s;
  display: inline-block;
}

.btn-vega-outline {
  background-color: transparent;
  color: #1C8ACB;
  border: 2px solid #1C8ACB;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 32px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: none;
  display: inline-block;
}

.btn-vega-outline i {
  margin-right: 8px;
}

@media (max-width: 991.98px) {
  .vega-construction-heading {
    font-size: 30px;
  }
  .vega-construction-body {
    font-size: 16px;
  }
  .vega-feature-title {
    font-size: 16px;
  }
  .vega-construction-section {
    padding: 24px 0;
  }
}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

.vega-smarter-section {
  background: #E8F6FC;
  font-family: 'Inter', sans-serif;
  padding: 70px 0;
}

.vega-smarter-heading {
  font-size: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #131927;
}

.vega-smarter-subtitle {
  color: #6D717F;
  font-size: 24px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 32px;
}

.vega-card {
  background: #F1FAFD;
  border-radius: 18px;
  padding: 32px 55px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  min-height: 150px;
  justify-content: flex-start;
}

.vega-card.blue-highlight {
  background-color: #C4E7F5;
  justify-content: center;
  box-shadow: none;
}

.vega-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  font-size: 28px;
}

.yellow-bg {
  background: #FFF6E1;
  color: #FED162;
}

.red-bg {
  background: #FFE7E9;
  color: #FE9096;
}

.blue-bg {
  background: #C4E7F5;
  color: #1C8ACB;
}

.gray-bg {
  background: #d5dae2;
  color: #BFBFBF;
}

.vega-card-text {
  font-family: 'Inter', sans-serif;
  color: #131927;
  font-size: 18px;
  flex: 1;
  text-align: left;
  font-weight: 600;
}

.btn-vega-cta {
  background: #1C8ACB;
  color: #fff;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 34px;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 991.98px) {
  .vega-smarter-heading {
    font-size: 30px;
  }
  .vega-card {
    padding: 16px 10px;
    font-size: 16px;
  }
  .vega-card-text {
    font-size: 16px;
  }
  .btn-vega-cta {
    font-size: 16px;
    padding: 10px 18px;
  }
}


 .btn-vega-primary:hover, .btn-vega-outline:hover{background: #034166 !important;color: #fff !important;}



.vega-steps-section {
  background: linear-gradient(135deg, #062A36 0%, #234753 100%);
  font-family: 'Inter', sans-serif;
  color: #fff;
  padding: 70px 0;
}

.vega-steps-heading {
  font-size: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #fff;
}

.vega-steps-heading .vega-blue {
  color: #1C8ACB;
}

.vega-steps-subheading {
  color: #fff;
  font-size: 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
  opacity: 0.6;
}

.vega-step-box {
  background: #204450;
  border-radius: 12px;
  padding: 36px 22px 28px 22px;
  min-height: 230px;
  box-shadow: 0 2px 8px rgba(10, 32, 40, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  height: 100%;
  /* filter: blur(2px); */
}

.vega-step-number {
  font-size: 64px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

.vega-step-title {
  font-size: 17px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.vega-step-desc {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #E0EAF0;
  opacity: 0.6;
  max-width: 72%;
}

@media (max-width: 991.98px) {
  .vega-steps-heading {
    font-size: 28px;
  }
  .vega-step-box {
    min-height: 180px;
    padding: 28px 16px 20px 16px;
  }
  .vega-step-number {
    font-size: 44px;
  }
}



.vega-benefits-section {
  background: #E8F6FC;
  font-family: 'Inter', sans-serif;
  padding: 70px 0;
}

.vega-benefits-accent {
  color: #1C8ACB;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.vega-benefits-heading {
  font-size: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #131927;
}

.vega-benefit-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 18px;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.vega-benefit-icon {
  color: #1C8ACB;
  background: #F1FAFD;
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
}

.vega-benefit-title {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #131927;
  margin-bottom: 7px;
}

.vega-benefit-desc {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  color: #6D717F;
  margin-bottom: 0;
}

.btn-vega-primary {
  background: #1C8ACB;
  color: #fff;
  border: 2px solid #1C8ACB;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 32px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: none;
  transition: background .2s;
  display: inline-block;
}

.btn-vega-outline {
  background-color: transparent;
  color: #1C8ACB;
  border: 2px solid #1C8ACB;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 32px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: none;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .vega-benefits-heading {
    font-size: 28px;
  }
  .vega-benefit-card {
    padding: 18px 8px;
    font-size: 16px;
  }
  .vega-benefit-title, 
  .vega-benefit-desc {
    font-size: 16px;
  }
  .btn-vega-primary, .btn-vega-outline {
    font-size: 15px;
    padding: 8px 18px;
  }
}




.vega-trades-section {
  background: #F1FAFD;
  font-family: 'Inter', sans-serif;
  padding-top: 50px;
  padding-bottom: 40px;
}

.vega-trades-accent {
  color: #1C8ACB;
  font-size: 18px;
  font-weight: 600;
}

.vega-trades-heading {
  font-size: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #131927;
}

.vega-trades-blue {
  color: #1C8ACB;
}

.vega-trades-desc {
  color: #6D717F;
  font-size: 24px;
  font-family: 'Inter', sans-serif;
  line-height: 1.42;
  margin-bottom: 28px;
  max-width: 100%;
}

.btn-vega-primary {
  background: #1C8ACB;
  color: #fff;
  border: 2px solid #1C8ACB;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 32px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: none;
  transition: background .2s;
  display: inline-block;
}

.btn-vega-outline {
  background-color: transparent;
  color: #1C8ACB;
  border: 2px solid #1C8ACB;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 32px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: none;
  display: inline-block;
}

.vega-trades-image-card {
  width: 100%;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 750px;
  align-items: center;
}

.vega-trades-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.vega-ready-card {
  position: absolute;
  top: 25px;
  left: 25px;
  background: rgba(241, 250, 253, 0.91);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  min-width: 240px;
  max-width: 96vw;
  box-shadow: 0 1px 12px rgba(20,40,70,0.06);
  padding: 47px 30px 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 3;
  height: 700px;
}

.vega-ready-title {
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #131927;
  margin-bottom: 50px;
  line-height: 1.1;
  text-align: left;
}

.vega-ready-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 0;
  gap: 10px;
}

.vega-ready-list li {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: #131927;
  font-weight: 400;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex: 0 0 48%;
  max-width: 48%;
}

.vega-ready-list i {
  color: #1C8ACB;
  font-size: 22px;
  margin-right: 4px;
}

/* COMING SOON */
.vega-coming-section {
  width: 100%;
  text-align: center;
  background: #F1FAFD;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 14px;
}

.vega-coming-title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1C8ACB;
  margin-bottom: 14px;
}

.vega-coming-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 18px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #131927;
}

.vega-coming-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #131927;
  font-size: 18px;
  font-weight: 400;
}

.vega-coming-list i {
  color: #1C8ACB;
  font-size: 21px;
}

@media (max-width: 991.98px) {
  .vega-trades-heading {
    font-size: 28px;
  }
  .vega-trades-card {
    position: static;
    margin-bottom: 18px;
    min-width: unset;
    width: 90vw;
  }
  .vega-trades-image-card {
    min-height: 220px;
  }
  .vega-trades-main-img {
    height: 220px;
  }
  .vega-ready-card {
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 140px;
    max-width: 70vw;
    padding: 18px 10px 14px 16px;
  }
  .vega-ready-title {
    font-size: 20px;
  }
  .vega-ready-list li, .vega-coming-list span {
    font-size: 15px;
  }
  .vega-coming-list {
    gap: 16px 6px;
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }
}


/* Add this CSS to your main stylesheet */
.vega-newsletter-section {
  background: linear-gradient(120deg, #0b313b 0%, #214855 100%);
  font-family: 'Inter', sans-serif;
  padding-top: 58px;
  padding-bottom: 54px;
}

.vega-newsletter-accent {
  color: #1C8ACB;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.vega-newsletter-heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  font-family: 'Inter', sans-serif;
  margin-bottom: 30px;
  max-width: 50%;
  margin: 0 auto 60px  !important;
}

.vega-newsletter-form {
  margin-top: 24px;
}

.vega-newsletter-input {
  width: 320px;
  max-width: 80vw;
  padding: 0 18px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #fff;
  background: rgba(20,42,54,0.32);
  border: 2px solid #325b6e;
  border-radius: 10px;
  outline: none;
  margin-right: 10px;
  box-shadow: none;
  transition: border-color .2s;
  height: 48px;
}

.vega-newsletter-input::placeholder {
  color: #b3bdc3;
}

.btn-vega-primary {
  background: #1C8ACB;
  color: #fff;
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  padding: 3px 36px;
  box-shadow: none;
  transition: background .2s;
  display: inline-block;
  height: 48px;
}

@media (max-width: 500px) {
  .vega-newsletter-heading {
    font-size: 26px;
  }
  .vega-newsletter-input {
    font-size: 15px;
    padding: 10px 12px;
    width: 180px;
  }
  .btn-vega-primary {
    font-size: 15px;
    padding: 8px 16px;
  }
}


.vega-events-section { 
  padding: 70px 0;
  background: #E8F6FC; 
}

/* Heading */
.vega-events-heading {
  font-size: 40px;
  font-weight: 700;
  color: #131927;
  font-family: 'Inter', sans-serif;
  margin-top: 12px;
  margin-bottom: 50px;
  letter-spacing: px;
}

/* Filter controls */
.vega-events-input, .vega-events-select {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  background: #fff;
  border: 2px solid #C4E7F5;
  border-radius: 8px;
  color: #131927;
  padding: 5px 16px;
  height: 48px;
}
.vega-events-input{max-width: 350px;}
.vega-events-select { max-width: 200px; }
.btn-vega-primary {
  background: #1C8ACB;
  color: #fff;
  border: 2px solid #1C8ACB;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  padding: 5px 24px;
  box-shadow: none;
  transition: background .2s;
  display: inline-block;
  height: 48px;
}

/* Event cards */
.vega-event-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(44,85,93,0.03);
  padding-bottom: 16px; 
  overflow: hidden;
  display: flex; 
  flex-direction: column;
  margin-bottom: 16px;
}
.vega-event-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
  margin-bottom: 12px;
}
.vega-event-type {
  font-size: 15px;
  font-weight: 400;
  color: #6D717F;
  padding: 0 18px;
  margin-bottom: 10px;
}
.vega-event-title {
  font-size: 20px;
  font-weight: 700;
  color: #131927;
  margin-left: 18px;
  margin-bottom: 4px;
}
.vega-event-link {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.vega-event-link a {
  font-size: 16px;
  color: #131927;
  text-decoration: none;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
.vega-event-date {
  font-size: 15px;
  color: #6D717F;
  font-weight: 400;
}

.eventCardBtm{padding: 0 18px;}



/* Responsive tweaks */
@media (max-width: 991.98px) {
  /*.vega-event-img { height: 120px; }*/
  .vega-event-title { font-size: 16px; }
  .vega-event-type, .vega-event-link a, .vega-event-date { font-size: 15px; }
  .vega-events-heading { font-size: 28px; }

}
/*
  f1fafd*/

  .vega-pricing-section{ background-color:#E8F6FC ; padding: 70px 0;}

.vega-pricing-accent {
  color:#1C8ACB;font-size:18px;font-weight:500;letter-spacing:1px;
}

.vega-pricing-heading {
  font-size: 40px;
  font-weight:700;
  color:#131927;
  margin-bottom:2px;
  letter-spacing:0;
}

.vega-pricing-desc {font-size: 24px;color:#6D717F;color: #1C8ACB;}

.vega-toggle-nav {
  border:2px solid #1C8ACB;
  background:#fff;
  border-radius: 20px;
  min-width:255px;
  height: auto;
  display:flex;
  padding:0;
  overflow:hidden;
  box-sizing:border-box;
  padding: 5px;
}
.vega-toggle-nav .nav-item {width:50%;}
.vega-toggle-nav .nav-link {
  width:150px;
  height: 48px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 16px;
  font-weight: 600;
  color:#1C8ACB;
  background:transparent;
  border:none;
  border-radius:0 0 0 0;
  outline:none;
  transition:background .2s,color .2s;
  border-radius: 12px;
}
.vega-toggle-nav .nav-link.active   {background:#1C8ACB;color:#fff;box-shadow:0 1px 12px rgba(44,85,93,0.07);}
.vega-toggle-nav .nav-link:focus {outline:none;}
.vega-mega-menu .active{color: #1C8ACB !important}
.vega-tab-save-wrap svg {margin-top:-8px;}
.vega-tab-save {font-size: 14px;color:#6D717F;}
.vega-tab-save-bold {font-weight: 600;color:#131927;font-size: 16px;}

.price-vega-card {
  background:#fff;
  border:2px solid #E3F5FB;
  border-radius:20px;
  box-shadow:0 3px 32px rgba(19,38,52,0.04);
  max-width:390px;
  margin:0 auto;
  padding: 38px 60px 25px 60px;
  text-align:left;
  position:relative;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.vega-card-premium {
  background:linear-gradient(120deg,#093344 0%,#1b495b 100%);
  color:#fff; border:none;
}

.vega-card-badge {
  position:absolute;
  top: 45px;
  left:38px;
  display:inline-block;
  background: #E8F6FC;
  color:#1C8ACB;
  padding:7px 24px;
  border-radius:8px;
  font-size:15px;
  font-weight:500;
  letter-spacing:0.1px;
}

.vega-card-premium .vega-card-badge {
  background: rgba(0,0,0,0.1);
  color:#1C8ACB;
}

.vega-card-title {
  margin-top:55px;
  font-size: 40px;
  font-weight:700;
  color:#131927;
  margin-bottom:8px;
  line-height:1.13;
}

.vega-pricing-section .vega-btn-outline, .vega-pricing-section .vega-btn-solid{height: 48px; padding: 5px;}

.vega-card-premium .vega-card-title {color:#fff;}

.vega-card-features {
  margin:10px 0 20px 0;
  padding:0;
  list-style:none;
  height: 115px;
}
.vega-card-features li {
  font-size: 34px;
  color:#6D717F;
  line-height:1.6;
  margin-bottom: 6px;
  font-weight:500;
  max-width: 200px;
}
.vega-card-premium .vega-card-features li {color:#fff;}

.vega-card-price {
  font-size:36px;
  font-weight:700;
  color:#131927;
  margin-bottom:24px;
  line-height:1.12;
  position: relative;
}
.vega-card-premium .vega-card-price {color:#fff;}
.vega-card-price span {
  font-size: 16px;
  color:#6D717F;
  font-weight:500;
  margin-left:7px;
  position: absolute;
  top: 1px;
  left: auto;
}
.vega-card-premium .vega-card-price span {color:#e6f3f9;}
.vega-btn-outline {
  width:100%;
  background:#fff;
  color:#1C8ACB;
  border:2px solid #1C8ACB;
  box-sizing:border-box;
  font-size: 18px;
  font-weight:500;
  padding:10px 0;
  border-radius:11px;
  text-align:center;
  margin:0 auto;
}
.vega-btn-solid {
  width:100%;background:#1C8ACB;color:#fff;border:none;
  font-size:19px;font-weight:500;padding:12px 0;border-radius:11px;text-align:center;
  margin:0 auto;
}

@media (max-width:991.98px){
  .vega-pricing-heading{font-size:26px;}
  .vega-pricing-desc{font-size:15px;}
  .vega-card{padding:20px 10px 16px 10px;max-width:100%;}
  .vega-card-title{font-size:23px;}
  .vega-card-price{font-size:17px;}
  .vega-btn-solid,.vega-btn-outline{font-size:15px;}
  .vega-card-badge{font-size:11px;padding:3px 14px;}
}
@media (max-width:600px){
  .vega-card{padding:10px 4px 12px 4px;}
  .vega-card-title{font-size:13px;}
  .vega-card-price{font-size:10px;}
  .vega-card-badge{font-size:9px;padding:2px 6px;}
  .vega-btn-solid,.vega-btn-outline{font-size:13px;}
}


.priceShape {
   
position: absolute;
   
top: -42px;
   
left: -55px;
}



.vega-tab-save-wrap {
    position: relative;

}

.priceTabSec{margin-top: 60px;}


.vega-licensing-section {
  background: #F1FAFD;
  font-family: 'Inter', sans-serif;
  padding: 70px 0;
}
.vega-licensing-accent {
  color: #1C8ACB;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1px;
}
.vega-licensing-heading {
  font-size: 40px;
  font-weight: 700;
  color: #131927;
  letter-spacing: 0;
  margin-bottom: 2px;
}
.vega-card-side-title {
  font-size: 40px;
  font-weight: 600;
  color: #131927;
  text-align: center;
  margin-bottom: 9px;
}
.vega-card-side-desc {
  font-size: 22px;
  color: #6D717F;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.vega-btn-solid {
  background: #1C8ACB;
  color: #fff;
  border: 2px solid #1C8ACB;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 12px 10px;
  box-shadow: none;
  transition: background .2s;
  display: inline-block;
  max-width: 250px;
}

.licensing-illustration {
  max-width: 410px;
  display: block;
  border-radius: 16px;
  margin: 0;
}

@media (max-width:1199.98px){
  .licensing-illustration {max-width:340px;}
  .vega-card-side-title{font-size:23px;}
  .vega-card-side-desc{font-size:14px;}
}



.vega-contact-section {background: #E8F6FC; padding: 70px 0;}
.vega-contact-form-card {
  background: #F1FAFD;
  border: 1.5px solid #BEE3F6;
  border-radius: 16px;
  margin-left: auto;
  margin-right: 0;
  padding: 50px !important;
}
.vega-contact-accent {
  color: #1C8ACB;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
.vega-contact-heading {
  font-size: 40px;
  font-weight: 700;
  color: #131927;
  margin-bottom: 16px;
}
.vega-contact-input, .vega-contact-textarea, .vega-contact-form-card .form-select {
  background: #e8f6fc;
  border: none;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #6D717F;
  padding: 5px 18px;
  height: 48px;
  margin-bottom: 15px;
}
.vega-contact-input:focus, .vega-contact-textarea:focus, .vega-contact-form-card .form-select:focus {
  background: #F1FAFD;
  outline: none;
  box-shadow: 0 0 0 2px #BEE3F6;
  border: none;
}
.vega-contact-textarea {
  height: 240px;
  resize: none;
  margin: 0 0  40px;
}
.vega-btn-solid {
  background: #1C8ACB;
  color: #fff;
  border: 2px solid #1C8ACB;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: none;
  transition: background .2s;
  display: inline-block;
  text-align: center;
}

.vega-benefit-title {
  font-size: 18px;
  font-weight: 600;
  color: #131927;
  margin-bottom: 6px;
}
.vega-benefit-desc {
  font-size: 16px;
  color: #6D717F;
  font-weight: 400;
  margin-bottom: 0;
}

/* Icon SVGs */
.vega-cont-icon {
  font-size: 25px;
  color: #1C8ACB;
  width: 28px;
  height: 29px;
  display: inline-block;
  margin: 0 0 20px;
}

@media (max-width:991.98px){
  .vega-contact-form-card {max-width:100%;}
  .vega-contact-heading {font-size:23px;}
}


.contImage {
    margin-left: 60px;
    max-height: 330px;
    margin-bottom: 60px;
}

.vega-faq-section {
  background: #F1FAFD;
  font-family: 'Inter', sans-serif;
  padding: 70px 0;
}

.vega-faq-accent {
  color: #1C8ACB;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.vega-faq-heading {
  color: #131927;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
}

.vega-accordion .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1.5px solid #C4E7F5;
}

.vega-accordion .accordion-header {
  font-family: 'Inter', sans-serif;
}

.vega-faq-btn {
  font-family: 'Inter', sans-serif;
  color: #131927;
  font-size: 20px;
  font-weight: 500;
  background: transparent;
  box-shadow: none;
  padding: 21px 15px;
  border-radius: 0;
  border: none;
}

.vega-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #131927;
  box-shadow: none;
}

.vega-accordion .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.vega-accordion .accordion-button::after {
  content: '+';
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  color: #9EA2AE;
  background-image: none;
  transform: none;
  margin-left: auto;
  font-weight: 500;
}

.vega-accordion .accordion-button:not(.collapsed)::after {
  content: '-';
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #131927;
  background-image: none;
}

.vega-faq-body {
  color: #6D717F;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 24px 22px 12px;
  background: transparent;
  border: none;
}

@media (max-width: 991.98px){
  .vega-faq-heading{font-size:31px;}
  .vega-faq-btn {font-size:18px;padding:12px 9px;}
  .vega-faq-body {font-size:15px;}
}




.vega-footer-section {
  background: #E8F6FC;
  font-family: 'Inter', sans-serif;
  color: #6D717F;
  font-size: 16px;
  padding: 70px 0 20px;
}
.vega-footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #4F5F6A;
  margin-bottom: 7px;
}
.vega-footer-links li {
  margin-bottom: 7px;
}
.vega-footer-links a {
  text-decoration: none;
  color: #4F5F6A;
  transition: color .16s;
  font-weight: 400;
  font-size: 16px;
}
.vega-footer-links a:hover {
  color: #1C8ACB;
}
.vega-footer-contact {
  color: #4F5F6A;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 6px;
}
.vega-footer-hr {
  border: none;
  border-top: 1px solid #47aadb;
  margin-top: 18px;
  margin-bottom: 12px;
}
.vega-footer-policy {
  color: #131927;
  font-size: 16px;
  margin-left: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: color .13s;
}
.vega-footer-policy:hover {
  color: #1C8ACB;
}


.vega-feature-list img {
    width: 16px;
    margin-right: 10px;
}

.vega-benefit-icon1 {
    margin: 0 0 20px;
}

.tradesSec .vega-hero-heading{max-width: 90%;
    margin: 0 auto 20px;}

.tradesSec .vega-hero-subtext{max-width: 80%; margin-left: auto; margin-right: auto;}


.vega-suppliers-section {
  background: #E8F6FC;
  font-family: 'Inter', sans-serif;
  padding: 70px 0;
}
.vega-supplier-accent {
  color: #1C8ACB;
  font-weight: 600;
  font-size: 15px;
}
.vega-supplier-heading {
  color: #131927;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px !important;
}
.vega-supplier-carousel {
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.vega-logo-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
}
.vega-logo-slide img {
  max-width: 180px;
  width: 100%;
  max-height: 54px;
  object-fit: contain;
  filter: none; /* black logos as in your sample */
  margin: 0 auto;
}
.vega-logo-slide .owl-carousel .owl-nav, .vega-logo-slide .owl-carousel .owl-dots {
  display: none !important;
}

.priceSec .vega-pricing-section {
   background: #E8F6FC;
     padding: 120px 0 190px;}

  .whyVegaSec   .vega-benefit-card {
    background: #F1FAFD; 
    height: 250px;
}

.priceSec .vega-hero-subtext{margin-bottom: 70px !important;}



.whyTopRow{padding: 0 80px;}


.vega-transform-section {
  background: #E8F6FC;
  font-family: 'Inter', sans-serif;
  padding: 120px 0 190px;
}
.vega-transformRow{padding: 0 80px;}
.vega-transform-heading {
  font-size: 60px;
  font-weight: 700;
  color: #131927;
  margin-bottom: 8px;
}
.vega-transform-subheading {
  font-size: 24px;
  color: #6C7C86;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.vega-transform-card,
.vega-transform-card-alt {
  border-radius: 12px;
  background: #F8FCFD;
  padding: 38px 38px 36px 38px;
  box-shadow: 0 2px 8px rgba(30,52,73,0.07);
  min-height: 370px;
  border: 1.5px solid #E3E3E3;
}
.vega-transform-card-alt {
  background: #1C8ACB;
  color: #fff;
  border: none;
}
.vega-transform-label {
  font-size: 16px;
  font-weight: 500;
  color: #1A232F;
  margin-bottom: 13px;
}
.vega-transform-label-alt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 13px;
  opacity: 0.6;
}
.vega-transform-hours {
  font-size: 40px;
  font-weight: 700;
  color: #131927;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.vega-transform-hours-alt {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.vega-transform-desc {
  font-size: 16px;
  color: #6D717F;
  margin-bottom: 13px;
  font-weight: 400;
}
.vega-transform-desc-alt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 13px;
  font-weight: 400;
  opacity: 0.6;
}
.vega-transform-list {
  font-size: 17px;
  color: #797D87;
  margin: 0; padding-left: 1.2em;
}
.vega-transform-list li {margin-bottom: 5px;font-weight: 400;color: #6D717F;}
.vega-transform-list-alt {
  font-size: 17px;
  color: #fff;
  margin: 0;
  padding-left: 1.2em;
  opacity: 0.6;
}
.vega-transform-list-alt li {margin-bottom: 5px;font-weight: 400;}

.whyVegaSec .vega-step-desc{width: 100%;}





/* Responsive tweaks */
@media (max-width: 991.98px) {
  .vega-transform-heading {font-size: 32px;}
  .vega-transform-subheading {font-size: 17px;}
  .vega-transform-card, .vega-transform-card-alt {padding: 18px 12px; min-height: 200px;}
  .vega-transform-hours, .vega-transform-hours-alt {font-size: 29px;}
  .vega-transform-label, .vega-transform-label-alt {font-size: 14px;}
  .vega-transform-desc, .vega-transform-desc-alt {font-size: 13px;}
  .vega-transform-list, .vega-transform-list-alt {font-size: 13px;}
}

.whyVegaSec .vega-benefits-section1 .vega-benefit-card{height: auto;}

.moneyBack{ font-size: 28px; color: #fff; opacity: 0.6; }



.vega-blog-feature-section {
  background:#e8f6fc;
  font-family:'Inter',sans-serif;
  padding: 70px 0;
}

/* Left stacked cards */
.vega-article-card {
  background:#F8FCFD;
  border-radius:16px;
  border:1px solid #E4EEF5;
  text-decoration:none;
  color:#131927;
  box-shadow:0 2px 10px rgba(20,40,70,0.03);
  overflow:hidden;
}
.vega-article-card + .vega-article-card {margin-top:14px;}
.vega-article-thumb {
  flex:0 0 30%;
  max-width:30%;
}
.vega-article-thumb img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.vega-article-body {
  flex:1;
  padding:14px 18px 12px 18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.vega-article-title {
  font-size: 24px;
  font-weight: 600;
  margin:0 0 8px;
  line-height:1.25;
  color: #131927;
}
.vega-article-meta {
  font-size:13px;
  color:#6D717F;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content: space-between;
}
.vega-article-author img {
  margin-right: 10px;
}

.vega-article-type,
.vega-article-date {
  color: #6D717F;
  font-size: 16px;
}

/* Right feature card */
.vega-feature-article-card {
  position:relative;
  display:block;
  border-radius:18px;
  overflow:hidden;
  text-decoration:none;
  color:#fff;
  box-shadow:0 4px 24px rgba(19,38,52,0.16);
}
.vega-feature-image img {
  width:100%;
  display:block;
  height: 488px;
  object-fit:cover;
}
.vega-feature-overlay1 {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:28px 30px 20px;
  background: #103440;
}
.blogPageSec .vega-feature-title {
  font-size: 40px;
  font-weight:700;
  margin:0 0 10px;
  color: #fff;
}
.blogPageSec .vega-feature-meta {
  font-size:14px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  color:#D5E8F3;
  justify-content: space-between;
}
.vega-feature-author {
      color: #1C8ACB;
    font-size: 16px;
    margin: 0 0 20px;
}
.vega-feature-author img {
    margin-right: 10px;
}
.vega-article-author {
    color: #1C8ACB;
    font-size: 16px;
}
.blogPageSec  .vega-feature-type, blogPageSec .vega-feature-date {
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
}

/* Hover */
.vega-article-card:hover {
  box-shadow:0 4px 22px rgba(19,38,52,0.08);
}
.vega-feature-article-card:hover .vega-feature-title {
  text-decoration:underline;
}

.blogPageSec .vega-event-title{max-width: 75%;}

/* Responsive */
@media(max-width:991.98px){
  .vega-article-thumb{flex:0 0 34%;}
  .vega-feature-image img{height:260px;}
  .vega-feature-title{font-size:22px;}
}
@media(max-width:575.98px){
  .vega-article-card{
    flex-direction:column;
  }
  .vega-article-thumb{
    flex:0 0 auto;
    max-width:100%;
  }
}


.vega-live-hero {
  background: #000;
  padding: 0;
}

.vega-live-hero-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.vega-live-hero-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.vega-live-hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* Responsive tweaks */
@media (min-width: 992px) {
  .vega-live-hero-img { height: 320px; }
  .vega-live-hero-title { font-size: 48px; }
}
@media (max-width: 575.98px) {
  .vega-live-hero-img { height: 220px; }
  .vega-live-hero-title {
    font-size: 26px;
    white-space: normal;
    padding: 0 16px;
  }
}


.vega-faq-section.darkM {background: linear-gradient(120deg, #0b313b 0%, #214855 100%);}

.darkM .vega-faq-heading , .darkM .vega-faq-btn , .darkM .vega-faq-body, .darkM .vega-accordion .accordion-button:not(.collapsed){color: #fff;}

.darkM .vega-faq-body{opacity: 0.6;}

.darkM .vega-accordion .accordion-item{    border-bottom: 1.5px solid rgba(255, 255, 255, 0.1);}

.darkM .vega-accordion .accordion-button:not(.collapsed)::after{color: #fff;}


.vega-howto-section{background:#F1FAFD;font-family:'Inter',sans-serif;}
.vega-howto-heading{font-size: 64px;font-weight:700;color:#131927;margin-bottom:6px;}
.vega-howto-blue{color:#1C8ACB;}
.vega-howto-subheading{font-size: 24px;color:#6D717F;font-weight: 400;}

.vega-howto-filter-card{
 /* background:#F1FAFD;border-radius:12px;border:1px solid #D4E7F5;
  padding:22px 18px;*/
 padding-top: 30px;
 height: 100%;
 width: 100%;
 padding-right: 30px;
 border-right: 1px solid #C4E7F5;
}
.vega-howto-filter-title{font-size: 24px;font-weight: 600;color:#131927;margin: 0 0 15px;}

/*.vega-howto-filter-pill{
  width:100%;
  border: 1.5px solid #1C8ACB;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  background: transparent;
  color: #1C8ACB;
  height: 48px;
  text-align: left;
}*/


.vega-howto-filter-link{
  width:100%;
  border:none;
  background:transparent;
  text-align:left;
  color:#6D717F;
  font-size:15px;
  padding:6px 0;
  border-radius:8px;
  margin: 15px 0;
  font-weight: 500;
}
.vega-howto-filter-link.active,
.vega-howto-filter-link:hover{
  color:#1C8ACB;
}
.vega-howto-filter-link.active {
    width: 100%;
    border: 1.5px solid #1C8ACB;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    background: transparent;
    color: #1C8ACB;
    height: 48px;
    text-align: left;
}
/* Cards */
.vega-howto-card{
  display:block;background:#FFFFFF;border-radius:18px;border:1px solid #E1E8F2;
  overflow:hidden;text-decoration:none;box-shadow:0 2px 12px rgba(19,38,52,0.04);
}
.vega-howto-thumb img{
  width:100%;display:block;height:250px;object-fit:cover;
}
.vega-howto-body{padding:16px 18px 14px;}
.vega-howto-title{font-size: 24px;font-weight: 600;color:#131927;margin-bottom:6px;}
.vega-howto-desc{font-size:16px;color:#6D717F;margin-bottom:14px;}
.vega-howto-footer{
  display:flex;
  align-items:center;
  justi.howTabSec fy-content:space-between;
  font-size:13px;
  color:#6D717F;
  justify-content: space-between;
}
.vega-howto-link{
  border:none;
  background:transparent;
  font-size: 16px;
  font-weight:500;
  padding:0;
  color: #131927;
}
.vega-howto-card:hover{box-shadow:0 4px 18px rgba(19,38,52,0.09);}

@media (max-width:991.98px){
  .vega-howto-heading{font-size:30px;}
  .vega-howto-subheading{font-size:15px;}
  .vega-howto-filter-card{margin-bottom:18px;}
}


.howTabSec {background: #e8f6fc !important;}

.howTop, .howTabSec{padding: 70px 0;background-color: #f1fafd;}

.vega-howto-filter-link:hover {
    background: transparent !important;
    color: #1C8ACB !important;
}
.howtoTabCont {
    padding-left: 15px;
    width: 100%;
}

.fqTp{margin-bottom: 70px;}

.contactPageSec .vega-contact-section{background-color: #e8f6fc;}
.joinLink {
    color: #6D717F;
    font-size: 24px;
    margin: 0 0 30px;
    display: inline-block;
}

.btn:hover{background-color: #025789 !important;color: rgba(255, 255, 255, 0.9) !important;}
.btn:hover img{filter: brightness(100);}

.licensingPageDv .vega-hero-subtext{max-width: 75%; margin-left: auto; margin-right: auto;}

.licensingPageDv .vega-ready-list {
    display: block;
}

.licensingPageDv .vega-ready-list li{max-width: 100%;}

.licensingPageDv  .vega-trades-image-card{height: 500px;}
.licensingPageDv .vega-ready-card{height: 450px;}

.licensing-smarter-section{background-color:#F1FAFD ;}
.licensingPageDv .vega-benefits-section{background-color:#E8F6FC ; padding: 70px 0;}
.licensing-smarter-section .vega-card {
    background: #fff;
    padding: 30px;
    /* border: 1px solid #C4E7F5; */
    display: flex;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 8%);
}

.twoColRw{max-width: 80%;}
.vega-card-text p {
    font-size: 16px;
    color: #6D717F;
    font-weight: 400;
}

.bldTxt{font-weight: 600; font-size: 24px; color: #131927;}

.licensingPageDv .vega-construction-section{  background: #E8F6FC;}

.vegaBigTxt span {
    font-size: 92px;
    color: #1C8ACB;
    font-weight: 700;
}

.vegaBigTxt {
    color: #131927;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: right;
}

.licensingPageDv .vega-step-desc{max-width: 80%;}

.licensingPageDv .vega-transform-section{background-color:#F1FAFD;padding: 70px 0;}
.licensingPageDv .vega-transform-heading{font-size: 40px;}

.licensingPageDv .vega-transform-subheading{max-width: 60%;}

.licensingPageDv .vega-transform-hours{font-size: 24px;}
.licensingPageDv .vega-transform-card{min-height: auto;}

.licensingPageDv .vega-trades-section{background-color: #E8F6FC}

.licensingPageDv .vega-contact-section{background-color:#F1FAFD ;}

.licensingPageDv .vega-trades-desc{max-width: 65%;}

.licensingPageDv .vega-ready-list li{    align-items: self-start;     text-align: left}

.licensingPageDv .vega-ready-list img {
    position: relative;
    top: 6px;
}

.vega-article-section{
  background: #E8F6FC;
  font-family:'Inter',sans-serif;
  padding: 70px 0;
}
.blogDtlPageSec .vega-article-title{
  font-size:40px;
  font-weight:700;
  color:#131927;
  margin-bottom:10px;
}
.vega-article-meta-top{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  font-size:14px;
  color:#6D717F;
}
.vega-article-logo{
  font-weight:700;
  color:#1C8ACB;
  font-size:15px;
}
.vega-article-dot{
  color:#A0AFB9;
}
.vega-article-meta-text{
  color:#6D717F;
  font-size: 16px;
}
.vega-article-tag-pill{
  background: #C4E7F5;
  color:#1C8ACB;
  font-size:13px;
  font-weight:600;
  border-radius:999px;
  padding:6px 16px;
  margin-left:6px;
}
.vega-article-hero img{
  border-radius:18px;
}

/* Article body */
.vega-article-body p{
  font-size: 16px;
  color: #131927;
  line-height:1.7;
  margin-bottom:16px;
}

/* Sidebar */
.vega-article-sidebar{
  background: transparent;
  border-radius: 16px;
  border: 1px solid #9DD8ED;
  padding:20px 20px 22px;
}
.vega-sidebar-heading{
  font-size: 16px;
  font-weight: 400;
  color: #1C8ACB;
  margin-bottom:10px;
}
.vega-social-icon{
  width: 40px;
  height: 40px;
  border-radius: 16px;
  border:1px solid #D3E3F0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#6D717F;
  font-size:16px;
  background: rgba(0,0,0,0.10);
}
.vega-social-icon:hover{
  background:#1C8ACB;
  color:#fff;
}

.vega-toc-list{
  list-style:none;
  padding-left:0;
  margin:0;
}
.vega-toc-list li{
  margin-bottom:6px;
}
.vega-toc-list a{
  font-size: 16px;
  color: #131927;
  text-decoration:none;
  font-weight: 500;
}
.vega-toc-list a:hover{
  color:#1C8ACB;
}

/* Org block */
.vega-org-avatar{
  width:70px;
  height:70px;
  border-radius:50%;
  border: 1.5px solid #1C8ACB;
  display:flex;
  align-items:center;
  justify-content:center;
}
.vega-org-logo{
  font-size:18px;
  font-weight:700;
  color:#1C8ACB;
}
.vega-org-name{
  font-size:16px;
  font-weight: 500;
  color: #1C8ACB;
}
.vega-org-role{
  font-size:14px;
  color:#6D717F;
}

/* Author */
.vega-author-desc{
  font-size: 16px;
  color:#6D717F;
}

/* Responsive */
@media(max-width:991.98px){
  .vega-article-title{font-size:30px;}
  .vega-article-sidebar{margin-top:18px;}
}

.vega-social-icon:hover img{filter: brightness(100);}

.vega-org-logo img {
    max-width: 100%;
    padding: 10px;
}

.blogDtlPageSec .vega-events-section{background-color:#F1FAFD ;}

.vega-launch-pill{
  padding: 10px 25px;
  border-radius:999px;
  background: linear-gradient(90deg,#204450 0%,#1C8ACB 50%,#1C8ACB 100%);
  color: #fff;
  font-size: 16px;
  font-weight:600;
  letter-spacing: 0;
  text-transform:uppercase;
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
  /*position: absolute;
  top: -18px;
  transform: translate(-50%, 0);
  left: 50%;*/
  width: 250px;
  text-align: center;
  font-weight: 600;
}
.vega-launch-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#FF7A00;
  box-shadow:0 0 0 4px rgba(255,122,0,0.25);
}


.vega-flip-card{
  perspective:1200px;
  min-height: 150px;

  position: relative;
}
.vega-flip-inner{
  position:relative;
  width:100%;
  height:100%;
  transform-style:preserve-3d;
  transition:transform 0.6s cubic-bezier(0.23,0.88,0.41,1);
  transform-origin: top;         /* flip from bottom */
}
.vega-flip-card:hover .vega-flip-inner{
  transform: rotateX(-180deg);
  position: absolute;
  bottom: -100%;
  transition: transform 0.6s cubic-bezier(0.23,0.88,0.41,1);
}

.vega-flip-face{
  position:absolute;
  inset:0;
  backface-visibility:hidden;
}

/* front uses your existing card exactly */
.vega-flip-front .vega-card{
  height:100%;
}

/* back side */
.vega-flip-back{
  transform:rotateX(180deg);
}

/* styling for back card; adjust as needed */
.vega-card-back{
  background:#133447;
  color:#F4FAFF;
  border-radius:20px;
  padding:26px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:0 10px 30px rgba(15,40,70,0.05);
}
.vega-card-back h5{
  font-size:18px;
  font-weight:700;
  margin-bottom:8px;
}
.vega-card-back p{
  font-size:15px;
  margin:0;
  text-align: left;
}
.logaImage img {
height: 80px;
}

.logaImage {
    margin: 0 0 70px;
}

.tradesSecPage .vega-trades-section { background: #E8F6FC; }

.licensingPageDv .vega-hero-section{padding: 100px 0 130px}
.heroLst ul {
    list-style-type: none;
    padding: 0;
    font-size: 16px;
    color: #6D717F;
    font-weight: 400;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 80%;
}

.heroLst ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 40px;
    gap: 10px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: start;
}

.heroLst {
    margin-top: 40px;
}

@media(max-width: 767px){
  .vega-feature-title, .vega-feature-desc{max-width: 100%;}
   .btnDv1{margin-right: 0 !important;}

 .btn-vega-primary,  .btn-vega-outline {
    width: 100%; margin: 0 0 10px;}

        .vega-trades-main-img {
        height: 100%;
    }

    .vega-trades-image-card{height: 370px;}
    .vega-ready-card{height: 350px;}

    .vega-newsletter-heading{max-width: 100%;}

    .eventTopRw {
    display: block !important;}

    .vega-events-input ,  .vega-events-select, .selectDv { margin: 0 0 10px !important;
    max-width: 100%;
    width: 100%;}

    .deskImg{margin-top: 20px;}

    .vega-contact-form-card{ padding: 20px !important; }

    .vega-step-desc {max-width: 100%;}

    .vega-supplier-heading{font-size: 26px;}

    .whyVegaSec .vega-benefit-card{height: auto;}

    .whyTopRow, .vega-transformRow{padding: 0;}

    .priceSec .vega-pricing-section, .vega-transform-section, .vega-benefits-section, .vega-blog-feature-section, .vega-events-section, .howTop, .howTabSec, .vega-faq-section, .contactPageSec .vega-contact-section,
    .vega-article-section, .licensing-smarter-section, .vega-steps-section, .licensingPageDv .vega-benefits-section, .licensingPageDv .vega-transform-section, .licensingPageDv .vega-hero-section{padding: 40px 0;}
    .vega-footer-section{padding: 20px 0;}
    .vega-card-features{height: auto;}
    .vega-live-hero-title{font-size: 24px;}
    .vega-live-hero-img{height: 180px;}
    .vega-hero-subtext { margin-bottom: 40px !important;}
    .vega-mega-link{gap: 2px}

    .vega-newsletter-input{width: 100% !important; max-width: 100% !important;}
    .howtoTabCont{padding-left: 0;}
    .vega-howto-filter-card{padding: 0; border-right: 0;}

    .twoColRw, .licensingPageDv .vega-transform-subheading{max-width: 100%;}

    .licensingPageDv .vega-transform-heading {
    font-size: 28px;}

    .licensingPageDv .vega-transform-card {
    height: auto !important;
    margin: 0 0 20px !important;}


    .licensingPageDv .vega-transformRow {
        padding: 0;
        --bs-gutter-y: 0;}


    .licensingPageDv .vega-transformRow .mb-4{ margin-bottom: 0 !important; }

    .logaImage{margin-bottom: 40px;}

    .heroLst ul{max-width: 100%;}

    .heroLst ul li{flex: 0 0 100%; max-width: 100%; margin: 10px 0;}

    .heroLst {
    margin-top: 0;}

        .licensingPageDv  .vega-hero-subtext {margin-bottom: 20px !important;}
}


