/**************akk************/
.wp-block-separator {
    border: none;
    border-top: dashed 2px rgba(59, 75, 69, .3);
    padding: 0 0 40px 0;
    margin: 40px 0 0 0;
}
/**************akk***********/
.liststyle1.listbggray {
    background: #F7F7F7;
    padding: 40px 52px;
    margin-top: 16px;
}
.liststyle1 ul {
    margin-top: 16px;
}
.liststyle1.headlinebullet ul{
	    margin-left: 24px;	
}

.liststyle1 ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

.liststyle1 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 10px;
  height: 10px;
  border: 2px solid #2ED2A0; /* Your green border */
  border-radius: 50%;         /* Make it a circle */
  background-color: transparent; /* Hollow inside */
}
.liststyle1 h3::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    background: #2ED2A0;
    margin-right: 8px;
    vertical-align: middle;
}
.liststyle1 h3{
    padding-bottom: 20px;
	    padding-top: 20px;
	color: #000;
	font-size: 24px;
}
.prvcysection h3{
		color: #000;
	font-size: 24px;
	    padding-bottom: 10px;

}
.page-id-372 span.elementor-divider-separator {
    border: none;
    border-bottom: dashed 2px rgba(59, 75, 69, .3) !important;
    border-block-start: none !important;
}
.page-id-372 p{
	margin-top: 10px;
}
/**********************************************************************/
.blog-section {
  color: #fff;
  margin-top: 100px;
}
.blog-header h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 44px */
}
.blog-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.left-blog,
.right-blogs {
  flex: 1;
  min-width: 300px;
}
.left-blog img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  margin: 15px 0 10px;
  color: #9ca3af;
  justify-content: space-between;
}
.left-blog h3 {
  margin-bottom: 20px;
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  width: 72%;
}
.btn-green {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #2ed2a0;
  color: #000;
  padding: 10px 20px;
  transition: background 0.3s;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
  margin-top: 20px;
  white-space: nowrap;
}
.btn-green:hover {
  background-color: #2ed2a0;
}
.right-blog-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dashed #0f4232;
  padding: 32px 0px 19px;
}
.right-blog-item:first-child {
  padding: 0px 0px 19px;
}
.right-blog-content {
  flex: 1;
}
.right-blog-content h4 {
  margin-bottom: 15px;
  margin-top: 0px;
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  width: 95%;
}
.blog-meta-sm {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 13px;
  color: rgba(46, 210, 160, 0.6);
}
.icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(59, 75, 69, 0.3);
  color: #000;
  border: none;
  border-radius: 50%;
  padding: 10px 10px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}
.right-blog-item:hover .icon-btn .arrow-change {
  background-color: #2ed2a0;
  content: url("../images/Arrow_upword.svg");
}
.right-blog-item:hover .icon-btn {
  background-color: #2ed2a0;
}
.explore-btn {
  display: inline-flex;
  align-items: center;
  padding: 5px 5px 5px 42px;
  border: 1px solid white;
  text-decoration: none;
  color: #000000;
  margin-top: 24px;
  background: white;
  font-weight: 600;
  transition: background 0.3s, color 0.3s;
}
a.explore-btn img {
  padding-left: 16px;
}
.bottom-blogsec {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
}
.blog-meta span img {
  width: 14px;
}
.explore-btn:hover {
  background: white;
  color: #000;
}
.explore-btn-wrapper {
  text-align: right;
}
button#wpforms-submit-621 {
    position: relative;
    padding-right: 60px;
    border-radius: unset;
    color: #0F1513;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}
button#wpforms-submit-621::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: url(../images/learn-more-arrow.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
	    left: auto;
}
@media (max-width: 768px) {
  .blog-container {
    flex-direction: column;
  }
  .right-blogs {
    margin-top: 20px;
  }
}
.sticky-column {

    position: sticky;
    top: 0;
    height: 100vh;
    align-self: self-start;
    overflow-y: hidden;
}
.ekit-wid-con .ekit-sidebar-widget {
    max-width: 100% !important;
}
.remotehandssec h3.elementor-icon-box-title::after {
    content: "";
    display: block;
    border-top: 1px dashed #0F4232;
    margin: 32px 0;
}
h4.search-pageconthtag {
    padding: 38px 0px;
}
h4.search-pageconthtag a {
    color: #000;
    font-size: clamp(18px, 1.2vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}