p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments-area a, .page-content a {
	text-decoration: none;
}

/* header */
.elementor-element-ca145a5 span:not(:last-child) {
    position: relative;
    padding-right: 10px;
}

.elementor-element-ca145a5 span:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--e-global-color-text);
    border: 0 !important;
}
.voice-content .toggle-btn {
	text-decoration: underline;
	cursor: pointer;
	color:#037f42;
}

/* gallery  */
.module-gallery-list {
  display: grid;
  gap: 20px;
}
/* .module-gallery-list.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.module-gallery-list.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.module-gallery-list.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.module-gallery-list.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.module-gallery-list.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.module-gallery-list.columns-6 {
  grid-template-columns: repeat(6, 1fr);
} */

.module-gallery-list .gallery-item img,
.single-gallery-wrapper img {
  aspect-ratio: 1.5;
  display: block;
	object-fit: cover;
  border-radius: 6px;
}

/* container width */
.e-con-inner,
.container {
  max-width: 1220px;
  margin: 0 auto;
}

h1.entry-title {
  font-size: 36px;
  text-align: center;
}

.gallery-item h3 {
  font-size: 16px;
	color: #000000;
}
.gallery-item .img-holder {
  overflow: hidden;
  border-radius: 6px;
/*   max-height: 220px; */
}

.gallery-item img {
	aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
  display: block;
}

.gallery-item:hover .img-holder img {
  transform: scale(1.1);
}

/* post */
.service-cat-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 30px 30px;
  padding: 0px;
}
.service-cat-item {
background-color: #ffffff;
  text-align: center;
  padding: 50px 22px;
  border-radius: 5px;
  box-shadow: 0px 2px 8px 0px
    rgba(99.00000000000001, 99.00000000000001, 99.00000000000001, 0.2) !important;
	color: #000000;
}
.service-cat-item img {
  max-width: 50px;
  height: auto;
}
.service-cat-item h3,
.service-item h3 {
  font-size: 22px;       
  font-weight: 600;      
  line-height: 1.3;     
  color: #037f42;      
}

/* post inner page */
.single-gallery-wrapper{
	padding: 86px 0;
}
.single-gallery-wrapper .gallery-images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.gallery-list .module-gallery-list .img-holder {
  overflow: hidden;
}

.gallery-list .module-gallery-list .img-holder img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
}


/* fancy box  */
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 2px;
  border-color: #fff;
}

/* yearly report */
.column-1 {
	grid-template-columns: repeat(1, 1fr);
}
.columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.yearly-report-list {
  display: grid;
  gap: 20px;
}

.yearly-report-item {
  transition: all 0.3s ease;
}

.report-title {
  cursor: pointer;
  user-select: none;
  position: relative;
  transition: background-color 0.3s ease;
  background-color: #037f42;
/*   border-radius: 5px; */
  padding: 10px 15px;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
}
.yearly-report-item.active .report-title {
/*   border-radius: 5px 5px 0 0; */
}
.report-title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 43%;
  width: 15px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;

  /* SVG as data URI */
  background-image: url("data:image/svg+xml;utf8,<svg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.01764 7.8045L0.199801 1.13858C0.136456 1.07664 0.0862091 1.00312 0.0519272 0.922198C0.0176453 0.841278 -3.41337e-07 0.754549 -3.37509e-07 0.666962C-3.3368e-07 0.579375 0.0176453 0.492646 0.0519272 0.411726C0.0862091 0.330807 0.136456 0.257281 0.199801 0.195348C0.263145 0.133415 0.338347 0.0842866 0.421111 0.0507686C0.503874 0.0172506 0.59258 -6.29768e-07 0.682163 -6.25853e-07C0.771746 -6.21937e-07 0.860452 0.0172506 0.943216 0.0507686C1.02598 0.0842866 1.10118 0.133415 1.16453 0.195348L7.5 6.39049L13.8355 0.195348C13.9634 0.0702687 14.1369 -3.90445e-08 14.3178 -2.98183e-08C14.4988 -2.0592e-08 14.6723 0.0702687 14.8002 0.195349C14.9281 0.320428 15 0.490073 15 0.666963C15 0.843852 14.9281 1.0135 14.8002 1.13858L7.98236 7.8045C7.91904 7.86648 7.84385 7.91564 7.76108 7.94919C7.67832 7.98273 7.5896 8 7.5 8C7.4104 8 7.32168 7.98273 7.23892 7.94919C7.15615 7.91564 7.08096 7.86648 7.01764 7.8045Z' fill='white'/></svg>");
}

