.inner_blog_thumb .front-blog img{
    height:250px;
    object-fit: cover;
    width: 100%;

}
.inner_blog_thumb .inner_blog_img img{
    height:500px;
    object-fit: cover;

} 
h2 span {
    color: var(--bgcolor);
    font-weight: 500;
}
.wp-block-list li{
   list-style-type: none !important;
   position: relative;
  padding-left: 28px; /* Space for icon */
  margin-bottom: 8px;
}
.wp-block-list li::before {
  content: "\f00e"; /* Unicode for icofont-tick-mark */
  font-family: 'IcoFont' !important;
  position: absolute;
  left: 0;
  top: 0;
  color: #95a712; /* Green tick color */
  font-size: 18px;
  
}

.witrlistw li {
  position: relative;
  padding-left: 28px; /* Space for icon */
  margin-bottom: 8px;
}

.witrlistw li::before {
  content: "\f00e"; /* Unicode for icofont-tick-mark */
  font-family: 'IcoFont' !important;
  position: absolute;
  left: 0;
  top: 0;
  color: #95a712; /* Green tick color */
  font-size: 18px;
  
}
.inner_contact_form.cont-btn input {
   
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    display: inline-block;
    border-radius: 0px 10px 0px 10px;
    background-color: var(--bgcolor);
    color: var(--whitec);
    transition: .5s;
    width: 100%;
}
.inner_contact_form.cont-btn input:hover {
    background-color: var(--whitec);
    color: var(--titlecolor);
}
.page-id-8 .wpcf7-response-output{
    color:white!important;
}
.inner_subscribe_form_area .wpcf7-response-output{
    color:white!important;
}
.page-id-238 .wpcf7-response-output{
    color:rgb(0, 0, 0);
}

@media (min-width: 1400px) {
    .head-container{
        max-width: 1360px;
    }
}

/* ---------- Variables ---------- */


/* ---------- Page / Container ---------- */
.inner_blog_content{
  box-sizing: border-box;
 
  padding: 28px;
  max-width: var(--max-width);
  background: linear-gradient(180deg, var(--paper), #fff);
  border-radius: 14px;

  font-family: var(--sans);
  color: #1e293b;
  line-height: 1.6;
}

/* Make the content readable and centered */
.inner_blog_content * {
  box-sizing: border-box;
}

/* ---------- Headings & Title ---------- */
.inner_blog_content h2:first-of-type{
  font-size: 1.9rem;
  margin: 4px 0 8px;
  line-height: 1.15;
  letter-spacing: -0.2px;
  color: #1e293b;
}

/* block heading style (matches .wp-block-heading) */
.wp-block-heading {
  margin-top: 26px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #1e293b;
}

/* allow different heading sizes inside */
.wp-block-heading[id] { font-size: 1.25rem; }

/* content paragraphs */
.inner_blog_content p {
  margin: 14px 0;
  font-size: 1rem;
  color: #1e293b;

}

/* strong emphasis */
.inner_blog_content strong { font-weight: 700; }


.inner_blog_content a:hover,
.inner_blog_content a:focus{
  color: var(--accent-dark);
  border-color: rgba(14,165,164,0.28);
  outline: none;
}

/* ---------- Meta data ---------- */
.meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.meta span { display: inline-flex; align-items:center; gap:8px; }

/* small icon spacing - original markup uses icofont; keep it tidy */
.meta i { font-size: 1rem; color: var(--muted); }

/* ---------- Table of Contents (TOC) ---------- */
.wp-block-list {
  display: inline-block;
}
.wp-block-list li{
  margin: 6px 0;
  list-style: decimal inside;
  color: #1e293b;
  font-weight: 400;
}
.wp-block-image img{
    width:100%;
}
/* ---------- Bullet / inline list styling ---------- */
.inner_blog_content p[id^="viewer-"] {
  /* many of your paragraphs have viewer- IDs; keep default spacing */
}

/* Custom styled 'dot' paragraphs in the content */
.inner_blog_content p[id]::marker { color: var(--accent-2); }

/* If author used "●" characters, adjust spacing for better alignment */
.inner_blog_content p {
  white-space: pre-wrap;
}

/* ---------- Feature lists (path lights, etc.) ---------- */
.inner_blog_content p strong + span,
.inner_blog_content p:has(strong) {
  /* leave default; we prefer semantic HTML not to override too much */
}

/* ---------- FAQs ---------- */
#viewer-2plk5413 { margin-top: 26px; }

/* make questions bold and answers normal weight */
.inner_blog_content p strong {
  display: inline-block;
  margin-bottom: 6px;
}

/* ---------- CTA / Contact ---------- */
.inner_blog_content p[id^="viewer-k0iud449"],
.inner_blog_content p[id^="viewer-e8810460"] {
  background: linear-gradient(90deg, rgba(14,165,164,0.06), rgba(245,158,11,0.03));
  border-left: 4px solid var(--accent);
  padding: 14px 16px;
  border-radius: 10px;
  margin-top: 18px;
  font-weight: 600;
}



/* ---------- Small print / muted text ---------- */
.inner_blog_content .muted,
.inner_blog_content small {
  color: var(--muted);
  font-size: 0.9rem;
}

/* ---------- Accessibility: focus states ---------- */
a:focus, button:focus {
  outline: 3px solid rgba(14,165,164,0.18);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px){
  .inner_blog_content{
    padding: 18px;
    margin: 18px;
    border-radius: 10px;
  }
  .wp-block-heading[id] { font-size: 1.12rem; }
  .inner_blog_content p { font-size: 0.98rem; max-width: 100%; }
}

/* Mobile narrow */
@media (max-width: 520px){
  .meta { gap: 6px 10px; font-size: 0.88rem; }
  .inner_blog_content h2:first-of-type { font-size: 1.4rem; }
  .wp-block-list { padding: 12px; }
}

/* ---------- Optional utility (shadowed card for images / embeds) ---------- */
.inner_blog_content .card,
.inner_blog_content .feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 8px 28px rgba(16,24,40,0.04);
}

