.hero-social-section {
  background-color: #f0f0f0;
  padding: 20px 20px;
  text-align: center;
}

.hero-content {
  max-width: 850px;
  margin: 0 auto;
}

.hero-title {
font-family: Georgia;
font-weight: 700;
font-size: 46px;
letter-spacing: 0%;
color:#464646;
text-align: center;

}

.hero-subtitle {
 font-family: "Raleway", sans-serif;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color:#464646;

}

.hero-avatars {
  margin: 20px 0;
}

.hero-avatars img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -24px;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.hero-buttons {
  margin-top: 30px;
}

.btn-gradient {
 background: linear-gradient(133.82deg, #02D1D9 25.37%, #108589 75.4%);
  color: white;
  padding: 15px 55px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 15px;
  transition: all 0.3s ease;
  display: inline-block;
box-shadow: 0px 0px 7px 0px #05C1C8;

}

.btn-gradient:hover {
  opacity: 0.9;
}

.btn-outline {
  border: 1px solid #0E8E92;
  color: #878787;
  padding: 14px 55px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  background: white;
  box-shadow: 0px 0px 7px 0px #0E8E92;

}

.btn-outline:hover {
  background-color: #f0faff;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-avatars img {
    width: 40px;
    height: 40px;
  }

  .btn-gradient,
  .btn-outline {
    padding: 12px 20px;
    font-size: 14px;
    margin-top: 10px;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .btn-gradient {
    margin-right: 0;
  }

  .btn-outline {
    margin-left: 0;
  }
}



.social-proof-section {
  position: relative;
 background: linear-gradient(133.82deg, #02D5DC 24.6%, #06AFB5 75.4%);
  border-radius: 20px;
  padding: 60px 30px;
  text-align: center;
  width:80%;
  margin: 40px auto;
  color: white;
  overflow: hidden;
}

.testimonial {
font-family: Raleway;
font-weight: 700;
font-size: 25px;
line-height: 49px;
letter-spacing: 0%;
text-align: center;
margin:auto;

}

.testimonial p{
  text-align: center;
}
.testimonial .boximg{
position: relative;
    bottom: 78px;
    left: 107px;
}
.testimonial .iconimg{
  position: relative;
    bottom: 35px;
    left: 7px;
}
.highlight {
  display: inline-block;
  background-color: white;
  color: #333;
  padding: 2px 8px;
  border-radius: 5px;
  font-weight: bold;
}

.trusted-badge {
  display: inline-block;
  margin-top: 20px;
  background: #9c27b0;
  color: white;
  padding: 2px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
}

/* Positioning social icons */
.social-icons .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.icon.twitter { top: 20%; left: 10%; }
.icon.linkedin { bottom: 20%; left: 12%; }
.icon.tiktok { top: 10%; left: 18%; }
.icon.instagram { top: 15%; right: 12%; }
.icon.youtube { top: 50%; right: 10%; }
.icon.facebook { bottom: 15%; right: 15%; }

/* Responsive */
@media (max-width: 768px) {
  .testimonial {
    font-size: 16px;
    padding: 0 10px;
  }

  .highlight {
    font-size: 16px;
  }

  .trusted-badge {
    font-size: 13px;
    padding: 5px 12px;
  }

  .social-icons .icon {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .icon.twitter { top: 20%; left: 5%; }
  .icon.linkedin { bottom: 10%; left: 5%; }
  .icon.tiktok { top: 5%; left: 40%; }
  .icon.instagram { top: 19%; right: 5%; }
  .icon.youtube { top: 50%; right: 5%; }
  .icon.facebook { bottom: 10%; right: 5%; }
  .icon.instagram{
  padding: 6px !important;
    width: 30px !important;
    height: 23px !important;
  }
}



.trusted-logos-section {
  padding: 60px 20px;
  background-color: #f0f0f0;
  text-align: center;
}

.trusted-logos-section h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #333;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo-card {
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  transition: transform 0.3s ease;
}

.logo-card:hover {
  transform: translateY(-5px);
}

.logo-card img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}



.trusted-logos-section {
  padding: 10px 20px;
  background-color: #f0f0f0;
  text-align: center;
}

.trusted-logos-section h2 {
 font-family: Georgia;
font-weight: 700;
font-size: 40px;
line-height: 54px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #464646;

}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}


