/*21-04-2025 css start*/
.cust-btn .elementor-button {
    position: relative;
}

.cust-btn .elementor-button .elementor-button-text {
    padding-left: 25px;
}

.cust-btn .elementor-button .elementor-button-icon {
    background-color: #fff;
    border-radius: 50rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}

.cust-btn .elementor-button .elementor-button-icon svg {
    height: 1.25em;
}

.cust-btn .elementor-button .elementor-button-icon svg path {
    fill: #000080;
}

.cust-btn .elementor-button:hover .elementor-button-icon svg path {
    fill: #000000;
}

.cust-service-sec .cust-hover-col,
.cust-service-sec .cust-hover-col .cust-first .elementor-icon-box-icon .elementor-icon svg path {
    transition: all ease-out 0.5s
}

.cust-service-sec .cust-hover-col .cust-first:hover .elementor-icon-box-content .elementor-icon-box-title,
.cust-service-sec .cust-hover-col .cust-first:hover .elementor-icon-box-content .elementor-icon-box-description {
    color: #fff;
}

.cust-service-sec .cust-hover-col .cust-first .elementor-icon-box-icon {
    width: 100px;
    height: 100px;
    background-color: #ffffff12;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000080;
    margin-left: 0;
}

.cust-service-sec .cust-hover-col .cust-first .elementor-icon-box-icon .elementor-icon svg {
    width: auto;
    height: 40px;
}

.cust-service-sec .cust-hover-col .cust-first:hover .elementor-icon-box-icon .elementor-icon svg path {
    fill: #fff;
}

/*22-04-2025 css start*/
.cust-testimonial {
    overflow: hidden;
}

.cust-carousel .swiper {
    overflow: visible;
}

.cust-carousel .swiper .swiper-slide {
    opacity: 0;
    transition: opacity ease-out 0.5s;
    margin-top: 70px;
}

.cust-carousel .swiper .swiper-slide.swiper-slide-active,
.cust-carousel .swiper .swiper-slide.swiper-slide-next,
.cust-carousel .swiper .swiper-slide.swiper-slide-next+.swiper-slide {
    opacity: 1;
}

.cust-carousel .swiper .swiper-slide.swiper-slide-next {
    margin-top: 0;
}

.cust-carousel .swiper .swiper-slide.swiper-slide-next>.elementor-element {
    height: auto;
}

.cust-carousel .elementor-swiper-button {
    bottom: -30px !important;
    top: auto !important;
    width: 50px;
    height: 50px;
    border: 2px solid #00000020 !important;
    background-color: #fff;
    border-radius: 50rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
}

.cust-carousel .elementor-swiper-button:hover {

    background-color: #000080;
    border-color: #000080;
}

.cust-carousel .elementor-swiper-button svg path {
    fill: #000;
    transition: all ease 0.5s;
}

.cust-carousel .elementor-swiper-button:hover svg path {
    fill: #fff;
}

.cust-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    left: calc(40% - 60px) !important;
}

.cust-carousel .elementor-swiper-button.elementor-swiper-button-next {
    right: calc(40% - 60px) !important;
}

.cust-carousel .swiper-pagination {
    bottom: 0px !important;
    top: auto !important;
}

.cust-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #D9D9D9;
    transform: scale(.720);
    margin: 0 5px;
    opacity: 1 !important;
    transition: all ease-out 0.5s;
}

.cust-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000080;
    transform: scale(1)
}
.cust-gallery-sec .elementor-swiper-button {
    bottom: -35px !important;
    top: auto !important;
    width: 50px;
    height: 50px;
    border: 2px solid #00000020 !important;
    background-color: #fff;
    border-radius: 50rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
	z-index: 100 !important;
    transition: all ease 0.5s;
}

.cust-gallery-sec .elementor-swiper-button:hover {

    background-color: #000080;
    border-color: #000080;
}

.cust-gallery-sec .elementor-swiper-button svg path {
    fill: #000;
    transition: all ease 0.5s;
}

.cust-gallery-sec .elementor-swiper-button:hover svg path {
    fill: #fff;
}

.cust-gallery-sec .elementor-swiper-button.elementor-swiper-button-prev {
    left: calc(25% - 60px) !important;
}

.cust-gallery-sec .elementor-swiper-button.elementor-swiper-button-next {
    right: calc(25% - 60px) !important;
}

.cust-gallery-sec .swiper-pagination {
    bottom: 0px !important;
    top: auto !important;
}

.cust-gallery-sec .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #D9D9D9;
    transform: scale(.720);
    margin: 0 5px;
    opacity: 1 !important;
    transition: all ease-out 0.5s;
}

.cust-gallery-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000080;
    transform: scale(1)
}

