.innerpage-title-bar h1, .innerpage-title-bar h2 {
transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 35px;
    margin: 0;
    width: 100%;
    text-align: center;
}
.innerpage-title-bar {
    height: 230px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: relative;
	background-image:url('/wp-content/uploads/2025/12/Breadcum_bg.webp') !important;
}
.breadcrumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    color: #000000;
    width: 100%;
    text-align: center;
    font-family: system-ui;
    font-size: 16px;
}
.breadcrumb a {
	color:#000000;
}
p.section-tagline {
    margin: 0 0px !important;
}

/* Responsive for Tablets (1024px and below) */
@media screen and (max-width: 1024px) {
    .innerpage-title-bar {
         height: 150px !important;
/*         margin-top: 75px !important; */
    }

    .innerpage-title-bar h1, 
    .innerpage-title-bar h2 {
        font-size: 30px;
/*         top: 70% !important; */
        padding: 0 15px;
    }

    .breadcrumb {
/*         bottom: 50px; */
    }
}

/* Responsive for Tablets & Small Devices (768px and below) */
@media screen and (max-width: 768px) {
    .innerpage-title-bar {
   display : none;
    }

    .innerpage-title-bar h1, 
    .innerpage-title-bar h2 {
        font-size: 26px;
        top: 50%;
        padding: 0 10px;
    }

    .breadcrumb {
        bottom: 40px;
        font-size: 14px;
    }
	li.cf7-submit-btn {
    	width: 100%;
	}

}

/* Responsive for Mobile Devices (480px and below) */
@media screen and (max-width: 480px) {
    .innerpage-title-bar {
      height: 100px !important;
        margin-top: 100px !important;
    }

    .innerpage-title-bar h1, 
    .innerpage-title-bar h2 {
      font-size: 20px !important;
        top: 45% !important;
        padding: 0 10px;
    }

    .breadcrumb {
        bottom: 20px !important;
        font-size: 12px;
    }

}


html {
  scroll-behavior: smooth;
}

.right-bottom-inner {
    background-image: url(/wp-content/uploads/2025/12/Rectangle-1464.jpg);
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}    
h3.bottom-img-text-h3 {
    color: #fff;
	font-size : 30px;
}
.bottom-img-text {
    display: flex;
    flex-direction: column;
    align-items: center;
	
}
.bottom-btn:hover {
    color: #fff !important;
}
.widget_text.widget.widget_custom_html {
    background: none !important;
    border: none !important;
    width: 100%;
}

button {
    border-radius: 15px;
}   
a.button-a {
    color: #fff !important;
}





/* .form-selector-wrap {
    max-width: 600px;
    margin: 0 auto;
}

#cf7-form-selector {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
}
 */



.accordion.inner-according {
    width: 100%;
}

.section-faq{
	padding: 0;
}













/* //action section  */

.about-action-section {
    background-size: cover;
    background-position: center;
    padding: 100px 100px;
    color: #fff;
    position: relative;
	background-image:url('/wp-content/uploads/2025/05/about-bg-scaled.webp');
	    z-index: 1;
    overflow: hidden;
}

.about-action-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Black overlay */
    z-index: 2;
}

/* Make sure content stays above the overlay */
.about-action-section .corp-container,
.about-action-content {
    position: relative;
    z-index: 3;
}


.about-action-content {
    max-width: 600px;
}

.about-action-content h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
	 color: white;
}

.about-action-content p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #ddd;
}

.about-action-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.about-action-buttons .btn {
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-outline:hover {
    background: white;
    color: #333;
}
@media screen and (max-width: 480px) {
	
	.about-action-section{
		padding:30px !important;
	}
	
}

.about-benefits-section:before{
	background-image:url('/wp-content/uploads/2025/05/shree-bg.webp')
}

.about-benefits-section {
    padding: 30px 0;
    background: #f9f8ff;
}
/* 
.about-benefits-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2025/05/shree-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom; 
    opacity: 0.1;
  z-index: -1;
} */


.benefits-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
	width:80%;
	margin:auto;
}

.benefits-left {
    flex: 1 1 60%;
}

.benefits-right {
    flex: 1 1 25%;
}

