.elementor-2210 .elementor-element.elementor-element-d38eebe{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:113px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-2210 .elementor-element.elementor-element-9672268 > .elementor-widget-container{margin:0px 0px 0px -147px;}.elementor-2210 .elementor-element.elementor-element-9672268.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-2210 .elementor-element.elementor-element-9672268{text-align:start;}.elementor-2210 .elementor-element.elementor-element-9672268 img{width:100%;border-radius:30px 30px 30px 30px;}.elementor-2210 .elementor-element.elementor-element-e4a5a94.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-2210 .elementor-element.elementor-element-e4a5a94{text-align:start;}.elementor-2210 .elementor-element.elementor-element-b7b90be{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;overflow:visible;}.elementor-2210 .elementor-element.elementor-element-c2ed1fe{text-align:justify;}.elementor-2210 .elementor-element.elementor-element-792abe7{--display:flex;overflow:visible;}.elementor-2210 .elementor-element.elementor-element-d540252 span.post-navigation__prev--label{transition-duration:100ms;}.elementor-2210 .elementor-element.elementor-element-d540252 span.post-navigation__next--label{transition-duration:100ms;}.elementor-2210 .elementor-element.elementor-element-d540252 span.post-navigation__prev--title{transition-duration:100ms;}.elementor-2210 .elementor-element.elementor-element-d540252 span.post-navigation__next--title{transition-duration:100ms;}.elementor-2210 .elementor-element.elementor-element-d540252 .post-navigation__arrow-wrapper{transition-duration:100ms;font-size:20px;}.elementor-2210 .elementor-element.elementor-element-d540252 .elementor-post-navigation__link a {gap:5px;}.elementor-2210 .elementor-element.elementor-element-8688d60{--display:flex;overflow:visible;}@media(min-width:768px){.elementor-2210 .elementor-element.elementor-element-d38eebe{--content-width:867px;}}@media(max-width:1260px){.elementor-2210 .elementor-element.elementor-element-d38eebe{--grid-auto-flow:row;}.elementor-2210 .elementor-element.elementor-element-9672268{width:var( --container-widget-width, 265px );max-width:265px;--container-widget-width:265px;--container-widget-flex-grow:0;}.elementor-2210 .elementor-element.elementor-element-e4a5a94{width:var( --container-widget-width, 390px );max-width:390px;--container-widget-width:390px;--container-widget-flex-grow:0;}.elementor-2210 .elementor-element.elementor-element-b7b90be{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-2210 .elementor-element.elementor-element-d38eebe{--grid-auto-flow:row;}.elementor-2210 .elementor-element.elementor-element-b7b90be{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2210 .elementor-element.elementor-element-d38eebe{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2210 .elementor-element.elementor-element-b7b90be{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for theme-post-title, class: .elementor-element-e4a5a94 */.small-heading h1 {
    font-size: 58px !important;
    line-height: 1.2;
}/* End custom CSS */
/* Start custom CSS for theme-post-content, class: .elementor-element-c2ed1fe *//* ----------------------------
   Blog / Archive Page Styling
-----------------------------*/

/* General container */
.archive .ast-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

/* Archive Title */
.archive .page-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #222;
  position: relative;
}
.archive .page-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #f39c12;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Blog Grid Layout */
.archive .ast-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* Each post card */
.archive .ast-row article {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.archive .ast-row article:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* Featured image */
.archive .post-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #eaeaea;
  transition: transform 0.4s ease;
}
.archive .ast-row article:hover .post-thumb img {
  transform: scale(1.05);
}

/* Post content */
.archive .entry-header {
  padding: 20px;
}
.archive .entry-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px;
  transition: color 0.3s ease;
}
.archive .entry-title a {
  color: inherit;
  text-decoration: none;
}
.archive .entry-title a:hover {
  color: #f39c12;
}

/* Meta info */
.archive .entry-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}
.archive .entry-meta a {
  color: #888;
  text-decoration: none;
}
.archive .entry-meta a:hover {
  color: #f39c12;
}

/* Excerpt */
.archive .entry-content {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  padding: 0 20px 20px;
}

/* Read More Button */
.archive .read-more a {
  display: inline-block;
  margin: 0 20px 20px;
  padding: 10px 18px;
  background: #f39c12;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.archive .read-more a:hover {
  background: #d35400;
}

/* Pagination */
.navigation.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  margin: 0 8px;
  padding: 10px 15px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
  background: #f39c12;
  color: #fff;
  border-color: #f39c12;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b7b90be *//* ----------------------------
   Blog / Archive Page Styling
-----------------------------*/

/* General container */
.archive .ast-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

/* Archive Title */
.archive .page-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #222;
  position: relative;
}
.archive .page-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #f39c12;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Blog Grid Layout */
.archive .ast-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* Each post card */
.archive .ast-row article {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.archive .ast-row article:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* Featured image */
.archive .post-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #eaeaea;
  transition: transform 0.4s ease;
}
.archive .ast-row article:hover .post-thumb img {
  transform: scale(1.05);
}

/* Post content */
.archive .entry-header {
  padding: 20px;
}
.archive .entry-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px;
  transition: color 0.3s ease;
}
.archive .entry-title a {
  color: inherit;
  text-decoration: none;
}
.archive .entry-title a:hover {
  color: #f39c12;
}

/* Meta info */
.archive .entry-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}
.archive .entry-meta a {
  color: #888;
  text-decoration: none;
}
.archive .entry-meta a:hover {
  color: #f39c12;
}

/* Excerpt */
.archive .entry-content {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  padding: 0 20px 20px;
}

/* Read More Button */
.archive .read-more a {
  display: inline-block;
  margin: 0 20px 20px;
  padding: 10px 18px;
  background: #f39c12;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.archive .read-more a:hover {
  background: #d35400;
}

/* Pagination */
.navigation.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.navigation.pagination .page-numbers {
  display: inline-block;
  margin: 0 8px;
  padding: 10px 15px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
  background: #f39c12;
  color: #fff;
  border-color: #f39c12;
}/* End custom CSS */