.archive-head .background{
  display:none;
}
#bunyad-posts-widget-2, #custom_html-3{border: 1px solid #00AD5C;
    border-radius: 14px;
    padding: 18px;
    background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, .04);}
.text-highlighter{
  color :#00AD5C;
}
.wrap.cf.wrap-head{
    width: 100%;
    padding: 0 52px;
    max-height:70px;
  align-items:center;
}

.main-head.simple .inner {
    line-height: 55px !important;
    min-height: 70px !important;
  background: #00AD5C !important;
}



.main-head.simple-boxed .inner:not(.sticky-bar) .navigation{
  margin-top:inherit;
  margin-bottom:inherit;
}
.main-head .title a {
  max-width:200px;
}
.post-share-float .facebook,
.post-share-float .twitter,
.post-share-float .pinterest,
.post-share-float .service{
  color:#00AD5C !important;
}
.main-head.simple-boxed {
    border-top: none;
  background: #00AD5C !important;
}
.navigation.simple .menu > li > a, .navigation.simple .menu > li > a, .navigation.simple .menu > li > a, .navigation.simple .menu > li > a:HOVER {
  color:#fff
}

.main-pagination .load-button:hover, .main-pagination .load-button.loading {
    color: #fff;
    background: #00AD5C;
    border-color: #00AD5C;
}

.post-content .read-more a {
    color: #00AD5C;
}

.author-box .image {
    width: 110px;
    height: 110px;
    display: inline-block;
    margin-top: -77px;
    border-radius: 50%;
    border: 22px solid #fff;
  background-image:url(https://www.cashfree.com/blog/wp-content/uploads/2022/12/auth.jpg);
  background-size:cover;
  background-repeat:no-repeat; 
}

.breadcrumb span {
    font-size: 12px;
    font-family: Arial, sans-serif;
    padding: 3px;
    color: #161616
}
.breadcrumb a:hover span{
  color: #00AD5C;}

.breadcrumb{
  padding: 3px 10px;}

.current-item{ font-weight: 400; }

.para-text-style-h1{
    display: inline;
  font-size: 19px!important;
    font-family: 'Inter';
    font-weight: 400!important;
  color: rgba(0, 0, 0, 0.74);
} 

.title-text-style-nonh1{
    font-weight: 700;
    color: #000;
    max-width: 750px;
    font-size: 40px;
    line-height: 1.21;
    -webkit-font-smoothing: initial;
    font-family: Roboto, Arial, sans-serif;
    text-transform: none;
}

.sub-title-as-h1{
font-size: 31px;
}

.wp-block-button__link {
    -webkit-appearance: none;
    background: #00AD5C;
}
    .main-head.simple .social-icons .fa {
        font-size: 13px;
        color: #fff;
    }
.main-head.simple .search-link .fa {
  color: #fff;}
.main-head.simple .social-icons a:not(:hover) {
    color: #fff;
}
/* Sidebar ke last widget (Contact Sales CTA) ko sticky banane ke liye */
.sidebar .inner #media_image-6,
.sidebar #media_image-6 {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; /* Agar header overlap kare toh is value (100px) ko badha/ghata sakte hain */
    z-index: 99;
}
.widget-posts .posts.large .post {
    margin-bottom: 10px;
}

/* Reduce the height of the blue/purple secondary header */
.main-head .navigation-wrap .navigation {
    min-height: 40px !important; 
}

/* Override JS inline min-height on the main header */
header#main-head {
    min-height: auto !important;
}

/* Reduce the height of the blue navigation wrapper */
#main-head .inner-head {
    min-height: auto !important;
    line-height: normal !important;
}

/* Adjust the spacing and line-height of the menu links */
.main-head .navigation-wrap .menu > li > a {
    line-height: 40px !important; /* Adjust value to shrink/grow height */
    padding-top: 5px !important; 
    padding-bottom: 5px !important;
}
/* Yeh code sirf Desktop aur bade screens par chale ga (768px aur usse bada) */
@media screen and (min-width: 768px) {
    
    /* Override JS inline min-height on the main header */
    header#main-head {
        min-height: auto !important;
    }

    /* Reduce the height of the blue navigation wrapper */
    #main-head .inner-head {
        min-height: auto !important;
        line-height: normal !important;
    }

    /* Adjust the spacing and line-height of the menu links */
    .main-head .navigation-wrap .menu > li > a {
        line-height: 40px !important; /* Adjust value to shrink/grow height */
        padding-top: 5px !important; 
        padding-bottom: 5px !important;
    }
}

/* Yeh code sirf Mobile screens ke liye hai (767px aur usse chota) */
@media screen and (max-width: 767px) {
    header#main-head,
    #main-head .inner-head {
        min-height: 50px !important;
    }
}
.main-head.simple .mobile-nav {
    color: #fff;
}
.navigation.inline .menu > .current-post-parent:not(:hover) > a , .navigation.simple .menu > .current-menu-item > a:hover, .navigation.simple .menu > .current-menu-item > a{
      color: #fbb117 !important;
}
.sidebar .widget-title {
  border-bottom: 1px solid #00AD5C;}

.section-highlighter{
  background: #d3f8e7;
	
    border-left: 4px solid #008547;
    padding: 20px 24px;
    border-radius: 8px;
    margin: 24px 0;
}