.location-box {
    border-radius: 999px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(12px);
    display: flex;
    width: 430px;
    padding: 16px;
    align-items: center;
    gap: 12px;
    position: absolute;
    top: 43px;
    z-index: 2;
}

.location-box .icon {
    display: flex;
    padding: 6px;
    align-items: center;
    gap: 10px;
    border-radius: 99px;
    background: #FFF;
    box-shadow: 0px 0px 4px 1px rgba(69, 148, 43, 0.20);
}

.location-box p {
    color: #4F4F4F;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0;
}

.location-box p a {
    color: #45942B;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.ss-served .elementor-element.e-con-full .elementor-widget {
    width: min(100%, 1140px / 2);
    margin-right: 0;
    margin-left: auto;
}

.list-served ul.wd-list li {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 20px 10px;
}

.list-served ul.wd-list {
    gap: 0;
}

.list-served ul.wd-list li {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.list-served ul.wd-list li:nth-child(2) {
    border-bottom: 1px solid #686868;
    border-top: 1px solid #686868;
}

.list-served ul.wd-list:hover li:nth-child(2) {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.list-served ul.wd-list li:hover {
    background: rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid #686868 !important;
    border-top: 1px solid #686868 !important;
}

/*Hero home page*/

.transgulf-slider-small-title {
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.transgulf-slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: white;
}
.transgulf-slider-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 668px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 160px;
    box-sizing: border-box;
}

.transgulf-slider-big-title {
    color: #FFF;
    font-family: "SF Pro Display Bold";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.transgulf-slider-description {
    color: #ECECEC;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 320px;
    position: absolute;
    bottom: 32px;
    right: 0;
}

.transgulf-slider-content {
    max-width: 1222px;
    margin: 0 auto;
    width: 100%;
    padding-inline: 15px;
    margin-inline: auto;
    position: relative;
    height: 100%;
}

.transgulf-swiper-nav .swiper-pagination-bullet {
    stroke-width: 3px;
    background: rgba(255, 255, 255, 0.40);
    width: 193.215px;
    height: 3px;
    border-radius: 5px;
    opacity: 1;
}

.transgulf-swiper-nav {
    position: relative;
    width: 100%;
    max-width: 1222px;
    margin: 0 auto;
    top: -145px;
    padding-inline: 0px;
    margin-inline: auto;
}

.transgulf-swiper-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*background: #fff;*/
}

.transgulf-swiper-pagination .swiper-pagination {
    display: flex;
    justify-content: end;
    bottom: 20px !important;
}

.transgulf-swiper-pagination-current {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    margin-top: 10px;
}

.btn-discover a.btn {
    border-radius: 99px;
    background: #4F4F4F;
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.btn-discover a.btn span.wd-btn-icon {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 99px;
    background: #45942B;
}

/*style product*/

.btn-product a.btn {
    color: #45942B;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    border-color: #45942B;
    text-transform: initial;
}

.transgulf-hover-accordion {
    display: flex;
    gap: 16px;
}

.transgulf-hover-accordion .transgulf-hover-accordion-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    width: calc(100% / 3);
    min-height: 408px;
    /*transition: all 0.5s ease;*/
}

.transgulf-hover-accordion-number {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

a.transgulf-hover-accordion-link {
    color: #FFF;
    font-family: "SF Pro Display Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.transgulf-hover-accordion-subtitle {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.transgulf-hover-accordion-description {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 213px;
}

.transgulf-hover-accordion-header {
    flex-direction: column;
    align-items: flex-end;
}

.transgulf-hover-accordion-text {
    padding: 24px 40px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*transition: all 0.5s ease-in-out;*/
    transition: all 0.5s ease;
}

a.transgulf-hover-accordion-arrow {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 99px;
    background: #45942B;
}

.group-d-i {
    max-width: 213px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 24px;
    opacity: 0;
    visibility: hidden;
    transition:
            opacity    0s ease 0s,
            visibility 0s   linear 0s;
    height: 0;
}

.transgulf-hover-accordion-item:hover {
    min-width: 586px;
}

.elementor-widget-transgulf_accordion_hover .transgulf-hover-accordion .transgulf-hover-accordion-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    height: 408px;
    flex: 1 1 33%;
    box-sizing: border-box;
    transition: flex 0.5s ease;
}
.elementor-widget-transgulf_accordion_hover .transgulf-hover-accordion-item:hover {
    flex: 2 1 50%;
    min-width: initial;
}

.transgulf-hover-accordion-item:not(.swiper-slide):hover .group-d-i {
    opacity: 1;
    visibility: visible;
    display: flex;
    transition: opacity 0.5s ease 0.5s, visibility 0s linear 0s;
    height: 100%;
    position: absolute;
    top: 0;
    justify-content: space-around;
}

.transgulf-hover-accordion-header.not-hover {
    position: absolute;
}

.elementor-widget-transgulf_accordion_hover .transgulf-hover-accordion-item:hover .transgulf-hover-accordion-header:not(.hover) {
    opacity: 0;
    visibility: hidden;
}

.sr .transgulf-hover-accordion-header {
    transition: opacity 0.5s ease 0.5s, visibility 0s linear 0s;
}

.transgulf-hover-accordion-header.hover {
    width: 100%;
}

.transgulf-hover-accordion-header.hover .transgulf-hover-accordion-title {
    max-width: 90%;
}

.transgulf-hover-accordion-item:hover .transgulf-hover-accordion-text {
    height: 100%;
    padding: 40px;
    width: 55%;
}

.project.ss-design-service .transgulf-hover-accordion-text {
    background: rgba(0, 0, 0, 0.50);
}

/*style our services*/

.transgulf-accordion-expand {
    display: flex;
    gap: 16px;
}

.transgulf-accordion-expand .transgulf-accordion-expand-item {
    width: calc(100% / 4);
    min-height: 460px;
    position: relative;
    transition: all 0.3s ease;
}

.transgulf-expand-overlay {
    padding: 24px 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #EDF4EA;
    display: flex;
    height: 100%;
}

.transgulf-accordion-expand-title {
    color: #4F4F4F;
    font-family: "SF Pro Display Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.transgulf-accordion-expand-content {
    color: #525252;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 14px;
    transition: opacity 0.5s ease, visibility 0s linear 2s;
}

.transgulf-accordion-expand-link {
    color: #45942B;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    border-bottom: 1px solid #45942B;
    padding-bottom: 7px;
}

.transgulf-accordion-expand-item:hover .transgulf-expand-overlay {
    background: transparent;
}

.transgulf-accordion-expand-item:hover .transgulf-expand-overlay .group-t-c .transgulf-accordion-expand-title,
.transgulf-accordion-expand-item:hover .transgulf-expand-overlay .group-t-c .transgulf-accordion-expand-content {
    color: #ffffff;
}

.transgulf-accordion-expand-item:hover .transgulf-expand-overlay .group-t-c {
    background: #45942B;
    padding: 24px 20px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.transgulf-accordion-expand .transgulf-accordion-expand-item:hover .transgulf-accordion-expand-link {
    position: absolute;
    bottom: 0;
    margin-bottom: 24px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.transgulf-accordion-expand .transgulf-accordion-expand-item:hover {
    /*width: 336px;*/
}

/*style section review*/

.ss-review .box-item {
    min-height: 510px;
}

.ss-review .box-item .title-subtitle {
    margin-bottom: 0;
}

/*style why choose us*/

.box-customer {
    backdrop-filter: blur(12px);
}

.ss-served .e-con-inner > .elementor-element:first-child {
    backdrop-filter: blur(12px);
}

/*Style page about us*/

.ss-bmmv.e-con.e-flex>.e-con-inner .e-con {
    width: calc(50% - 12px);
}

.ewd-ufaq-faq-title .ewd-ufaq-faq-title-text h4 {
	color: #4F4F4F;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
	text-transform: uppercase;
	margin: 0 !important;
}

.ewd-ufaq-faqs div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
	float: right;
	margin-right: 0;
	width: 14px;
    height: 14px;
    padding: 0;
	position: relative;
	top: 12px;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
	display: none;
}

.ewd-ufaq-faqs .ewd-ufaq-post-margin-symbol::before {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background: #4F4F4F;
    position: absolute;
    top: 6px;
    left: 0;
}

.ewd-ufaq-faqs .ewd-ufaq-post-margin-symbol::after {
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    background: #4F4F4F;
    position: absolute;
    top: 0;
    left: 6px;
	transition: all .5s ease;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div {
	margin: 0;
    padding: 20px 15px;
    border-bottom: 1px solid #686868;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div:last-child {
    border-bottom: none;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div.ewd-ufaq-post-active {
	background: rgb(104 104 104 / 10%);
}

.ewd-ufaq-faqs .ewd-ufaq-faq-body .ewd-ufaq-post-margin.ewd-ufaq-faq-post p {
	margin: 10px 0 0 0;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-body {
	padding: 0;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol::after {
	transform: rotate(90deg);
}

.link-learn-more a {
    position: relative;
}

.link-learn-more a:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #45942B;
    position: absolute;
    top: 100%;
}

.link-learn-more.link-learn-more-with-icon a:before {
	width: calc(100% - 30px);
}

.link-learn-more.link-learn-more-with-icon svg {
	width: 24px;
}

.page-id-673 .whb-header:not(.whb-sticked) .whb-general-header {
	border-bottom: 0.7px solid rgba(255, 255, 255, 0.50);
    background: rgba(69, 148, 43, 0.50);
    backdrop-filter: blur(9px);
}

.whb-header:not(.whb-sticked) .whb-main-header {
	position: absolute !important;
}

.ss-alignment-details img {
	min-height: 600px;
    object-fit: cover;
}

.ss-alignment-details .elementor-absolute {
	height: 100%;
}

.ss-alignment-details .elementor-absolute > .elementor-widget-container {
	display: flex;
    align-items: center;
}

.faq-product details {
    border-bottom: 1px solid #686868;
}

.faq-product details .e-n-accordion-item-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq-product details .elementor-element.e-con.e-child {
    padding-top: 0;
}

.faq-product details .elementor-widget-wd_text_block {
    padding-bottom: 20px;
}

.faq-product details:last-child {
    border-bottom: 0;
}

.faq-product details[open] {
    background: rgb(104 104 104 / 10%);
    border-bottom: 1px solid #686868;
}

.faq-product details[open] summary.e-n-accordion-item-title {
    border: 0 !important;
}

.group-btn-n-p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 50px;
    z-index: 99;
}

.transgulf-slider-container .swiper-button-prev:after, .transgulf-slider-container .swiper-button-next:after {
    color: #ffffff
}

a#btn-get-a-quote {
    display: flex;
    width: 136px;
    height: 40px;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #45942B;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}

/*custom progressbar*/

.transgulf-swiper-nav {
    position: relative;
    width: 100%;
    z-index: 2;
    padding-inline: 15px;
}

.transgulf-swiper-pagination {
    max-width: 786px;
    margin-right: 0;
    margin-left: auto;
}

.transgulf-swiper-pagination-progressbar {
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.40);
    overflow: hidden;
    border-radius: 2px;
    z-index: 2;
    max-width: 800px;
    margin-left: auto;
    margin-right: 0;
    stroke-width: 3px;
    stroke: rgba(255, 255, 255, 0.40);
}

.transgulf-swiper-pagination-progressbar-fill {
    width: 0%;
    height: 100%;
    background: #ffffff;
    transform-origin: left center;
    z-index: 2;
}

.link-learn-more svg {
    width: 24px;
}

/*css popup get a quote*/
.popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-image: url('/wp-content/uploads/2025/08/bg-popup.png');
    background-size: cover;
    background-position: center;
    padding: 40px 30px;
    max-width: 700px;
    width: 90%;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
    color: #fff;
}

.popup-content .wpcf7-form input,
.popup-content .wpcf7-form textarea {
    display: flex;
    height: 56px;
    padding: 12px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    background: rgba(247, 248, 249, 0.70);
    backdrop-filter: blur(5px);
    color: rgba(0, 0, 0, 0.50);
    border: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popup-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.wpcf7-submit {
    background: #28a745;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background: #218838;
}
.popup-content fieldset.hidden-fields-container, .popup-content form.wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}

.popup-content h3 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
}

.popup-content .wpcf7-form .cf7-two-columns .cf7-row p {
    display: flex;
    gap: 20px;
}

.popup-content .wpcf7-form .cf7-two-columns .cf7-row.messagge p {
    width: 100%;
    display: block;
}

.popup-content .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
}

.popup-content .wpcf7-form textarea {
    min-height: 150px;
}

.popup-content .wpcf7-form .cf7-two-columns .cf7-submit-row input {
    display: flex;
    width: 200px;
    height: 48px;
    padding: 8px 24px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
}

/*progress bar slider home*/

.swiper-pagination-bullet {
    position: relative;
    overflow: hidden;
    background: #ccc;
}

/* The progress bar inside bullet */
.swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: none;
}

/* When active, animate the fill */
.swiper-pagination-bullet.active-progress::after {
    animation: bullet-progress-fill 8s linear forwards;
}

@keyframes bullet-progress-fill {
    from { width: 0%; }
    to { width: 100%; }
}
