.banner-container-blog {

  position: relative;

  width: 100%;

  max-height: 400px;

  overflow: hidden;

}



.banner-container-blog img {

  width: 100%;

  height: auto;

  display: block;

}



.banner-text {

  position: absolute;

  top: 50%;

  left: 70%;

  transform: translate(-50%, -50%);

  text-align: center;

  color: white;

  font-size: 24px;

  font-weight: bold;

  padding: 20px;

  border-radius: 8px;

  width: 80%;



  max-width: 600px;

}



.banner-text h1 {

  font-size: 32px;

  margin-bottom: 10px;

  letter-spacing: .5px;

  font-weight: 500;

  text-align: center;



}



.banner-text p {

  font-size: 16px;

  letter-spacing: .5px;

  text-align: justify;



  font-weight: 500;

}



@media (max-width: 768px) {

  .banner-text {

    width: 90%;

    font-size: 18px;

    padding: 15px;

  }



  .banner-text h1 {

    font-size: 1.3em;

  }



  .banner-text p {

    display: none;

  }



  .banner-container-blog img {

    width: 100%;

    height: auto;

    height: 150px;

    display: block;

  }

}



* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



body {

  font-family: Arial, sans-serif;

  overflow-x: hidden;

}



.blog-container {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 20px;

  padding: 40px 10px;

  max-width: 1200px;

  margin: auto;

}



.blog-card {

  background: #fff;

  border-radius: 8px;

  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);

  width: 100%;

  max-width: 350px;

  overflow: hidden;

  text-align: center;

  padding: 20px;

  transition: transform 0.3s ease-in-out;

}



.blog-card img {

  width: 100%;

  height: auto;

  border-radius: 8px;

}



.blog-card h3 {

  font-size: 1em;

  margin: 15px 0;

  color: #276ea2;

  text-align: justify;

  letter-spacing: 0.1px;

  font-weight: 500;

}



.blog-card p {

  font-size: .9em;

  text-align: justify;

  color: #666;

  margin-bottom: 10px;

  letter-spacing: .5px;

  font-weight: 500;

}



.blog-card a {

  display: inline-block;

  text-decoration: none;

  background: #5f9d39;

  color: white;

  padding: 8px 15px;

  border-radius: 25px;

  letter-spacing: .5px;

  font-weight: 500;

  margin-top: 10px;

}



.blog-card:hover {

  transform: translateY(-5px);

}



@media (max-width: 768px) {

  .blog-container {

    flex-direction: column;

    align-items: center;

  }



  .blog-card {

    max-width: 90%;

  }

}







/*  */





.blog-container {

  padding: 40px 20px;

  max-width: 1200px;

  margin: auto;

}



.blog-container h2 {

  text-align: center;

  font-size: 2rem;

  margin-bottom: 30px;

  color: #333;

}



.blog-grid {

  display: flex;

  flex-wrap: wrap;

  gap: 25px;

  justify-content: center;

}



.blog-card {

  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 12px;

    width: 350px;

  overflow: hidden;

  text-align: center;

  padding: 16px;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

  transition: transform 0.2s ease;

}



.blog-card:hover {

  transform: translateY(-5px);

}



.blog-card img {

  width: 100%;

  height: 180px;

  object-fit: cover;

  border-radius: 8px;

  background-color: #f9f9f9;

}



.blog-card h3 {

    margin: 11px 0 10px;

    font-size: 1em;

    font-weight: 500;

    text-align: left;

    font-family: system-ui;

    color: #222;

    text-transform: capitalize;

}

.blog-card p {

  font-size: 0.9rem;

  color: #777;

  margin-bottom: 10px;

}



.blog-card button {

  background-color: #6cae1e;

  color: white;

  padding: 10px 18px;

  border: none;

  border-radius: 6px;

  cursor: pointer;

  font-weight: 500;

}



.blog-card button:hover {

  background-color: #4d870f;

}