.logo-card {
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  height:200px;
  transition: transform 0.3s ease;
}

.logo-card:hover {
  transform: translateY(-5px);
}

.logo-card img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}



.why-choose-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #f0f0f0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.badge {
  display: inline-block;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #878787;
  border: 1px solid #464646 ;
  margin-bottom: 10px;
  box-shadow: 0px 1px 4px 0px #00000040;

}

.section-title {
 font-family: Georgia;
font-weight: 700;
font-size: 40px;
line-height: 54px;
letter-spacing: 0%;
  margin: 10px 0;
}

.section-subtitle {
  font-family: Raleway;
font-weight: 300;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color:#878787;
  margin: 0 auto 40px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background: white;
  padding: 25px;
  border-radius: 10px;
  width: 300px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  text-align: center;
}

.card:hover {
  background: #02D1D9;
}

.card.active {
  background: #02D1D9;
  color: white;
}

.card .icon {
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  padding: 11px;
}

.card .icon img {
  width: 100%;
  height: auto;
  padding: 2px;
}

.card h3 {
  font-family: Raleway;
font-weight: 600;
font-size: 22px;
line-height: 100%;
letter-spacing: 0%;
text-align: start;
vertical-align: bottom;
  margin-bottom: 10px;
}

.card p {
 font-family: "IBM Plex Mono", monospace;
font-weight: 400;
font-size: 16px;
line-height: 19px;
letter-spacing: -1%;
  color: inherit;
  text-align: start;
}
.card .icon2{
    display: none;
}
.card .icon3{
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
  }
}


.promo-content {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  max-width: 1150px;
  width: 100%;
  background: linear-gradient(94.13deg, #EEFDFF 9.46%, #FFEEED 50.12%, #E3F6FF 100.81%);
  border: 1px solid #02D1D9;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  flex-wrap: wrap;
}

.promo-content .text {
  flex: 1 1 70%;
  text-align: center;
}

.promo-content h2 {
  font-family: Raleway;
font-weight: 700;
font-size: 36px;
line-height: 52px;
letter-spacing: 0%;
text-align: center;
color: #464646;
  margin-bottom: 10px;
}

.promo-content hr {
  width: 60px;
  height: 1px;
  margin: 10px auto;
  border: none;
  background: #ccc;
}

.promo-content p {
  font-size: 14px;
  color: #777;
}

.promo-content .icon {
  flex: 0 0 40px;
  margin-left: 20px;
}

.promo-content .icon img {
  max-width: 70px;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .promo-content {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .promo-content .icon {
    margin-top: 20px;
    margin-left: 0;
  }

  .promo-content h2 {
    font-size: 18px;
  }

  .promo-content p {
    font-size: 13px;
  }
}



.uhq-section {
  padding: 60px 20px;
}

.uhq-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

/* Left Side */
.uhq-text {
  flex: 1 1 500px;
}

.uhq-badge {
 display: inline-block;
  background: #ffffff;
  padding: 13px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #878787;
  border: 1px solid #464646 ;
  margin-bottom: 1px;
  box-shadow: 0px 1px 4px 0px #00000040;
}

.uhq-text h2 {
 font-family: Georgia;
font-weight: 700;
font-size: 40px;
line-height: 54px;
letter-spacing: 0%;
  color: #464646;
      margin: 18px 0px !important;
}

.uhq-text p {
  margin-top: 0px;
 font-family: Raleway;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
line-height: 36px;
color: #878787;
}

.uhq-stats {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.uhq-stats div h3 {
  font-family: Apercu;
font-weight: 700;
font-size: 37.57px;
line-height: 37.57px;
letter-spacing: -0.75px;
text-align: center;
vertical-align: middle;
color: #02D1D9;
margin: 0px;
}

.uhq-stats div p {
  font-size: 14px;
  color: #878787;
}

/* Right Side */
.uhq-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
}

.uhq-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
  .uhq-container {
    flex-direction: column;
    text-align: center;
  }

  .uhq-text, .uhq-image {
    flex: 1 1 100%;
  }

  .uhq-stats {
    justify-content: center;
  }

  .uhq-text h2 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .uhq-stats {
    flex-direction: column;
    gap: 20px;
  }

  .uhq-text h2 {
    font-size: 24px;
  }

  .uhq-badge {
    font-size: 12px;
    padding: 4px 12px;
  }
}


/* Section Styling */
.account-categories {
  padding: 0px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.category-header .category-badge {
  padding: 10px 18px;
  background-color: white;
  box-shadow: 0px 1px 4px 0px #00000040;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  color: #878787;
  margin-bottom: 20px;
}

.category-header h2 {
 font-family: Georgia;
font-weight: 700;
font-size: 40px;
line-height: 54px;
letter-spacing: 0%;
color: #464646;
  margin: 15px 0 10px;
}

.category-header p {
font-family: Raleway;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

  color: #878787;
line-height: 27px;
    max-width: 946px;
  margin: auto;
}

/* Grid */
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(289px, 1fr));
  gap: 30px;
  margin-top: 40px;

}