.benefits-right img {
    max-width: 100%;
    border-radius: 10px;
}

.section-tag {
    font-size: 14px;
    text-transform: uppercase;
    color: #720909;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.section-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #1B3A65;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.benefit-icon {
    width: 100px;
    height: 70px;
    background: #f0ebff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
     width: 40px;
    height: 40px;
}

.benefit-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0px;
    color: #111;
}

.benefit-info h4 span {
    color: #720909;
    margin-right: 6px;
}

.benefit-info p {
    margin: 0;
    font-size: 14px;
    color: #666;
}
@media (max-width: 1024px) {
  .benefits-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .benefits-left,
  .benefits-right {
    flex: 1 1 100%;
  }

  .benefits-right {
    text-align: center;
  }

  .benefits-right img {
    max-width: 100%;
    margin: 0 auto;
  }

  .section-title {
    font-size: 28px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .benefit-item {
    flex-direction: row;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .about-benefits-section {
    padding: 35px 20px !important;
  }

  .benefit-icon {
    width: 50px;
    height: 50px;
  }

  .benefit-icon img {
    width: 22px;
    height: 22px;
  }

  .benefit-info h4 {
    font-size: 15px !important;
  }

  .benefit-info p {
    font-size: 13px !important;
  } 

}
.about-value-section {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
	background-image:url('/wp-content/uploads/2025/05/testimonial-bg-scaled.webp')
}

.about-value-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #c6282891 0%, rgb(0 0 0 / 34%) 100%);
    z-index: 2;
}

.value-items-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
/*     flex-wrap: wrap; */
}

.value-item {
   max-width: 360px;
    z-index: 9;
    padding: 30px;
    background: #0000005e;
	    border-radius: 10px;
}

.value-icon {
    width: 50px;
   
}

.value-item h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
    margin: 0 0 10px;
}

.value-item p {
    font-size: 14px;
    color: #eee;
    margin: 0;
}

@media (max-width: 1024px) {
    .value-items-wrapper {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .value-items-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .value-item {
        max-width: 90%;
    }
	li.cf7-submit-btn {
    	padding: 10px 40px;
	}
	li.cf7-submit-btn {
    	justify-content: center;
		display: flex;
        gap: 10px;
		width : 100% !important;
	}
}

/* //contact us  */

.contact-us-section {
    padding: 60px 0;
    background: #f9f9f9;
    color: #333;
}

.contact-info-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    text-align: center;
}

.contact-info-box {
    flex: 1 1 30%;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
	border-radius:30px;
}



.contact-info-box h4 {
    font-size: 40px;
    font-weight: 600;
	color: #879D80;
}

.contact-info-box p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
	text-align:center !important;
}
p.contact-p {
    width: 50%;
    margin: auto;
}
.contact-info-box a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
a.contact-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
	font-size:20px;
	color : #000 !important;
}
.contact-info-grid h4 {
    font-size: 30px;
}
span.wpcf7-spinner {
    display: none;
}
@media (max-width: 768px) {
    .contact-info-grid {
        flex-direction: column;
        align-items: center;
    }

    .contact-info-box {
        width: 100%;
        max-width: 500px;
		
    }
	.corp-container.blog-inner-layout {
    	flex-direction: column;
	}
	.blog-inner-layout .content-area{
		width : 100% !important;
	}
	aside#secondary {
    	display: none;
	}
}

@media (max-width:520px){
	li.cf7-submit-btn {
        padding: 10px 2px;
    }
	.side-whtasapp, .side-call {
    	width: 50px;
    	height: 50px;
	}
	.fixed-call-wrapper {
    	bottom: 21%;
    	
	}
	.social-feed-button {
    	flex-direction: column;
    	gap: 10px;
	}
	
}

/* === Form Wrapper === */
.cf7-custom-wrapper {
  margin: 0 auto;
  padding: 10px;
      background: #EBEFEA;
  text-align: center;
  border-radius: 6px;
	border: 1px solid #567e5a;
}
.contact-left {
    padding: 20px;
}

