body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  /* webkit-padding: 0;
  moz-padding: 0; */
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}

@media screen and (max-width: 400px) {
  #about, #services, #testimonials, #team, #contact, #footer, #portfolio {
      width: 100% !important
  }
}

/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  /* width: 0; */
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #347e63 0%, #69cda9 100%);
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  /* width: 100%; */
  opacity: 1;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #347e63 0%, #69cda9 100%) !important;
  content: "" !important;
  opacity: 1 !important;
  transition: opacity 0.3s !important;
}
.navbar-toggle {
  border-radius: 0;
  border-radius: 10px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #347e63;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #347e63;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #69cda9 0%, #347e63 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #347e63;
  background-color: #fff;
  background-image: linear-gradient(to right, #fff 0%, #69cda9 100%);
  padding: 14px 34px;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #69cda9;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/intro-bg.jpg) center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  color: #347e63
}
.intro h1 span {
  font-weight: 800;
  color: #69cda9;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  /* margin: 0 auto; */
  margin: auto auto;
  margin-bottom: 50px;
  color: #69cea8
}
header .intro-text {
  padding-top: 270px;
  padding-bottom: 300px;
  text-align: center;
  /* max-width: fit-content; */
  width: 100%;
  margin: auto;


  
}
/* Features Section */
#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #347e63 0%, #69cda9 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* About Section */
#about {
  padding-top: 100px;
  padding-bottom: 50px;

  @media (max-width: 900px) {
    padding-top: 50px;
    /* text-align: center; */
    max-width: fit-content;
  }
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #69cda9 0%, #347e63 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #69cda9;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Services Section */
#services {
  padding-top: 100px;
  padding-bottom: 50px;
  background: linear-gradient(to right, #347e63 0%, #69cda9 100%);
  color: #fff;

  @media (max-width: 900px) {
    padding-top: 50px;
    /* text-align: center; */
    max-width: fit-content;
  }
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  color: #fff;
}

#services .section-title{
  margin-bottom: 40px;
}

#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #347e63 0%, #69cda9 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#services h3 {
  font-weight: 500;
  padding: 0 0;
  color: #fff;
}
#services p {
  color: rgba(255, 255, 255, 0.75);
  text-align: left;
}
#services .service-desc {
  margin-bottom: 40px;
}
/* Portfolio Section */

#portfolio {
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (max-width: 400px) {
  #portfolio {
      width: 100% !important;
  }
}

@media (max-width: 900px) {
  #portfolio {
    padding-top: 50px;
    text-align: center;
  }
}

#portfolio .row {
    margin-right: 0px;
    margin-left: 0px;
}

.portfolio-item {
  width: 300px;
  height: 200px;
  margin: 10px auto; /* Center horizontally */
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
  border-radius: 5px;
}

.portfolio-item .hover-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-bg .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(105,205,169, 0.8) 0%,
    rgba(52,126,99, 0.8) 100%
  );
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  transform: translateY(0);
}

.hover-bg:hover .hover-text {
  opacity: 1;
}

.portfolio-item:hover {
  transform: scale(1.05);
}



/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  padding-top: 100px;

  @media (max-width: 900px) {
    padding-top: 50px;
    text-align: center;
  }
}
/* #team h4 {
  margin: 5px 0;
} */
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  /* max-width: fit-content; */
  max-width: 400px;
  margin: 0 auto;
  color: #888;
}
/* Contact Section */
#contact {
  padding: 100px 0 20px;
  background: linear-gradient(to right, #347e63 0%, #69cda9 100%);
  color: rgba(255, 255, 255, 0.75);

  @media (max-width: 900px) {
    padding-top: 50px;
    /* text-align: center; */
    max-width: fit-content;
  }
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
#contact .btn-custom:hover {
  color: #69cda9;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #69cda9;
  background: #fff;
}

/* Tooltip styling */
#contact .social a {
  position: relative;
  text-decoration: none;
}

#contact .social a::after {
  content: attr(title);
  position: absolute;
  left: -20%;
  transform: translateY(-75%);
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  padding: 6px 12px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none; /* Prevent blocking hover on icon */
}

#contact .social a:hover::after {
  opacity: 1;
  visibility: visible;
  bottom: 120%; /* Slight upward movement on hover */
}

/* GDPR Section */
#gdpr {
  margin: 0;
  padding: 20px;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  max-width:fit-content;
  margin: 0 auto;
}

#gdpr .container {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#gdpr h1 {
  color: #007bff;
  margin-top: 0;
  font-weight: 700;
}

#gdpr h1:first-of-type {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}

#gdpr h1:nth-of-type(2) {
  font-size: 2em;
  color: #28a745;
  margin-bottom: 1.5em;
}