/* ---------- Clean up default WP margins if inserted into a WP theme ---------- */
.inner_blog_content ul,
.inner_blog_content ol {
  margin-left: 1.2rem;
  margin-bottom: 12px;
  padding-left: 0.2rem;
}

/* ---------- Tiny print for citations/links ---------- */
.inner_blog_content .source {
  display: block;
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--muted);
}



/* Pagination Container */
.pagination-area {
  text-align: center;
  margin: 40px 0;
  animation: fadeInUp 0.5s ease-in-out;
}

/* Pagination list */
.pagination-area .nav-links {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* Pagination links */
.pagination-area .page-numbers {
  display: inline-block;
  padding: 10px 16px;
  font-size: 15px;
  color: #222;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover + Active states */
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers.current {
  background: #95a712; /* your theme's accent color */
  color: #fff;
  border-color: #95a712;
}

/* Prev/Next arrows */
.pagination-area .prev,
.pagination-area .next {
  font-weight: 600;
}

/* Disabled or hidden pages */
.pagination-area .page-numbers.dots {
  background: transparent;
  border: none;
  cursor: default;
  color: #999;
}

/* Small screen tweaks */
@media (max-width: 576px) {
  .pagination-area .page-numbers {
    padding: 8px 12px;
    font-size: 14px;
  }
}

/* Optional subtle fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.pagination {
    display:unset;
}



.clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
   max-height: calc(1.4em * 2);
}


.serv-img img{
  height:300px;

}
.inner_yblog_left_title ul li a{
  vertical-align: middle;
}

.gallery-sec-cus .card-image img {
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.test_single_img img{
  height:80px;
}
.testipara{
  height:250px;
  overflow-y: auto;
}
.front-testi-img img{
  height:200px;
  object-fit: cover;
}
.inner-about p{
  color:white;
}
.gallery-center{
  justify-content: center;
}

.buttons1 a:hover {
    color: var(--whitec);
    background-color: var(--titlecolor);
}


.serv-cust img{
	height:235px;
}
.gall-cust img{
	width:460px;
	object-fit:inherit;
}

.inner_slider_area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


