body, html {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    scroll-behavior: smooth;
}

nav {
    position: fixed;
    top: 20px;
    left: 50%;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 40%;
    height: 60px;
    background-color: #fdfdfd;
    opacity: 0.8;
    z-index: 1004;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    transform: translateX(-50%);
}

/* .navbar{
    position: fixed;
    opacity: 0.8;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    top: 20px;
    width: 40%;
    background-color: #fdfdfd;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    height: 60px;
    z-index: 2;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
} */

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 40px;
  max-width: 1200px;
  margin: auto;
  color: #222;
}



/* .logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
} */

.logo {
  flex: 1;
  text-align: center;
}

.nav-links {
    display: flex;
    gap: 2px;
    
}

.nav-links a {
    color: #222;
    text-decoration: none;
    padding: 20px 50px;
    font-family:sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.nav-links a:hover {
    background-color: none;
    color: #e70059;
    transition: background-color 0.3s ease;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333;
    color: whitesmoke;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}

#content-space {
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    overflow: auto;
}


#content-space.fade-out {
  opacity: 0;
}

#content-space.fade-in {
  opacity: 1;
}


.content {
  position: relative;
    scroll-snap-align: start;
    min-height: 100vh;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}



/* .intro-container {
    position: absolute;
    top: 150px;
   
    width: 80%;
    padding-left: 10%;
} */

.intro-container {
    position: relative;
    margin-top: -120px;
    max-width: 100%;
    width: 100%;
    height: 100vh; /* Full screen height */
    background-image: url('/static/img/background2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    
}

.intro-header {
    position: absolute;
    text-align: center;
    color: white;
    z-index: 1;
    font-size: 4rem;
    padding: 10px;
    border-radius: 30px;
    padding-left: 10%;
    top: 18%;

}

.intro-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}


.intro-header h1 {
    font-weight: bolder;
    text-align: justify;
    font-size: 42pt;
    color: #084e01;
    -webkit-text-stroke-width: 1px;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
}


#title-text {
    position: absolute;
    top: 0;
    left: 180px;
    margin: 15px;
    font-size: 22px;
    font-family: 'Rubik Doodle Shadow', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 80%;
    display: block;
    text-align: justify;
    color: #084e01;
    -webkit-text-stroke-width: 1px;
    z-index: 1;
    font-weight: bolder;
    letter-spacing: 1px;
    font-style: normal;
}

#title-text-cover {
    position: absolute;
    top: 0;
    left: 180px;
    margin: 15px;
    font-size: 15px;
    font-family: 'Rubik Doodle Shadow', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 80%;
    display: block;
    text-align: justify;
    color: #084e01;
    -webkit-text-stroke-width: 1px;
    z-index: 1003;
    font-weight: bolder;
    letter-spacing: 1px;
    font-style: normal;
}


/* Main content area
.main-content {
  width: 100%;
  margin: 0 auto;
  width: 1200px;
  padding: 40px;
}

.main-content hr{
    position: relative;
    border: none;
    height: 1px;
    background-color: #222;
}

.main-content section {
  margin-bottom: 60px;
}

.main-content h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
  padding: 30px;
}

.main-content p {
  font-size: 1.2rem;
  color: #555;
  text-align: justify;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  line-height: 1.8;
}

.services-content {
    width: 100%;
    margin: auto;
    padding: 20px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: left;
    gap: 40px;
    flex-direction: row;
}

.service-item{
    padding: 60px 5px;
    text-align: left;
}

.service-item i{
    font-size: 1.5rem;
    color: #084e01;
    margin-bottom: 20px;
} */

/* Main content area For Responsiveness*/
.main-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.main-content hr {
  border: none;
  height: 1px;
  background-color: #222;
  margin: 20px 0;
}

.main-content section {
  margin-bottom: 60px;
}

.main-content h1 {
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
  padding: 20px;
}

.main-content p {
  font-size: 1rem;
  color: #555;
  text-align: justify;
  margin: 5px, 20px;
  line-height: 1.8;
}

.intro-content p {
  font-size: 1rem;
  color: #555;
  text-align: justify;
  margin: 30px;
  line-height: 1.8;
}

/* Services */
.services-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.service-item {
  flex: 1 1 calc(25% - 20px);
  min-width: 250px;
  max-width: 300px;
  padding: 30px 20px;
  text-align: center;
 
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.service-item i {
  font-size: 2rem;
  color: #084e01;
  margin-bottom: 15px;
}

.service-item h3 {
  margin-bottom: 10px;
  color: #222;
}

/* Active animation (triggered by JS) */
.service-item.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive layout */
@media (max-width: 992px) {
  .service-item {
    flex: 1 1 calc(45% - 20px);
  }
  .main-content{
    width: 90%;
  }
}

@media (max-width: 600px) {
  .main-content h1 {
    font-size: 1.6rem;
    padding: 10px;
  }

  .service-item {
    flex: 1 1 100%;
  }
}

.slideshow-container {
    width: 1200px;
    height: 500px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);

}

.slide-group {
  display: flex;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  justify-content: center;
  gap: 5px;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transform: scale(1.05);
  z-index: 0;
}