/* === Heading and Subheading === */
.cf7-heading {
  font-size: 32px;
  font-weight: 700;
  color: #387C3A;
  margin-bottom: 10px;
text-align:start;
/* 	width:80%; */
}
span.wpcf7-list-item-label {
    color: #387C3A;
    font-weight: 600;
	
    font-size: 18px;
}
.cf7-subheading {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
	text-align : center;
}

.cf7-heading + .cf7-subheading::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 15px auto 0;
}

/* === Form Grid Layout === */
.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cf7-col {
  flex: 1 1 48%;
}

/* === Inputs and Textarea === */
.cf7-custom-wrapper input[type="text"],
.cf7-custom-wrapper input[type="email"],
.cf7-custom-wrapper textarea {
  width: 100%;
  border: none;
  border-radius: 4px;
  background: #EBEFEA;
  font-size: 15px;
  padding: 22px 25px;
  border-bottom: 2px solid #C3CEC0;
	color: #4B6C41;
}

.cf7-custom-wrapper textarea {
  height: 160px;
  resize: vertical;
	font-size : 15px;
}

/* === Submit Button === */
.cf7-submit-btn {
  width: 100%;
  padding: 18px;
  background: #5F7D56;
 
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
	list-style : none;
}
a.cf7-submit-btn, a.cf7-submit-btn-li{
	 color: #fff !important;
}
.cf7-submit-btn:hover {
  background: #375c2c;
}
a.contact-list-icons {
    display: flex;
    flex-shrink: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    justify-content: space-between;
    margin: 0;
	gap: 30px;
}

.button{
	display:flex;
	flex-direction:column;
}

.cf7-row-btn {
    display: flex;
	    width: -webkit-fill-available;
  
}
.buttons-all {
    display: flex;
    justify-content: center;
	gap : 30px;
	
}
input[type=submit]{
	padding:20px;
   font-size:16px;
}
input[type=submit]:hover{
	 background:#375C2C;
}
.contact-main {
    display: flex;
    gap: 50px;
    align-items: center;
	justify-content:center;
}
section.contact-form-section {
    background: #EBEFEA;
}
.wpcf7-list-item{
	margin : 0;
}
.contact-right {
    padding: 20px;
	display: flex;
}
li.cf7-submit-btn {
    display: flex;
    gap: 5px;
	width : max-content;
}
/* === Responsive === */
@media (max-width: 600px) {
  .cf7-col {
    flex: 1 1 100%;
  }
.cf7-row {
    flex-direction: column !important;
}
	.contact-us-section{
		padding:30px 0 !important;
	}
}


/* services */
.services-page-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-card {
  background: linear-gradient(180deg, #a9191d14 0%, #FFFFFF 100%);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon img {
  width: 45px;
  height: auto;
  margin-bottom: 15px;
	  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.service-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1b1b1b;
}

.service-desc {
  font-size: 15px;
  color: #5f5f5f;
  margin-bottom: 20px;
}

.read-more {
  color: #e0142e;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  align-self: flex-start;
}

.service-card:hover .read-more , .service-desc{
	color:black !important;
}
.service-card:hover .service-icon img {
  transform: rotateY(180deg);
}
.service-card:hover .service-title{
	color:black;
}
.service-page:hover{
	background:  linear-gradient(1deg,rgba(234 181 182) 0%, rgba(255, 255, 255, 1) 100%) !important;
}


/* service inner page  */

/* Wrapper row spacing */
.services-inner-section-1 .row {
  gap: 30px;
	    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* ===== LEFT: Service Links ===== */
.service-links {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.service-links li {
  margin-bottom: 10px;
}

.service-links li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f9fa;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 15px;
}

.service-links li.active a {
  background: #fdecee;
  color: #e60023;
}

.service-links li.active a .arrow {
  color: #e60023;
}


.service-links li a:hover {
  background: #fbe9e9;
}

.service-links .arrow {
  font-size: 16px;
  font-weight: bold;
}
.col-md-4 {
    width: 25%;
}

/* ===== LEFT: Contact Us Box ===== */
.contact-us-box {
  background: #ffeeee;
  padding: 20px;
  border-radius: 15px;
	    border: 1px solid #ffc4c4;
}


.contact-us-box h4 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
}

.contact-us-box p {
  margin: 20px 0;
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
}

.contact-us-box a{
	color:#555 !important;
}

.contact-us-box img.contact-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}


