.green {
  color: #ff5733; 
}

/* font face */
@font-face {
  font-family: "Font Awesome IDK";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.woff2") format("woff2");
}

h1,
#home {
  font-family: "Font Awesome IDK";
  font-weight: 900;
}

footer {
  font-family: "Font Awesome IDK";
  font-weight: 900;
}

/* font styles */

h2 {
  font-size: 4rem;
}

body {
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  position: relative;
}

main {
  padding: 0 1rem;
}

.heading {
  font-size: 22px;
  font-weight: 500;
}

.subheading {
  font-size: 16px;
  padding-bottom: 60px;
}

p {
  color: #848484;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 28px;
}

#menu,
#gallery,
#team {
  padding-top: 100px;
  padding-bottom: 100px;
}

#menu,
#contact {
  background: #f0f0f0;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  background-color: #f6d76b;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Navbar */

.navcss .navbar-nav li a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}

.navcss .navbar-nav li a:hover {
  color: salmon;
}

/* Base nav styles */
.znav {
    text-align: right;
    position: fixed;
    top: 200px;
    right: 20px;
    z-index: 100;
    transition: all 0.3s ease;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

nav .contain {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 50rem;
}

.contain ul {
  text-decoration: none;
  display: flex;
  flex-direction: row;
}

.nav-h1 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.nav-h1 span {
  margin-top: 5px;
  font-size: 15px;
  color: #444;
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 500;

  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}

.nav-h1 span:after,
.nav-h1 span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 5px;
  background-color: #f8f8f8;
}

/* Home section */
#home {
  background: url(../img/bg-small.webp) repeat-y fixed;
  /* background: url(https://picsum.photos/1920/1080) 50% 0 repeat-y fixed; */
  background-size: cover;
  background-position: 10px 20px;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
  padding: 100px 0;
}

#home {
  background-color: #3e8e41;
}

#home h1 {
  font-size: 6rem;
  letter-spacing: 8px;
  padding-top: 60px;
}
#home h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

#home .bttn {
  background: transparent;
  border-radius: 0;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 16px 42px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}

#home .bttn:hover {
  background: #ffffff;
  color: #202020;
}

/* Tagline section */
.tagline h1 {
  text-align: center;
}

.tagline .text-group {
  padding: 2rem 0 0 0;
  margin: 0 auto;
  width: 55rem;
  text-align: center;
}

.tag2 {
  border-bottom:  1px solid gray;
}

/* Gallery section */
#gallery {
  padding-top: 80px;
  padding-bottom: 80px;
}

#gallery .col-md-4 {
  padding-top: 52px;
}

#gallery img {
  width: 100%;
  padding-bottom: 18px;
}

#gallery .col-md-4 div {
  position: relative;
  bottom: 18px;
  padding-bottom: 12px;
}

#gallery h3 {
  font-size: 18px;
  line-height: 8px;
}

/* Recipes popup*/

/* -btn- */

#recipes {
  background-color: #f1f8f3;
  border-top: 1px solid gray;
  border-bottom:  1px solid gray;
}

.dropdown-button {
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 24px;
  margin-bottom: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
  outline: none;
}

