/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/* Elementor team widget css */
:root {
    --e-global-color-primary: #056CF2;
}
html body {
    font-size: 18px;
}

body a {
    color: var(--e-global-color-primary);
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background: var(--e-global-color-primary) !important;
    filter: brightness(1.2);
}

.hfe-nav-menu .active-menu-item a.hfe-menu-item,
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover {
    color: var(--e-global-color-primary) !important;
}

.team-member-socials {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;

}

.team-member-socials a {
    display: inline-block;
}

.team-member-socials a svg {
    width: 20px;
    height: 20px;
    fill: var(--e-global-color-primary);
}

.team-members-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}

.member-info {
    max-width: calc(100% - 50px);
    margin: 0 auto;
    text-align: center;
    background: #fff;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.25);
}

.member-info h3 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
}

.member-info p {
    color: var(--e-global-color-primary);
}

.team-member img {
    border-radius: 20px;
    overflow: hidden;
}

.elementor-counter .elementor-counter-number-suffix {
    font-family: auto;
}

.prism-blog-posts {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 30px;
}

.layout1 .prism-single-post:first-child {
    grid-row: span 2;
    grid-template-columns: 1fr;
}

.layout1 .prism-single-post:first-child .post-thumbnail img {
    height: 250px;
}

.prism-single-post {
    box-shadow: 0 0 4px -2px #056CF2;
    border-radius: 15px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 40% auto;
    text-decoration: none;
    background: #fff;
}

.layout1 .prism-single-post,
.layout2 .prism-single-post {
    position: relative;
    overflow: hidden;
}

.layout1 .post-content,
.layout2 .post-content {
    position: static !important;
}

.layout1 span.new-badge,
.layout2 span.new-badge {
    position: absolute;
    right: -42px;
    top: 6px;
    transform: rotate(45deg);
    background: var(--e-global-color-primary);
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 50px;
    font-weight: 600;
}

.prism-single-post .post-content {
    padding: 25px;
    position: relative;
}

.prism-single-post .post-content h2 {
    margin: 15px 0;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3em;
}

.prism-single-post .post-title a {
    text-decoration: none;
    color: var(--e-global-color-text);
    display: block;
}

.prism-single-post .post-title a:hover {
    color: var(--e-global-color-primary);
}

ul.post-tag-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

ul.post-tag-list a {
    text-decoration: none;
    color: #226FFD;
    border: 0;
    border-radius: 50px;
    padding: 8px 20px;
    display: inline-block;
    font-size: 12px;
    background: #DDE9FF;
}

.prism-single-post .post-thumbnail img {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
}

.prism-single-post a.post-link {
    position: absolute;
    right: 30px;
    bottom: 15px;
    width: 44px;
    height: 44px;
    box-shadow: 0 0 1px 0px var(--e-global-color-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--e-global-color-primary);
}

.layout1 .prism-single-post a.post-link path {
    fill: var(--e-global-color-primary);
}

.layout1 .prism-single-post a.post-link:hover {
    background: var(--e-global-color-primary);
}

.layout1 .prism-single-post a.post-link:hover svg path {
    fill: #fff;
}

.prism-single-post a.post-link svg {
    width: 24px;
    height: 24px;
}

