/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/
Description:  A child theme of Hello Elementor
Author:       Your Name
Author URI:   https://yourwebsite.com
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/


.header-main > .elementor-container.elementor-column-gap-default {
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

@media screen and (min-width:1024px){
.header-main .menu-item a::after {
    content: "";
    position: absolute;
    top: 86px;
    border-top: 5px solid #ed9f26;
    display: block;
    transform: scaleX(0) !important;
    transform-origin: center;
    transition: transform 0.4s ease-in-out;
	border-radius: 4px;
}

.header-main .menu-item a.wpr-active-menu-item::after,
.header-main .menu-item a:hover::after {
    transform: scaleX(1) !important;
}	
}

.header-call span.elementor-button-icon {
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.header-call .elementor-button-content-wrapper {
    align-items: center;
}

.header-call .elementor-button {
    padding: 0;
}


@media screen and (max-width: 600px) {

    .header-call .ementor-button {
        padding: 12px;
    }

    .header-call span.elementor-button-text {
        display: none;
    }
}


.footer-social-list span.elementor-icon-list-icon {
    padding: 0.30rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-list .elementor-icon-list-item a:hover span.elementor-icon-list-icon {
    border-color: var(--e-global-color-primary);
}

.footer-social-list span.elementor-icon-list-icon svg {
    margin: 0 !important;
}

.footer-social-list span.elementor-icon-list-icon {
    padding: 0.30rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-list span.elementor-icon-list-icon svg {
    margin: 0 !important;
}

/* custom button start */
.custom-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: var(--e-global-color-primary);
    font-size: 18px;
    cursor: pointer;
}

.custom-btn .custom-icon {
    display: flex;
    width: 3rem !important;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    background: var(--e-global-color-primary);
    color: #fff;
    transition: transform .4s ease-in-out;
}

.custom-btn:hover {
    background-color: transparent !important;
    color: var(--e-global-color-primary);
}

.custom-btn .custom-button-text,
.custom-btn:hover .custom-button-text {
    color: var(--e-global-color-primary);
}

.custom-btn:hover .custom-icon {
    transform: scale(1.1);
}

.custom-btn .custom-icon svg {
    width: .8rem;
    height: .8rem;
    transition: transform .4s ease-in-out;
}

.custom-btn:hover .custom-icon svg {
    transform: rotate(45deg);
}

.custom-btn > span {
    position: relative;
    overflow: hidden;
}

.custom-btn span:has([data-title]) {
    overflow: hidden;
}

.custom-btn span:has([data-title]) [data-title] {
    position: relative;
    display: block;
    transition: transform .4s ease-in-out;
}

.custom-btn span:has([data-title]) [data-title]:after {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 0
}

.custom-btn:hover > span:has([data-title]) [data-title] {
    transform: translateY(-100%)
}

.style-2 a.custom-btn {
    flex-direction: row-reverse;
    color: #fff;
    background: var(--e-global-color-primary);
    padding-left: 16px;
	min-height: 48px;
}

.style-2 .custom-btn:hover {
   background: var(--e-global-color-primary)!important;
	min-height: 53px;
}
.style-2 .custom-btn .custom-icon svg {
	transform: rotate(80deg);
}

.style-2 .custom-btn:hover .custom-icon svg {
    transform: rotate(135deg);
}

/* custom button end */

a {
    color: #fff;
    transition: all .4s ease-in-out;
}

a:hover,
a:focus {
    color: var(--e-global-color-primary);
    transition: all .4s ease-in-out;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0;
    padding: 0;
    transition: all .3s;
    min-height: 50px;
}

.wpcf7-not-valid-tip {
    font-size: 0.8em;
}

.contact-form-main .form-group {
    position: relative;
    margin: 0 auto 20px;
}

.contact-form-main .form-group:has(.custom-btn) {
    margin: 40px auto 0;
}

.wpcf7-form-control-wrap {
    position: relative;
    height: auto;
    display: block;
}

.contact-form-main .form-group label:not(.kc_captcha label) {
    position: absolute;
    top: 13px;
    z-index: 9;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    pointer-events: none;
    transition: all .3s linear;
}

.contact-form-main .form-group input,.contact-form-main .form-group select {
    z-index: 0;
}

.contact-form-main .form-group select{
    outline: none;
}

.form-group:has(select){
    margin-bottom: 60px!important;
}
.form-group:has(select) span.wpcf7-form-control-wrap {
    top: 40px;
}
.contact-form-main .form-group.is-active label:not(.kc_captcha label),
.contact-form-main .form-group.is-completed label:not(.kc_captcha label){
    top: -18px;
    left: 0;
    color: var(--e-global-color-primary);
    font-size: 14px;
}

.contact-form-main .hidden-submit {
    display: none;
}

.contact-form-main span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 15px;
}

.dual-color-heading .elementor-heading-title span {
    color: #33333399;
}

.section-tag {
    width: auto !important;
    max-width: fit-content !important;
}

.section-tag h3.elementor-icon-box-title {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
}

.section-tag .elementor-icon-box-wrapper{
	align-items: center;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.project-grid .project-card {
    padding: 2.5rem;
    border: 1px solid #ffffff5c;
    font-family: var(--e-global-typography-primary-font-family);
    color: #FFFFFF;
}

.project-grid .project-card h3 {
    font-weight: 400;
    /* 	font-size: 1.383rem; */
    font-size: clamp(0.9rem, 1.5vw, 1.383rem);
    line-height: clamp(1rem, 2.1vw, 1.936rem);
    letter-spacing: -0.25px;
    vertical-align: middle;
    margin-bottom: 2em;
}

.project-grid .project-thumb {
    max-height: 354px;
    overflow: hidden;
}

.project-grid .project-thumb img {
    width: 100%;
    height: 100vh;
    max-height: 566px;
    transition: all 0.5s;
    object-fit: cover;
}

.project-grid .project-card:hover .project-thumb img {
    transform: scale(1.1);
}

.project-grid .project-card .project-thumb.coming-soon {
    overflow: hidden;
    max-height: 100%;
}

.project-grid ul.project-badge {
    padding: 10px 0;
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.project-grid ul.project-badge .badge {
    padding: 5px 10px;
    background: #7D7D7D1A;
    border-radius: 12px;
    font-weight: 400;
    font-size: .625rem;
}

.project-grid ul.project-badge .badge p {
    margin: 0;
    font-size: .625rem;
}

@media (max-width: 991px) {
    .project-grid {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }

    .project-grid .project-card {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .project-grid {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }

    .project-grid .project-card {
        padding: 1.5rem;
    }
}

/* project carousel slider start*/
.project_carousel .swiper {
    max-height: 660px;
}

.project_carousel .swiper .swiper-slide-image {
    width: 100vw;
    object-fit: cover;
    height: 100vh;
}

.project_carousel .swiper .swiper-slide {
    max-height: auto !important;
}

.project_carousel .swiper-pagination-bullet {
    transition: all 0.3s ease;
}

/* .project_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px !important;
    border-radius: 40px;
} */

/* project carousel slider end */
.testimonial-carousel .owl-stage-outer {
    max-width: 1500px;
    margin: 0 auto;
}

.testimonial-carousel .item {
    display: flex;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    align-items: center;
    border: 1px solid #EDEDED;
}

.testimonial-carousel .profile-image {
    max-width: 546px;
    max-height: 580px;
    object-fit: contain;
}

.testimonial-carousel .profile-content {
    padding: 2em 4em;
}

.testimonial-carousel .profile-content h2 {
    font-weight: 500;
    font-size: 42px;
    color: #333333;
    margin-bottom: 10px;
}

.testimonial-carousel .profile-content .position {
    font-size: 20px;
    line-height: 32px;
    line-height: 1.6;
    color: rgb(51 51 51 / 60%);
}

.testimonial-carousel .profile-content .details p {
    font-size: 18px;
    line-height: 32px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .testimonial-carousel .item {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .testimonial-carousel .item {
        flex-direction: column;
    }

    .testimonial-carousel .profile-content {
        padding: 20px;
    }
}

/* testimonial */

.owl-dots .owl-dot span {
    transition: all 0.3s ease;
    background: #FDECD2 !important;
}

.owl-dots .owl-dot.active span {
    width: 32px !important;
    border-radius: 40px;
    background: var(--e-global-color-primary) !important;
    transition: all 0.3s ease;
}

/* Past Project*/

.project-archive-wrapper {
    margin: 0 auto;
    padding: 0;
}

.project-archive-wrapper .hero-banner {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    margin-top: -100px;
    height: 100vh;
    max-height: 536px;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    place-content: center;
    position: relative;
}

.project-archive-wrapper .hero-banner > * {
    z-index: 2;
}

.project-archive-wrapper .hero-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: #0F283680;
}

.project-grid.past-project {
    max-width: 1655px;
    margin: 0 auto;
    gap: 20px;
    padding: 100px 15px 50px;
}

.project-grid.past-project ul.project-badge .badge {
    background: #FDECD2;
    color: #333333;
}

.project-grid.past-project .project-title {
    color: #333333;
    font-weight: 400;
    font-size: 22.13px;
    line-height: 32px;
}

.project-grid.past-project .project-card {
    border: 1px solid #F1F1F1;
}

.past-project.pagination {
    margin-top: 0;
    margin-bottom: 100px;
}

.past-project.pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    padding: 8.75px 15px;
    color: #333;
    display: inline-block;

}

.past-project.pagination .nav-links .page-numbers.current {
    background: var(--e-global-color-primary);
    color: #fff;

}

@media screen and (max-width: 1024px) {
    .project-grid.past-project {
        padding: 50px 15px;
    }

    .past-project.pagination {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .project-archive-wrapper .hero-banner {
        padding: 100px 0;
        margin-top: -72px;
        height: 100vh;
        max-height: 376px;
    }

    .project-grid.past-project {
        padding: 30px 15px;
    }

    .past-project.pagination {
        margin-bottom: 0px;
    }
}

/* Style the Previous button with a left arrow */

.past-project.pagination .nav-links {
    display: flex;
    align-items: center;
    position: relative;
}

.past-project.pagination .nav-links .prev,
.past-project.pagination .nav-links .next {
    font-size: 0;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.past-project.pagination .nav-links .prev.page-numbers::before {
    content: "";
    display: block;
    width: 11px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 18.75L9 9.99857L1.5 1.25' stroke='%23333333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    color: #333333;
    transform: rotate(180deg);
}

.past-project.pagination .nav-links .next.page-numbers::after {
    content: "";
    display: block;
    width: 11px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 18.75L9 9.99857L1.5 1.25' stroke='%23333333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    color: #333333;
}

/* project gallery style start*/
.project-gallery .ug-gallery-wrapper .ug-thumbs-strip .ug-thumbs-strip-inner {
    display: flex !important;
    align-items: center;
    margin: 0 auto !important;
    position: relative !important;
    width: 100% !important;
    inset: unset !important;
    gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
}

.project-gallery .ug-gallery-wrapper .ug-thumbs-strip .ug-thumbs-strip-inner .ug-thumb-wrapper {
    position: relative !important;
    inset: unset !important;
	cursor: pointer;
	min-width: 150px;
}

.ug-button-videoplay.ug-type-square {
    background-color: var(--e-global-color-primary) !important;
    width: 74px !important;
    height: 74px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ug-gallery-wrapper .ug-panel-handle-tip {
    background-color: var(--e-global-color-primary) !important;
}

/* project gallery style end*/

/* project navigaiton style start*/
.project-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 80%;
    max-width: 1665px;
    margin: 0 auto;
}

.project-navigation .nav-btn {
    width: 100%;
    max-width: 50%;
    text-decoration: none;
    color: var(--e-global-color-primary);
    padding: 20px 10px;
   display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    height: 100%;
}

.project-navigation .nav-btn .arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 500;
    font-size: 26px;
    font-size: clamp(16px, 1.5vw, 26px);
    position: relative;
    z-index: 9;
}

.project-navigation .nav-btn.prev {
    border: 1px solid var(--e-global-color-primary);
}

.project-navigation .nav-btn.next {
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
}

.project-navigation .nav-btn.next::after {
    content: '';
    background: #0F283680;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.project-navigation .nav-btn.prev:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}

.project-navigation .nav-btn .arrow img {
    transform: rotate(0deg);
    transition: transform 0.3s linear, filter 0.1s ease-in;
}

.project-navigation .nav-btn.prev:hover .arrow img {
    transform: rotate(-45deg);
    filter: brightness(0) invert(1);
}
.project-navigation .nav-btn.next .post-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: transform 0.4s ease; 
}

.project-navigation .nav-btn.next:hover .post-img {
    transform: translate(-50%, -50%) scale(1.1);
}

.project-navigation .nav-btn.next:hover .arrow img {
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    .project-navigation {
        width: 100%;
		gap: 10px;
    }
	
    .project-navigation .nav-btn .arrow {
        gap: 10px;
    }
	
	.project-navigation .nav-btn {
		 max-height: fit-content;
		 padding: 10px 8px;
	}
}
.no-project-grid{
	align-items: center;
    justify-content: center;
    text-align: center;
    grid-template-columns: repeat(1, minmax(auto, 1fr));
}

.ug-videoplayer .ug-videoplayer-button-close svg{
    width: 30px;
}

.ug-videoplayer .ug-videoplayer-button-close svg rect {
    stroke-width: 4;
    fill: var( --e-global-color-primary );
}

.ug-videoplayer .ug-videoplayer-button-close {
    left: unset!important;
    right: -20px;
}
/* project navigaiton style start*/

/* 404 page design start */
.error404 #masthead {
    z-index: 99;
    position: relative;
    background: linear-gradient(180deg,#0f2734 0%, transparent 100%);
}
.error404 .header-main > .elementor-container.elementor-column-gap-default {
    border-bottom: 1px solid rgba(15, 39, 52,0.2) !important;
}

.error404 .site-main {
    max-height: calc(100vh - 399px);
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: #FFF7EC;
    width: 100vw!important;
    max-width: 100vw!important;
    margin-top: -100px;
}

/* .error404  .wpr-nav-menu .wpr-menu-item,
.error404  .wpr-nav-menu > .menu-item-has-children > .wpr-sub-icon {
    color: #333333!important;
}

.error404 .header-call span.elementor-button-icon {
    border-color: #333333;
}

.error404 .elementor-button {
    color: #333333!important;
    fill: #333333!important;
} */

/* 404 page design end */