/* 
Theme Name: Hello Elemento Child
Description: Welcome to your new site
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/


:root {
    /* container (wrap) */
    --wrap: 1290px;
    --wrapspace: 20px;
}

.wrap {
    max-width: calc(var(--wrap) + (var(--wrapspace) * 2));
    width: 100%;
    margin: 0 auto;
    padding-left: var(--wrapspace);
    padding-right: var(--wrapspace);
}

.testi_none {
    display: none !important;
}

.google_map iframe {
    display: block;
}

.elementor-widget-text-editor .elementor-widget-container p:last-child {
    margin-bottom: 0;
}

.elementor-widget-container>p:last-child {
    margin-bottom: 0;
}

.header_menu .elementskit-navbar-nav>li>a {
    position: relative;
    z-index: 1;
}

.main_header.elementor-sticky--effects {
    transition: 0.3s all;
}

.main_header.elementor-sticky--effects {
    background: #131521;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgb(255 255 255 / 4%) 0px 1px 1px -0.5px, rgb(255 255 255 / 4%) 0px 3px 3px -1.5px, rgb(255 255 255 / 4%) 0px 6px 6px -3px, rgb(255 255 255 / 4%) 0px 12px 12px -6px, rgb(255 255 255 / 4%) 0px 24px 24px -12px;
}

.elementor-location-footer p a {
    color: #fff;
}

.view_all_services h4,
.elementor-location-footer p a {
    transition: 0.3s all;
}

.view_all_services:hover h4 {
    color: #131521 !important;
}

.header_menu .elementskit-navbar-nav>li>a:after {
    content: '';
    background: #FFFFFF;
    height: 13px;
    width: 1px;
    position: absolute;
    right: 44px;
    opacity: 0.2;
    transform: rotate(15deg);
}

.header_menu .elementskit-navbar-nav>li:last-child a {
    padding-right: 0 !important;
}

.header_menu .elementskit-navbar-nav>li:last-child a:after {
    display: none;
}


.orange_line {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: max-content;
}

.logo_center_marketing {
    transform: translate(-50%, -50%);
}

.marketing_main {
    height: 100% !important;
}

.float_number .elementor-widget-container {
    width: 28px;
    height: 28px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.process_line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(-100% - 33px);
}

.marketing_icon_accordian .uc_material_accordion .uc_container .uc_ac_box:first-child .uc-heading {
    padding-top: 0;
}

.marketing_icon_accordian .uc_material_accordion .uc_container .uc_ac_box.uc-item-active .uc-heading {
    border-bottom: 0;
    padding-bottom: 10px;
}

.marketing_icon_accordian .uc_material_accordion .uc_container .uc_ac_box .uc_content p:last-child {
    margin-bottom: 0;
}

.testimonials_box .elementor-widget-image-box figure.elementor-image-box-img {
    height: 70px;
    max-width: 100% !important;
}

.testimonials_box .elementor-widget-image-box figure.elementor-image-box-img img {
    height: 100%;
    width: 100%;
}

.testimonials_box .elementor-widget-image-box .elementor-image-box-wrapper {
    flex-wrap: wrap;
}

.testimonials_box .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
    width: max-content;
}

.testimonial_tab .e-n-tabs-heading {
    align-self: flex-end;
    border: 1px solid #00000033;
    border-radius: 31px;
    padding: 5px;
}

.blog_read_more svg path {
    fill: none !important;
    transition: 0.3s all;
}

.blog_content_main {
    height: 100%;
}


.contact_form input.gform_button {
    background: #44B9FF;
    color: #000000;
}

.contact_form .gfield input::placeholder,
.contact_form .gfield textarea::placeholder,
.contact_form .gfield select {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    color: #333342;
    line-height: 30px;
    opacity: 1;

}