.yearly-report-item.active .report-title::after {
  transform: rotate(180deg);
}

.report-content table {
  border-top: none;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 0 0 5px 5px;
}

.report-content table th {
	border:none;
  border-bottom: 1px solid #ddd !important;
  background-color: transparent !important;
  text-align: center;
  padding: 11px 20px;
}

.report-content table th:first-child {
  text-align: start;
}

.report-content table td {
  padding: 11px 22px;
  text-transform: uppercase;
  background-color: transparent !important;
  border: 0 !important;
  text-align: center;
}

.report-content table td:first-child {
  text-align: start;
}

.report-content table td:last-child {
  text-align: end;
}

/* Striping for odd rows */
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

/* download section */
.download-link-list {
  max-width: 700px;
  margin: 0 auto;
}

.download-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 14px 20px;
  margin-bottom: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}

.download-item h3 {
  font-size: 16px;
  margin: 0;
  color: #333333;
  font-weight: 600;
}

.download-item > a:first-child {
  text-decoration: underline;
  color: #000000;
  flex: 1;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #0a8d39; /* green button */
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s;
}

.download-btn svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.download-btn:hover {
  background-color: #d65c31;
  color: #ffffff;
}

/* member */
/* Container */
.member-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
/*   padding: 0 15px; */
}

/* Card */
.member-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  padding: 28px;
  display: flex;
  flex-direction: column-reverse;
/*   transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

/* Header: image + name/position */
.member-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

/* Image */
.member-item .img-holder {
  display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 18px;
}
.member-item .img-holder img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
/*   border: 3px solid #037F42; */
  object-fit: cover;
}



/* Name & Position */
.member-name h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #222;
}

.member-name .position {
  display: block;
  font-size: 13px;
  color: #037F42;
  margin-top: 4px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Testimonial Paragraph */
.member-voice p {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  margin: 0;
  text-align: justify;
}






/* service list */
/* .service-list.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.service-list.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.service-list.columns-5 {
  grid-template-columns: repeat(5, 1fr);
} */
.service-list {
  display: grid;
  gap: 12px;
}
.service-item {
  display: block;
  padding: 14px;
  background: #ffffff;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.service-item .img-holder img{
	border-radius: 8px;
}

.service-item:hover {
/*   transform: translateY(-2px); */
/*   box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12); */
  border-color: #0a8d39;
}
.service-item:hover .service-rate {
  color: #0a8d39;
  background: #e9f7ef;
}

.service-item h3 {
  font-size: 18px;
}

.service-rate {
  font-size: 16px;
  font-weight: 600;
  color: #d65c31; /* replaced yellow with primary color */
  background: #fff3ef;
  padding: 8px 14px !important;
  display: inline-block;
  border-radius: 8px;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.05);
}

/* single post page */
.service-single-content {
/*   max-width: 820px; */
  margin: 0 auto;
  background: #ffffff;
  /*     box-shadow: 0 8px 28px rgba(0,0,0,0.08); */
}

.service-single-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  /*     margin-bottom: 30px; */
  object-fit: cover;
}

.service-single-title {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
  line-height: 1.3;
  text-transform: capitalize;
}

.service-single-details {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  background: #fafafa;
  padding: 25px 28px;
  border-radius: 16px;
  border-left: 5px solid #0a8d39;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
.service-posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* slider */
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	background-color: #037F42 !important;
}


