.testimonial-arrows>div {
    cursor: pointer;
}
.site-above-footer-wrap   form.es_subscription_form .es-field-wrap {margin-bottom:0px !Important}
.site-above-footer-wrap   form.es_subscription_form {background: transparent !important;
    border: 0px !important}

.fullheightvideo, .fullheightvideo video, .fullheightvideo>div {
    height: 100% !important;
}
.nobottomspacing p:last-child, .nobottomspacing ul {
    margin-bottom: 0px;
}
.nodoticon svg path:nth-of-type(2) {
	fill: transparent;
}
.locationlist svg {
    margin-right: 0px !important;
}
body .needright.incheight img {
    max-height: 408px;
}
p.notopspace {
    margin-top: 30px;
    margin-bottom: 5px;
}
.fullheightvideo.elementor-widget-video .e-hosted-video {
position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 
.fullheightvideo.elementor-widget-video .e-hosted-video .elementor-video {
    object-fit: cover;
    object-position:center center;
}
/* ===== Services Grid starts ===== */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 50px;
}

.service-card {
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.service-card .service-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.service-card .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-case-study-carousel {
    background: #50BCBA;
}
.service-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    align-self: stretch;
}

.service-title {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

.service-excerpt {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    margin: 0;
}
.service-link {
    color: #002949;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 0;
}

.cta-block {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end;
}

.cta-title {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-weight: 500;
    line-height: 180%;
    margin: 0;
}

.cta-button {
    display: flex;
    padding: 25px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 300px;
    background: #50BCBA;
    color: #002949;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
}

.cta-layout-1 {
    background: linear-gradient(180deg, rgba(1, 25, 45, 0) 36.19%, rgba(1, 25, 45, 0.30) 49.63%, #01192D 66.57%),
                url('https://www.visiting-angels.co.uk/wp-content/uploads/2025/09/homecare.png') 
                lightgray center/cover no-repeat;
    padding: 40px;
}

.cta-layout-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 80px 160px;
    background: linear-gradient(82deg, #002949 15.04%, rgba(0, 0, 0, 0.00) 37.75%),
                url('https://www.visiting-angels.co.uk/wp-content/uploads/2025/08/fce51b9c61d3c772405bec57ad317fb65f9f7da1-scaled.jpg')
                lightgray center/cover no-repeat;
}
.servicefaq details.e-n-accordion-item[open] summary {
    border-radius: 12px 12px 0px 0px !important;
}

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

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.service-card-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

.service-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(1, 25, 45, 0.00) 36.19%,
        rgba(1, 25, 45, 0.30) 49.63%,
        #01192D 66.57%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px;
    color: #fff;
    border-radius: 16px;
}

.service-card-text {
    font-size: 16px;
    margin-bottom: 12px;
}
.service-card-button
 {
    display: flex;
    padding: 25px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 300px;
    background: var(--VA---Teal, #50BCBA);
    color: var(--VA---Dark-Blue, #002949);
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    max-width: 231px;
}

.service-card-button:hover {
    background-color: #38a5a4;
}
.service-card-text {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 20px !important;
}
.afterarrow:after {
    content: url(https://www.visiting-angels.co.uk/wp-content/uploads/2025/08/Group-47.svg);
    position: absolute;
    right: -28%;
    top: 39%;
}
.fullheightimg {
    height: 100%;
}
.singlehead h3 {
	margin-top: 0px;
}
.servicecatintro br {
	display: none;
}
.service-card .service-image img {
	transition: .3s;
}
.service-card:hover .service-image img {
    transform: scale(1.25);
}
a.cta-button:hover, a.service-card-button:hover {
    background: #3D7DCA;
    color: #FFF9F9;
}
.featured-posts-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.featured-post-item {
  position: relative;
  display: flex;
  height: 768px;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
}

.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-wrapper img.post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(1, 25, 45, 0.00) 36.19%,
    rgba(1, 25, 45, 0.30) 49.63%,
    #01192D 66.57%
  );
}

.caption {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 48px;
  gap: 20px;
}

.caption-top {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  color: #ffffff;
  flex-wrap: wrap;
}

.caption-top .author img.author-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.caption-top .separator {
  width: 1px;
  height: 30px;
  background: #FFF;
}

.caption-top .icon {
  width: 16px;
  height: 16px;
}

.caption-top>div:not(.separator), .all-post-item .post-meta>div:not(.separator) {
    display: flex;
    align-items: center;
    gap: 8px;
}
.caption-bottom h3 {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
/* Grid layout */
.all-posts-grid {
  display: flex;
  flex-wrap: wrap;width:100%;
  gap: 60px 40px; 
}

.all-post-item {
    flex: 1 1 calc(33.333% - 27px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: calc(33.333% - 27px);
}
.featured-post-item {
    display: block;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 1400px) {
	.custompositionlaptop {
		background-position: right -300px center !important;
	}
}
@media (max-width: 1024px) {
  .all-post-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .all-post-item {
    flex: 1 1 100%;
	max-width: 100%
  }
}

.thumb-link .thumb-img
 {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    transition: 0.3s;
}
.insight_blog .all-post-item .post-title {
    min-height: 72px;
}
.all-post-item .post-title {
    color: var(--Oxford-Blue, #051C40);
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    text-decoration: none;
    display: block;
}
.thumb-link:hover .thumb-img {
    transform: scale(1.2);
}
.all-post-item .post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #002949;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  flex-wrap: wrap;
}

.all-post-item .post-meta .author-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.all-post-item .post-meta .separator {
  width: 1px;
  height: 30px;
	background: #E7F3F3;
}
a.thumb-link {
    overflow: hidden;
    border-radius: 12px;
}
.all-post-item .post-meta .icon {
  width: 16px;
  height: 16px;
}
/* Pagination container */
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    position: relative;
}

/* Arrows */
.pagination-container .prev,
.pagination-container .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pagination-container .prev { left: 0; }
.pagination-container .next { right: 0; }

/* Page numbers container */
.pagination-container .page-numbers {
    display: flex;
    gap: 12px;
    justify-content: center;
    width: 100%;align-items: center;
}

/* Page number links */
.pagination-container .page-numbers .page-link {
    color: var(--VA--Black-Blue, #002949);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Active page */
.pagination-container .page-numbers .page-link.active {
    color: var(--VA---Teal, #50BCBA);
    font-weight: 700;
    line-height: 160%;
}

/* Disabled arrows */
.pagination-container .prev.disabled,
.pagination-container .next.disabled {
    opacity: 0.4;
    pointer-events: none;
}
select#sort-posts {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 62px;
    border: 1px solid #D9D9D9;
    background-color: #F9FCFC;
    color: var(--VA--Black-Blue, #002949);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    background-image: url(https://www.visiting-angels.co.uk/wp-content/uploads/2025/09/icon.svg);
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: right 10px center;
    min-width: 500px;
	margin-top: 0px !important;
}
div#filterwrap h3 {
    color: var(--VA--Black-Blue, #002949);
    font-family: "Plus Jakarta Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
div#filterwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.all-posts-sorting {
    display: flex;
    align-items: center;
    gap: 10px;
}
div#all-posts-grid {
    margin-bottom: 60px;
}
div#all-posts-wrapper {
    margin-bottom: 120px;
}
.nomarginhead h1, .nomarginhead h2, .nomarginhead h3, .nomarginhead h4, .nomarginhead h5, .nomarginhead h6 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.nomarginhead ul {
    margin-left: 30px;
}
.nomarginhead .elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}
.reverseorder span.elementor-icon-list-icon {
    order: 2;
	padding-left: 5px;
	transition: 0.3s;
}
.reverseorder a:hover span.elementor-icon-list-icon {
    order: 2;
	padding-left: 15px;
}
.reverseorder span.elementor-icon-list-text {
    order: 1;
    padding-left: 0px !important;
}
.reverseorder a {
	gap: 0px !important;
	transition: 0.3s;

}
.homebannerright:after {
    content: '';
    background: url(https://www.visiting-angels.co.uk/wp-content/uploads/2025/09/Vector-21.svg);
    width: 108px;
    height: 100%;
    position: absolute;
    left: -2px;
}
.custom-service-category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; /* 40px column and row gap */
}

.custom-service-card {
  flex: 1 1 calc(50% - 20px); /* 2 per row accounting for half of the 40px gap */
  max-width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: #FFF;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-service-card:hover .custom-service-card-content, .custom-service-card:hover {
  /* transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12); */
  background: #DEEAE9;
}

.custom-service-card-thumb img {
  width: 100%;
  height: auto;
  border-radius: 24px 24px 0 0;
  display: block;
}

.custom-service-card-content {
  display: flex;
  padding: 24px 48px 48px 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: #FFF;
}

.custom-service-card-title {
  color: var(--VA--Black-Blue, #002949);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.custom-service-card-desc {
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  margin: 0;
  margin-bottom: 0px !important;
}
.custom-service-category-grid h5 {
    max-width: 77%;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.custom-service-category-grid a.cta-button {
    max-width: 230px;
}
.custom-service-category-grid .cta-block.cta-layout-1 {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
}
.fullheightmap .elementor-custom-embed, .fullheightmap {
    height: 100%;
}
.insight_blog .all-post-item {
    background: #ffffff;
    padding: 20px 20px 40px 20px;
    border-radius: 12px;
}
.callout-imgright {
    position: relative;
    width:50vw!important;
    margin-right: calc(-50vw + 50% - 0px) !important;
   }
   .lightstrong strong {
	   font-weight: 600;
   }
.callout-imgright img{width:100%; height:100% !important;  }
.callout-imgright div{width:100%; height:100%}
.absimage img {
    width: 100px;
    height: 100px;
}
.imgcasestudythumb img {
	object-fit:cover;
}
.absimage {
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.homebannerright .afterhover {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: scale(0.9);
}

.homebannerright:hover .afterhover {
  opacity: 1;
  transform: scale(1.5);
}

.homebannerright:hover .beforehover {
  opacity: 0;
}
.featured-case-study-wrapper {
    position: relative;
    width: 100vw;
    overflow: hidden;
	height: 100%;
}
/* 
.featured-case-study-layout {
    display: flex;
    gap: 52px;
    max-width: var(--ast-container-width, 1200px);
    margin: 0 auto;
} */
.featured-case-study-left {
    flex: 0 0 50%;
    z-index: 1;
    padding: 100px 0px;
}

.featured-case-study-right {
    flex: 0 0 50%;
}
.testimonial-quote img {
    width: auto !important;
    margin-bottom: 20px;
}
.featured-case-study-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 50%);
    background-size: cover;
    background-position: center;
    z-index: 0;
    /* pointer-events: none; */
}
.featured-case-study-layout {
    background: #50BCBA;
	display: flex;
	flex-direction: row !important;
}
.testimonial-arrows img {
    width: auto !important;
}
.testimonial-arrows {
    display: flex;
    gap: 0px;
}
.featured-case-study-carousel .owl-item:not(.active) {
    opacity: 0;
}
.featured-case-study-wrapper {
    background:#50BCBA;
}
.featured-label {
    color: var(--Dark-Green, #04292A);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: var(--10-green, #ECF5F5);
    text-align: center;
    display: inline-block;
    padding: 8px 20px;
    align-items: center;
    margin-bottom: 16px;
}
.featured-text-inner h2 {
    color: var(--White, #FFF);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
p.featured-excerpt {
    color: var(--White, #FFF);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
}
a.featured-button {
    color: var(--Dark-Green, #04292A);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    height: 50px;
    padding: 12px 50px;
    align-items: center;
    background: var(--White, #FFF);
}
.testimonial-content p {
    color: var(--VA--Black-Blue, #002949);
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
}
h3.testimonial-title {
    color: var(--VA--Black-Blue, #002949);
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 30px;
}
.featured-text-inner {
    padding-right: 100px;
}
.featured-mobile-top.featured-text-inner {
    padding: 40px 20px;
}
/* .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.left-arrow, .mleft-arrow {
    left: 50px;
}

.right-arrow, .mright-arrow {
    right: 50px;
}

.nav-arrow img {
    width: 32px;
    height: auto;
    display: block;
} */
.greentestimonial .featured-case-study-carousel, .greentestimonial .featured-case-study-wrapper,.greentestimonial .featured-case-study-layout  {
	background: #002949;
}
.greentestimonial .featured-case-study-wrapper   .testimonial-content p {
    color: #fff !important;
}
.greentestimonial h3.testimonial-title {color:#50BCBA !Important}


.featured-case-study-mobile {
	background: #002949;
}
.featured-case-study-mobile.greencolorwrap {
	background: #50BCBA;
}
.featured-case-study-mobile.greencolorwrap .featured-mobile-top.featured-text-inner * {
    color: #002949 !important;
}
.featured-mobile-image {
    position: relative;
}
.productform .column-full+.column-full+.column-full {
    margin-bottom: 0px;
}
a.featured-button:hover {
    color: #ffffff;
    background: #04292A;
}
.featured-mobile-wrapper .testimonial-content p {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
.featured-mobile-wrapper h3.testimonial-title {
    color: var(--VA---Teal, #50BCBA);
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 40px;
}
.nav-arrow:hover img {
    opacity: 0.5;
}
.featured-mobile-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.homemeetslider svg path {
	stroke: #ffffff;
}
.homemeetslider svg circle {
	fill: #3D7DCA;
}
body.page-id-4165 .meetteamtop:after {
    height: 71%;
}
body.single .cs-social-share a {
	background: #50BCBA;
}
.imgfitcover img {
	object-fit: cover;
}

.va-search-box {
	position: relative;
	max-width: 650px;
}

.va-search-box input {
	width: 100%;
	border-radius: 100px;
	border: 0px;
	background: #fff;
	color: #707070;
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	font-weight: 500;
	outline: none;
	height: 88px;
	margin: 0px;
	padding: 0px;
	padding-left: 36px;
	padding-right: 200px;
}

.va-search-box input::placeholder {
	color: #707070;
}

.va-search-box button {
	position: absolute;
	top: 12px;
	right: 12px;
	transform: none;
	background: var(--VA---Teal, #50BCBA);
	color: var(--VA---Dark-Blue, #002949);
	border: none;
	border-radius: 300px;
	padding: 20px 32px;
	font-family: "Plus Jakarta Sans";
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: filter 0.3s ease;
}
.va-search-box button:hover img {
	filter: brightness(0) invert(1);
	transition: filter 0.3s ease;			
}

.va-search-box button:hover {
	background: #00397D;
	color: #ffffff;
}

@media screen and (max-width:1200px) {
	
		.all-post-item .post-meta {
		gap: 5px;
font-size: 13px;
	}

}
@media screen and (max-width:1024px) {
	.homebannerright:after {
		display: none !important
	}
	.callout-imgright {
        width: 100% !important;
        margin-right: 0px !important;
    }
}


@media (min-width: 1500px) {
	.servicecatintro br {
		display: block;
	}
}
@media (max-width: 1025px) {
	.servicecatintro br {
		display: none;
	}
}
@media (max-width: 991px) {
	   .home .all-post-item {
        flex: 1 1 calc(100% );
        max-width: calc(100% );
    }
	a.featured-post-item
 {
    height: 500px;
}
	div#filterwrap {
    flex-wrap: wrap;
}
.caption {
    padding: 20px;
}
select#sort-posts {
    min-width: 100%;
}
.all-posts-sorting {
    flex-wrap: wrap;
}
	.afterarrow:after {
		display: none;
	}
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.other-services-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.service-card-overlay {
		padding: 20px;
	}
}
@media (max-width: 768px) {
.va-search-box button {
    position: inherit;
    width: 100%;
    justify-content: space-between;
    padding: 14px 20px;
    color: var(--VA---Dark-Blue, #002949);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
}
.va-search-box input
 {
    color: #707070;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    height: 52px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
	.absimage img {
    width: 50px;
}
	.featured-posts-wrapper {
    display: flex
;
    flex-direction: column;
}
		.custompositionlaptop {
		background-position: right -200px center !important;
	}
	a.featured-post-item
 {
    height: 400px;
}

  .custom-service-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .custom-service-category-grid .cta-block.cta-layout-1  {
	flex: 1 1 100%;
    max-width: 100%;
  }
  .caption-bottom h3 {
	  font-size: 20px;
  }
}
@media (max-width: 768px) {
	.insight_blog .all-post-item {padding: 20px 0px 30px 0px;}
	.all-posts-grid {gap:25px}
	.custom-service-category-grid h5 {font-size:24px;max-width: 100%;
        padding-top: 240px; line-height:35px}
	.cta-layout-1 {padding:25px 22px;min-height:550px}
	.custom-service-card-content {padding: 24px 22px 35px ;}
	div#all-posts-wrapper {
    margin-bottom: 60px;
}
	a.cta-button {
		padding-left: 0px;
		padding-right: 0px;
	}
    .services-grid {
        grid-template-columns: 1fr;
    }
    .cta-layout-2 {
        flex-direction: column;
        padding: 40px 20px;
        gap: 20px;
    }
	body .needright.incheight img {
    max-height: max-content;
}
}
/* ===== Services Grid ends ===== */