.contact_form .gform_wrapper form .gfield select {
    background-image: url('/wp-content/uploads/2025/04/path589.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 96% center;
    appearance: none;
    padding: 0px 19px;
}

.contact_form .gfield input,
.contact_form .gfield textarea,
.contact_form .gfield select {
    color: #333342 !important;
    min-height: 60px;
    border-radius: 5px;
    background: #fff;
    padding: 14px 19px !important;
}

.gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_checkbox label:before {
    content: '';
    -webkit-appearance: none;
    border: 1px solid #FF914E;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 0;
    background-color: transparent;
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_checkbox label {
    position: relative;
    cursor: pointer;
    color: #fff;
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_checkbox input {
    padding: 0;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.gform_wrapper.gravity-theme .ginput_container.ginput_container_checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 5px;
    height: 13px;
    border: solid #FF914E;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gform_wrapper .gfield_checkbox .gchoice {
    width: calc(100%/2 - 12px);
    display: flex;
    align-items: center;
}

.gform_wrapper legend, .gform_wrapper label {
    color: #fff;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper input,
.gform_wrapper textarea {
    color: #333342;
}

.contact_page_form .gform_wrapper.gravity-theme .gfield_label,
.contact_page_form .gform_wrapper.gravity-theme .ginput_container.ginput_container_checkbox label {
    color: #333342;
    width: 100%;
    max-width: 100%;
}


.blog_date {
    position: absolute;
    right: 40px;
    top: 0;
    background: #fff;
    width: 60px;
    height: 80px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.blog_date ul {
    width: 100%;
}

.blog_date ul li.elementor-icon-list-item {
    justify-content: center;
}

.blog_date ul li.elementor-icon-list-item:first-child {
    font-size: 30px !important;
}

.blog_date ul.elementor-icon-list-items.elementor-post-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.services_box h4 {
    transition: 0.3s all;
}

.services_box:hover h4 {
    color: #FF914E !important;
}

.contact_form.newsletter form .ginput_container_email input {
    background-image: url('/wp-content/uploads/2025/04/Clip-path-group-1.png');
    background-repeat: no-repeat;
    background-position: 30px 47%;
    padding-left: 68px !important;
    background-color: transparent;
    border: 1px solid #fff;
    min-height: 70px;
    color: #fff !important;
}

.contact_form.newsletter form .ginput_container_email input::placeholder {
    padding-left: 0;
    color: #fff;
}

.add_flex .elementor-icon-wrapper {
    display: flex;
}

.services-icon .elementor-icon {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.inner-page-blog {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.services_box:hover .services_box_img img {
    transform: scale(1.1);
}

.services_box .services_box_img img {
    transition: 0.3s ease-in-out;

}

.services_box .services_box_img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.page-banner {
    background-size: cover;
    background-repeat: no-repeat;
}

.btm_pt {
    padding-bottom: 0 !important;
}

.case_study_tab .e-n-tabs-heading button {
    width: 100%;
    max-width: 100% !important;
    border-bottom: 1px solid #13152126 !important;
    justify-content: space-between;
}

.case_study_tab .e-n-tabs-heading button:last-child {
    border-bottom: 0px !important;
}

.case_study_tab .e-n-tabs-heading button[aria-selected="true"],
.case_study_tab .e-n-tabs-heading button:hover {
    border-radius: 10px;
    border-bottom: 1px solid transparent !important;
}

.case_study_tab .hover_icon a svg path {
    transition: 0.2s all;
}

.case_study_tab .hover_icon a:hover svg path {
    stroke: #44B9FF !important;
    fill: none !important;
}

.single-post ul {
    margin-bottom: 15px;
}


@media only screen and (min-width: 641px) {
    .case_study_tab .e-n-tabs-heading button {
        width: 100%;
        max-width: 232px;
    }
}


@media only screen and (min-width: 1441px) and (max-width: 1500px) {
    .header_menu nav ul li a {
        padding-right: 70px !important;
    }
}

@media only screen and (max-width: 1440px) {
    .process_line {
        right: calc(-100% - 13px);
    }

    .header_menu .elementskit-navbar-nav>li>a:after {
        right: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .header_menu .elementskit-navbar-nav>li>a:after {
        right: 27px;
    }

    .process_line.process_line_five {
        right: calc(-100% - -10px);
    }

    .header_menu .elementskit-navbar-nav>li>a:after {
        right: 12px;
    }

    .gform_wrapper .gfield_checkbox .gchoice {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .main_header ul.elementskit-navbar-nav li a i.icon {
        color: var(--e-global-color-f1fe7a7) !important;
    }

    .header_menu .elementskit-navbar-nav>li>a:after {
        display: none;
    }

    .header_menu {
        position: absolute;
        top: 34%;
        right: 0;
    }

    .contact_form input.gform_button {
        padding: 15px 30px !important;
        font-size: 16px !important;
        line-height: 1 !important;
    }

    .services-inner-banner:before {
        background-image: linear-gradient(-90deg, #13152100 0%, #131521 0%) !important;
    }

    .header_menu nav ul li.menu-item-has-children a {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {
    .blog_content_main {
        height: auto;
    }

    .marketing_icon_accordian .uc_material_accordion .uc_container .uc_ac_box .ue_expand {
        margin-left: 5px;
    }

    .footer_menu ul li.menu-item a {
        justify-content: center;
    }

    .contact_form .gform_footer {
        justify-content: center !important;
    }

    .contact_form .gfield select {
        padding: 0px 10px;
    }

    .contact_form .gform_wrapper form .gfield select {
        padding: 0px 10px !important;
    }

    .contact_form .gfield input,
    .contact_form .gfield textarea,
    .contact_form .gfield select {
        min-height: 50px;
    }

    .testimonial_tab .e-n-tabs-heading {
        align-self: center;
    }

    .our_clients_main button.slick-prev.custom-arrow.slick-arrow {
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 9;
        transform: translateY(-50%) rotate(180deg);
        width: 50px;
        height: 50px;
    }

    .our_clients_main {
        position: relative;
        z-index: 1;
    }

    .our_clients_main button.custom-arrow.slick-arrow {
        padding: 0;
        background: transparent !important;
    }

    .our_clients_main button.slick-next.custom-arrow.slick-arrow {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
    }

    .our_clients_main .slick-track {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .single-post ul {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .step_box {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
    }

    .contact_form input.gform_button {
        padding: 15px 25px !important;
        font-size: 15px !important;
        line-height: 1 !important;
    }

    .contact_form.newsletter form .ginput_container_email input {
        padding-left: 45px !important;
        background-position: 10px 47%;
    }

    br {
        display: none !important;
    }

    .case_study_tab .e-n-tabs-content>.e-flex.e-con.e-child>.elementor-element {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}


/* Author CSS */

.section-row {
    padding: 60px 0;
}

.author-page {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding-bottom: 20px;
    }
}

.author-banner-sec {
    min-height: 600px;
    background-color: var(--e-global-color-0b6314a);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px 0 100px;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.author-banner-sec::before {
    content: '';
    position: absolute;
    background-color: var(--e-global-color-0b6314a);
    opacity: 0.5;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.author-banner-row h1:last-child{
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
}

.author-banner-sec :is(h1, h2, h3, h4, h5, h6, p) {
    color: inherit;
}

.author-box {
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
    gap: 40px
}

.single-author-box {
    gap: 30px;
    background-color: #F8F8F8;
    padding: 20px;
    border: 1px solid var(--e-global-color-f1fe7a7);
    border-radius: 4px
}

.single-author-box .author-avatar {
    min-width: 200px;
    min-height: 200px;
    height: 200px
}

.author-avatar {
    min-width: 300px;
    min-height: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 8px
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.author-avatar img:hover {
    transform: scale(1.05)
}

.author-name {
    font-weight: 700;
    margin: 0;
    color: var(--e-global-color-f1fe7a7);
}

.author-bio strong {
    display: block;
    margin-bottom: 10px;
}

.author-social {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.author-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--e-global-color-f1fe7a7);
    color: #fff;
    font-size: 16px;
    transition: all .3s ease;
    text-decoration: none;
}

.author-social a:hover {
    background: var(--e-global-color-accent);
    color: #fff;
}
/* Author Details */

.author-page .author-box {
    margin: 0;
}

.author-full-bio-section {
    background: #F8F8F8;
}

.author-full-bio p:last-child{
    margin-bottom: 0;
}

.author-full-bio .wws_service_heading {
    text-align-last: left;
}

.author-full-bio .wws_service_heading:after {
    left: 0;
}

.author-full-bio-section p {
    margin-bottom: 20px;
}

.author-page ul {
    padding: 20px 0 20px 20px;
}

.author-page ul li {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-left: 40px;
}

.author-page ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 6px;
    color: #fff;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background-color: var(--e-global-color-f1fe7a7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

/* List styling */

.author-articles .author-articles-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Each article item */
.author-articles .author-articles-list .author-article-item {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.author-articles .author-articles-list .author-article-item .author-article-link {
    display: flex;
    min-height: 300px;
    max-height: 300px;
}

.author-article-thumb {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.author-articles a {
    display: block;
    text-decoration: none;
    color: var(--e-global-color-secondary);
    width: 100%;
}

.author-articles a:hover {
    color: var(--e-global-color-accent);
}

.author-article-title {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.3;
}

.author-article-title a {
    transition: all 0.3s ease-in-out;
}

.wws_service_heading {
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.14px;
    text-align: center;
    padding: 0 0 20px 0;
    position: relative;
    margin-bottom: 30px;
}

.wws_service_heading:after {
    position: absolute;
    content: '';
    width: 114px;
    height: 4px;
    background-color: var(--e-global-color-f1fe7a7);
    left: calc(50% - 57px);
    bottom: 0;
}

.section-title+div {
    margin-top: 40px;
}

.section-title.center {
    text-align: center;
}

.author-certifications ul {
    margin: 0 auto;
    text-align: left;
    column-count: 2;
    column-gap: 20px;
    padding: 20px 0 0 0;
    list-style-type: none;
}

.author-cert-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.author-cert-item {
    width: calc(20% - 16px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-posts {
    text-align: center;
    font-size: 18px;
    color: var(--e-global-color-f1fe7a7);
    margin-top: 20px;
    width: 100%;
}

.load-more-button {
    text-align: center;
    margin-top: 50px;
}

.load-more-button .site-button.site-button-primary {
    background-color: var(--e-global-color-accent);
    font-family: "Manrope", Sans-serif;
    color: var(--e-global-color-0b6314a);
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    padding: 16px 40px 16px 40px;
}

.load-more-button .site-button.site-button-primary:hover {
    background-color: var(--e-global-color-f1fe7a7);
}

#load-more-posts {
    margin: 0;
}
/* Responsive Styles */

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

    .single-author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0;
    }

    .single-author-box .author-social {
        justify-content: center;
    }

    .single-author-box .author-avatar {
        min-width: 100px;
        min-height: 100px;
        height: 100px;
    }

    .author-page ul li:before {
        font-size: 12px;
        width: 24px;
        height: 24px;
        top: 2px;
    }

    .author-article-title {
        font-size: 20px;
    }

    .author-articles .author-articles-list .author-article-item .author-article-link {
        min-height: 250px;
        max-height: 250px;
    }

    .author-articles .author-articles-list .author-article-item {
        width: calc(33.33% - 14px);
    }

    .author-cert-item {
        width: calc(25% - 16px);
    }
}

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


    .author-banner-sec {
        min-height: 350px;
        padding: 200px 0 100px;
    }

    .author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .author-name {
        font-size: 20px;
    }

    .author-social {
        justify-content: center;
    }

    .author-page .author-certifications ul {
        column-count: 1;
        column-gap: 0;
        padding: 0;
    }

    .author-articles .author-articles-list .author-article-item {
        width: calc(50% - 10px);
    }

    .author-page h2 {
        font-size: 26px !important;
    }

    .author-page h3 {
        font-size: 22px !important;
    }

    .wws_service_heading {
        padding-bottom: 10px;
    }

    .author-cert-item {
        width: calc(33.33% - 16px);
    }

    .author-page ul {
        padding: 20px 0 20px 10px;
    }

    .load-more-button {
        margin-top: 30px;
    }
}

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

        .author-banner-sec {
        padding: 150px 0 60px;
    }

    .author-articles .author-articles-list .author-article-item {
        width: 100%;
    }

    .author-page h2 {
        font-size: 24px !important;
    }

    .author-cert-item {
        width: calc(50% - 16px);
    }
}

@media only screen and (max-width: 479px) {
    .author-cert-item {
        width: 100%;
    }

    .author-articles .author-articles-list {
        gap: 30px;
    }
}

/* Responsive Styles */