/* breadcrums */
.single-breadcrumb {
    padding: 112px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

.single-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: transparent;
    --background-overlay: "";
    background-image: linear-gradient(-90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
}

.single-breadcrumb .container {
    position: relative;
    z-index: 2;
}


.single-breadcrumb h1{
	color: #ffffff;
	font-size: 36px;
	text-align: center;
}
.single-breadcrumb .container .breadcrumb {
	justify-content: center;
	
}
.single-breadcrumb .container .breadcrumb li,
.single-breadcrumb .container .breadcrumb li a{
	color: #ffffff;
	font-size: 14px;
}

/* article post */
/* service single */
.service-single-post {
    padding: 60px 0;
}

.service-single-post img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 25px;
}

.service-single-title {
/*     font-size: 32px; */
    font-weight: 600;
/*     margin: 0; */
    color: #111;
    line-height: 1.3;
}
.service-single-post .service-single-content {
	    max-width: 820px;
}
/* downloads  */
.download-link-list.columns-1 {
	max-width: 700px;
}
.download-link-list.columns-2 {
	max-width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
.download-link-list.columns-2 .download-item{
	margin-bottom: 0;
}



/* related-sewa */
.related-sewa {
    position: sticky;
    top: 100px;
/*     z-index: 10;  */
	height: fit-content;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	padding: 20px;
}
.related-sewa ul.elementor-icon-list-items li:hover a span{
	color: #037F42;
}
.related-sewa ul.elementor-icon-list-items li::before {
    content: '';
    display: inline-block;
    width: 6px;   
    height: 6px;  
    margin-right: 10px;
    vertical-align: middle;
    /* SVG as background */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><circle cx="6" cy="6" r="6" fill="%23000"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}



/* responsive  */
@media (max-width: 991.98px) { 
	.columns-4 {
		 grid-template-columns: repeat(3, 1fr);
	}
		.columns-5 {
		 grid-template-columns: repeat(3, 1fr);
	}
		.columns-6 {
		 grid-template-columns: repeat(3, 1fr);
	}
	
}
@media (max-width: 768px) {
/* 	service*/
  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }

	
/* 	article post */
	.service-single-post {
        padding: 40px 0;
    }
    .service-single-title {
        font-size: 26px;
    }
	/* 	columns  */
	.columns-3 {
	  grid-template-columns: 1fr 1fr;
	}
	.columns-4 {
	  grid-template-columns: 1fr 1fr;
	}
	.columns-5 {
	  grid-template-columns: 1fr 1fr;
	}
	.columns-6 {
	  grid-template-columns: 1fr 1fr;
	}
		.service-list.columns-3 {
	  grid-template-columns: repeat(3, 1fr);
	}
	.service-list.columns-4 {
	  grid-template-columns: repeat(3, 1fr);
	}
	.service-list.columns-5 {
	  grid-template-columns: repeat(3, 1fr);
	}
	
	.single-gallery-wrapper .gallery-images{
		grid-template-columns: repeat(3, 1fr);
	}
	
}



@media (max-width: 575.98px) {
	/* 	dowloads */
	.download-link-list.columns-2 {
	grid-template-columns: 1fr;
	}
	.download-link-list.columns-2 .download-item{
	margin-bottom: 15px;
	}
	
/* 	columns */
.columns-2 {
  grid-template-columns: 1fr;
}
.columns-3 {
  grid-template-columns: 1fr;
}
.columns-4 {
  grid-template-columns: 1fr;
}
.columns-5 {
  grid-template-columns: 1fr;
}
.columns-6 {
  grid-template-columns: 1fr;
}
	.service-list.columns-3 {
  grid-template-columns: repeat(2, 1fr);
}
.service-list.columns-4 {
  grid-template-columns: repeat(2, 1fr);
}
.service-list.columns-5 {
  grid-template-columns: repeat(2, 1fr);
}
		.single-gallery-wrapper .gallery-images{
		grid-template-columns: repeat(2, 1fr);
	}
		.download-item {
		flex-direction: column;
	}
	.download-item h3{
		margin-bottom: 12px;
	}
	.download-item .download-btn {
		width: 100%;
		justify-content: center;
	}
	.member-item {
        padding: 18px;
    }

    .member-item .img-holder {
        width: 80%;
    }

    .member-voice h3 {
        font-size: 20px;
    }

    .member-voice p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
  .service-list {
    grid-template-columns: 1fr;
  }

}
