.vendor-landing-solutions,
.vendor-landing-products {
  display: none;
}


body {
    background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 40%, #e8f7ff 70%, #faffff 100%);
    backdrop-filter: blur(4px);
}

.vendor-landing-hero{
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 32px;
    margin-top: 20px;
    box-shadow: 0 8px 30px rgba(66, 133, 244, 0.08);
}

.vendor-landing-hero-left h2  {
    font-size: 52px;
    font-weight: 800;
    color: #1A73E8;
}

.vendor-landing-hero-left p {
    font-size: 18px;
    line-height: 1.6;
    color: #202124;
    opacity: 0.9;
}

#mm-0 > div.content-area > main > section:nth-child(11) > div > section > div > div.news-grid{
margin-top: 30px;
}

html { scroll-behavior: smooth; }

#gw-contact-form {
  scroll-margin-top: 120px;
}

.vendor-news__btn-wrap{
text-align: center;
    margin-top: 30px;
}

.vendor-landing-btn {
    background: linear-gradient(90deg, #1A73E8, #03A9F4);
    border-radius: 40px;
    padding: 14px 32px;
    box-shadow: 0 6px 20px rgba(26, 115, 232, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vendor-landing-btn:hover  {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(26, 115, 232, 0.35);
}

.vendor-landing-hero-right img {
    max-height: 420px;
}

/* CERTIFICATES */

.vendor-certificates {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px 0;
    margin-top: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

 .vendor-certificates-list {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.vendor-certificate-item img {
    height: 90px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 10px;
    border: 2px solid rgba(225, 225, 225, 0.4);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.vendor-certificate-item img:hover {
    transform: translateY(-4px) scale(1.05);
}

/* TOP BANNER */

.vendor-landing-top-banner {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.vendor-landing-top-banner-left img {
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.vendor-landing-top-banner-left img:nth-child(2){
    max-height: 22px;
}

.vendor-landing-top-banner-center h1{
    color: #1A73E8;
}

.vendor-landing-btn--white {
    background-color: #ffffff;
    color: #ffffff;
    border-radius: 40px;
    padding: 12px 24px;
    transition: 0.3s;
}

.vendor-landing-btn--white:hover {
    background-color: #F1F3F4;
}


.vendor-landing-why-us-section {
background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    margin-top: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}


.vendor-landing-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
    margin-top: 40px;
}

.vendor-landing-card {
    width: 320px;
    padding: 28px 24px;
    text-align: center;

    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;

    box-shadow: 0 10px 30px rgba(26, 115, 232, 0.12);

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vendor-landing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(26, 115, 232, 0.22);
}


.vendor-landing-why-us-section .vendor-landing-btn--white {
    display: block;
    margin: 40px auto 0 auto;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.vendor-landing-why-us-section .vendor-landing-btn--white:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Pricing section  */

.vendor-pricing {
  padding: 40px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  margin-top: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.vendor-pricing-header {
  text-align: center;
}

.vendor-pricing-content {
  margin-top: 40px;
}

.vendor-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vendor-pricing-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #003857;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

.vendor-pricing-card.is-featured {
  border: 2px solid #1A73E8;
}

.vendor-pricing-price {
  font-size: 22px;
  font-weight: 700;
}

.vendor-pricing-price span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.vendor-pricing-card ul {
  margin: 20px 0;
  flex-grow: 1;  
  padding-left: 18px;
}

.vendor-pricing-card li {
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .vendor-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .vendor-pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* Support section */

.vendor-gw-support {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 24px;
    margin-top: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.vendor-gw-support-inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.vendor-gw-support-content {
    width: 75%;
    max-width: 860px;
    padding: 40px;
    border-radius: 28px;
}

.vendor-gw-support-btn {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(
        90deg,
        #1A73E8,
        #34A853,
        #FBBC04,
        #EA4335
    );
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.vendor-gw-support-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .vendor-gw-support-content {
        width: 100%;
        text-align: center;
        padding: 32px;
    }
}

.gw-features-section {
    padding: 100px 0;
    background: rgba(240, 248, 255, 0.5);
}

.gw-features-container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.gw-features-left {
    flex: 1;
}

.gw-features-left h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1A1A1A;
}

.gw-features-text {
    font-size: 18px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 30px;
}

.gw-accordion-item {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 14px 0;
}

.gw-accordion-header {
    width: 100%;
    text-align: left;
    background: none;
    border: none;

    font-size: 20px;
    font-weight: 600;
    color: #1A73E8;

    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
    padding: 8px 0;
}

.gw-accordion-icon {
    font-size: 22px;
    transition: transform 0.3s ease;
}

.gw-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.3s ease;
    opacity: 0;
}

.gw-accordion-item.active .gw-accordion-content {
    max-height: 200px;
    opacity: 1;
}

.gw-accordion-item.active .gw-accordion-icon {
    transform: rotate(45deg);
}

.gw-features-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.gw-features-right img {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
}

@media (max-width: 900px) {
     .gw-features-container {
        flex-direction: column;
        gap: 40px;
    }
}




/* General Styles */

.news-grid{
margin-top: 40px;
}

.vendor-landing-container h2{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #003857;
  margin: 0px;
}

.vendor-landing {
  font-family: "Montserrat", sans-serif;
  color: #222;
  margin: 0 auto;
  padding: 0px 40px;
  max-width: 1440px;
}

.vendor-landing-top-banner {
  background-color: #0d1117;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: none;
}

.vendor-landing-top-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}

.vendor-landing-top-banner-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.vendor-landing-top-banner-left img {
  max-height: 30px;
  object-fit: contain;
  padding: 0;
  margin: 0;
  display: block;
}

.vendor-landing-top-banner-center h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.vendor-landing-top-banner-right {
  flex-shrink: 0;
}

.vendor-landing-btn {
  justify-self: start;
  align-self: start;
  padding: 14px 24px;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.vendor-landing-btn:hover {
  opacity: 0.85;
}


.vendor-landing-btn--white {
  display: inline-block;
  padding: 14px 18px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.vendor-landing-btn--white:hover {
  background-color: #e5e5e5;
}

@media (min-width: 768px) {
  .vendor-landing-top-banner {
    display: block;
  }

  .vendor-landing-top-banner-center {
    flex: 1;
    padding: 0 20px;
  }

  .vendor-landing-top-banner-inner {
    max-width: 100%;
  }
}

.vendor-landing-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.vendor-landing-hero-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.vendor-landing-hero-left {
  flex: 1;
  text-align: center;
  padding: 20px;
}

.vendor-landing-hero-left h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.vendor-landing-hero-left p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.vendor-landing-hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  justify-self: center;
}

.vendor-landing-hero-buttons a{
  width: 280px;
  text-align: center;
}

.vendor-landing-btn {
  display: inline-block;
  padding: 14px 18px;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
}

.vendor-landing-btn:hover {
  opacity: 0.85;
}

.vendor-landing-hero-right {
  flex: 1;
  text-align: center;
}

.vendor-landing-hero-right img {
  max-width: 100%;
  max-height: 420px;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}

@media (min-width: 768px) {
  .vendor-landing-hero {
    flex-direction: row;
    justify-content: space-between;
  }

  .vendor-landing-hero-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .vendor-landing-hero-left,
  .vendor-landing-hero-right {
    flex: 1;
    padding: 40px;
    text-align: left;
  }

  .vendor-landing-hero-buttons {
    flex-direction: row;
gap: 60px;
    justify-content: flex-start;
    align-items: center;
justify-self: center;
}
}

/* 2.1 Hero Certificates */

.vendor-certificates {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vendor-certificates-container {
  text-align: center;
}

.vendor-certificates-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.vendor-certificate-item img {
  height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}

.vendor-certificate-item img:hover {
  transform: translateY(-4px);
  opacity: 1;
}

@media (min-width: 1024px) {
  .vendor-certificate-item img {
    height: 100px;
  }
}

/* Why Us */

.vendor-landing-why-us-section {
  padding: 40px 0;
}

.vendor-landing-section-title {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 48px;
  color: #111;
}


@media (min-width: 768px) {
  .vendor-landing-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .vendor-landing-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.vendor-landing-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

.vendor-landing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.vendor-landing-card-icon {
  font-size: 40px;
  margin-bottom: 16px;
}

.vendor-landing-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #003857;
}

.vendor-landing-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Features */

.features-section {
   margin-top: 20px;
    background: linear-gradient(
        180deg,
        rgba(240, 248, 255, 0.8) 0%,
        rgba(255, 255, 255, 0.9) 100%
    ); 
    border-radius: 24px;
}

.features-container {
    display: flex;
    gap: 64px;
    align-items: center;

    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.features-content {
    flex: 1;
}

.features-title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #003857;
}

.features-text {
    font-size: 18px;
    line-height: 1.7;
    color: #003857;
    margin-bottom: 36px;
}

.features-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.features-header {
    width: 100%;
    background: none;
    border: none;
    padding: 8px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 20px;
    font-weight: 600;
    color: #1a73e8;

    cursor: pointer;
    transition: color 0.25s ease;
}

.features-header:hover {
    color: #0b57d0;
}

.features-icon {
    font-size: 22px;
    color: #1a73e8;
    transition: transform 0.35s ease;
}

.features-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition:
        max-height 0.4s ease,
        opacity 0.3s ease;
}

.features-body p {
    margin: 14px 0 0;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.features-item.active .features-body {
    max-height: 260px;
    opacity: 1;
}

.features-item.active .features-icon {
    transform: rotate(45deg);
}

.features-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.features-image img {
    width: 100%;
    max-width: 520px;
    border-radius: 24px;

    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(26, 115, 232, 0.12);
}

@media (max-width: 900px) {
    .features-container {
        flex-direction: column;
        padding: 40px;
    }

    .features-title {
        font-size: 32px;
    }
}

/* Products Stage */


.products-stage {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}

.products-stage-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 48px;
  color: #0b2a4a;
}


.products-stage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: flex-start;
}


.products-stage-icons {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 25px;
  align-items: start;
}

.product-icon {
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease;
}

.product-icon img {
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
}

.product-icon span {
  display: block;
  font-size: 14px;
}

.product-icon.active {
  outline: 2px solid rgba(66, 133, 244, 0.25);
  border-radius: 12px;
}


.product-stage-card {
  text-align: center;
  align-self: center;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
  padding: 20px;
  box-shadow:
    0 24px 48px rgba(66, 133, 244, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.06);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-stage-card.is-switching {
  opacity: 0;
  transform: translateY(6px);
}

.product-stage-title {
font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #003857;
}

.product-stage-text {
font-size: 16px;
    color: #333;
    line-height: 1.5;
}


@media (max-width: 1024px) {
  .products-stage-layout {
    grid-template-columns: 1fr;
  }

  .product-stage-card {
    margin-top: 32px;
  }
}


/*Products*/

.vendor-landing-products {
  padding: 48px 0;
}

.vendor-landing-products h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
  color: #1a1a1a;
}

.vendor-landing-product-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  justify-content: center;
}

.vendor-landing-product-card {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
   border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 40px 24px;
  text-align: center;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

.vendor-landing-product-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.vendor-landing-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .vendor-landing-product-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .vendor-landing-products h2 {
    font-size: 36px;
  }

  .vendor-landing-product-cards {
    gap: 32px;
    padding-top: 60px;  
  }
}

/*Solutions */

.vendor-landing-solutions {
  padding: 60px 0;
}

.vendor-landing-solutions-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.vendor-landing-solutions-text {
  flex: 0 0 100%;
  text-align: center;
}

.vendor-landing-solutions-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.vendor-landing-solutions-text p {
  font-size: 1.1rem;
  color: #555;
}

.vendor-landing-solutions-cards {
  display: flex;
  gap: 24px;
  padding: 16px;  
  scroll-padding-left: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.vendor-landing-solutions-cards::before {
  content: '';
  flex: 0 0 16px;
}

.vendor-landing-solutions-card {
  text-align: center;  
  flex: 0 0 80%;
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  min-width: 100%;
}

.vendor-landing-solutions-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.vendor-landing-solutions-card p {
  font-size: 1rem;
  color: #333;
}

.vendor-landing-solutions-cards::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .vendor-landing-solutions-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .vendor-landing-solutions-text {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .vendor-landing-solutions-cards {
    flex: 1;
  }

  .vendor-landing-solutions-card {
    min-width: 80%;
  }
}

/*Text Banner*/

.vendor-landing-text-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 0;
  border-radius: 24px;
  text-align: center;
}

.vendor-landing-text-banner .vendor-landing-banner-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.vendor-landing-text-banner .vendor-landing-banner-overlay {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}


@media (min-width: 768px) {
  .vendor-landing-text-banner {
    padding: 20px 0;
  }

  .vendor-landing-text-banner .vendor-landing-banner-title {
    font-size: 26px;
  }
}


/*Product details*/

.vendor-product-details-section {
  padding-top: 60px;
}

.vendor-product-details-top,
.vendor-product-details-bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}

.vendor-product-text,
.vendor-product-bottom-text {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.vendor-product-text h3{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.vendor-product-bottom-text h3{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.vendor-product-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}

.vendor-product-btn {
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid var(--elcore-accent, #0190AB);
  color: var(--elcore-accent, #0190AB);
}

.vendor-product-btn:hover {
  background-color: var(--elcore-accent, #0190AB);
  color: #fff;
}

.vendor-product-image,
.vendor-product-bottom-image {
  max-width: 400px;
  width: 100%;
}

.vendor-product-image img,
.vendor-product-bottom-image img {
  width: 100%;
  height: auto;
  display: block;
}

.vendor-product-cards {
  display: grid;
  gap: 24px;
}

.vendor-product-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.06);
  padding: 24px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
}

.vendor-product-card img {
  max-width: 100px;
  margin-bottom: 16px;
}

.vendor-product-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

@media (min-width: 768px) {
  .vendor-product-details-top,
  .vendor-product-details-bottom {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
}
  .vendor-product-details-bottom{
    padding-top: 40px;
}
  .vendor-product-text,
  .vendor-product-bottom-text {
    max-width: 50%;
    text-align: center;
  }

  .vendor-product-image,
  .vendor-product-bottom-image {
    max-width: 45%;
    padding-right: 160px;
  }

  .vendor-product-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .vendor-product-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Benefits*/

#mm-0 > div.content-area > main > section.vendor-landing-benefits-flip > div > p{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #003857;
  margin: 0px;
}

.vendor-landing-benefits-flip .vendor-landing-container{
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.vendor-landing-benefits-flip {
background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

.flip-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  margin-top: 40px;
}

.flip-card {
  background: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
 max- width: 320px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(26, 115, 232, 0.12);
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flip-card-front img {
    border-radius: 24px;
}

.flip-card-front h3 {
font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #003857;
}

.flip-card-back {
  transform: rotateY(180deg);
  color: #333;
  font-size: 15px;
  line-height: 1.5;
padding: 10px;
}


/* Trusted By */

.vendor-landing-trusted {
  padding: 60px 0;
  text-align: center;
}

.vendor-landing-trusted-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.vendor-landing-trusted-track {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 60px;
  animation: slide-left 30s linear infinite;
  width: max-content;
}

.vendor-landing-trusted-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
}

.vendor-landing-trusted-logo img {
  height: 40px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.vendor-landing-trusted-logo img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* News by tag */


.sec-main-news {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-main-news__title{
    color: #003857;
    text-align: center;
    font-size: 48px;
}

.news-grid__btn{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.sec-main-news .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #003857;
  background: #ffffff;
  background-color: #ffffff;
  border: 2px solid #003857;
  border-radius: 25px;
  padding: 14px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sec-main-news .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(1, 144, 171, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
  z-index: 1;
}

.sec-main-news .btn:hover::before {
  width: 300%;
  height: 300%;
}

.sec-main-news .btn .button-text,
.sec-main-news .btn .icon {
  position: relative;
  z-index: 2;
  margin-left: -5px;
}

.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -18px;
}

.news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
  margin-bottom: 50px;
}

.news__item-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.news__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.news__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 13px;
  height: 40px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #242425;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #242425;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #242425;
  margin-bottom: 28px;
  font-family: "Montserrat", monospace;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #65ACB9;
}

.news__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  margin-top: 0;
  margin-bottom: 13px;
  padding-right: 15px;
}

.news__exerpt {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5F5F5F;
  padding-right: 15px;
}
.news__exerpt p {
  margin-top: 0;
  margin-bottom: 0;
}.sec-main-news {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-main-news__title{
    color: #003857;
    text-align: center;
    font-size: 48px;
}

.news-grid__btn{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.sec-main-news .btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #003857;
  background: #ffffff;
  background-color: #ffffff;
  border: 2px solid #003857;
  border-radius: 25px;
  padding: 14px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sec-main-news .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(1, 144, 171, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
  z-index: 1;
}

.sec-main-news .btn:hover::before {
  width: 300%;
  height: 300%;
}

.sec-main-news .btn .button-text,
.sec-main-news .btn .icon {
  position: relative;
  z-index: 2;
  margin-left: -5px;
}

/* Team Section */
.vendor-landing-team {
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}

.vendor-landing-section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.vendor-landing-team-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  padding-top: 60px;
}

/* Card styles */
.vendor-landing-card--team {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 240px;
  opacity: 0;
  transform: translateY(20px);
  animation: teamCardFade 0.6s ease forwards;
}

.vendor-landing-card--team:nth-child(1) { animation-delay: 0.1s; }
.vendor-landing-card--team:nth-child(2) { animation-delay: 0.2s; }
.vendor-landing-card--team:nth-child(3) { animation-delay: 0.3s; }
.vendor-landing-card--team:nth-child(4) { animation-delay: 0.4s; }
.vendor-landing-card--team:nth-child(5) { animation-delay: 0.5s; }

.vendor-landing-card--team:hover {
  transform: translateY(-6px);
}

.vendor-landing-card-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.vendor-landing-card-content {
  padding: 16px;
}

.vendor-landing-card-content h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
}

.vendor-landing-card-content p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

@keyframes teamCardFade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .vendor-landing-card--team {
    width: 100%;
  }
}

/* FAQ Section */

.vendor-landing-faq{
background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

.vendor-landing-faq-flex {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.vendor-landing-faq-title {
  text-align: center;
}

@media (min-width: 1024px) {

  .vendor-landing-faq-title {
    flex: 0 0 30%;
    text-align: left;
  }

  .vendor-landing-faq-items {
    flex: 0 0 45%;
  }
}

.vendor-landing-faq-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vendor-landing-faq-item {
  border-radius: 12px;
  overflow: hidden;
  color: #003857;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.vendor-landing-faq-item input[type="checkbox"] {
  display: none;
}

.vendor-landing-faq-question {
  display: block;
  padding: 18px 24px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}

.vendor-landing-faq-question::after {
  content: '+';
  position: absolute;
  right: 24px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.vendor-landing-faq-item input[type="checkbox"]:checked + .vendor-landing-faq-question::after {
  transform: rotate(45deg);
}

.vendor-landing-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 24px;
}

.vendor-landing-faq-item input[type="checkbox"]:checked + .vendor-landing-faq-question + .vendor-landing-faq-answer {
  max-height: 500px;
  padding: 16px 24px 24px;
}

.vendor-landing-faq-answer p {
  margin: 0;
  color: #003857;
  font-size: 16px;
}


/*Form*/

.vendor-form-heading {
    gap: 20px;
    flex: 1 1 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vendor-form-heading h2 {
  font-size: 32px;
  color: #003857;
  margin: 0;
}


@media (max-width: 768px) {
  .vendor-landing-contact-form .form-layout-glass {
    flex-direction: column;
    align-items: center;
  }

  .vendor-landing-contact-form .vendor-form-wrap {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .vendor-landing-contact-form .vendor-form-heading {
    order: -1;
    margin-bottom: 20px;
  }
}