.slide-group.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.slide-group img {
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
    padding: 25px, 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.slide-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  max-width: 80%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide-group.active .slide-caption {
  opacity: 1;
}


/* CONTACT US PAGE STYLING */

.contact-container {
  padding: 9rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Rubik' system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
}

.contact-header h1 {
  font-size: 1.6rem;
  color: #222;
  font-weight: 600;
}

.contact-header p {
  font-size: 1.1rem;
  color: #333;
  margin: 5px 0;
  font-style: justify;
}

#enquire-btn {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #e70059;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 15px;
}

#enquire-btn:hover {
  background-color: #ce014f;
}

.contact-form {
  margin-top: 2rem;
  text-align: left;
  
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
}

.btn-send {
  width: 100px;
  padding: 10px;
  font-size: 1rem;
  background-color: #e70059;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: white;
}
.btn-send:hover {
  background-color: #ce014f;
}

.contact-form button {
  width: 100px;
  padding: 10px;
  font-size: 1rem;
  background-color: #e70059;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact-form button:hover {
  background-color: #ce014f;
}

.social-icons {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 24px;
}

.social-icons a {
  color: #333;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.2);
  color: #fd6b3f;
}

/* Newsletter styling */
.newsletter-section {
  background: #fff;
  padding: 40px 20px;
  margin-top: 40px;
  text-align: center;
  border-radius: 10px;
}

.newsletter-section h2 {
  font-size: 1.6rem;
  color: #222;
  margin-bottom: 10px;
  font-weight: 600;
}

.newsletter-section p {
  color: #333;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-width: 250px;
  font-size: 14px;
}

.newsletter-form button {
  padding: 10px 20px;
  background-color: #e70059;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #ce014f;
}


/* FOOTER STYLING */

.site-footer {
  background-color: #222;
  color: #fff;
  padding: 40px 20px 20px;
  font-size: 14px;
  margin-top: 60px;
  text-align: center;
}

.footer-content {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-left,
.footer-links,
.footer-contact {
  flex: 1 1 250px;
}

.footer-left h3 {
  color: #fd6b3f;
  margin-bottom: 10px;
}

.footer-links h4,
.footer-contact h4 {
  color: #fd6b3f;
  margin-bottom: 10px;
}

.footer-links a{
  margin-bottom: 8px;
  display:flex;
    flex-direction: column;
    align-items: center;
}


.footer-links a,
.footer-contact a {
  color: #ddd;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fab05b;
}

.footer-social a {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  transition: color 0.3s;
}

.footer-social a:hover {
    transform: scale(1.2);
  color: #fd6b3f;
}

.footer-bottom {
  text-align: center;
  padding-top: 1px;
    margin-top: 15px;
  border-top: 1px solid #444;
  font-size: 12px;
  color: #aaa;
}

.get-direction a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s;
}
.get-direction a:hover {
    color: #fd6b3f;
    transform: scale(1.2);
}

/* Blog styling */

.blog-list {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
}

.post-card {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.post-card h2 {
  color: #fd6b3f;
}

.blog-post {
  width: 70%;
  margin: 0 0 auto;
  margin-left: 15%;
  padding: 40px 20px;
}

.blog-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    margin-top: 60px;
}

.blog-navigation a {
  text-decoration: none;
  color: #084e01;
  font-style: italic;
  font-size: 1rem;
}

.blog-navigation a:hover {
  color: #e70059;
}

.post-content {
  text-align: justify;
}


/* Test-blog page styling */
.blog-container {
  width: 70%;
  margin: auto;
  padding: 40px 20px;
}

.blog-container h1{
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #333;
}

.test-blog a {
    text-decoration: none;
    color: #084e01;
    margin-bottom: 10px;
    display: inline-block;
}



.test-blog {
    margin-top: 60px;
    background-color: #fdfdfd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    }

.blog-meta {
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding: 0px 40px;  
}

.test-blog:hover {
    transform: translateY(-5px);
}

.about-container {
    width: 70%;
    margin: auto;
    padding: 40px 20px;
    text-align: justify;
}

.about-container h1 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.about-container p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

.about-wrapper {
  padding: 40px 20px;
}

.about-header {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
  color: #222;
}

.about-content {
  display: flex;
  gap: 100px;
  align-items: stretch;
  padding: 30px;
  flex-wrap: wrap;
}

.about-text-column {
  flex: 3; /* 60% */
  min-width: 300px;
}

.about-image-column {
  flex: 2; /* 40% */
  min-width: 200px;
}

.about-image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.reverse .about-content {
  flex-direction: row-reverse;
}

/* .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
} */
 
.fade-in {
  opacity: 0;
  transform: translateY(30px); /* slightly more distance feels smoother */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform; /* hint browser to optimize */
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}


/* Flash message */

.flash-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
}

.custom-flash {
  padding: 15px 20px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  animation: fadeInSlideDown 0.4s ease;
}

.flash-success {
  background-color: #28a745;
}

.flash-error,
.flash-danger {
  background-color: #dc3545;
}

.flash-warning {
  background-color: #ffc107;
  color: #333;
}