/* ===== RIGHT: Image & Content ===== */
.service-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.service-description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.service-description h2,
.service-description h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.col-md-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 70%;
}
.service-image.mb-4 {
/*     max-width: 50%; */
}

/* ===== Responsive Layout ===== */
@media (max-width: 768px) {
  .services-inner-section-1 .row {
    flex-direction: column;
  }

  .contact-us-box,
  .service-links {
    margin-top: 0px;
  }
	.service-links{
		display:none;
	}
	.buttons-all {
    	flex-direction: column;
	}
}
@media (max-width: 991px) {
  .col-md-4,
  .col-md-8 {
    width: 100%;
  }

  .col-md-8 {
    align-items: flex-start;
  }

  .service-image.mb-4 {
    max-width: 100%;
  }
}

/* Mobile (up to 575px) */
@media (max-width: 575px) {
  .service-links li a {
    font-size: 14px;
    padding: 12px 16px;
  }

  .contact-us-box p {
    font-size: 14px;
  }

  .contact-us-box img.contact-icon {
    width: 20px;
    height: 20px;
  }

  .service-description {
    font-size: 15px;
  }
	.col-md-4{
		width:100% !important;
	}
	.services-inner-section-1{
		margin-top:10px;
	}
}
@media (max-width: 1370px) {
.col-md-4{
	width:30% ;
	}
.about-action-section{
    padding: 60px;
}
.benefits-content-wrapper{
    width: 100%;
}
.benefit-icon img {
    width: 30px;
    height: 30px;
}
.benefit-icon {
    width: 80px;
    height: 50px;
}
	.about-value-section{
		padding:60px 0 !important;
	}
}


/* blog page */
#primary {
    padding: 20px;
}
 .page-blogs-sec-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
 .blogs-items {
    width: 22%;
    margin: 15px;
}
 .blogs-items-inner {
    margin: 0px;
	border: 1px solid #e0e0e0;
	     background: #C3CEC0;
    border-radius: 20px;
    padding : 10px;

}
.blogs-bottom-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: black;
    margin-bottom: 10px;
	gap : 30px;
}
.blogs-bottom {
    padding-left: 10px;
    color: black;
}
.blogs-title {
    padding-left: 10px;
}
.blogs-bottom p{
	padding-right:10px;
	text-align:justify;
	    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 480px) {
	 .blogs-items {
		 width: 100%;
	}
}


@media (min-width: 2000px) and (max-width: 2500px){
	
	.contact-main {
    justify-content: space-between;
}
	.cf7-heading{
		font-size : 48px;
	}
	span.wpcf7-list-item-label, .cf7-custom-wrapper input[type="text"] {
    font-size: 22px;
}
	.wpcf7 input[type=submit]{
/* 		font-size :25px; */
	}
	.cf7-custom-wrapper textarea {
  	height: 160px;
 	 resize: vertical;
	font-size : 22px;
	}
}


/*  Map	*/
.map-embed iframe {
    width: 100%;
    height: 550px;
}


/* Blog Inner  */
/* blog page */
 .page-blogs-sec-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
 .blogs-items {
    width: 21%;
    margin: 15px;
}
 .blogs-items-inner {
    margin: 0px;
    border: 1px solid #e0e0e0;

}
.blogs-bottom-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    margin-bottom: 10px;
    padding: 0 10px;
}
.blogs-bottom {

    color: black;
}
.blogs-title {
    padding-left: 10px;
}
.blogs-bottom p{
    padding-right:10px;
    text-align:justify;
        font-size: 12px;
    margin: 0;
}

@media (max-width: 1280px) {
    .blogs-items{
        width:30%;
    }
}

@media (max-width: 480px) {
     .blogs-items {
         width: 100%;
    }
    .section-tag{
        font-size:10px;
    }
    .why-heading-row{
        gap:10px !important;
    }
}

/* blog inner page  */

.blog-inner-layout {
    display: flex !important;
    gap: 40px;
/*     margin-top: 60px; */
    justify-content: space-around;
}
/* .blog-inner-layout .content-area {
    width: 90% !important;
} */
.blog-inner-layout .widget-area  {
    width: 40% !important;
}
.blog-inner-layout .widget-area .widget {
    margin: 0 0 50px;
/*     top: 150px !important; */
    position: sticky !important;
    background: #f0fbf0;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #abebab;
}
 .entry-meta span a{
    text-transform: capitalize;
}

