/* 
    Theme Name: Hello Elementor Child
    Theme URI: https://github.com/elementor/hello-theme-child/
    Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
    Author: Elementor Team
    Author URI: https://elementor.com/
    Template: hello-elementor
    Version: 2.0.0
    Text Domain: hello-elementor-child
    License: GNU General Public License v3 or later.
    License URI: https://www.gnu.org/licenses/gpl-3.0.html
    Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
    */

/* Add your custom styles here */

*:focus {
    outline: none;
}
a {
    transition: all 0.5s;
    text-decoration: none !important;
}
.page-header,
.site-header {
    display: none;
}
.about-us-heading {
    position: relative;
}
.about-us-heading:after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 200px);
    background-color: #ffffff1a;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.about-us-heading h3.elementor-icon-box-title {
    margin-top: 0px;
}
.about-us-icon-box span.elementor-icon svg {
    height: 88px;
}
.about-us-img-wrap .elementor-widget-container {
    position: relative;
}
.about-us-img-wrap .elementor-widget-container:before {
    position: absolute;
    content: "";
    right: -1px;
    top: -1px;
    height: 100px;
    width: 100px;
    background-color: #002147;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.zc-since-logo-wrap:before,
.zc-since-logo-wrap:after {
    position: absolute;
    content: "";
    width: 2px;
    background-color: rgba(255, 255, 255, 0.1);
    height: 70px;
}
.zc-since-logo-wrap:before {
    top: -84px;
}
.zc-since-logo-wrap:after {
    bottom: -84px;
}
.btn a.elementor-button {
    position: relative;
}
.btn .elementor-button-wrapper {
    position: relative;
    width: fit-content;
    margin: 0px auto;
}
.btn .elementor-button-wrapper:before,
.btn .elementor-button-wrapper:after,
.btn a.elementor-button:before,
.btn a.elementor-button:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    z-index: 1;
}
.btn a.elementor-button:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    left: -10px;
    top: -10px;
}
.btn a.elementor-button:after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: -10px;
    top: -10px;
}
.btn .elementor-button-wrapper:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    left: -9px;
    bottom: -9px;
}
.btn .elementor-button-wrapper:after {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    right: -9px;
    bottom: -9px;
}
.elementor-button-icon svg {
    fill: transparent !important;
}
.elementor-button-icon svg path {
    stroke: currentColor;
}
.about_us_sec .image .elementor-widget-image {
    height: 100%;
}
.about_us_sec .image .elementor-widget-image .elementor-widget-container {
    height: 100%;
}
.service_wrap {
    counter-reset: counter-box;
}
.service_image_box .elementor-widget-container {
    position: relative;
    transition: all 0.5s;
}
.service_image_box .elementor-widget-container:before {
    position: absolute;
    counter-increment: counter-box;
    content: counter(counter-box, decimal-leading-zero) ". ";
    font-size: 18px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    font-family: "Plus Jakarta Sans", Sans-serif;
    left: 40px;
    top: 42px;
    transition: all 0.5s;
}
.service_image_box img {
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0deg) scale(0.8);
    transition: all 0.6s;
    opacity: 0;
}
.service_image_box .elementor-widget-container:hover {
    background-color: #00000012;
}
.service_image_box .elementor-widget-container:hover:before {
    color: var(--e-global-color-text);
}
.service_image_box .elementor-widget-container:hover img {
    transform: rotate(8deg) scale(1);
    opacity: 1;
}
.service_image_box h3.elementor-image-box-title {
    margin-top: 0px;
}
.service_image_box .elementor-image-box-description {
    max-width: 290px;
    width: 100%;
}
.counter_box,
.counter_box .elementor-widget-container {
    height: 100%;
}