.dropdown-button:hover {
  background: linear-gradient(135deg, #388E3C, #1B5E20); 
  transform: scale(1.05);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-button:active {
  transform: scale(0.98);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.newspaper-style {
  font-family: "Georgia", serif;
  padding: 2rem;
  margin: 1rem 0;
  column-gap: 2rem;
  text-align: justify;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
}

.email-2 {
  width: 200px;
}

.dropcap {
  font-size: 3.5rem;
  font-weight: bold;
  color: #a52a2a;
  float: left;
  padding: 0 0.3rem 0.2rem 0;
  line-height: 0.7;
  margin-top: -0.1rem;
}

/* the recipes */

.recipe-menu {
  justify-content: center;
  display: flex;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow-y: auto;
}

.popup-content {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 10px;
  max-width: 800px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #198754;
}

.close-button {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  transition: color 0.3s ease;
}

.close-button:hover {
  color: #198754;
}

/* Recipe cards within popup */
.recipe-card {
  border: 1px solid #eee;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: transform 0.3s ease;
}

.recipe-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.recipe-card h5 {
  margin: 5px 0;
}

.recipe-card img {
  width: 100%;
  border-radius: 5px;
  margin: 5px 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.recipe-card img:hover {
  opacity: 0.9;
}

.recipe-button {
  padding: 8px 12px;
  background-color: #198754;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  display: block;
  margin-top: 5px;
  transition: background-color 0.3s ease;
}

.recipe-button:hover {
  background-color: #146c43;
}

.recipe-content {
  display: none;
  margin-top: 10px;
  font-size: 14px;
}

.recipe-content ul,
.recipe-content ol {
  padding-left: 20px;
}

.all-about {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Contact section */
#contact {
  padding-top: 30px;
}

#contact .col-md-8 {
  margin-bottom: 32px;
}

#contact .form-control {
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-color: #f9f9f9;
}

#contact input[type="submit"] {
  background: transparent;
  border: 2px solid #999;
  border-radius: 10px;
  letter-spacing: 2px;
  margin-top: 12px;
  height: 50px;
}

#contact input[type="submit"]:hover {
  background: #999;
  color: #ffffff;
}

/* Footer section */
footer {
  background: url("../images/footer-bg.jpg") 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  /* padding-top: 10px; */
  margin: 0 auto;
}

footer h2 {
  padding-bottom: 14px;
}

footer h3 {
  padding-top: 8px;
}

footer p {
  color: black;
}

footer span {
  font-weight: bold;
  padding-left: 24px;
}

/* Social icon */
.social-icon {
  margin-bottom: 2rem;
  list-style: none;
  text-decoration: none;
}

.social-icon li {
  display: inline-block;
  padding: 0;
  text-decoration: none;
}

.social-icon li a {
  background: #f0f0f0;
  border-radius: 50%;
  color: #5c5c5c;
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 12px;
  margin-right: 16px;
}

.social-icon li a:hover {
  background: #3e8e41;
  top: 5px;
}

/* Contact email direct */
.contactemail {
  padding: 1rem 0 1rem 0;
}

/* About section (in footer) */
#about {
  background-color: black;
  text-align: center;
}

#about {
  background-color: #f1f8f3;
  color: #2a5d3b;
  font-family: "Arial", sans-serif;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#about h2 {
  font-size: 2rem;
  color: #4a9d6d;
  text-align: center;
  margin-bottom: 20px;
}

#about p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
}

#about p:first-of-type {
  font-weight: bold;
  font-style: italic;
}

#about p:last-of-type {
  font-weight: bold;
  text-align: center;
}

#about p a {
  color: #4caf50;
  text-decoration: none;
  font-weight: bold;
}

#about p a:hover {
  text-decoration: underline;
}

#about svg {
  padding-left: 0.1rem;
  width: 2rem;
  height: 2rem;
}
/* other-blogs */

.other-blogs {
  width: 1050px;
  margin: 0 auto;
}

.other-blogs svg {
  padding-left: 0.1rem;
  width: 3rem;
  height: 2rem;
}

/* Span */
.secret {
  color: #202020;
}

.secret svg {
  width: 4rem;
  height: 4rem;
}

/* Button-- merge into the top later } */

.send-button {
  display: block;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  width: auto;
  margin: 0 auto;
  padding: 3rem 6rem;
}

.send-button:hover {
  color: red;
}

.bttn-default {
  background-color: #fff;
  color: #3e8e41;
  padding: 10px 20px;
  font-size: 1.2em;
  text-decoration: none;
  border-radius: 5px;
}
.bttn-default:hover {
  background-color: #e7e7e7;
}

/* Media Queries */

@media (min-width: 320px) {
  .edit-container {
  max-width: 560px;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .edit-container {
    max-width: unset;
  }
  #home {
    background: url(../img/bg-medium.webp) repeat-y fixed;
    background-size: cover;
    height: 100vh;
  }
}