.flash-info {
  background-color: #17a2b8;
}

.flash-close {
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

@keyframes fadeInSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Hamburger button (hidden by default) */
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  margin: 5px;
}

/* Mobile menu (hidden by default) */
.mobile-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vh; /* 40% height */
  background: #f8f8f8;
  z-index: 1006;
  animation: slideDown 0.3s ease-in-out;
  padding: 20px;
  opacity: 0.95;
}

.mobile-menu a {
  color:#084e01;
  font-size: 2rem;
  text-decoration: none;
  margin: 15px 0;
  font-family: 'Rubik', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.mobile-menu a:hover {
  color: #e70059;
}

/* Close button at bottom */
.mobile-menu .close-btn {
  margin-top: auto;
  padding: 10px;
  font-size: 2rem;
  cursor: pointer;
  color: #084e01;
}



/* Responsive for mobile */
@media screen and (max-width: 1430px) {
    .main-content{
     width: 90%;
    } 
    nav{
      display: flex;
      width: 100%;
      padding: 0 20px;
      left: 50%;
      transform: translateX(-50%);
    }

  /* Hide nav links initially */
  .nav-links {
    display: none;
    flex-direction: column;
    background: #333;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px 0;
  }

  /* Show nav when active */
  .nav-links.active {
    display: flex;
  }

  /* Show hamburger */
  .hamburger {
    display: block;
    left: 15px;
    position: fixed;
    top: 30px;
    z-index: 1005;  
    color:#084e01
  }

  /* Keep logo in center */
  .logo {
    position: absolute;
    left: 35%;
    transform: translateX(-50%);
  }

  #title-text {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px;
    font-size: 18px;
    font-family: 'Rubik Doodle Shadow', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 80%;
    display: block;
    text-align: center;
    color: #084e01;
    -webkit-text-stroke-width: 1px;
    font-weight: bolder;
    letter-spacing: 1px;
    z-index: 1005;
  }
  #title-text-cover {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px;
    font-size: 15px;
    font-family: 'Rubik Doodle Shadow', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: 80%;
    display: block;
    text-align: center;
    color: #084e01;
    -webkit-text-stroke-width: 1px;
    z-index: 1005;
    font-weight: bolder;
    letter-spacing: 1px;
  }

  .mobile-menu.show {
    display: flex;
    animation: slideDown 0.3s ease;
  }

  .about-content {
    flex-direction: column;
  }

  .about-text-column,
  .af-image-column {
    flex: 100%;
  }

  .about-image-column {
    margin-top: 20px;
  }

}

/* Animation for mobile menu */
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-100%); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive override for <1000px */
@media (max-width: 1000px) {
  .slideshow-container{
    display: none;
  }
  .main-content{
    width: 90%;
  }
}

/* @media (max-width: 660px) {
    .main-content p {
      font-size: 1rem;
    }

    .about-container p {
      font-size: 1rem;
    }
    .hamburger {
      position: fixed;
    }
    nav{
      display: flex;
      width: 100%;
      padding: 0 20px;
      left: 50%;
      transform: translateX(-50%);
    }
    .logo{
      display: none;
    } 
} */

.test-blog p{
    text-align: justify;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

.post-content {
  text-align: justify;
  margin-top: 20px;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.blog-navigation a {
  font-size: 1rem;

}

@media screen and (max-width: 600px) {
  body{
    margin: 0;
    padding: 0;
  }

  .intro-header h1 {
    font-size: 1.8rem;
  }

  .hamburger {
    position: fixed;
  }

  nav{
    display: flex;
    width: 100%;
    padding: 0 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .intro-container {
    position: relative;
    margin-top: -120px;
    width: 100%;
    height: 100vh; /* Full screen height */
    background-image: url('/static/img/Background_mobile.webp');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
  }


  .main-content p {
      font-size: 1rem;
    }

  .about-container p {
    font-size: 1rem;
  }

  .logo{
    display: none;
  } 

  .contact-container {
    padding: 4rem;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Rubik', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    font-weight: 100;
  }

  .about-content {
    flex-direction: column;   /* stack items vertically */
    gap: 20px;                /* smaller gap for mobile */
    padding: 20px;
  }

  .about-text-column,
  .about-image-column {
    flex: 1 1 100%;           /* each takes full width */
    min-width: unset;         /* remove the 300px/200px restriction */
  }

  .about-image-column img {
    width: 100%;
    height: auto;             /* avoid image stretching */
    border-radius: 15px;      /* smaller radius for mobile */
  }

  .about-container {
    width: 95%;               /* reduce container margin */
    padding: 20px 10px;
  }

  .about-container h1 {
    font-size: 1.5rem;      /* scale heading for small screens */
  }

  .about-container p {
    font-size: 1rem;
  }

  .main-content{
    width: 90%;
  }

  .blog-post {
    width: 90%;
    margin: 0 0 auto;
    padding: 40px 20px;
  }
  .test-blog p{
    text-align: justify;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
  }

  .post-content {
    text-align: justify;
    margin-top: 20px;
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
  }

  .blog-navigation a {
    font-size: 1rem;
  }
}