/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 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
*/

/*Header*/
.darkHeader {
    background-color: #34322f;
}

.orange-btn a.elementor-button:hover span.elementor-button-icon svg path {
    filter: brightness(0) saturate(100%) invert(56%) sepia(30%) saturate(2460%) hue-rotate(343deg) brightness(98%) contrast(97%);
}

.dark-blue-btn a.elementor-button:hover span.elementor-button-icon svg path {
    filter: brightness(0) saturate(100%) invert(22%) sepia(11%) saturate(4874%) hue-rotate(203deg) brightness(95%) contrast(111%);
}

.footer-link {
    color: #fff;
}

.footer-link:hover {
    color: #F67828;
}

.elementor-16 .elementor-element.elementor-element-dc62ee9 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before {
    background-color: transparent !important;
}

.e--pointer-overline .elementor-item:before {
    background-image: url(https://dev.wordpress-developer.us/core-powder-coating/wp-content/uploads/2024/11/Group-16.png);
    height: 10px !important;
    background-repeat: no-repeat;
    background-position: center;
    top: 3px;
    left: 2px;
}

/*Home page css starts here*/

.two-color-heading span {
    color: #F67828;
}

.call-us-widget h3.elementor-icon-box-title {
    margin-top: 0;
    margin-bottom: 6px;
}

.call-us-widget .elementor-icon-box-content p {
    font-weight: 700 !important;
}

.home-icon-box h3.elementor-icon-box-title {
    margin-bottom: 0;
}

/*our service slider*/
.hidden-description {
    /* display: none !important; */
    margin-bottom: -171px !important;
    margin-top: 20px !important;
    transition: 0.6s !important;
    min-height: 138px !important;
    
}

.service-card-hover:hover .hidden-description {
    /* display: block !important; */
    margin-bottom: 0 !important;
    transition: 0.6s !important;
    cursor: pointer;
}

.home-gallery .gallery-icon.landscape a img {
    width: 100%;
}

/*Home page contact form*/

.contact-form input {
    border-radius: 10px !important;
    border: 1px solid #353230 !important;
    padding: 20px 20px 15px 21px !important;
}

.contact-form input::placeholder,
.contact-form input,
.contact-form textarea,
.contact-form textarea::placeholder {
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    line-height: 30px;
    color: #353230 !important;
}

.contact-form textarea {
    border-radius: 10px !important;
    border: 1px solid #353230 !important;
    padding: 20px 22px !important;
    resize: none;
    height: 144px !important;

}

.contact-form input[type="submit"] {
    background-color: #21247D !important;
    border-radius: 50px !important;
    border: 1px solid #21247D !important;
    font-family: 'Arial' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 10px 37px 8px 37px !important;
}

.contact-form input[type="submit"]:hover {
    background-color: #fff !important;
    color: #21247D !important;
}

.contact-form .gform_footer.before {
    margin: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #c02b0a !important;
}

div#gform_confirmation_message_1 {
    font-family: 'Montserrat';
    font-size: 17px;
}

.contact-form .elementor-widget-container {
    padding: 0 !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
}

.contact-links {
    color: #353230;
}

.contact-links:hover {
    color: #F67828;
}

.contact-form div#gform_confirmation_message_1 {
    margin-top: 30%;
}

/*--------------------------------------------------------About Page cass starts from here ------------------------------------------------------------------------------------------------------------------------------------------*/

.counter-box {
    position: relative !important;
}

.counter-box:first-child::before {
    display: none;
}

