/* Global CSS */
.line-clamp-3>p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 .elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 	estimate cards */

.estimate-step-card {
    background: #f3f3f3;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    height: auto;
}

.estimate-step-number {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FABC5A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    color: #0F1B2E;
    margin: 0 auto 24px;
}

.estimate-step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.estimate-step-content h3,
.estimate-step-content p {
    margin: 0;
}

.estimate-step-content h3 {
    margin-bottom: 12px;
}

.estimate-steps-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    width: 100%;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.swiper-button-prev-custom img,
.swiper-button-next-custom img {
    width: 44px;
    height: 44px;
    display: block;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    opacity: 0.75;
}

.estimate-steps-nav:has(button.swiper-button-lock) {
    display: none !important;
}

.features-nav:has(button.swiper-button-lock) {
    display: none !important;
}

.ast-article-single img:not(figure img) {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0) !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0) !important;
}

.estimate-step-content h3 strong {
    font-weight: 600 !important
}

/* 	key challenges  */

.keychallenges h2 {
    color: white;
    margin-bottom: 1em;
}

.keychallenges li::marker {
    color: #FABC5A;
    font-size: 20px;
}

.keychallenges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.keychallenges ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
}

.keychallenges ul li:last-child {
    margin-bottom: 0;
}

.keychallenges ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    background-color: #f5a623;
}

/* 	industry cards */
.feature-card {
    display: flex;
    flex-direction: column;
    height: auto;
}

.main-icon-box {
    width: 64px;
    height: 64px;
    background: #FABC5A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    /* spacing moved here */
    border-radius: 3px;
}

.feature-title {
    color: #ffffff;
    margin: 0 0 12px;
}

.feature-description {
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    line-height: 1.6;
}

.features-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 32px;
    padding: 0 40px 40px;
}

/* Reset theme button styling on custom slider arrows */
.estimate-steps-nav .swiper-button-prev-custom,
.estimate-steps-nav .swiper-button-next-custom,
.features-nav .swiper-button-prev-custom-features,
.features-nav .swiper-button-next-custom-features {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.swiper-button-prev-custom-features,
.swiper-button-next-custom-features {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.swiper-button-prev-custom-features img,
.swiper-button-next-custom-features img {
    width: 44px;
    height: 44px;
    display: block;
}

@media (max-width: 768px) {

    .features-nav .swiper-button-prev-custom-features img,
    .features-nav .swiper-button-next-custom-features img {
        width: 30px !important;
        height: 30px !important;
    }

    .features-nav {
        padding: 0 0px 0px !important;
    }
}

.estimate-steps-swiper-wrap .swiper-button-disabled,
.features-swiper-wrap .swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.estimate-steps-swiper.swiper-locked~.estimate-steps-nav,
.features-swiper.swiper-locked~.features-nav {
    display: none !important;
}

.tradecards h3 {
    font-size: 18px !important;
    padding-bottom: 10px
}

.tradecards p {
    margin-bottom: 0;
}

/* 	trade tag-specialty cards cta to none */

.tag-no-listing-image-and-detail-page .elementor-button {
    display: none;
}

/* 	trades overview points */

.overview-details-wrap {
    width: 100%;
}

.overview-detail-item:not(:last-child) {
    border-bottom: 1px solid #C7C7C7;
}

.overview-detail-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 14px;
    padding: 20px 12px 20px 0;
}

.overview-details-scroll {
    margin: 0;
    padding: 0;
    list-style: none;
}

.overview-detail-item {
    margin: 0;
}

.overview-detail-number {
    font-weight: 500;
    color: #6b6b6b;
}

.overview-detail-body h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #111;
}

.overview-detail-body p:not(:last-child) {
    color: #6b6b6b;
    margin-bottom: 1em;
}

.overview-detail-body p:last-child {
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .overview-detail-item {
        grid-template-columns: 36px 1fr;
        gap: 14px;
        padding: 20px 12px 20px 0;
    }
}

/* 	single trade logo slider shadow remove  */

.single-trade .ast-article-single figure {
    box-shadow: none !important
}

/* Form fields css */
.ve-upload-warning {
    padding: 12px 14px;
    border-left: 3px solid #FFAA65;
    background: #FFF8F1;
    font-size: 13px;
    line-height: 1.6;
}

/* Who We Serve Page */
.ve_3_numbered_cards {
    counter-reset: ve_cards_numbers;
}

.elementor-icon {
    position: relative;
}

.ve_3_numbered_cards .elementor-icon::before {
    counter-increment: ve_cards_numbers;
    content: '0' counter(ve_cards_numbers);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    z-index: 1;
    font-size: .3em;
    font-weight: 500;
    font-family: 'Poppins';
}

/* Swiper Navigation Customization */
.trades_deliverables .elementor-swiper-button, .customsrrows .elementor-swiper-button {
    position: absolute !important;
    top: 0% !important;
    right: 0;
    transform: translateY(0%) !important;
}

.trades_deliverables .elementor-swiper-button-prev, .customsrrows .elementor-swiper-button-prev{
    right: 1.2em !important;
    left: unset !important;
}
	
/* Softwares Logos Slider */
.ve-softwares-logos .swiper-slide-inner {
    height: 4em;
}
.ve-softwares-logos .swiper-slide-inner img{
    object-fit: contain;
    height: 100%;
    width: 60%;
}

/* 	inner-containers */

.site-content>.ast-container>.elementor>.e-parent,
footer>.e-parent {
    width: 100%;
    padding-left: 6% !important;
    padding-right: 6% !important;

}

@media(max-width:1200px) {

    .site-content>.ast-container>.elementor>.e-parent,
    footer>.e-parent {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}

@media(max-width:575.98px) {

    .site-content>.ast-container>.elementor>.e-parent,
    footer>.e-parent {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }
}

.site-content>.ast-container>.elementor>.e-parent>.e-con-inner,
footer>.e-parent>.e-con-inner:not(footer .ve-small-footer .e-con-inner) {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

@media(min-width: 576px) {

    .site-content>.ast-container>.elementor>.e-parent>.e-con-inner,
    footer>.e-parent>.e-con-inner:not(footer .ve-small-footer .e-con-inner, footer .ve-main-footer .e-con-inner) {
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }
}

@media(min-width: 1200px) {

    .site-content>.ast-container>.elementor>.e-parent>.e-con-inner,
    footer>.e-parent>.e-con-inner:not(footer .ve-small-footer .e-con-inner, footer .ve-main-footer .e-con-inner) {
        padding-top: 5em !important;
        padding-bottom: 5em !important;
    }
}

/* 	get an estimae sticky col */

@media (min-width: 1025px) {
    .stickycol {
        position: sticky !important;
        top: 110px;
        align-self: flex-start;
        height: fit-content;
    }
}

/* Estimating Insights - Pages */
@media (max-width: 920px) {
	.ve-author-info .elementor-post-info {
		align-items: center;
		flex-direction: column;
	}
	.ve-author-info .elementor-icon-list-item::after {
		content: unset !important;
	}
}
@media (max-width: 600px) {
	.ve-author-info .elementor-icon-list-text {
		font-size: 0.875em !important;
	}
}