.cust-schedule-btn a.elementor-button span.elementor-button-icon svg {
    fill: #A8D5BA;
}

.cust-why-block:hover .elementor-icon svg, .cust-why-block:hover .elementor-icon svg circle {
    fill: #fff !important;
}

.cust-testimonial-sec .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background-color: #D9D9D9;
    opacity: 1;
    border-radius: 10px;
    transform: width 0.2s ease-in-out;
}

.cust-testimonial-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    background-color: #A8D5BA;
}

.cust-testimonial-sec .swiper-slide-active + .swiper-slide-next {
    background-color: #fff !important;
    box-shadow: 20px 30px 50px 0px #0000001A;
}

.cust-testimonial-sec .swiper-initialized {
    overflow: visible;
    padding-bottom: 60px !important;
}

.cust-testimonial-sec > .e-con-inner {
    overflow: hidden;
    padding-bottom: 30px;
}

.cust-testimonial-sec .swiper-initialized .swiper-slide {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.cust-testimonial-sec .swiper-initialized .swiper-slide.swiper-slide-active,
.cust-testimonial-sec .swiper-initialized .swiper-slide.swiper-slide-next,
.cust-testimonial-sec .swiper-initialized .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
}

.cust-testimonial-sec .swiper-slide span.elementor-testimonial__name {
    border: 1px solid #A8D5BA;
    padding: 10px;
    border-radius: 40px;
}

.cust-dark-btn a.elementor-button .elementor-button-icon svg,
.cust-light-btn a.elementor-button .elementor-button-icon svg,
.cust-call-btn a.elementor-button .elementor-button-icon svg {
    width: 48px;
}

.cust-dark-btn a.elementor-button .elementor-button-content-wrapper,
.cust-light-btn a.elementor-button .elementor-button-content-wrapper,
.cust-call-btn a.elementor-button .elementor-button-content-wrapper {
    align-items: center;
}

.cust-dark-btn a.elementor-button .elementor-button-icon svg path:last-child,
.cust-light-btn a.elementor-button .elementor-button-icon svg path:last-child,
.cust-call-btn a.elementor-button .elementor-button-icon svg path:last-child {
    fill: transparent;
}

.cust-call-btn a.elementor-button:hover .elementor-button-icon svg path:first-child {
    fill: #fff;
}

.cust-call-btn a.elementor-button:hover .elementor-button-icon svg path:nth-child(2),
.cust-call-btn a.elementor-button:hover .elementor-button-icon svg path:nth-child(3) {
    stroke: #000;
}

.cust-gallery-sec .eael-filter-gallery-control  ul {
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    padding: 0 20px 10px 20px;
}

.cust-gallery-sec .eael-filter-gallery-control ul li.control {
    position: relative;
    white-space: nowrap;
}

.cust-gallery-sec .eael-filter-gallery-control ul li.control:after {
    position: absolute;
    content: '';
    width: 0;
    height: 5px;
    background-color: #000;
    bottom: -13px;
    left: 0;
    border-radius: 16px;
    transition: width 0.2s ease-in-out;
}

.cust-gallery-sec .eael-filter-gallery-control ul li.control.active:after {
    width: 100%;
}

.cust-gallery-sec button.eael-gallery-load-more {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.cust-gallery-sec button.eael-gallery-load-more img {
    margin: 0 0 0 14px;
}

.cust-blog-sec a time {
    padding: 10px 14px;
    border-radius: 40px;
    background: #A8D5BA;
    display: flex;
}

.cust-blog-sec .elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cust-blog-sec .elementor-pagination .page-numbers {
    width: 45px;
    height: 45px;
    border-width: 1px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0 0 0 / 30%);
    color: #000;
    transition: all 0.2s ease-in-out;
}

.cust-blog-sec .elementor-pagination .page-numbers.current,
.cust-blog-sec .elementor-pagination .page-numbers:hover {
    background-color: #A8D5BA;
    border-color: #A8D5BA;
}

.cust-gallery-sec .eael-filter-gallery-control ul li.control.active {
    font-weight: 600 !important;
}