.counter-box::before {
    content: "" !important;
    position: absolute !important;
    height: 177px !important;
    width: 1px !important;
    top: -26px !important;
    left: -12px !important;
    background-image: url(https://dev.wordpress-developer.us/core-powder-coating/wp-content/uploads/2024/11/Line-11.png) !important;
    background-position: center !important;
    background-size: cover !important;
}

.team-member-loop .elementor-widget-container p {
    margin-bottom: 0;
}

/*----------------------------------------------------------------FAQ page ------------------------------------------------------------------------------------------------*/
.faq-section .e-n-accordion-item {
    border: 1px solid #000;
    border-radius: 10px;
    padding-left: 28px;
    padding-right: 25px;
}

.faq-section span.e-n-accordion-item-title-icon {
    background-color: #E8E8E8;
    padding: 7px;
    border-radius: 5px;
}

/*Service page*/
.icon-box-counter .elementor-icon-box-icon {
    margin-top: 11px;
    z-index: 2;
}

.parent-counter-container {
    counter-reset: iconBoxCounter;
}

.icon-box-counter {
    position: relative;
    margin-bottom: 38px !important;
}

.icon-box-counter:last-child {
    margin-bottom: 0 !important;
}

.icon-box-counter::before {
    counter-increment: iconBoxCounter;
    content: counter(iconBoxCounter);
    font-family: 'arial';
    font-size: 1.5em;
    margin-right: 10px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 7px;
    z-index: 3;
    top: 17px;
    width: 1.4em;
    display: flex;
    justify-content: center;
}

.parent-counter-container {
    position: relative;
}

.parent-counter-container::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 24px;
    height: 82%;
    width: 1px;
    background-image: url(https://dev.wordpress-developer.us/core-powder-coating/wp-content/uploads/2024/11/Line-15.png);
    z-index: 1;
}

.quotation-css .elementor-widget-container span {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
}

.quotation-css .elementor-widget-container span.qt-strt::after,
.quotation-css .elementor-widget-container span.qt-end::before {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quotation-css .elementor-widget-container span.qt-strt::after {
    background-image: url(https://dev.wordpress-developer.us/core-powder-coating/wp-content/uploads/2024/11/unnamed-file.png);
    left: -8px;
    top: -10px;
    height: 24px;
    width: 28px;
}

.quotation-css .elementor-widget-container span.qt-end::before {
    background-image: url(https://dev.wordpress-developer.us/core-powder-coating/wp-content/uploads/2024/11/1.png);
    left: 8px;
    top: 2px;
    height: 15px;
    width: 18px;
}

.quotation-css .elementor-widget-container {
    position: relative;
}


/*Gallery page*/

.gallery-btn button.wplg_gallery_loadmore {
    background-color: #F67828;
    color: #fff;
    border-radius: 50px !important;
    border: 1px solid #f67828;
    height: 40px !important;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 1px 26px 0 6px !important;
    position: relative;
    cursor: pointer;
    margin-top: 50px;
}

.gallery-btn button.wplg_gallery_loadmore::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    right: 15px;
    top: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24143 12.5563L12.5551 1.24264M12.5551 1.24264V9.72792M12.5551 1.24264H4.06986' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.gallery-btn button.wplg_gallery_loadmore:hover {
    color: #F67828;
    background-color: #fff !important;
}

.gallery-btn button.wplg_gallery_loadmore:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.24143 12.5563L12.5551 1.24264M12.5551 1.24264V9.72792M12.5551 1.24264H4.06986' stroke='%23F67828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.gallery-btn button.wplg_gallery_loadmore label {
    font-family: 'Arial';
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.gallery-btn button .wplg-disable-loadmore .gallery-btn button .wplg-disable-loadmore:hover {

    cursor: not-allowed !important;
}

.gallery-btn .wplg-gallery-masonry .wplg-gallery-item.masonry-brick .wplg-gallery-box {
    border-radius: 20px;
}

button.mfp-arrow.mfp-arrow-left.mfp-prevent-close:hover,
button.mfp-arrow.mfp-arrow-left.mfp-prevent-close:focus,
button.mfp-arrow.mfp-arrow-right.mfp-prevent-close:hover,
button.mfp-arrow.mfp-arrow-right.mfp-prevent-close:focus {
    background-color: #F67828 !important;
}

@media screen and (max-width:1500px) {
    .quotation-css .elementor-widget-container::after {
        right: 10%;
    }

}

@media screen and (max-width:1024px) {
    .quotation-css .elementor-widget-container::after {
        right: 10%;
        bottom: 23px;
    }

    .quotation-css .elementor-widget-container::before {
        left: 15px;
        top: 22px;
    }

    .contact-form div#gform_confirmation_message_1 {
        margin-top: 25%;
    }

}
@media screen and (max-width: 880px) and (min-width: 766px) {
    .icon-box-counter::before {
        left: 9px;
    }
}

@media screen and (max-width:767px) {


    .contact-form .gform_wrapper.gravity-theme .gform_footer {
        justify-content: center;
    }

    .counter-box::before {
        display: none !important;
    }

    .parent-counter-container::after {
        display: none;
    }

    .icon-box-counter::before {
        left: 47%;
    }

    .icon-box-counter {
        margin-bottom: 20px !important;
    }

    .quotation-css .elementor-widget-container::before {
        left: 4px;
        top: 18px;
        height: 18px;
        width: 22px;
    }

    .quotation-css .elementor-widget-container::after {
        right: 2%;
        bottom: 15px;
    }

    .quotation-css .elementor-widget-container span.qt-strt::after {
        left: -8px;
        top: 0px;
        height: 19px;
        width: 23px;
    }

    .quotation-css .elementor-widget-container span.qt-end::before {
        left: 8px;
        top: 5px;
        height: 13px;
        width: 16px;
    }

    div#gform_confirmation_message_1 {
        text-align: center;
        font-size: 17px;
    }

    .contact-form div#gform_confirmation_message_1 {
        margin-top: 5%;
    }

}

@media screen and (max-width:500px) {
    .icon-box-counter::before {
        left: 45%;
    }

}