.pagination {

  display: flex;

  justify-content: center;

  align-items: center;

  margin: 40px 0;

  gap: 20px;

}



.pagination button {

  padding: 10px 16px;

  font-size: 1rem;

  border-radius: 8px;

  border: 1px solid #333;

  background-color: white;

  cursor: pointer;

}



.pagination button:hover {

  background-color: #f5f5f5;

}



/* -blog-inner=== */

/* ==banner== */



.banner-container-inner {

  background: linear-gradient(to right, #276ea2, #5f9d39);

  color: white;

  text-align: center;

  padding: 50px 20px;

  font-size: 24px;

  font-weight: bold;

  width: 100%;

  box-sizing: border-box;

}



.banner-container-inner h1 {

    font-size: 1.3em;

    font-family: system-ui;

    font-weight: 400;

    color: white;

}



@media (max-width: 768px) {

  .banner-container-inner {

    font-size: 18px;

    padding: 30px 15px;

  }

}





.container-inner-blog {

  display: flex;

  max-width: 1200px;

  margin: 20px auto;

  gap: 20px;

  padding: 20px;

}



/* Main Blog Section */

.blog-content {

  flex: 2;

  background: #fff;

  padding: 20px;

  border-radius: 10px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}



.blog-content img {

  width: 100%;

  border-radius: 10px;

}



.blog-content h2 {

  font-size: 24px;

  margin-top: 10px;

}



/* Sidebar */

.sidebar {

  flex: 1;

  background: #fff;

  padding: 20px;

  border-radius: 10px;

  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}



.search-box {

  display: flex;

  align-items: center;

  border: 1px solid #ddd;

  border-radius: 5px;

  padding: 5px;

  margin-bottom: 20px;

}



.search-box input {

  width: 100%;

  border: none;

  outline: none;

  padding: 8px;

}



.search-box button {

  background: none;

  border: none;

  cursor: pointer;

}



.recent-posts h3 {

  margin-bottom: 10px;

}



.recent-post {

  display: flex;

  align-items: center;

  margin-bottom: 15px;

}



.recent-post img {

  width: 60px;

  height: 60px;

  border-radius: 5px;

  margin-right: 10px;

}



.recent-post a {

  text-decoration: none;

  color: #333;

  font-size: 14px;

  font-weight: bold;

}



.recent-post span {

  font-size: 12px;

  color: #777;

}



/* Responsive Design */

@media (max-width: 768px) {

  .container-inner-blog {

    flex-direction: column;

    padding: 10px;

  }

}



/* ==content== */



.all-blog {

  font-size: 1.6em;

  font-weight: bold;

  color: #333;

  text-align: center;

  margin: 20px 0;

}



/* Blog Container */

.blog-container-content {

  max-width: 800px;

  margin: auto;

  margin-left: 70px;

  padding: 20px;

  border-radius: 8px;

}



/* Blog Content */

.blog-content-blog h1 {

  font-size: 28px;

  font-weight: bold;

  color: #111;

  margin-bottom: 15px;

}



.blog-text {

  font-size: 16px;

  color: #333;

  line-height: 1.6;

  margin-bottom: 20px;

}



.blog-content-blog h2 {

  font-size: 22px;

  font-weight: bold;

  color: #222;

  margin-top: 20px;

  margin-bottom: 10px;

}



.blog-content-blog p {

  font-size: 16px;

  color: #444;

  line-height: 1.8;

}



/* Responsive Design */

@media (max-width: 768px) {

  .blog-container-content {

    padding: 15px;

  }



  .blog-content-blog h1 {

    font-size: 24px;

  }



  .blog-content-blog h2 {

    font-size: 20px;

  }



  .blog-text,

  .blog-content-blog p {

    font-size: 14px;

  }



  .blog-container-content {

    max-width: 800px;

    margin: auto;

    text-align: justify;

    margin-left: 10px;

    margin-right: 10px;

    padding: 20px;

    border-radius: 8px;

  }

}















/*  */



.banner-container-inner main.content h1#blogTitle {

  font-size: 2.2rem;

  font-weight: 400;

  color: white;

  margin-bottom: 0;

  letter-spacing: 1px;

}