@media (max-width: 768px) {
  #about {
    padding: 20px;
  }

  #about h2 {
    font-size: 1.8rem;
  }

  #about p {
    font-size: 1.5rem;
  }

  .text-group {
    width: 100% !important;
    padding: 1rem;
  }

  h2 {
    font-size: 2rem !important;
  }

  .newspaper-style {
    padding: 1rem;
    font-size: 1rem;
  }

  .dropcap {
    font-size: 2.2rem;
    line-height: 0.7;
    margin-top: -0.05rem;
    padding: 0 0.2rem 0.15rem 0;
  }

  .other-blogs {
    width: 100% !important;
    margin: 1rem auto;
  }

  .recipe-card img {
    height: auto;
  }

  .popup-content {
    width: 95%;
    margin: 10px;
    padding: 15px;
  }

  #about p {
    font-size: 1rem !important;
    padding: 0 1rem;
  }

  .social-icon li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 8px;
  }

  .contactemail .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }

  .tagline .text-group {
    width: 100% !important;
    padding: 1rem;
  }

  iframe {
    width: 100% !important;
    max-width: 100%;
  }

  .container-fluid {
    padding: 0 15px;
  }

  .znav {
    position: fixed;
    top: 120px;
    right: 0;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
    backdrop-filter: blur(5px);
  }

  .navcss .navbar-nav li a {
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  }

  #home {
    min-height: 100vh;
    height: auto;
    padding-top: 60px;
  }

  .nav-h1 {
    font-size: 2.5rem;
    padding: 1rem;
    position: relative;
    z-index: 100;
  }

  .nav-h1 span {
    font-size: 1rem;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  #home {
    background: url(../img/bg-large.webp) repeat-y fixed;
    background-size: cover;
    background-position: center 28%;
  }
  .tagline .text-group {
    width: 116rem;
    text-align: left;
    /* column-width: 40rem;
    column-gap: 2rem;
    column-count: 2; */
  }
}

img {
  max-width: 100%;
  height: auto;
}

.popup-overlay {
  overflow-y: auto;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}


.w-100 {
    width: 100%;
}

.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
}

.map-container iframe {
    max-width: 100%;
}

.edit-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.navcss {
    position: relative;
    width: 100%;
    z-index: 100;
}

.znav {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem;
    border-radius: 5px;
}

@media (min-width: 580px) and (max-width: 765px) {
    .znav {
        top: 120px;
        background-color: rgba(0, 0, 0, 0.6);
        width: auto;
        right: 0;
    }

    #home {
        min-height: 100vh;
        background-position: center;
    }

    .edit-container {
        min-height: 100vh;
        overflow: hidden;
    }

    .nav-h1 {
        padding: 0.5rem;
        margin-top: 1rem;
    }
}

/* license button styling */
.license-link {
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid #198754;
    background-color: #f8f9fa;
    margin: 0 0.5rem;
}

.license-link:hover {
    background-color: #198754;
    color: white !important;
    text-decoration: none;
    border-color: #198754;
}

@media (max-width: 768px) {
    .znav {
        position: fixed;
        top: 120px;
    }
}

.nav-collapsed {
    padding: 0.3rem !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    transform: scale(0.7);
    right: -100px !important;
}

.nav-collapsed:hover {
    right: 0 !important;
    transform: scale(0.8);
}

.contact-notice {
    border-radius: 8px;
    border-left: 4px solid #198754;
    background-color: #f8f9fa;
}

.contact-notice p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-notice i {
    color: #198754;
    font-size: 1.2rem;
}

.contact-button {
    display: flex;
    align-items: stretch;
}

.contact-button > .col-12 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.other-blogs {
    height: 100%;
    margin: 0 !important;
}

.contact-info {
    height: auto;
}

.map-container {
    flex-grow: 0;
}

.contact-notice {
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .contact-button > .col-12 {
        margin-bottom: 2rem;
    }
    
    .other-blogs {
        margin-top: 0 !important;
    }
}

/* popup header styles */
.popup-header h3 {
    font-size: 2.2rem;
    font-family: "Playfair Display", serif;
    color: #198754;
    margin: 0;
}

.recipe-card h5 {
    font-size: 1.5rem;
    font-family: "Playfair Display", serif;
    color: #2a5d3b;
    margin: 1rem 0;
    font-weight: 600;
}