.counter_box .elementor-counter-number-suffix,
.project_counter_box .elementor-counter-number-suffix {
    color: var(--e-global-color-secondary);
}
.pricing_wrap .elementor-container {
    display: flex;
    gap: 38px;
}
.price_divider .elementor-divider {
    position: relative;
}
.price_divider .elementor-divider:before,
.price_divider .elementor-divider:after {
    content: "";
    height: 32px;
    width: 16px;
    display: block;
    background-color: var(--e-global-color-text);
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 1;
}
.price_divider .elementor-divider:after {
    left: auto;
    right: 0;
    border-radius: 100px 0px 0px 100px;
}
.star_faq_wrap {
    max-width: 560px;
    width: 100%;
    counter-reset: counter-box;
}
.star_faq_wrap .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #e5eaef !important;
}
.star_faq_wrap .elementor-accordion-item .elementor-tab-title {
    padding-left: 44px;
    position: relative;
}
.star_faq_wrap .elementor-accordion-item .elementor-tab-title:before {
    position: absolute;
    counter-increment: counter-box;
    content: counter(counter-box, decimal-leading-zero);
    font-size: 20px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
    font-family: "Plus Jakarta Sans", Sans-serif;
    left: 0px;
    top: 18px;
}
.star_faq_wrap .elementor-accordion-item .elementor-accordion-icon svg {
    fill: transparent !important;
}
.star_faq_wrap .elementor-accordion .elementor-accordion-item:last-child {
    border: 0px !important;
}
.star_faq_wrap .elementor-accordion-item ul {
    list-style: none;
    padding-left: 46px;
}
.star_faq_wrap .elementor-accordion-item ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 15px;
}
.star_faq_wrap .elementor-accordion-item ul li:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 12px;
    background-image: url('data:image/svg+xml,<svg width="7" height="13" viewBox="0 0 7 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.0001 11.6484C1.0001 11.6484 6 7.96604 6 6.64844C6 5.33084 1 1.64844 1 1.64844" stroke="%23002A5A" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    top: 5px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.star_faq_wrap .elementor-accordion .elementor-tab-content.elementor-active {
    padding-bottom: 16px;
}
.km-btn .elementor-button-wrapper:before,
.km-btn .elementor-button-wrapper:after,
.km-btn a.elementor-button:before,
.km-btn a.elementor-button:after {
    border-color: var(--e-global-color-secondary);
}

.contact_form_wrap {
    height: fit-content;
    position: sticky;
    top: 130px;
}
.contact_form .text-wrap {
    display: flex;
    gap: 20px;
}
.contact_form .form_field {
    margin-bottom: 20px;
}