.cust-gallery-sec .swiper-wrapper {
    align-items: unset;
}
.cust-gallery-sec .swiper-slide {
    height: auto;
/*     margin-bottom: 50px */
}
.cust-gallery-sec .swiper-slide figure {
    height: calc(100% - 30px);
}

.cust-gallery-sec .swiper-slide figure .swiper-slide-image {
   height: calc(100% - 30px);
    object-fit: cover;
}
@media screen and (max-width:1024px) {
    .cust-carousel .swiper .swiper-slide {
        margin-top: 0px;
        margin-bottom: 70px;
    }

    .cust-carousel .swiper .swiper-slide.swiper-slide-next>.elementor-element {
        height: 100%;
    }
}

@media screen and (max-width:991px) {
    .cust-carousel .elementor-swiper-button.elementor-swiper-button-prev {
        left: calc(25% - 60px) !important;
    }

    .cust-carousel .elementor-swiper-button.elementor-swiper-button-next {
        right: calc(25% - 60px) !important;
    }
}

@media screen and (max-width:767px) {
    .cust-mobile-menu .elementor-nav-menu .cust-req-btn .elementor-item {
        background-color: #000080 !important;
        border-radius: 50rem !important;
        color: #fff !important;
        position: relative;
        min-height: 50px;
        padding-left: 55px;
        margin-left: 15px;
        max-width: max-content;
    }

    .cust-mobile-menu .elementor-nav-menu .cust-req-btn .elementor-item::before {
        content: "";
        background-image: url('https://jorgetorresfence.com/wp-content/uploads/2025/04/Group-1000008613.svg');
        background-position: left top;
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        z-index: 0;
        left: 5px;
        top: 5px;
        opacity: 1 !important;
        filter: brightness(1) invert(100) grayscale(100);
    }

}

li.cust-req-btn.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-511 {
    padding-bottom: 15px;
}

/*24-04-2025 css start*/
.cust-form .elementor-form .elementor-field {
    min-height: 60px;
    padding: 15px 30px !important;
    outline: none !important;
    box-shadow: none !important;
}

.cust-form .elementor-form .elementor-field::placeholder {
    color: #868686;
    opacity: 1;
}

.cust-form .elementor-form .elementor-field-group-message .elementor-field {
    min-height: 150px;
}

.cust-form .elementor-form .elementor-field-type-submit {
    margin: 0 auto;
    max-width: max-content;
		width: auto;
}

.cust-form .elementor-form .elementor-field-type-submit .elementor-button {
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cust-form .elementor-form .elementor-field-type-submit .elementor-button .elementor-button-text {
    padding-left: 30px;
}

.cust-form .elementor-form .elementor-field-type-submit .elementor-button .elementor-button-icon {
    background-color: #fff;
    border-radius: 50rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}

.cust-form .elementor-form .elementor-field-type-submit .elementor-button .elementor-button-icon svg {
    height: 1.25em;
}

.cust-form .elementor-form .elementor-field-type-submit .elementor-button .elementor-button-icon svg path {
    fill: #000080;
}

.cust-form .elementor-form .elementor-field-type-submit .elementor-button:hover .elementor-button-icon svg path {
    fill: #000000;
}

/* gallery page css */
.cust-our-gallery .cust-tab .e-n-tabs-heading {
    gap: 0 !important;
    justify-content: space-between;
    align-self: end;
    min-width: 730px;
    margin-bottom: 40px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.cust-our-gallery .cust-tab .e-n-tabs-heading::after {
    content: "";
    background-color: #00000030;
    width: 100%;
    height: 1px;
    border-radius: 50rem;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0px;
}

.cust-our-gallery .cust-tab .e-n-tabs-heading .e-n-tab-title {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 26px;
}

.cust-our-gallery .cust-tab .e-n-tabs-heading .e-n-tab-title::before {
    content: "";
    background-color: #000080;
    width: 100%;
    height: 4px;
    border-radius: 50rem;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    opacity: 0;
    transition: all ease-out 0.5s
}

.cust-our-gallery .cust-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]::before {
    opacity: 1;
}

.cust-our-gallery .cust-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    font-weight: 600 !important;
}


.cust-our-gallery .cust-tab .e-n-tabs-content .cust-img-hover {
    overflow: hidden
}

.cust-our-gallery .cust-tab .e-n-tabs-content .cust-img-hover .cust-box {
    opacity: 1;
    transition: all ease-out 0.5s;
    transform: translateY(120%);
}

.cust-our-gallery .cust-tab .e-n-tabs-content .cust-img-hover:hover .cust-box {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width:880px) {
    .cust-form .elementor-form .elementor-field-type-submit {
        margin-left: 0;
    }
}