.content-icon {

  margin: 4px auto 0px;

  max-width: 92%;

  padding: 1px 20px;

}



.meta {

  font-size: 1rem;

  color: #555;

  margin-bottom: 18px;

  display: flex;

  align-items: center;

  gap: 10px;

}



.meta span {

  vertical-align: middle;



}



.meta i {

  vertical-align: middle;

  font-weight: 400;

  font-family: auto;

  font-size: .9em;

}



.features {

  display: flex;

  gap: 30px;

  align-items: flex-start;

  margin-bottom: 20px;

}



.left-banner {

  flex: 1;

  text-align: left;

}



.left-banner img#blogImage {

  width: 100%;

  max-width: 860px;

  height: 400px;

  border-radius: 12px;

  box-shadow: 0 4px 16px rgba(60, 60, 120, 0.08);

  margin-bottom: 12px;

  object-fit: cover;

  margin-top: 20px;



  background: #f5f5f5;

}



.left-banner h2#blogHeading {

    font-size: 2em;

    padding: 0px;

    font-family: system-ui;

    color: #333;

    margin: 0px;

    font-weight: 400;

}



.heading#summary-text {

    font-size: 1.1em;

    color: #333;

    text-align: left;

    margin-left: 70px;

    font-weight: 100;

}



#description {

  font-size: 1.08rem;

  font-weight: 400;

  color: #444;

  line-height: 1.7;

  margin-bottom: 30px;



  padding: 1px 70px;

  border-radius: 10px;

}



#loadingMessage {

  font-size: 1.1rem;

  color: #d32f2f;

  margin: 20px 0;

}



#blogContent {

  display: none;

}



.heading p {

    font-size: .9em;

    color: #666;

    margin-top: 22px;

    margin-left: 1px;

    margin-right: 165px;

    letter-spacing: .5px;

    text-align: justify;

    font-weight: 400;

}

@media (max-width: 900px) {

  .features {

    flex-direction: column;

    gap: 18px;

  }



  .left-banner img#blogImage {

    max-width: 100%;

  }



  .content-icon {

    max-width: 98vw;

    padding: 0 8px;

  }

}



@media (max-width: 600px) {

  .banner-container-inner main.content h1#blogTitle {

    font-size: 1.4rem;

  }



  .left-banner h2#blogHeading {

    font-size: 1.1rem;

  }



  #description {

    font-size: 0.98rem;

    padding: 12px 8px;

  }



  .meta {

    font-size: 0.92rem;

    flex-direction: column;

    gap: 4px;

    align-items: flex-start;

  }

}

/* bloginner */



.contact-form {

background: #E5F6FF;

    padding: 20px;

    border-radius: 8px;

    width: 100%;

        height: 402px;



    /* border: 1px solid black; */

    max-width: 350px;

}

.contact-form h3 {

    margin-bottom: 15px;

    font-weight: 400;

    font-family: system-ui;

}



.contact-form input,

.contact-form textarea {

    width: 100%;

    padding: 10px;

    margin-bottom: 12px;

    border: 1px solid #E5F6FF;;

    border-radius: 5px;

}



.contact-form button {

    width: 100%;

    padding: 10px;

    background: #5f9d39;

    color: #fff;

    border: none;

    border-radius: 5px;

    cursor: pointer;

}



.contact-form button:hover {

    background: #0056b3;

}



































.right-form{

  width: 25%;

      margin-top: 20px;





}

























/* ✅ TABLE VISIBLE FIX */
#description table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

#description table,
#description th,
#description td {
  border: 1px solid #333;
}

#description th,
#description td {
  padding: 12px;
  text-align: left;
}

#description th {
  background-color: #f5f5f5;
  font-weight: bold;
}





