#gdpr p {
  margin: 1em 0;
  padding-left: 15px;
  position: relative;
}

/* Style question paragraphs */
#gdpr p:nth-of-type(1), #gdpr p:nth-of-type(3), #gdpr p:nth-of-type(9) {
  font-weight: bold;
  color: #1a202c;
  margin-top: 2em;
  padding-left: 15px;
}

/* Add bullet points to answers */
#gdpr p:not(:nth-of-type(1)):not(:nth-of-type(3)):not(:nth-of-type(9)) {
  padding-left: 25px;
  margin-left: 10px;
  margin-bottom: 1.7em;
}

#gdpr p:not(:nth-of-type(1)):not(:nth-of-type(3)):not(:nth-of-type(9))::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #007bff;
}

/* Footer Section*/
#footer {
  /* background: #f6f6f6; */
  padding: 30px 0;
  
  @media (max-width: 900px) {
    padding: 15px 0;
    padding-top: 50px;
    text-align: center;
    max-width: fit-content;
  }
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #347e63;
}
#footer a:hover {
  border-bottom: 2px solid #347e63;
}


/* ARTICLE PAGES */

/* All Articles */

.articles-list {
  margin: 50px auto;
  max-width: 1200px;
  padding: 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.articles-list h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  grid-column: 1 / -1;
}

.article-preview {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.article-preview:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.article-preview img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: brightness(0.6);
  transition: filter 0.3s ease;
  border-radius: 8px;
}

.article-preview:hover img {
  filter: brightness(1);
}

.article-preview h2 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 1;
}

.article-preview p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* Single Article */
.article-container {
  padding: 20px;
  padding-top: 100px; /* Match navbar height */
  margin: 0 auto;
  min-height: calc(100vh - 80px);
}

.article-content {
  display: grid;
  grid-template-columns: 33.33% 1fr; /* Exact 1/3 ratio */
  gap: 30px;
  position: relative;
}

.article-image {
  border-radius: 8px;
  max-height: 50vh;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 30%;
}


.text-section {
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 20px;
}

.text-section h1 {
  font-size: 3rem;
  margin: 0 0 15px;
}

.text-section p {
  font-size: 1.7rem;
  line-height: 1.6;
  margin: 0 0 20px;
  text-align: justify;
}

/* Responsive adjustments */
@media (max-width: 750px) {
  .article-content {
    grid-template-columns: 1fr;
  }
  
  .article-image {
    /* order: -1; */
    max-width: 100%;
    margin-top: 0;
  }
  
  .text-section {
    order: 0;
  }
}

@media (max-width: 768px) {
  .text-section h1 {
    font-size: 2.3rem;
  }
  
  .text-section p {
    font-size: 1.4rem;
  }
}

/* Custom scrollbar */
.text-section::-webkit-scrollbar {
  width: 8px;
}

.text-section::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.text-section::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.text-section::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* ADMIN PANEL */

/* Admin login css */
/* Admin Login Styles */
.auth-container {
  max-width: 400px;
  margin: 40px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.auth-header {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
}

.auth-form {
  display: flex;
  flex-direction: column;
}

.auth-form-group {
  margin-bottom: 15px;
}

.auth-form-label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #555;
}

.auth-form-input {
  width: 100%;
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.auth-form-input:focus {
  border-color: #347e63;
  outline: none;
}

.auth-error {
  background: #ffe6e6;
  color: #cc0000;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 15px;
  text-align: center;
}

.auth-button {
  background: #347e63;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.auth-button:hover {
  background: #69cda9;
}


/* Admin.css */
.admin-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.form-section {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 15px;
}

.form-grid textarea {
  height: 150px;
  resize: vertical;
}

.form-grid input[type="file"] {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}

.submit-button {
  grid-column: 1 / -1;
  background: #69cda9;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
}

.submit-button:hover {
  background: #347e63;
}

.articles-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
}

.article-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.article-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.article-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 15px;
}

.article-card h4 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #333;
}

.article-card p {
  margin: 0 0 15px;
  color: #666;
  line-height: 1.6;
  /* New text restriction styles */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Number of lines to show */
  overflow: hidden;
  max-height: 4.8em; /* Fallback (3 lines * line-height 1.6) */
}

.delete-button {
  background: #f44336;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
  float: right;
}

.delete-button:hover {
  background: #d32f2f;
}

/* Responsive styles */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  
  .articles-list {
    grid-template-columns: 1fr;
  }
}



/* General styles for the fade-in animation */
.animate-in {
  animation: fadeIn 1s ease-in-out;
}

/* Keyframes for the fade-in effect */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;    
  }
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
}