@media screen and (max-width: 767px) {
    .cust-mob-menu ul li.cust-schedule-menu > a.elementor-item {
        max-width: max-content;
        height: 50px;
        background-color: #a8d5ba;
        border-radius: 80px;
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .cust-mob-menu ul li.cust-schedule-menu {
        margin: 10px 0 20px 20px;
    }

    .cust-gallery-sec .eael-filter-gallery-control  ul {
        display: flex;
        overflow: scroll;
        width: 100vw;
        overflow-y: hidden;
        border: none;
        position: relative;
    }

    .cust-gallery-sec .eael-filter-gallery-control ul:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: rgb(0 0 0 / 30%);
        left: 0;
        bottom: 4px;
    }

    .cust-gallery-sec .eael-filter-gallery-control ul li.control {
        white-space: nowrap;
        display: flex;
        align-items: center;
    }

    .cust-gallery-sec .eael-filter-gallery-control ul li.control:after {
        bottom: -8px;
    }

    .cust-gallery-sec button.eael-gallery-load-more {
        width: 100%;
        justify-content: space-between;
    }

    .cust-gallery-sec button.eael-gallery-load-more span.eael-btn-loader {
        display: none;
    }
}

/*10-06-2025 css start */
.cust-post-content .wp-block-columns.is-layout-flex .is-layout-flow{
    padding:30px !important;
    background:#fff;
    box-shadow: 0px 20px 80px 0px #00000014;
    border-radius:30px;
}
.cust-post-content .wp-block-columns.is-layout-flex h5{
    font-family: "Inter", Sans-serif;
    font-weight:600;
    color:#212121;
    margin:50px 0 20px 0 !important;
    font-size:24px;
}
.cust-post-content .wp-block-columns.is-layout-flex p{
    font-family: "Inter", Sans-serif;
    font-weight:400;
    color:#212121;
    font-size:18px;
    margin:0px !important;
}
.cust-post-content h3.wp-block-heading{
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    color: #212121;
    font-size:40px;
    margin:50px 0 30px 0;
}
.cust-post-content .wp-block-list{
    list-style:none;
    margin:0px;
    padding:0px;
}
.cust-post-content .wp-block-list li{
    font-family: "Inter", Sans-serif;
    font-size:18px;
    font-weight:400;
    margin:0 0 22px 0;
    background-image:url('https://grazingfoal.com/wp-content/uploads/2025/06/flowbite_badge-check-outline.svg');
    background-repeat:no-repeat;
    padding-left:40px
}
.cust-post-content h4.wp-block-heading {
    margin:45px 0;
    font-family: "Inter", Sans-serif;
    font-size: 30px;
    line-height:44px;
    font-weight: 500;
    padding:25px 30px;
    background:#A8D5BA;
    border-radius:20px;
}
.sharedaddy, #jp-relatedposts{
    display:none !important;
}
@media screen and (max-width:767px){
	.cust-post-content h3.wp-block-heading{
		font-size:20px;
	}
	.cust-post-content h4.wp-block-heading{
		font-size:22px;
		line-height:normal;
		text-align:center;
	}
	.cust-post-content .wp-block-columns.is-layout-flex h5{
		font-size:20px;
	}
	.cust-post-content .wp-block-columns.is-layout-flex p{
		font-size:16px;
	}
	.cust-post-content .wp-block-list li{
		font-size:16px;
	}
}
/*10-06-2025 css end */

/*11-06-2025 css start */

.cust-contact-sec .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-40.e-form__buttons {
    margin-top: 15px !important;
}

.cust-contact-sec svg {
    width: 48px !important;
}

.cust-contact-sec span.elementor-button-text {
    color: #212121 !important;
}

/*11-06-2025 css end */

/* 05/08/2025 css start */
#form-field-field_05747f5 {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

@media (max-width: 1200px) {
  .elementor-field-group.elementor-col-40.e-form__buttons {
    flex: 0 0 65% !important; /* Adjust between 60%–70% as needed */
    max-width: 50% !important;
  }
}

@media (min-width: 767px) and (max-width: 768px) {
  .elementor-field-group.elementor-col-40.e-form__buttons {
    max-width: 30% !important;
    flex: 0 0 45% !important;
  }
}

@media (max-width: 480px) {
  .elementor-field-group.elementor-col-40.e-form__buttons {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* 05/08/2025 css end */