@font-face {
  font-family: 'thrive-foods';
  src: url('../assets/font/sofia-pro-webfont/Sofia\ Pro\ Regular\ Az.woff');
}

@font-face {
  font-family: 'thrive-foods-bold';
  src: url('../font/sofia-pro-webfont/Sofia\ Pro\ Bold\ Az.woff');
}
body {
    margin: 0;
    font-family: 'thrive-foods-bold';
    background-color: #00a890;
  }
  
  .snack-section {
    text-align: center;
    padding: 83px  20px;
    position: relative;
    background-image: url('background-pattern.png'); /* optional icons as bg */
    background-size: cover;
    background-repeat: repeat;
  }
  
  .section-title {
    color: white;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .product-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
    flex-wrap: wrap;
}

.product-card {
    background: radial-gradient(circle at top, #004d45, #006d63);
    padding: 40px 20px 0 20px;
    border-radius: 50% 50% 0 0;
    width: 250px;
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.product-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.product-card:hover {
    transform: scale(1.05);
}

.product-card:hover img {
    transform: scale(1.1);
}

.product-btn {
      font-family: 'thrive-foods-bold';

    position: absolute;
    bottom: -62px;
    width: 80%;
    padding: 10px;
    background-color: #006d63;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
}

.product-card:hover .product-btn {
    opacity: 1;
    transform: translateY(0);
}

.product-btn:hover {
    background-color: #004d45;
}

.mission-section {
  padding: 60px 20px;
  color: white;
}

.mission-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.mission-side {
  flex: 1 1 30%;
  min-width: 280px;
  text-align: center;
}

.mission-image-center {
  flex: 1 1 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  margin-top: 58px;
}

.mission-title {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}

.mission-box {
  background-color: #006d63;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.mission-box p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.learn-more-btn {
    display: inline-block;
    background-color: #006d63;
    color: #006d63;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #e6aa00;
}

.powered-plants-section {
    background-color: #009b80;
    padding: 60px 20px;
    text-align: center;
    color: #00452a;
    position: relative;
  }
  
  .powered-title {
    font-size: 48px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  
  .powered {
    background-color: #ffc107;
    color: #3d2e00;
    padding: 9px 18px;
    border-radius: 10px;
  }
  
  .by-plants {
    background-color: #fff;
    color: #009b80;
    padding: 5px 15px;
    border-radius: 10px;
  }
  
  .powered-card {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    text-align: left;
  }
  
  .plant-info {
    flex: 1;
    padding: 40px;
    background-color: #fff;
  }
  
  .plant-info h3 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #014334;
    font-weight: 800;
  }
  
  .plant-info p {
    font-size: 18px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  
  .plant-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .tag {
    background-color: #c45300;
    color: white;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
  }
  
  .plant-image-container {
    flex: 1;
    background-color: #fff1c9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
  
  .plant-image {
    max-width: 300px;
    border-radius: 10%;
    border: 5px solid #c3e9b9;
  }
  
  .carousel-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .carousel-dots .dot {
    font-size: 24px;
    color: white;
    background-color: #007c6a;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
  }
  
  
  .testimonial-section {
    background-color: #009b84;
    background-image: url('your-background-pattern.png'); /* Optional */
    background-size: cover;
    padding: 60px 20px;
    overflow-x: hidden;
  }
  
  .testimonial-container {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .testimonial-title {
    text-align: center;
    color: white;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
  }
  
  .testimonial-title::after {
    content: "";
    display: block;
   width: 338px;
    height: 4px;
    background: #ffcc66;
    margin: 10px auto 0;
    border-radius: 2px;
  }
  
  .testimonial-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  
  .testimonial-slider::-webkit-scrollbar {
    display: none;
  }
  
  .testimonial-card {
    flex: 0 0 31%;
    background-color: #003b43;
    color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .quote {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffc107;
  }
  
  .profile {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 10px;
  }
  
  .avatar {
    background-color: #ff6600;
    color: white;
    width: 35px;
    height: 35px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .profile span {
    font-size: 12px;
    color: #ffc107;
  }
  .partner-section {
    background-color: #00a98f;
    padding: 80px 20px;
    text-align: center;
    overflow-x: hidden;
  }
  
  .partner-container {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .partner-heading {
    font-size: 48px;
    font-weight: 800;
    color: white;
    line-height: 1.2;
    text-transform: uppercase;
  }
  
  .partner-heading strong {
    font-weight: 900;
    font-size: 60px;
    color: #ffffff;
  }
  
  .partner-subheading {
    margin-top: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
  }
  
 
  
  .partner-logos::-webkit-scrollbar {
    display: none;
  }
  .partner-logos {
    scrollbar-width: none;
  }
  
 .partner-logos-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.partner-logos {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    animation: scroll-left 40s linear infinite;
    width: max-content;
}
.partner-logos img {
      width: 160px;
    height: 130px;
    object-fit: contain;
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      flex-shrink: 0;
}


@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

  
  .cta-button {
    margin-top: 30px;
  }
  
  .cta-button button {
    background-color: #ffc107;
    color: #2f2200;
    font-size: 36px;
    font-weight: 900;
    padding: 20px 60px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .cta-button button:hover {
    background-color: #ffb100;
  }
/* Newsletter */
.newsletter-section {
    background-color: #ffc72c;
    padding: 40px 20px;
    text-align: center;
    background-image: url('newsletter-bg.png'); /* optional if you want icons */
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .newsletter-section h2 {
    font-size: 32px;
    color: #3c2e00;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .newsletter-section h2 span {
    color: #ffffff;
  }
  
  .newsletter-section p {
    font-size: 18px;
    color: #3c2e00;
    margin: 10px 0 20px;
  }
  
  .newsletter-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .newsletter-form input {
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    width: 300px;
    font-size: 18px;
  }
  
  .newsletter-form button {
    background-color: #fff;
    color: #fcb900;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .consent-text {
    font-size: 14px;
    margin-top: 10px;
  }
  
  .consent-text a {
    color: #3c2e00;
    font-weight: bold;
    text-decoration: underline;
  }
  
  /* Footer */
  .footer-section {
    background-color: #ffffff;
    padding: 40px 20px;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .footer-logo img {
    width: 120px;
    margin-bottom: 10px;
  }
  
  .footer-logo p {
    font-size: 18px;
    color: #008563;
    font-weight: bold;
  }
  
  .footer-socials i {
    font-size: 20px;
    color: #008563;
    margin-right: 10px;
    cursor: pointer;
  }
  
  .footer-links h4,
  .footer-contact h4 {
    color: #008563;
    font-weight: 800;
    margin-bottom: 10px;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-links li {
    margin: 5px 0;
  }
  
  .footer-links a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
  }
  
  .footer-contact p {
    font-size: 14px;
    color: #333;
    margin: 8px 0;
  }
  
  .footer-contact i {
    color: #008563;
    margin-right: 8px;
  }
  
  .footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 20px;
  }
  
  footer hr {
    margin-top: 30px;
    border: none;
    height: 1px;
    background-color: #e0e0e0;
  }
        /* Tablets (768px and below) */
@media (max-width: 768px) {
    .section-title {
      font-size: 40px;
    }
  
    .product-wrapper {
      gap: 20px;
    }
  
    .product-card {
      width: 180px;
      height: 220px;
      padding: 30px 15px 0 15px;
    }
  
    .mission-section {
      flex-direction: column;
      padding: 20px;
    }
  
    .mission-left, .mission-right {
      border-radius: 20px;
    }
  
    .mission-title {
      font-size: 32px;
    }
  
    .plant-info h3 {
      font-size: 24px;
    }
  
    .powered-title {
      font-size: 32px;
      flex-direction: column;
    }
  
    .testimonial-card {
      flex: 0 0 80%;
    }
  
    .partner-logos img {
      width: 80px;
      height: 80px;
    }
  
    .cta-button button {
      font-size: 28px;
      padding: 15px 40px;
    }
  
    .newsletter-section h2 {
      font-size: 24px;
    }
  
    .newsletter-form input {
      width: 100%;
    }
  
    .footer-container {
      flex-direction: column;
      gap: 20px;
    }
  
    .footer-logo, .footer-links, .footer-contact {
      text-align: center;
    }
  }
  
  /* Mobile (480px and below) */
  @media (max-width: 480px) {
    .section-title {
      font-size: 28px;
    }
  
    .product-wrapper {
      justify-content: center;
    }
  
    .product-card {
      width: 140px;
      height: 180px;
    }
  
    .testimonial-title {
      font-size: 28px;
    }
  
    .testimonial-card {
      flex: 0 0 100%;
      padding: 20px;
    }
  
    .powered-title {
      font-size: 28px;
    }
  
    .partner-heading {
      font-size: 32px;
    }
  
    .cta-button button {
      font-size: 20px;
      padding: 10px 30px;
    }
  
    .newsletter-section h2 {
      font-size: 20px;
    }
  
    .newsletter-section p {
      font-size: 14px;
    }
  
    .plant-info p {
      font-size: 14px;
    }
  
    .footer-logo img {
      width: 100px;
    }
  }
  .customized-banner .promo-section {
    
    padding: 30px 0 100px;
    text-align: center;
  }
  
  .customized-banner .orbit-container {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 0 auto;
  }
  
  .customized-banner .main-image-container {
   
  }
  
  .customized-banner .main-image {
    width: 309px;
    z-index: 3;
  }
  
  
  .customized-banner .orbit-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .customized-banner .orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    z-index: 4;
  }
  
  .customized-banner .orbit1 {
    transform: translate(-50%, -50%) rotate(0deg) translateX(170px);
    animation: rotateOrbit1 15s linear infinite;
  }
  
  .customized-banner .orbit2 {
    transform: translate(-50%, -50%) rotate(40deg) translateX(170px);
    animation: rotateOrbit2 15s linear infinite;
  }
  
  .customized-banner .orbit3 {
    transform: translate(-50%, -50%) rotate(80deg) translateX(170px);
    animation: rotateOrbit3 15s linear infinite;
  }
  
  @keyframes rotateOrbit1 {
    0% {
      transform: translate(-50%, -50%) rotate(0deg) translateX(170px);
    }
    100% {
      transform: translate(-50%, -50%) rotate(120deg) translateX(170px);
    }
  }
  
  @keyframes rotateOrbit2 {
    0% {
      transform: translate(-50%, -50%) rotate(40deg) translateX(170px);
    }
    100% {
      transform: translate(-50%, -50%) rotate(160deg) translateX(170px);
    }
  }
  
  @keyframes rotateOrbit3 {
    0% {
      transform: translate(-50%, -50%) rotate(80deg) translateX(170px);
    }
    100% {
      transform: translate(-50%, -50%) rotate(200deg) translateX(170px);
    }
  }
  
  .customized-banner .thm-btn {
    background-color: #00574e;;
  }
  
  .customized-banner .main-slider-content {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    left: 20%;
    top: 30%;
    /* margin: auto; */
  }
  
  .customized-banner .main-slider-sub-title {
    position: relative;
      display: inline-block;
      font-size: 49px;
      color: var(--agrion-white);
      font-weight: 600;
      line-height: 49px;
  } 
  
  .customized-banner .main-slider-content .main-slider-title{
    padding: 20px 0;
      position: relative;
      font-size: 20px;
      color: var(--agrion-white);
      font-weight: 700;
     font-family: 'thrive-foods';
      line-height: normal;
      margin-top: 11px;
      margin-bottom: 19px;
  }
  .about-section {
    padding: 80px 20px 0px;
    background: #f5f5f5;
    text-align: center;
}

.section-title {
    font-size: 36px;
    color: #004d45;
    margin-bottom: 30px;
    font-weight: bold;
}

.who-we-are-description {
 
    margin: 0 auto 60px auto;
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.factory-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    text-align: left;
}

.factory-text {
    flex: 1 1 50%;
}

.factory-image {
    flex: 1 1 45%;
    text-align: center;
}

.factory-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.sub-title {
    font-size: 28px;
    color: #006d63;
    margin-bottom: 20px;
}

.description {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.factory-photos {
    margin-top: 80px;
}

.photos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.photos-grid img {
    width: 250px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.photos-grid img:hover {
    transform: scale(1.05);
}
.who-we-are-box {
  max-width: 900px;
  margin: 0 auto 60px auto;
  padding: 40px 30px;
  background: #00574e;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.section-title {
      font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}

.who-we-are-description {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
}
.factory-box {
  max-width: 1200px;
  margin: 0 auto 80px auto;
  padding: 40px 30px;
  background: #00574e;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.factory-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  text-align: left;
}

.factory-text {
  flex: 1 1 50%;
}

.factory-image {
  flex: 1 1 45%;
  text-align: center;
}

.factory-image img {
  width: 100%;
 height: 288px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.sub-title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}

.description {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}

  
.social-media .whatsapp {
	position: fixed;
	right: 10px;
	z-index: 9999;
	bottom: 184px;
  }
  
  .social-media .call {
	position: fixed;
	right: 10px;
	z-index: 9999;
	bottom: 235px;
  }
  
  .social-media .facebook {
	position: fixed;
	right: 10px;
	z-index: 9999;
	bottom: 130px;
  }
  
  .social-media .linkedin {
	position: fixed;
	right: 10px;
	z-index: 9999;
	bottom: 75px;
  }
  .social-media .download {
	position: fixed;
	right: 10px;
	z-index: 9999;
	bottom: 288px;
  }
  .hero-section {
  background: url('../images/backgrounds/breadcrum.jpg') center center/cover no-repeat;
  position: relative;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgb(0 0 0 / 31%);
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  margin-top: 72px;
  /* margin-left: -53px; */
}

.hero-heading {
  font-size: 2.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-heading .highlight {
  color: #a0ded1; /* Teal highlight */
}

.hero-subtext {
  font-size: 1.1rem;
  max-width: 750px;
  margin: 20px auto;
}

.hero-buttons .btn {
  font-weight: bold;
  padding: 12px 28px;
  font-size: 1rem;
  border-radius: 8px;
  margin: 10px;
}

.hero-buttons .btn-yellow {
  background-color: #ffc107;
  color: #000;
}

.hero-buttons .btn-teal {
  background-color: #00c2a8;
  color: #fff;
}

  .highlight {
      color: #d57e00;
    }
.product-section {
     background: linear-gradient(315deg, #00a890, #e8f6ef);
  position: relative;
  z-index: 1;
}

.text-highlight {
  color: #076a5b; /* Purple or your brand color */
}

.image-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
      border-radius: 243px;
}
.bg-white {
    background-color: #ffffff38 !important;
}

.image-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.product-section p {
     font-size: 18px;

  color: #333;
  
}

    .nutri-table {
      margin-top: 30px;
    }

    .nutri-table th, .nutri-table td {
      border: 1px solid #ccc;
      padding: 10px;
    }

    .tagline {
      font-size: 1.2rem;
      font-weight: 500;
      color: #333;
    }
    .nutrition-table {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.nutrition-table tbody tr:hover {
  background-color: #f5f5f5;
}

.nutrition-table th, .nutrition-table td {
  vertical-align: middle;
  padding: 12px;
}
.service-item {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.align-items-center {
    align-items: center !important;
}

/* Optional: Light gray background for the full section */


/* Style number boxes in captcha */
.captcha-box span {
  display: inline-block;
  background-color: #eee;
  padding: 5px 12px;
  border: 1px solid #999;
  border-radius: 4px;
  font-weight: bold;
}

/* Narrow input for captcha */
.captcha-box input[type="text"] {
  width: 70px;
  display: inline-block;
}

/* Match border and spacing like the screenshot */
.contact-form-wrapper {
  border: 2px solid #ccc;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Match input and textarea field spacing */
.contact-form-wrapper .form-control {
  font-size: 14px;
  border-color: #999;
}

/* Optional: Make buttons bold and stand out */
.btn-dark {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
  .blog-card {
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      transition: box-shadow 0.3s ease;
      background-color: #fff;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    .blog-card:hover {
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }
    .blog-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .blog-content {
      padding: 15px;
      flex: 1;
    }
    .blog-date {
      font-size: 0.9rem;
      color: #888;
      margin-bottom: 5px;
    }
    .blog-title {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .blog-desc {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 15px;
    }
    .blog-link {
      font-weight: 600;
      color: #007b5e;
      text-decoration: none;
    }
    .blog-link:hover {
      color: #004e3b;
      text-decoration: underline;
    }