.contact_form .form_field p {
    margin-bottom: 0px;
}
.contact_form label {
    font-size: 15px;
    font-weight: 500;
    color: #002a5a;
    font-family: "Plus Jakarta Sans", Sans-serif;
    margin-bottom: 5px;
    width: 100%;
}
.contact_form label em {
    color: #dc3232;
    margin-left: 2px;
}
.contact_form .form-control {
    height: 46px;
    padding: 0px 20px;
    border-radius: 6px;
    border: 1px solid #002a5a33;
    color: var(--e-global-color-primary) !important;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", Sans-serif;
}
.contact_form .form-control:focus {
    border: 1px solid #002a5a33;
}
.contact_form .form-control,
.contact_form .form-control::placeholder {
    color: #002a5a66;
}
.contact_form textarea.form-control {
    height: 90px;
    resize: none;
    padding: 18px 20px;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
}
span.wpcf7-quiz-label {
    margin-bottom: 5px;
    display: block;
}
.contact_form .submit_btn {
    width: fit-content;
    margin: 30px auto 0px;
    position: relative;
}
.contact_form .submit_btn p {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}
.contact_form .submit_btn:before,
.contact_form .submit_btn:after,
.contact_form .submit_btn p:before,
.contact_form .submit_btn p:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
}
.contact_form .submit_btn p:before {
    border-right: 1px solid #002a5a;
    border-bottom: 1px solid #002a5a;
    left: -9px;
    top: -9px;
}
.contact_form .submit_btn p:after {
    border-left: 1px solid #002a5a;
    border-bottom: 1px solid #002a5a;
    right: -9px;
    top: -9px;
}
.contact_form .submit_btn:before {
    border-right: 1px solid #002a5a;
    border-top: 1px solid #002a5a;
    left: -9px;
    bottom: -9px;
}
.contact_form .submit_btn:after {
    border-left: 1px solid #002a5a;
    border-top: 1px solid #002a5a;
    right: -9px;
    bottom: -9px;
}
.contact_form .submit_btn .btn {
    border-radius: 0px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    font-family: "Plus Jakarta Sans", Sans-serif;
    border: 1px solid #002a5a;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
}
.contact_form .submit_btn .btn svg {
    margin-left: 12px;
}
.contact_form form.submitting .submit_btn .btn {
    color: transparent !important;
}
.contact_form .submit_btn .btn:hover,
.contact_form .submit_btn .btn:focus {
    color: var(--e-global-color-text) !important;
    background-color: var(--e-global-color-primary);
}
/* .contact_form .submit_btn p .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */
.contact_form .wpcf7-form.invalid .wpcf7-response-output,
.contact_form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact_form .wpcf7 form.failed .wpcf7-response-output {
    background: #fff9f9;
    border: 1.5px solid #dc3232;
    border-radius: 5px;
    padding: 10px 18px;
    width: 100%;
    font-size: 13px;
    color: #dc3232;
    margin: 20px 0 0;
}
.contact_form .submit_btn .loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    border: 2px solid #002a5a;
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.contact_form form.submitting .submit_btn .loader {
    opacity: 1;
    visibility: visible;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.faq_wrap .elementor-accordion-item {
    margin-bottom: 10px;
    background-color: #00000012;
    border-radius: 10px;
    padding: 22px 26px;
    border: 1px solid rgb(255 255 255 / 10%) !important;
}
.faq_wrap .elementor-accordion .elementor-tab-title {
    padding: 0px;
}
.faq_wrap .elementor-accordion .elementor-tab-title.elementor-active {
    border-width: 0px;
    padding-bottom: 14px;
}
.faq_wrap .elementor-accordion .elementor-tab-content {
    padding: 0px;
}
.faq_wrap .elementor-accordion .elementor-tab-content p {
    margin: 0px;
    max-width: 800px;
    width: 100%;
}
.faq_wrap .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
    height: 24px;
    width: 24px !important;
    background-color: var(--e-global-color-text);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial_carousel .swiper {
    width: 100% !important;
    padding: 40px 9% 60px !important;
}
.testimonial_carousel .swiper .swiper-slide {
    margin-right: 20px !important;
}
.testimonial_carousel .swiper .block-shadow {
    padding: 10px 30px 40px 30px;
    background-image: url(https://zuluz.aussiemarketers.com.au/wp-content/uploads/2025/05/testimonial-bg.svg);
    background-repeat: no-repeat;
    background-position: 97% 100%;
    border-radius: 10px;
}
.testimonial_carousel .swiper .slide-block {
    display: flex;
    gap: 15px;
    border-bottom: 0px !important;
    padding-bottom: 0px;
    margin-bottom: 26px;
    margin-left: 100px;
}
.testimonial_carousel .swiper .slide-basic-info {
    justify-content: start !important;
}
.testimonial_carousel .swiper .slide-icons {
    font-size: 12px;
}
.testimonial_carousel .swiper h5 {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 12px;
}
.testimonial_carousel .swiper p {
    margin-bottom: 0px;
}
.testimonial_carousel .swiper .slide-image {
    position: absolute;
    height: 64px;
    background-color: var(--e-global-color-primary);
    padding: 0px 10px 10px 0px;
    left: 0;
    top: 2px;
    border-bottom-right-radius: 16px;
}
.testimonial_carousel .swiper .slide-image:before,
.testimonial_carousel .swiper .slide-image:after {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
}
.testimonial_carousel .swiper .slide-image:before {
    right: -17px;
    background-image: url('data:image/svg+xml,<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.700195 18C0.700195 2.5 7.7002 0 19.2002 0H0.700195V18Z" fill="%23002A5A"/></svg>');
}
.testimonial_carousel .swiper .slide-image:after {
    bottom: -17px;
    left: 0;
    background-image: url('data:image/svg+xml,<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.200195 18.1387C0.200195 2.63867 7.3894 0.138672 19.2002 0.138672H0.200195V18.1387Z" fill="%23002A5A"/></svg>');
}
.project_carousel .advanced-works {
    min-height: 606px;
}
.project_carousel .advanced-works .owl-stage {
    display: flex;
    align-items: center;
}
.project_carousel .owl-item img {
    height: 360px;
    border-radius: 10px;
    filter: blur(6px);
    object-fit: cover;
    opacity: 0.4;
    transition: all 0.5s;
}
.project_carousel .owl-item.active.center img {
    opacity: 1;
    min-height: 480px;
    filter: blur(0px);
}
.project_carousel .owl-item .item {
    max-width: 773px;
    width: 100%;
    margin: 0px auto;
}
.project_carousel .owl-item h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", Sans-serif;
    margin-top: 26px;
    text-align: center;
    color: var(--e-global-color-text);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.project_carousel .owl-item.active.center h2 {
    visibility: visible;
    opacity: 1;
}
.project_carousel .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    display: flex;
    top: 50%;
    transform: translateY(-50px);
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
}
.project_carousel .owl-nav .owl-prev,
.project_carousel .owl-nav .owl-next {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.4999 11.1484C6.4999 11.1484 1.5 7.46604 1.5 6.14844C1.5 4.83084 6.5 1.14844 6.5 1.14844" stroke="white" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all 0.5s;
}
.project_carousel .owl-nav .owl-prev:hover,
.project_carousel .owl-nav .owl-next:hover {
    background-color: var(--e-global-color-text);

    background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.4999 11.1484C6.4999 11.1484 1.5 7.46604 1.5 6.14844C1.5 4.83084 6.5 1.14844 6.5 1.14844" stroke="black" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
}
.project_carousel .owl-nav button span {
    display: none;
}
.project_carousel .owl-nav .owl-next {
    transform: scale(-1);
}
.project_carousel .project-image {
    position: relative;
}
.project_carousel .project-date {
    position: absolute;
    top: 17px;
    right: 20px;
    background: #0000004a;
    backdrop-filter: blur(44px);
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    font-family: "Plus Jakarta Sans", Sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.project_carousel .owl-item.active.center h2 a,
.project_carousel .owl-item.active.center .project-date {
    opacity: 1;
    visibility: visible;
}
.contact_info_wrap {
    width: fit-content !important;
    margin-left: auto;
}
.banner_slider ul.bdt-slideshow-items {
    aspect-ratio: unset !important;
    border-radius: 14px;
}
.banner_slider .bdt-slideshow-item .bdt-prime-slider-desc {
    margin: 0px;
}

.banner_slider .bdt-slideshow-item .bdt-prime-slider-content {
    max-width: 700px;
    margin: 0px auto !important;
    text-align: center;
}
.banner_slider_social_icons .elementor-grid-item .elementor-screen-only {
    height: fit-content;
    position: static;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", Sans-serif;
    letter-spacing: 2.24px;
    transition: all 0.5s;
}
.banner_slider_social_icons .elementor-grid-item .elementor-screen-only:hover {
    color: var(--e-global-color-secondary);
}
.banner_slider_social_icons .elementor-grid-item svg {
    display: none;
}
.banner_slider .bdt-slideshow-item span.bdt-prime-slider-button-text {
    margin-right: 12px;
}
.banner_slider .bdt-slideshow-item .bdt-slide-btn .bdt-slide-btn-icon {
    right: 20px;
}
.banner_slider .bdt-slideshow-item .bdt-btn-wrapper {
    margin-top: 40px;
}
.banner_slider .bdt-slideshow-item a.bdt-slide-btn,
.banner_slider .bdt-slideshow-item .bdt-btn-wrapper {
    position: relative;
}
.banner_slider .bdt-slideshow-item a.bdt-slide-btn:before,
.banner_slider .bdt-slideshow-item a.bdt-slide-btn:after,
.banner_slider .bdt-slideshow-item .bdt-btn-wrapper:before,
.banner_slider .bdt-slideshow-item .bdt-btn-wrapper:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    transition: all 0.5s;
    transition: all 0.5s;
}
.banner_slider .bdt-slideshow-item .bdt-btn-wrapper:hover a.bdt-slide-btn:before,
.banner_slider .bdt-slideshow-item .bdt-btn-wrapper:hover a.bdt-slide-btn:after,
.banner_slider .bdt-slideshow-item .bdt-btn-wrapper:hover:before,
.banner_slider .bdt-slideshow-item .bdt-btn-wrapper:hover:after {
    border-color: var(--e-global-color-primary);
}
.banner_slider .bdt-slideshow-item .bdt-btn-wrapper:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    left: -9px;
    bottom: -9px;
}
.banner_slider .bdt-slideshow-item .bdt-btn-wrapper:after {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    right: -9px;
    bottom: -9px;
}
.banner_slider .bdt-slideshow-item a.bdt-slide-btn:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    left: -10px;
    top: -10px;
}
.banner_slider .bdt-slideshow-item a.bdt-slide-btn:after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: -10px;
    top: -10px;
}
.banner_slider .bdt-dotnav {
    left: 50%;
    transform: translateX(-40%);
    bottom: -20px;
}
.banner_slider .bdt-slideshow-nav li {
    margin-right: 8px;
}
.banner_slider .bdt-slideshow-nav li a {
    width: 40px;
    height: 2px;
    background-color: #ffffff33;
}
.banner_slider .bdt-slideshow-nav li a:before {
    display: none;
}
.banner_slider .bdt-slideshow-nav li.bdt-active a {
    width: 70px;
    background-color: var(--e-global-color-text);
}
.banner_slider .bdt-prime-slider .bdt-slideshow-items li:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00173199;
    top: 0;
    opacity: 0.4;
    background: linear-gradient(0deg, rgba(0, 23, 49, 0.6), rgba(0, 23, 49, 0.6)), linear-gradient(180deg, rgba(0, 15, 32, 0.6) 0%, rgba(0, 15, 32, 0) 71.15%);
    left: 0;
}
.banner_slider .bdt-prime-slider-wrapper {
    position: relative;
    z-index: 2;
}
.header {
    position: fixed;
    width: 100%;
    top: 40px;
    transition: all 0.5s;
}
.navbar_toggle {
    margin-right: 40px;
}
.navbar_toggle .hfe-nav-menu-icon {
    border-color: #ffffff4d;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.navbar_toggle .hfe-nav-menu-icon:hover {
    background-color: var(--e-global-color-text);
}
.navbar_toggle .hfe-nav-menu-icon:hover svg line {
    stroke: var(--e-global-color-primary);
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    display: unset !important;
    left: -100%;
    width: 100%;
    transition: all 0.7s;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
    left: 0;
}
.navbar_toggle nav {
    width: fit-content;
    margin: 0px auto;
}
.hfe-flyout-content.push {
    display: flex;
    align-items: center !important;
}
.navbar_toggle a.hfe-menu-item {
    position: relative;
    width: fit-content;
    padding-left: 75px !important;
}
.navbar_toggle a.hfe-menu-item:hover {
    transform: translateX(10px);
}
.navbar_toggle a.hfe-menu-item:before {
    position: absolute !important;
    content: "";
    height: 2px;
    width: 0px;
    background-color: var(--e-global-color-secondary);
    opacity: 0;
    left: 0px;
    transition: all 0.5s;
}
.navbar_toggle a.hfe-menu-item:hover:before,
.navbar_toggle li.current-menu-item a.hfe-menu-item:before {
    opacity: 1;
    width: 60px;
}
.navbar_toggle li.current-menu-item a.hfe-menu-item {
    transform: translateX(10px);
}
.navbar_toggle li.current-menu-item a.hfe-menu-item::before {
    opacity: 1 !important;
}