/* recipe content headings */
.recipe-content strong {
    font-size: 1.1rem;
    color: #198754;
    display: block;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
}

@media (max-width: 768px) {
    .popup-header h3 {
        font-size: 1.8rem;
    }
    
    .recipe-card h5 {
        font-size: 1.3rem;
    }
}

.contact-page {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
                url('../img/broccolini-simple.webp');
    background-size: cover;
    background-attachment: fixed;
    padding: 4rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.contact-form-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(25, 135, 84, 0.1);
    border: 1px solid rgba(25, 135, 84, 0.2);
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    padding: 3rem;
}

.contact-form-container h1 {
    font-family: "Playfair Display", serif;
    color: #198754;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.contact-form-container h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #198754;
}

.contact-form .form-control {
    border: 2px solid #e9ecef;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

.contact-submit-btn {
    background: #198754;
    color: white;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 1rem;
}

.contact-submit-btn:hover {
    background: #146c43;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(25, 135, 84, 0.3);
}

/* hide nav on contact page */
.contact-page-nav {
    display: none;
}

.contact-cta {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
                url('../img/broccolini-simple.webp');
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
    margin: 3rem 0;
}

.contact-cta h2 {
    font-family: "Playfair Display", serif;
    color: #198754;
    font-size: 2.8rem;
}

.contact-cta-btn {
    background: #198754;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.contact-cta-btn:hover {
    background: #146c43;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(25, 135, 84, 0.3);
    color: white;
}

.contact-page + footer #about {
    text-align: center;
    max-width: 800px;
    margin: 3rem auto;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-page + footer #about h2 {
    color: #198754;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.section-title {
  font-family: "Playfair Display", serif;
  color: #198754;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 2rem;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #198754;
}

.section-subtitle {
  font-family: "Playfair Display", serif;
  color: #2a5d3b;
  font-size: 2rem;
}

.nutrition-card {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.nutrition-highlight {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #e8f5e9;
  border-radius: 8px;
  border-left: 4px solid #198754;
}

.nutrient-box {
  text-align: center;
  padding: 1.5rem;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease;
}

.nutrient-box:hover {
  transform: translateY(-5px);
}

.nutrient-box h5 {
  color: #198754;
  font-weight: 600;
  margin-bottom: 1rem;
}

.season-cards {
  margin: 2rem 0;
}

.season-box {
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.season-box h5 {
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem;
  font-weight: 600;
}

.season-box.spring {
  background-color: #e8f5e9;
  border-left: 4px solid #4caf50;
}

.season-box.spring h5 {
  color: #2e7d32;
}

.season-box.fall {
  background-color: #fff8e1;
  border-left: 4px solid #ffc107;
}

.season-box.fall h5 {
  color: #ff8f00;
}

.technique-card {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.technique-highlight {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #e3f2fd;
  border-radius: 8px;
  border-left: 4px solid #2196f3;
}

.technique-highlight h5 {
  color: #0d47a1;
  font-weight: 600;
  margin-bottom: 1rem;
}

.storage-tip {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #ffebee;
  border-radius: 8px;
  border-left: 4px solid #f44336;
}

.bg-light {
  background-color: #f8f9fa;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.top-ad-banner-settings {
  background-color: #f8f8f8;
}

.top-ad-banner {
  display: flex;
  justify-content: center;
}

.ad-banner-sm {
  padding-top: 3rem;
}

/* Advertisement and Reciprocal Links Styles */
.other-blogs {
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
}

.other-blogs .card-title {
    color: #28a745;
    font-weight: 600;
}

.other-blogs hr {
    border-color: #dee2e6;
    margin: 15px 0;
}

.other-blogs a {
    transition: color 0.3s ease;
}

.other-blogs a:hover {
    color: #218838 !important;
}

.other-blogs svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
}

.top-ad-banner {
    text-align: center;
    margin: 20px auto;
    max-width: 728px;
}

.ad-banner-sm {
    max-width: 300px;
}

.top-ad-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.top-ad-banner img:hover {
    transform: scale(1.02);
}