.prism-blog-posts.layout3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.layout3 .prism-single-post {
    display: block;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.layout3 .prism-single-post .post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.layout3 .prism-single-post .post-thumbnail img {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.layout3 .prism-single-post .post-content {
    padding: 10px 25px 25px;
}

.layout3 .prism-single-post a.post-link,
.layout2 .prism-single-post a.post-link {
    position: inherit;
    border: 0;
    width: auto;
    box-shadow: none;
    display: inline-block;
    text-decoration: none;
    color: var(--e-global-color-primary);
    font-size: 16px;
    height: auto;
}

.layout3 .prism-single-post a.post-link {
    color: #000;
    transition: .3s;
    font-weight: 500;
}

.newslaterr-form .wpcf7 form .wpcf7-response-output {
    color: #fff;
    border-color: transparent !important;
    text-align: center;
    background-color: red;
}

.layout3 .prism-single-post a.post-link:hover,
.layout2 .prism-single-post a.post-link:hover {
    filter: brightness(1.5)
}

.layout3 .prism-single-post a.post-link svg,
.layout2 .prism-single-post a.post-link svg {
    display: none;
}

.layout3 .prism-single-post a.post-link svg.icon-right {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    transform: translateX(3px);
    transition: .4s;
}

.layout3 .prism-single-post a.post-link:hover {
    color: var(--e-global-color-primary);
}

.layout3 .prism-single-post a.post-link:hover svg {
    transform: translateX(6px);
}

/* Testimonial carousel */
.testimonial-carousel .slick-track {
    display: flex;
}

.slick-initialized .slick-slide.testimonial-item {
    margin: 0 15px;
    border-radius: 20px;
    padding: 25px 15px;
    background: rgba(5, 108, 242, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

.testimonial-item img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid var(--e-global-color-primary);
}

.testimonial-item span {
    font-size: 14px;
    color: var(--e-global-color-1d6f249);
}

.testimonial-item h4 {
    font-weight: 400;
    font-size: 18px;
    margin: 15px 0 4px;
}

.testimonial-item svg {
    width: 50px;
    margin-bottom: 10px;
}

button.slick-arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    line-height: 0;
    border: 1px solid var(--e-global-color-primary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

button.slick-arrow:last-child {
    margin-left: -35px;
}

.testimonial-carousel {
    padding-bottom: 150px;
}

button.slick-arrow:first-child {
    margin-left: 35px;
    transform: translateX(-50%) rotate(180deg);
}

button.slick-arrow {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    line-height: 0;
    border: 1px solid var(--e-global-color-primary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

button.slick-arrow:last-child {
    margin-left: -35px;
}

.testimonial-carousel {
    padding-bottom: 150px;
}

button.slick-arrow:first-child {
    margin-left: 35px;
    transform: translateX(-50%) rotate(180deg);
}

button.slick-arrow:hover,
button.slick-arrow:focus {
    background: var(--e-global-color-primary);
}

button.slick-arrow:hover svg path,
button.slick-arrow:focus svg path {
    fill: white;
}

.form-group br {
    display: none;
}

.wpcf7 .form-group-cf7 p {
    display: flex;
    gap: 15px;
    width: 100%;
}

.wpcf7 .form-group-cf7 input {
    border-radius: 10px;
    border: 0;
    font-size: 16px;
    height: 50px;
}

.wpcf7 .form-control textarea {
    border: 0;
    border-radius: 10px;
    height: 130px;
    resize: none;
}

.wpcf7 .submit-btn {
    position: relative;
    display: inline-block;
}

.wpcf7 .submit-btn svg {
    position: absolute;
    left: 120px;
    top: 10px;
    width: 20px;
}

.wpcf7 .submit-btn input {
    border: 1px solid #fff;
    width: 180px;
    height: 44px;
    border-radius: 35px;
    color: #fff;
    padding-right: 15px;
    padding-left: 0;
}

.wpcf7 .submit-btn svg path {
    fill: #fff;
}

/* Blog page style */
.prism-blog-posts.layout2 {
    grid-template-columns: 1fr;
    gap: 50px
}

.layout2 .prism-single-post {
    grid-template-columns: 300px auto;
    gap: 15px;
}

.layout2 .prism-single-post .post-thumbnail img {
    height: 100%;
    max-height: 350px;
}

.layout2 .post-meta {
    margin-top: 15px;
}

.layout2 span.post-author {
    text-transform: capitalize;
}

.layout2 h2.post-title {
    font-weight: 700;
    margin: 15px 0;
}

.pagination_area a,
.pagination_area span {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #000;
    border-radius: 50%;
    margin: 0;
    padding: 0;
}

.pagination_area {
    text-align: center;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination_area a,
.pagination_area span {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    border: 1px solid var(--e-global-color-primary);
    text-align: center;
    line-height: 50px;
    text-decoration: none !important;
    color: #000;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    align-items: center;
    font-size: 18px;
}

.pagination_area a.current,
.pagination_area span.current,
.pagination_area a:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}

.pagination_area {
    text-align: center;
    margin: 50px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination_area .inactive {
    border-color: var(--e-global-color-1d6f249);
}

.inactive svg path {
    fill: var(--e-global-color-1d6f249);
}

.next svg {
    transform: rotate(180deg);
}

.next svg path {
    fill: #000;
}

/* single post style */
.blog-posts-container {
    max-width: 1170px;
    margin: 70px auto 0;
    padding: 0 15px;
}

h2.blog-post-title a {
    font-size: 26px;
    color: #000;
}

h2.blog-post-title {
    line-height: 1em;
}

ul.post-tag-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

ul.post-tag-list li a {
    display: inline-block;
    background: #e2e2e2;
    color: #000;
    padding: 6px 12px;
    border: 0;
    font-size: 14px;
    border-radius: 0px;
}

ul.post-tag-list li a:hover {
    background: #056cf2;
    color: #fff;
}

.page-content .post-meta a {
    text-decoration: none;
    color: inherit;
}

.post-attr {
    display: flex;
    justify-content: space-between;
    color: #000;
}

.comment-count {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.comment-count svg {
    width: 25px;
}

.single-post-hero {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    height: calc((100vw / 4)* 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.single-post-wrapper .post-content {
    background: #fff;
    padding: 0;
}

.single-post-wrapper ul.post-tag-list {
    margin: 30px 0;
}

.single-post-wrapper h2.blog-post-title {
    font-size: 26px;
    margin-top: 15px;
}

.prism-single-post img {
    width: 40px;
}

.related-posts h3,
h2#reply-title,
h2.title-comments {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.related-posts ul {
    display: flex;
    gap: 30px;
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts ul li {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.related-posts ul li img {
    max-height: 230px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: .4s;
}

.related-posts ul li:hover img {
    transform: scale(1.15);
}

.related-posts ul li h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    color: #fff;
    background: linear-gradient(360deg, black, transparent);
    margin: 0;
    padding: 15px;
}

.form-group {
    display: flex;
    width: 100%;
    gap: 30px;
}

.form-group p {
    width: 50%;
}

.form-group p input {
    width: 100%;
    height: 44px;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 0 15px
}

.form-group p input:focus-visible,
textarea#comment:focus-visible {
    outline: none;
}

.comment-box {
    margin: 5rem 0 8rem;
}

textarea#comment {
    height: 150px;
    border: 1px solid #ddd;
}

p.form-submit .submit {
    background: var(--e-global-color-primary);
    border: 0;
    color: #fff;
    border-radius: 0;
    padding: 10px 25px;
}

h2.title-comments {
    margin-top: 50px;
}

p.comment-form-cookies-consent {
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 15px 0 30px;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
    padding-inline-start: 155px !important;
    border-block-end: 0 !important;
    margin-bottom: 30px;
    position: relative;
    padding-inline-end: 30px !important;
}

.single-post-wrapper #comments .comment .avatar,
.single-post-wrapper #comments .pingback .avatar {
    border-radius: 10px;
    width: 130px;
    height: 130px;
    top: 15px;
}

.single-post-wrapper #comments .comment-meta {
    display: inline-flex;
    justify-content: initial;
    align-items: center;
    gap: 80px;
}

.comment span.says {
    display: none;
}

.comment-author .fn a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
}

.comment-metadata a {
    text-decoration: none !important;
    font-weight: 500;
    text-align: left;
    color: var(--e-global-color-primary);
}

a.comment-reply-link {
    color: var(--e-global-color-primary);
}

.comment-wrapper a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    text-decoration: none;
}

.share-button-wrapper {
    position: relative;
}

.share-button,
.share-button:focus {
    background: var(--e-global-color-primary);
    border-radius: 4px;
    padding: 8px 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 0;
}

.share-button:hover,
p.form-submit .submit:hover {
    filter: brightness(1.2);
    background: var(--e-global-color-primary);
}

.share-drop-down {
    position: absolute;
    right: 87px;
    top: 0;
    min-width: 156px;
    padding: 2px 15px;
    background: #fff;
    display: none;
}

.heateor_sss_sharing_ul {
    display: flex;
    gap: 10px;
}

.heateor_sss_sharing_ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.heateor_sss_sharing_ul a span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related-posts {
    margin-top: 70px;
}

.input-group.my-4 p {
    position: relative;
    margin: 0 auto;
    max-width: 500px;
}

.newsletter-form {
    margin-top: -40px;
}

button.submit-newslatter {
    border: 0;
    background: #222;
    padding: 0;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 30px;
    position: absolute;
    z-index: 1;
    border-radius: 35px;
    margin-top: 2px;
    right: 2px;
    top: 0;
    color: #fff;
}

button.submit-newslatter:hover {
    background: var(--e-global-color-primary);
    filter: brightness(1.3);
}

.newsletter-form .input-group input {
    height: 58px !important;
    background: #fff;
    border: 0 !important;
    color: #000;
    border-radius: 35px !important;
    filter: drop-shadow(1px 0px 3px #777);
    padding-left: 26px;
}

.newsletter-form .wpcf7-not-valid-tip {
    display: none;
}

#wpcf7-f829-o1 form .wpcf7-response-output {
    margin: 10px 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

.input-group input:focus {
    outline: none;
    box-shadow: none;
}

div#newslatter-message {
    color: #fff;
    margin-top: 8px;
}

article.search-list-wrapper {
    display: grid;
    grid-template-columns: auto 200px;
    gap: 30px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

article.post.search-list-wrapper a img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.search-left h2 {
    margin-bottom: 8px;
    font-size: 26px;
}

.search-pagination .prev {
    transform: rotate(180deg);
}

.search-pagination a:hover path {
    fill: #fff;
}

.page-header-wrapper {
    text-align: center;
    color: #fff;
    min-height: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.page-header-wrapper h1 {
    color: #fff;
    font-size: 46px;
    font-family: 'Inter';
    font-weight: 700;
    margin-top: 0;
}

.page-header-wrapper p {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
}

.page-header-wrapper:after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.archive .layout3 .prism-single-post {
    max-width: 360px;
}

.post-meta-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.post-meta-flex ul {
    margin-bottom: 0;
}

.post-meta-flex .post-meta {
    margin-top: 0;
    font-style: italic;
}

/* single service page */
.single-our-service .single-post-hero {
    position: relative;
    z-index: 1;
}

.single-our-service .single-post-hero:after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}

.service-wrapper h1 {
    color: #fff;
    font-weight: 700;
}

.service-wrapper p {
    max-width: 750px;
    text-align: center;
    color: #fff;
}

.single-service-hero {
    display: grid;
    gap: 3rem;
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 15px 0;
    grid-template-columns: auto 50%;
}


.single-service-hero .service-price {
    display: flex;
    align-items: center;
}
.single-service-hero .service-price__current {
    margin-right: 10px;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: var(--e-global-color-primary);
    white-space: nowrap;
}

.single-service-hero .service-price__original {
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 500;
}
.service-content .ah-order-popup_delivery_note {
    text-align: left;
    color: #444;
}

.service-content .ah-order-popup_delivery_note p {
    margin-bottom: -15px;
}

.ah-order-form__success{
    background: #00ff001c;
    color: green;
}
.ah-order-form__success h2{
    background: #00ff001c;
    color: green;
    margin: 0;
    padding: 2rem 1rem;
}

.service-content h1 {
    font-size: 30px;
    margin-top: 0;
}

.service-quantity {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin: 1rem 0 0.8rem;
    flex-wrap: wrap;
}

.service-quantity__label {
    font-weight: 600;
    font-size: 16px;
}

.service-quantity__controls {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
}
.service-quantity__controls .service-quantity__input {
    border-radius: 0 !important;
    width: 65px !important;
    text-align: center;
    border: none !important;
    font-size: 16px;
    appearance: textfield;
    background: transparent;
    border-inline: 1px solid #ccc !important;
    height: 46px;
}
.service-quantity__controls .service-quantity__input:focus {
    outline: none;
}
.service-quantity__controls button.service-quantity__btn {
    border-radius: 0 !important;
    border: 0;
    padding: 0;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    color: #666
}
.service-quantity__controls button.service-quantity__btn svg {
    width: 20px;
}


.service-quantity__controls .service-quantity__btn:focus {
    outline: 0px solid var(--e-global-color-primary);
    outline-offset: 0px;
    background-color: transparent !important;
}

.service-quantity__controls .service-quantity__btn:hover {
    color: #000;
    background-color: transparent !important;
}

.service-quantity__btn[disabled] {
    cursor: not-allowed;
}

.service-quantity__input::-webkit-inner-spin-button,
.service-quantity__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.service-action-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 1.618rem 0;
}

.service-action-primary {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-action-wrapper .button-buy-now,
.service-action-wrapper a {
    width: 100%;
    text-align: center;
    background: transparent;
    border: 1px solid var(--e-global-color-primary);
    padding: 12px;
    color: var(--e-global-color-primary);
    transition: .4s;
    border-radius: 0px;
}

.service-action-wrapper .button-buy-now {
    background: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    position: relative;
    overflow: hidden;
}

.service-action-wrapper a:hover {
    filter: brightness(1.5);
    background: var(--e-global-color-primary);
    color: #fff;
}

.service-action-placeholder {
    display: none;
    height: 0;
    width: 100%;
    grid-column: 1 / -1;
}

.service-action-primary.is-sticky .animation-wrapper,
.service-action-primary.is-sticky .btn-wrapper {
    width: 100%;
}

.service-action-primary.is-sticky + .service-action-placeholder {
    display: block;
}
/* .animation-wrapper .btn-animation {
    background: conic-gradient(rgba(52, 168, 82, 0) 10deg, rgba(52, 168, 82, 1) 38.9738deg, rgba(255, 211, 20, 1) 62.3678deg, rgba(255, 70, 65, 1) 87.0062deg, rgba(49, 134, 255, 1) 107.428deg, rgba(49, 134, 255, 0.5) 150deg, rgba(49, 134, 255, 0) 200deg, rgba(52, 168, 82, 0) 360deg);
    height: 200px;
    inset: 0;
    position: absolute;
    scale: 4 0.8;
    translate: 0 -80px;
    animation: glow-animate 4s cubic-bezier(0.44, 0.37, 0.49, 0.53) infinite;
} */
.animation-wrapper {
    position: relative;
    overflow: hidden;
}
.btn-wrapper {
    position: relative;
}
.service-action-wrapper .btn-wrapper button:after {
    width: 16px;
    height: 200px;
    background: rgba(255, 255, 255, .7215686275);
    left: -200%;
    top: -70px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    filter: opacity(0.3) blur(8px);
    pointer-events: none;
    animation: shimmer-effect 4.25s infinite linear;
    box-shadow: 0 0 36px 2px #fff;
    animation-timing-function: cubic-bezier(0, 1.23, 0.89, 0.81);
}
@keyframes shimmer-effect {
    100% {
        left: 130%;
    }
}

/* Faq section style */
ul.faq-accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.related-faqs>p,
.related-testimonial>p {
    max-width: 750px;
    margin-bottom: 50px;
}

h2.service-sec-title {
    font-weight: 700;
}

.related-faqs,
.related-testimonial {
    margin: 70px 0 0;
}

.single-service-wrapper {
    margin-bottom: 70px;
}

li.single-faq .faq-content {
    display: none;
}

li.single-faq .faq-title {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #EDF5FF;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
}

.faq-content p {
    margin: 0;
    padding: 30px 15px;
    border: 1px solid rgba(142, 142, 142, 0.2);
}

li.single-faq {
    margin-bottom: 10px;
}

span.expand-icon {
    position: relative;
    display: flex;
    align-items: center;
}

span.expand-icon .minus-icon {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
    transition: .5s;
}

.active-question span.expand-icon .minus-icon {
    transform: rotate(0deg);
}

/* Related review style */
.single-testimonial {
    display: grid;
    grid-template-columns: 140px auto;
    column-gap: 30px;
    justify-content: flex-start;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
}

.single-testimonial img {
    width: 140px;
    height: 140px;
    border-radius: 5px;
    overflow: hidden;
}

.tst-author h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
}

.tst-author span {
    font-size: 14px;
}

.rating-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px;
}

.tst-rating {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
}

span.tst-date {
    color: #aaa;
}

.single-testimonial:last-child {
    border-bottom: 0;
}

.tst-rating span {
    line-height: 0;
}

/* 404 page style */
.content-not-found {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.error-404 {
    text-align: center;
    padding: 80px 20px;
    font-family: 'Arial', sans-serif;
    max-width: 600px;
    margin: 0 auto;
}

.error-code {
    font-size: 120px;
    font-weight: bold;
    background: linear-gradient(to right, var(--e-global-color-secondary), var(--e-global-color-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.error-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 20px 0 10px;
}

.error-message {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.error-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn {
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn.primary {
    background-color: #6da8ff;
    color: #fff;
    border: none;
}

.btn.primary:hover {
    background-color: #4e91eb;
}

.btn.outline {
    border: 2px solid #6da8ff;
    color: #6da8ff;
    background: none;
}

.btn.outline:hover {
    background-color: #f0f8ff;
}

/* elementor search widget */
.elementor-widget-prism_search_form .hfe-search-submit {
    width: 54px;
    color: #777;
    font-size: 18px;
    border-radius: 0 7px 7px 0;
    border: 1px solid #777;
    border-left: 0;
}

.elementor-widget-prism_search_form .hfe-search-submit:hover {
    border-color: var(--e-global-color-primary);
}

.elementor-widget-prism_search_form .hfe-search-form__input {
    border-radius: 7px 0 0 7px !important;
    font-size: 18px;
    padding: 9px 15px !important;
    border: 1px solid #777 !important;
}

.elementor-widget-prism_search_form .hfe-search-form__input:focus,
.elementor-widget-prism_search_form .hfe-search-form__input:focus+.hfe-search-submit {
    border-color: var(--e-global-color-primary) !important;
}
.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

.single-service-hero .ah-order-delivery_note{
    margin-top: 0;
}
.ah-order-payment-method{
    margin: 12px 0;
    font-weight: 600;
}

@media only screen and (min-width: 767px) and (max-width: 1023) {
    .search-results main#content {
        max-width: 90% !important;
    }
}

@media(max-width: 767px) {
    .service-action-wrapper {
        display: flex;
        flex-direction: column;
        margin-top: 2.618rem;
    }
    .service-quantity {
        width: 100%;
        justify-content: space-between;
        margin-top: 1rem;
    }
    .service-quantity__controls {
        width: auto;
    }
    .service-action-primary.is-sticky {
        --ah-mobile-sticky-gap: 0rem;
        position: fixed;
        left: 0;
        width: 100%;
        top: calc(constant(safe-area-inset-top, 0px) - 140px);
        top: calc(env(safe-area-inset-top, 0px) - 140px);
        z-index: 30;
        background: #fff;
        padding: 0;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        border-radius: 0;
        gap: 10px;
        opacity: 0;
        pointer-events: none;
        transition: top 0.24s ease, opacity 0.24s ease;
        will-change: top, opacity;
    }

    .service-action-primary.is-sticky.is-visible {
        top: calc(constant(safe-area-inset-top, 0px) + var(--ah-mobile-sticky-gap));
        top: calc(env(safe-area-inset-top, 0px) + var(--ah-mobile-sticky-gap));
        opacity: 1;
        pointer-events: auto;
    }

    body.admin-bar .service-action-primary.is-sticky {
        --ah-mobile-sticky-gap: calc(46px + 0.75rem);
    }

    .single-service-hero {
        grid-template-columns: 100% !important;
        padding-top: 0.5rem;
        gap: 1rem;
    }

    .archive .layout3 .prism-single-post {
        max-width: 100%;
    }

    .newsletter-form {
        margin-top: -96px;
    }

    article.search-list-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    article.post.search-list-wrapper a img {
        aspect-ratio: auto;
    }

    .team-members-wrapper {
        display: grid;
        grid-template-columns: auto;
        gap: 30px;
    }

    .prism-blog-posts,
    .prism-single-post,
    .layout2 .prism-single-post {
        grid-template-columns: auto;
    }

    .layout1 .prism-single-post:first-child .post-thumbnail img {
        height: 220px;
    }

    .prism-blog-posts.layout3 {
        grid-template-columns: auto;
    }

    .tst-content p {
        margin-bottom: 0;
    }

    .single-testimonial {
        grid-template-columns: 1fr;
    }

    .single-post-hero {
        padding: 6rem 15px;
        height: auto;
        text-align: center;
    }

    .blog-post-title {
        font-size: 28px;
    }

    .tst-author {
        margin: 15px 0 20px;
    }

    .comment-metadata {
        display: none;
    }

    #comments .comment .comment-body,
    #comments .pingback .comment-body {
        padding-inline-start: 110px !important;
    }

    #comments .comment .comment-body {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .single-post-wrapper #comments .comment .avatar,
    .single-post-wrapper #comments .pingback .avatar {
        border-radius: 10px;
        width: 90px;
        height: 90px;
        top: 15px;
        position: absolute;
    }

    .comment-box {
        margin: 5rem 0;
    }

    .single-service-hero .service-price {
        margin: 16px 0;
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .service-action-wrapper .button-buy-now {
        font-size: 19px;
        font-weight: bold;
    }
}