.unbeatable_value_sec {
    min-height: 762px;
}
html.sticky .header {
    background: var(--e-global-color-primary);
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 10%);
    top: 0px;
    padding: 15px 0px !important;
}
html.sticky .header .elementor-column {
    align-items: center;
}
.header a {
    width: 135px;
    transition: all 0.5s;
}
.social_media_wrap .elementor-widget-wrap {
    width: fit-content;
    position: relative;
}
.social_media_wrap .elementor-widget-wrap:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
}
.gallery_wrap a {
    display: block;
}
.gallery_wrap a img {
    width: 100%;
}
.services-list .service-item {
    display: flex;
    padding: 30px 26px;
    background: transparent;
    border-bottom: 1px solid #ffffff4d;
    position: relative;
    transition: all 0.4s;
}
.services-list .service-item:last-child {
    border-bottom: 0;
}
.services-list .service-item .service-number {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #24c3e5;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-top: 10px;
    transition: all 0.4s;
}
.services-list .service-item:hover .service-number {
    color: #fff;
}
.services-list .service-item .service-content h3 {
    margin: 0;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 10px;
}
.services-list .service-item .service-content h3:hover {
    color: var(--e-global-color-secondary);
}
.service-content {
    margin-left: 12px;
    width: 390px;
    max-width: 100%;
}
.services-list .service-item .service-content h3 a {
    color: inherit;
}
.service-content p {
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: rgba(255, 255, 255, 0.7);
    max-width: 290px;
    margin-bottom: 0;
}
.services-list .service-item .service-image img {
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0deg) scale(0.8);
    transition: all 0.6s;
    opacity: 0;
    border: 5px solid #ffffff;
}
.services-list .service-item:hover .service-image img {
    transform: rotate(8deg) scale(1);
    opacity: 1;
}
.services-list .service-item:hover {
    background-color: #00000012;
}
.location_box .elementor-widget-wrap.elementor-element-populated {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.location_box span.elementor-icon {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background-color: rgba(255, 255, 255, 0.06);
}
.service_list ul.elementor-icon-list-items li.elementor-icon-list-item a {
    padding: 15px 20px;
    background: #edf5fe;
    border: 1px solid rgba(0, 42, 90, 0.1);
    border-radius: 6px;
}
.service_list ul.elementor-icon-list-items li.elementor-icon-list-item a:hover {
    background-color: #002a5a;
}
.service_list .elementor-shortcode h3.widget-title {
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-transform: uppercase;
    color: #002a5a;
    margin: 0 0 18px 0;
}
.service_list div#text-2,
.service_list div#text-3 {
    background: #ffffff;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 22px;
}
.services-buttons .service-button {
    display: block;
    padding: 15px 20px;
    background: #edf5fe;
    border: 1px solid rgba(0, 42, 90, 0.1);
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    color: #002a5a;
    font-family: "Plus Jakarta Sans";
    margin-bottom: 8px;
}
.services-buttons .service-button:hover {
    background: #002a5a;
    color: #fff;
}
.services-buttons .service-button:last-child {
    margin-bottom: 0;
}
.services-buttons .service-button:hover,
.services-buttons .service-button.active {
    background-color: #002a5a;
    color: #FFF;
    font-weight: 500;
}
.service_list div#text-3 .form_field {
    margin-bottom: 16px;
}
.service_list div#text-3 {
    padding-bottom: 32px;
}
.col_sticky {
    position: sticky;
    top: 360px;
}
.service_detail_pg .elementor-container {
    align-items: flex-start;
}
@media (max-width: 1366px) {
    .faq_sec .contact_form_wrap {
        width: 40% !important;
    }
    .faq_sec .faq_detail_wrap {
        width: 60% !important;
    }
    .project_carousel .owl-item.active.center img {
        min-height: 400px;
    }
    .project_carousel .owl-item img {
        height: 300px;
    }
    .project_carousel .advanced-works {
        min-height: 500px;
    }
    .testimonial_carousel .swiper {
        padding: 40px 5% 60px !important;
    }
    .zc-since-logo-wrap:before,
    .zc-since-logo-wrap:after {
        height: 50px;
    }
    .zc-since-logo-wrap:before {
        top: -64px;
    }
    .zc-since-logo-wrap:after {
        bottom: -68px;
    }
}
@media (max-width: 1200px) {
    .about-us-heading:after {
        right: 20px;
    }
    .contact_form .submit_btn .btn {
        padding: 10px 16px;
        font-size: 14px;
    }
    .faq_wrap .elementor-accordion-item {
        padding: 16px 26px;
    }
    .pricing_wrap .elementor-container {
        gap: 25px;
    }
    .testimonial_carousel .swiper {
        padding: 40px 0% 60px !important;
    }
    .testimonial_carousel .swiper .block-shadow {
        padding: 10px 25px 25px 25px;
    }
    .service_image_box .elementor-widget-container:before {
        font-size: 18px;
        left: 10px;
        top: 36px;
    }
    .service_image_box img {
        max-width: 200px;
    }
    .about-us-icon-box span.elementor-icon svg {
        height: 56px;
    }
    .services-list .service-item .service-image img {
        max-width: 200px;
    }
}
@media (max-width: 1024px) {
    body {
        padding-top: 75px;
    }
    .header {
        top: 0px;
    }
    html.sticky .header {
        padding: 10px 0px !important;
    }
    .navbar_toggle {
        margin-right: 20px;
    }
    .navbar_toggle .hfe-nav-menu-icon {
        height: 45px;
        width: 45px;
    }
    .header {
        background-color: var(--e-global-color-primary);
    }

    .banner_slider .bdt-dotnav {
        bottom: 0px;
    }
    .testimonial_carousel .swiper {
        padding: 40px 0% 20px !important;
    }
    .faq_sec .contact_form_wrap {
        width: 46% !important;
    }
    .faq_sec .faq_detail_wrap {
        width: 54% !important;
    }
    .contact_form .text-wrap {
        display: block;
    }
    .contact_form .form_field {
        margin-bottom: 12px;
    }
    .contact_form .form-control {
        height: 40px;
    }
    .contact_form textarea.form-control {
        margin-bottom: 15px;
    }
    .project_carousel .owl-item.active.center img {
        min-height: 250px;
    }
    .project_carousel .owl-item img {
        height: 200px;
    }
    .project_carousel .advanced-works {
        min-height: 350px;
    }
    .testimonial_carousel .swiper .swiper-slide {
        margin-right: 12px !important;
    }
    .bdt-prime-slider-dragon .bdt-prime-slider-social-icon {
        left: 28px;
    }
    .banner_slider ul.bdt-slideshow-items {
        min-height: 540px !important;
    }
    .about-us-img-wrap .elementor-widget-container:before {
        height: 50px;
        width: 50px;
    }
    .about-us-icon-box span.elementor-icon svg {
        height: 42px;
    }
    .services-list .service-item .service-content h3 {
        font-size: 26px;
    }
    .services-list .service-item {
        padding: 25px 35px;
    }
    .location_box .elementor-widget-wrap.elementor-element-populated {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .col_sticky {
        top: 280px;
    }
    .service_list div#text-2, .service_list div#text-3 {
        background: #ffffff;
        border-radius: 8px;
        padding: 16px;
        margin-bottom: 18px;
    }
    .location_box span.elementor-icon {
        height: 45px;
        width: 45px;
        padding: 12px;
    }
    .services-buttons .service-button {
        padding: 8px 10px;
        border-radius: 4px;
        font-size: 14px;
    }
    .service_list div#text-3 .form_field {
        margin-bottom: 10px;
    }
    .service_list .elementor-shortcode h3.widget-title {
        font-size: 16px;
        margin: 0 0 12px 0;
    }
    .service_list div#text-3 button.btn {
        font-size: 13px;
        padding: 10px 12px;
    }
    .service_list div#text-3 {
        padding-bottom: 22px;
    }
    .service_list div#text-3 label {
        font-size: 13px;
    }
    .contact_form_wrap {
        top: 100px;
    }
}
@media (max-width: 767px) {
    body {
        padding-top: 70px;
    }
    .navbar_toggle a.hfe-menu-item {
        padding-left: 15px !important;
        text-align: center;
        width: 100%;
    }
    .navbar_toggle a.hfe-menu-item:before {
        display: none;
    }
    .navbar_toggle a.hfe-menu-item:hover,
    .navbar_toggle li.current-menu-item a.hfe-menu-item {
        transform: translateX(0px);
    }
    .header a,
    html.sticky .header a {
        width: 100%;
    }

    .btn .elementor-button-wrapper:before,
    .btn .elementor-button-wrapper:after,
    .btn a.elementor-button:before,
    .btn a.elementor-button:after {
        height: 8px;
        width: 8px;
    }
    .btn a.elementor-button:before {
        left: -8px;
        top: -8px;
    }
    .btn a.elementor-button:after {
        right: -8px;
        top: -8px;
    }
    .btn .elementor-button-wrapper:before {
        left: -7px;
        bottom: -7px;
    }
    .btn .elementor-button-wrapper:after {
        right: -7px;
        bottom: -7px;
    }
    .about-us-heading h3 {
        padding-top: 14px;
    }
    .counter_box,
    .counter_box .elementor-widget-container {
        height: fit-content;
    }
    .counter_box:nth-child(2) .elementor-counter-title br {
        display: none;
    }
    .faq_sec .contact_form_wrap,
    .faq_sec .faq_detail_wrap {
        width: 100% !important;
    }
    .contact_form_wrap {
        position: static;
    }
    .faq_wrap .elementor-accordion-item {
        padding: 12px 20px;
    }
    .project_carousel .project-date {
        padding: 4px 10px;
        font-size: 13px;
    }
    .project_carousel .owl-item h2 {
        font-size: 18px;
        margin-top: 20px;
    }
    .project_carousel .owl-item img,
    .project_carousel .owl-item.active.center img {
        min-height: 200px;
    }
    .project_carousel .advanced-works {
        min-height: fit-content;
    }
    .project_carousel .owl-nav {
        display: flex;
        width: fit-content;
        right: 0;
        margin: auto;
        gap: 15px;
        top: auto;
        bottom: -48px;
    }
    .star_faq_wrap .elementor-accordion-item .elementor-tab-title:before {
        font-size: 16px;
        top: 14px;
    }
    .star_faq_wrap .elementor-accordion-item .elementor-tab-title {
        padding-left: 32px;
    }
    .star_faq_wrap .elementor-accordion-item ul {
        padding-left: 32px;
    }
    .star_faq_wrap .elementor-accordion-item ul li {
        margin-bottom: 2px;
        padding-left: 12px;
    }
    .star_faq_wrap .elementor-accordion-item .elementor-tab-title svg {
        height: 12px;
        width: 12px;
    }
    .testimonial_carousel .swiper {
        padding: 25px 0% 0px !important;
    }
    .bdt-prime-slider-dragon .bdt-prime-slider-social-icon {
        display: none;
    }
    .banner_slider .bdt-ps-button .bdt-ps-button-text {
        padding: 10px 20px;
        margin-top: 20px;
    }
    .unbeatable_value_sec {
        min-height: auto;
    }
    .testimonial_carousel .swiper .swiper-slide {
        margin: 0px !important;
    }
    .testimonial_carousel .swiper .block-shadow {
        margin: 0px 15px;
    }

    .testimonial_carousel .swiper .slide-image {
        height: 55px;
        left: 17px;
    }

    .service_image_box img {
        position: static;
        margin-left: -35px;
        opacity: 1;
    }
    .service_image_box img {
        max-width: 150px;
    }
    .service_image_box .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .service_image_box .elementor-widget-container:before {
        display: none;
    }
    .service_image_box .elementor-widget-container:hover img {
        transform: rotate(0deg) scale(0.8);
    }
    .banner_slider ul.bdt-slideshow-items {
        min-height: 500px !important;
    }
    .footer_menu .hfe-nav-menu li {
        width: 50%;
    }
    .services-list .service-item .service-number {
        display: none;
    }
    .service-content {
        margin-left: 0;
        order: 1;
        width:100%;
    }
    .services-list .service-item .service-content h3 {
        font-size: 14px;
    }
    .service-content p {
        font-size: 12px;
        max-width: 100%;
        line-height: 140%;
    }
    .services-list .service-item {
        padding: 0 20px;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .services-list .service-item .service-image img {
        position: static;
        margin-left: -35px;
        opacity: 1 !important;
        max-width: 150px;
    }
    .services-list .service-item:hover .service-image img {
        transform: scale(0.8);
    }
    .col_sticky {
        position: static;
    }    
}