/* /thank you */
.thank-you-section {
  padding: 100px 20px;
  text-align: center;
  background-color: #f8f9fa;
}

.thank-you-wrapper h1 {
  font-size: 36px;
  color: #666;
  margin-bottom: 20px;
}

.thank-you-wrapper p {
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
}

.thank-you-wrapper .btn-primary {
    background-color: #666 !important;
    color: #fff !important;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease;
}

.thank-you-wrapper .btn-primary:hover {
  background-color: #021d3a;
}

.thank-you-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.btn-thankyou {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
    background-color: rgba(134, 223, 156, 1);
    color: black !important;
    font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  animation: pulsePop 2s infinite ease-in-out;
}

/* Optional glowing motion border */
.btn-thankyou::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  animation: borderGlow 2s infinite ease-in-out;
  z-index: -1;
}

@keyframes pulsePop {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 200, 151, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 200, 151, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 200, 151, 0.4);
  }
}

@keyframes borderGlow {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

/* blog details page  */
/* blog details page */
.author-box {
    display: none;
}
aside#secondary {
    position: sticky;
    z-index: 99;
    height: 100%;
    top: 150px;
}
.widget.widget_recent_entries ul li a {
    font-size: 16px;
    font-weight: 600;
}
.entry-meta span {
    color: #000000;
    margin-bottom: 20px;
}
.related-posts-section .related-posts {
    color: #000000;
    font-size: 20px;
}
.post-navigation a span {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.related-posts-section ol li .related-post-date {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}
.single-post .entry-content p {
    text-align: justify;
	line-height : 35px;
}
.entry-content p {
    margin: 0 0 10px;
}
.entry-header {
    margin-bottom: 0px;
}
.table-of-content {
    background: #f0fbf0;
    padding: 15px;
    border-radius: 20px;
}
.single-post .entry-content ul li {
    padding-bottom: 5px;
    text-align: justify;
}
.entry-content li {
    display: list-item;
}
.table-of-content a {
    color: #375C2C;
}
.widget-area .widget:not(.widget_tag_cloud):not(.widget_shopping_cart) a:not(.button):hover {
    color: #000 !important;
}
.entry-contenta, a:visited {
    color: #7AB741;
}
.home-blog-top-col2{
	color : #2a5e31 !important;
	font-weight : 700;
}
.home-blog-top-col1 img {
    height: 25px;
    width: 20px;
    margin-top: 15px;
    overflow: hidden;
    flex-shrink: 0;
}
.entry-contenta, a:visited:hover {
    color: #B99B78;
}
.single-post .entry-meta span:not(:last-child):after {
    font-size: 15px;
}
.entry-content h6 {
    margin: 15px 0;
	color : #000;
}
.entry-content h3, h5{
	color : #000;
}
/* .table-of-content ul li {
    padding-bottom: 0px !important;
}
.table-of-content ul li a {
    color: #84482a;
    font-size: 18px;
    line-height: 38px;
} */
aside#secondary {
    padding-right: 40px;
}
/* li.cust-ul-ul {
    margin-left: 15px;
}
.table-of-content {
    background-color: #f5f1e9;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
} */
div#primary {
    margin-top: 30px;
}
aside#secondary {
    margin-top: 40px;
}

/* .blog-inner-layout {
    display: flex !important;
    gap: 40px;
    margin-top: 60px;
    justify-content: space-around;
    flex-wrap:wrap;
} */
/* .content-area {
    width: 90% !important;
}
.widget-area  {
    width: 30% !important;
}
 .widget-area .widget {
    margin: 0 0 50px;
    top: 200px !important;
    position: sticky !important;
} */
@media screen and (max-width: 480px){
      .widget-area  {
        width: 100% !important;
     }
		a.contact-link {
    width: 100%;
    font-size: 20px;
}
}


/* blog archive page */
.archive header.entry-header {
    display: none;
}

div#comments {
    margin-bottom: 20px;
}