/* Card */
.category-card {
  background: linear-gradient(to bottom, #02D1D9 0%, #02D1D9 21%, #fff 10.5%);
  padding: 30px 20px 20px;
  border-radius: 16px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.category-card:hover {
  transform: translateY(-5px);
}

.category-icon {
  /* background-color: white; */
  border-radius: 50%;
  /* padding: 14px; */
  /* width: 16%; */
  margin-bottom: 20px;
  margin-top: 20px;
  /* box-shadow: 0 6px 12px rgba(0,0,0,0.1); */
}

.category-icon img {
    width: 120px;
    height: 120px;
}

.category-card h3 {
font-family: Raleway;
font-weight: 600;
font-size: 22.8px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: bottom;
  margin: 10px 0;
  color: #464646;
}

.category-card p {
font-family: IBM Plex Mono;
font-weight: 400;
font-size: 16.58px;
line-height: 19.69px;
letter-spacing: -1%;
text-align: center;

  color: #878787;
  margin: 5% 0 20px;
  line-height: 1.5;
}

.price {
 font-family: Poppins;
font-weight: 600;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: bottom;
  color: #02D1D9;
  margin-bottom: 15px;
}

.start-btn {
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 14px;
  color: #878787;
  cursor: pointer;
  transition: background 0.3s ease;
}

.start-btn:hover {
  background-color: #f0f0f0;
}

/* Responsive Tweaks */
@media (max-width: 600px) {
  .category-header h2 {
    font-size: 24px;
  }

  .price {
    font-size: 18px;
  }
}

/* Section Styling */
.platforms-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* Header */
.platforms-header .platforms-badge {
  padding: 10px 16px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  box-shadow: 0px 1px 4px 0px #00000040;

}

.platforms-header h2 {
 font-family: Georgia;
font-weight: 700;
font-size: 40px;
line-height: 54px;
letter-spacing: 0%;
color:#464646;
margin: 15px 0 10px;
}

.platforms-header p {
 font-family: Raleway;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;;
  color: #878787;
 max-width: 961px;
    margin: auto;
    line-height: 28px;
}

/* Grid */
.platforms-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 20px;
  margin-top: 40px;
  justify-items: center;
 background-image: url("../images/bgicons.png");
 background-repeat: no-repeat;
 background-size: contain;
    width: 100%;
    height: 500px;
    background-position: center;
}

.platform-main{
  display: flex;
    width: 60%;
    flex-wrap: wrap;
    height: 250px;
    justify-content: space-between;
    margin: 216px 0px;
}
/* Icon Box */
.platform-card {
  width: 17%;
  height: 70px;
  border-radius: 16px;
  /* background: white; */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.platform-card img {
  width: 78%;
  height: 90px;
}

.platform-card:hover {
 
}

/* Responsive */
@media (max-width: 768px) {
  .platforms-header h2 {
    font-size: 24px;
  }

  .platforms-grid {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .platforms-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


.testimonial-section {
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
  background-color: #f0f0f0;
  text-align: center;
}

.testimonial-header .testimonial-label {
  display: inline-block;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #878787;
  border: 1px solid #464646 ;
  margin-bottom: 10px;
  box-shadow: 0px 1px 4px 0px #00000040;
}

.testimonial-header h2 {
  font-family: Georgia;
font-weight: 700;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;

  font-weight: bold;
  margin-bottom: 10px;
}

.testimonial-subtext {
  font-family: Raleway;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
  color: #878787;
  max-width: 850px;
  margin: 0 auto 40px auto;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.testimonial-card {
  display: flex;
   background-color: #f0f0f0;
  border-radius: 16px;
  padding: 20px;
  align-items: center;
  gap: 20px;
}

.testimonial-left {
  flex-shrink: 0;
}

.testimonial-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-right {
  text-align: left;
}

.testimonial-stars {
  color: #EBC725;
  font-size: 25px;
  margin-bottom: 8px;
}

.testimonial-text {
  font-family: Poppins;
font-weight: 300;
font-size: 18px;
line-height: 28px;
letter-spacing: 0px;

  color: #878787;
  line-height: 1.5;
  margin-bottom: 10px;
}

.testimonial-name {
 font-family: Raleway;
font-weight: 600;
font-size: 16px;
line-height: 28px;
letter-spacing: -0.2px;
vertical-align: middle;
  color: #090914;
}

.testimonial-name span {
  font-weight: normal;
  color: #64748B;
  margin-left: 26px;
}

@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-right {
    text-align: center;
  }
}



.faq-section {
  padding: 60px 20px;
  font-family: sans-serif;
  background-color: #f0f0f0 !important;
}

.faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.faq-badge {
  display: inline-block;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #878787;
  border: 1px solid #464646 ;
  margin-bottom: 10px;
 box-shadow: 0px 1px 4px 0px #00000040;
}

.faq-header h2 {
 font-family: Georgia;
font-weight: 700;
font-size: 40px;
line-height: 54px;
letter-spacing: 0%;
color: #464646;
  margin-bottom: 10px;
}

.faq-header p {
  color: #878787;
 font-family: Raleway;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
;
}

.faq-container {
  max-width: 1150px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-question {
  width: 100%;
  padding: 20px;
font-family: Inter;
font-weight: 600;
font-size: 18px;
line-height: 130%;
letter-spacing: 0px;
  background: white;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: #464646;
}

.faq-question .arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-family: Metropolis;
font-weight: 400;
font-size: 18.64px;
line-height: 28.9px;
letter-spacing: 0%;
color: #878787;

}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 20px 20px;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .faq-header h2 {
    font-size: 22px;
  }

  .faq-header p {
    font-size: 14px;
  }

  .faq-question {
    font-size: 15px;
  }

  .faq-answer {
    font-size: 14px;
  }
}



    .newsletter-section {
      background-color: #f1f1f1;
      padding: 50px 20px;
      position: relative;
      width:90%;
      margin:auto;

    }

    .newsletter-container {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .newsletter-text {
      flex: 1 1 300px;
    }

    .newsletter-text h2 {
      font-family: Georgia;
font-weight: 700;
font-size: 40px;
line-height: 54px;
letter-spacing: 0%;

      margin: 0 0 10px;
      color: #464646;
    }

    .newsletter-text p {
      color: #878787;
     font-family: Raleway;
font-weight: 400;
font-size: 24px;
line-height: 100%;
letter-spacing: 0px;

      margin: 0;
    }

    .newsletter-form {
      display: flex;
      flex: 1 1 300px;
      max-width: 500px;
      background: white;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .newsletter-form input[type="email"] {
      flex: 1;
      padding: 20px 16px;
      border: none;
      font-size: 16px;
      outline: none;
    }

    .newsletter-form button {
    background: linear-gradient(133.82deg, #02D1D9 25.37%, #108589 75.4%);
    border: none;
    color: white;
    position: absolute;
    top: 73px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    right: 165px;
    border-radius: 9px;
    }

    .newsletter-form button:hover {
      ackground: linear-gradient(133.82deg, #02D1D9 25.37%, #108589 75.4%);
    }

    /* Floating icons */
    .floating-icons {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .floating-icons .icon {
      background: #02D1D9;
      color: white;
      padding: 12px;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      cursor: pointer;
        position: relative;
    bottom: 78px;
    right: 67px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .newsletter-container {
        flex-direction: column;
        text-align: center;
      }

      .floating-icons {
        display: none;
      }

      .newsletter-form {
        margin: 20px auto 0;
      }
    }

   