/* 
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 */

.hp_navigation_menu nav ul#menu-1-9c4d879 {
    align-items: center !important;
}

/* PAV css start */
html,
body {
    overflow-x: hidden;
}

/* Header css start */
.hp_navigation_menu .elementor-item img.attachment-thumbnail {
    height: 120px;
    width: 120px;
    object-fit: contain;
    object-position: center;
}

.hp_navigation_menu .menu-item-object-custom a:after {
    display: none !important;
}

.hp_navigation_menu .menu-item-object-custom .elementor-item {
    padding: 0 !important;
}

.hp_navigation_menu .elementor-nav-menu {
    align-items: center;
}

/* Header css end */

/* Footer css start */
.subscribe_form .wpcf7-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 30px;
    /* border: 1px solid #634937; */
    background: rgba(253, 229, 182, 0.1);
}

.subscribe_form .wpcf7-form p br {
    display: none;
}

.subscribe_form .wpcf7-form p {
    margin: 0;
}

.subscribe_form .wpcf7-spinner {
    display: none;
}

.subscribe_form .wpcf7-form input.wpcf7-form-control.wpcf7-email {
    border: 0;
    outline: none;
    border-radius: 30px 0 0 30px;
    padding: 15px 20px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    background: transparent;
}

.subscribe_form .wpcf7-form-control.wpcf7-submit {
    border: 0;
    font-size: 0;
}

.subscribe_form .wpcf7-form-control.wpcf7-submit {
    content: "";
    background-image: url("https://ascrotaryatomizer.com/wp-content/uploads/2024/12/submit-icon.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    width: 60px;
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 30px 30px 0;
    border-left: 1px solid #FDE5B6;
}



.subscribe_form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: transparent;
}

.subscribe_form .wpcf7-not-valid-tip {
    position: absolute;
    left: 22px;
    padding-top: 5px;
    font-size: 16px;
}

.subscribe_form .wpcf7-form p:first-of-type {
    border-style: solid;
    border-width: 1px 0px 1px 1px !important;
    border-radius:5px 0px 0px 5px !important;
}
.subscribe_form .wpcf7-form p:nth-of-type(2) {
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
    border-radius:0px 5px 5px 0px !important;
}
.subscribe_form .wpcf7-form input.wpcf7-form-control.wpcf7-email {
    border-radius: 05px 0px 0px 5px !important;
}
.subscribe_form form.wpcf7-form.sent {
    position: relative;
}

.subscribe_form .wpcf7-response-output {
    position: absolute;
    top: 30px;
}

/* Footer css end */

/* Home css start */
.home-hero-img .elementor-widget-container {
    /* animation: imgannimation 4s linear infinite; */
    animation: imgannimationzoom 8s linear infinite;
}

@keyframes imgannimation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}


@keyframes imgannimationzoom {
    0% {
        transform: scale(0.10);
    }

    50% {
        transform: scale(0.50);
    }

    100% {
        transform:  scale(1);
    }
}

.hero-banner-right {
    position: absolute;
    right: 10%;
    bottom: 320px;
}

.home-hero-section>.e-con-inner {
    position: relative;
}

.theme-btn .elementor-button-icon svg {
    width: 25px;
}

.theme-btn .elementor-button:hover .elementor-button-icon svg path {
    fill: #fff;
}

.bg-sec-title:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    margin-top: 80px;
}

.about-section.bg-sec-title:before {
    background-image: url("https://ascrotaryatomizer.com/wp-content/uploads/2024/12/About-bg-text.png");
}

.service-section.bg-sec-title:before {
    background-image: url("https://ascrotaryatomizer.com/wp-content/uploads/2024/12/service-text.png");
}

.why-choose-section.bg-sec-title:before {
    background-image: url("https://ascrotaryatomizer.com/wp-content/uploads/2024/12/Why-Choose-ASC_.png");
}

.mission-section.bg-sec-title:before {
    background-image: url("https://ascrotaryatomizer.com/wp-content/uploads/2024/12/mission-text.png");
}

.elementor-custom-embed-image-overlay:before {
    background-color: #00000080;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
}

.contact-section .e-con-inner {
    position: relative;
}

.contact-form .wpcf7-form-control {
    border: 1px solid #FDE5B680 !important;
    background: rgba(253, 229, 182, 0.1);
    border-radius: 30px !important;
    padding: 14px 20px !important;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    outline: none;
}

.contact-form .wpcf7-form-control::-webkit-input-placeholder {
    color: #A59488;
}

.contact-form .wpcf7-form-control::-moz-placeholder {
    color: #A59488;
}

.contact-form textarea.wpcf7-form-control {
    height: 240px;
}
.contact-form.get-touch-form .wpcf7-form-control {
    border-color: #573C2B80 !important;
    background-color: #573C2B1A;
    color: #573C2B;
}
.contact-form .wpcf7-form-control.wpcf7-submit {
    background: rgba(255, 166, 59, 1);
    border: rgba(255, 166, 59, 1);
    font-family: Open Sans;
    letter-spacing: 0.01em;
    text-align: left;
    font-weight: 600;
    color: #573C2B;
    border: none !important;
    padding: 15px 58px 15px 30px !important;
}

.contact-form .wpcf7-form-control.wpcf7-submit:hover {
    background: #138FA3;
    color: #fff;
}

.contact-form .encap_contact_form_btn .wpcf7-spinner:after {
    content: "";
    background: url("https://ascrotaryatomizer.com/wp-content/uploads/2024/12/sent.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 15px;
    display: inline-block;
    visibility: visible;
    transform: translateX(-75px);
}

.contact-form .wpcf7-form-control.wpcf7-submit:hover+.wpcf7-spinner {
    filter: brightness(0) invert(1);
}
.contact-form .encap_contact_common_input p {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin: 0;
}

span.wpcf7-form-control-wrap {
    width: calc(50% - 12px);
}

.contact-form .encap_contact_common_input+.encap_contact_common_input,
.contact-form .contact_row_3.encap_contact_common_input_textarea {
    margin-top: 30px;
}

.contact-form .contact_row_3.encap_contact_common_input .wpcf7-form-control-wrap {
    width: 100%;
}

.contact-form .wpcf7-not-valid-tip {
    font-family: 'Open Sans';
    font-size: 14px;
}

.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7 form.payment-required .wpcf7-response-output {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-color: #baa17e;
    border-radius: 20px;
}

.contact-form.get-touch-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form.get-touch-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form.get-touch-form .wpcf7 form.payment-required .wpcf7-response-output {
    color: #573C2B;
}
.contact-form.get-touch-form .encap_contact_form_btn {
    padding-left: 70px;
}

.contact-form.get-touch-model .encap_contact_form_btn {
    padding-left: 0;
}
.contact-form.get-touch-model .encap_contact_form_btn .wpcf7-spinner:after {
    margin-top: -8px;
    transform: translateX(-90px);
}
.contact-form.get-touch-model .encap_contact_form_btn p {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
/* Model start */
#elementor-popup-modal-1380 .dialog-widget-content {
    max-width: 1506px;
    width: 90%;
}
#elementor-popup-modal-1380 .dialog-message {
    width: 100%;
}
/* Model end */         
/* Home css end */

/* hp_log 25/12/2024 */

.feature_main {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 24px;
}

.feature_main .feature_list {
    width: calc(33.33% - 24px);
    display: flex;
    align-items: center;
    gap: 15px;
}

.feature_main .feature_number {
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: rgba(255, 166, 59, 10%);
    font-family: "Teko";
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #FDE5B6;
    padding-top: 12px;
}

.feature_main .feature_content {
    width: calc(100% - 122px);
}

.product_feature_table {
    border: 0 !important;
}

.product_feature_table th,
.product_feature_table td {
    border-left: 0;
    border-right: 0;
    text-align: left;
    padding: 20px 0;
    border-color: rgba(87, 60, 43, 0.25);
    background: transparent !important;
}

.product_feature_table tr:first-child th,
.product_feature_table tr:first-child td {
    border-top: 0;
}

.product_feature_table tr:last-child th,
.product_feature_table tr:last-child td {
    border-bottom: 0;
}

.product_feature_table th {
    width: 30%;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.product_feature_table td {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    vertical-align: middle;
}

.product_feature_table ul li:before {
    content: "";
    background-image: url("http://encap-it.com/wp-content/uploads/2024/12/listicon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-block;
}

.product_feature_table ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_feature_table ul li+li {
    margin-top: 15px;
}

.product_feature_table ul {
    padding: 0;
}

@media (max-width: 1399px) {
    .hero-banner-right {
        right: 5px;
    }
}

@media (max-width: 1024px) {
    .feature_main .feature_list {
        width: calc(50% - 24px);
    }

    .feature_main .feature_number {
        width: 80px;
        height: 80px;
        font-size: 50px;
    }

    .feature_main .feature_content {
        font-size: 20px;
    }

    .feature_main {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .hp_navigation_menu .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url("https://ascrotaryatomizer.com/wp-content/uploads/2024/12/header-bg.png");
    }

    .hp_navigation_menu .elementor-menu-toggle.elementor-active {
        z-index: 2;
    }

    .hp_navigation_menu .menu-item-object-custom {
        display: none;
    }

    .hero-banner-right {
        position: unset;
    }

    .bg-sec-title:before {
        margin-top: 40px;
    }
    .feature_main .feature_list {
        width: 100%;
    }

    .feature_main .feature_content {
        font-size: 18px;
    }

    .feature_main .feature_number {
        width: 50px;
        height: 50px;
        font-size: 30px;
        padding-top: 5px;
    }

    .feature_main {
        gap: 15px;
    }

    .feature_main .feature_list {
        align-items: flex-start;
    }

    .product_feature_table th {
        font-size: 20px;
    }

    .product_feature_table td {
        font-size: 16px;
        line-height: 26px;
    }

    .product_feature_table ul li+li {
        margin-top: 6px;
    }

    .product_feature_table ul li:before {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        margin-top: 5px;
    }

    .product_feature_table th,
    .product_feature_table td {
        width: 100% !important;
        display: block;
        border: 0;
    }

    .product_feature_table tr {
        border-bottom: 1px solid rgba(87, 60, 43, 0.25);
    }

    .product_feature_table tr:last-child {
        border-bottom: 0;
    }

    .product_feature_table th {
        padding-bottom: 0;
    }

    .product_feature_table ul li {
        align-items: flex-start;
    }
    .contact-form .encap_contact_form_btn {
        text-align: left !important;
        padding: 0;
    }
}


@media (max-width: 574px) {
    .bg-sec-title:before {
        margin-top: 70px;
    }

    .contact-form .wpcf7-form-control {
        padding: 12px 18px !important;
        font-size: 16px;
        line-height: 25px;
    }

    .contact-form textarea.wpcf7-form-control {
        height: 160px;
    }

    .contact-form .wpcf7-form-control.wpcf7-submit {
        padding: 12px 50px 12px 25px !important;
    }

    .contact-form .encap_contact_form_btn .wpcf7-spinner:after {
        transform: translateX(-65px);
    }

    .contact-form .encap_contact_common_input p {
        gap: 15px;
        flex-direction: column;
    }

    .contact-form span.wpcf7-form-control-wrap {
        width: 100%;
    }

    .contact-form .encap_contact_common_input+.encap_contact_common_input,
    .contact-form .contact_row_3.encap_contact_common_input_textarea {
        margin-top: 15px;
    }
    .contact-form.get-touch-model .encap_contact_form_btn .wpcf7-spinner:after {
        transform: translateX(-80px);
    }
}
.contact-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff !important;
    color: #fff !important;
    width: 50% !important;
}



/* hp_log 30012025 */

/* Single News Post Styles */
/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

/* News Post Container */
.news-post {
    max-width: 900px;
    margin: 125px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.news-post:hover {
    transform: translateY(-5px);
}

/* Title Styles */
.news-post h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #573C2B;
    margin-bottom: 20px;
}

/* Metadata */
.news-post .meta {
    font-size: 0.9rem;
    color: #666;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

/* Featured Image */
.news-post img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Content */
.news-post .content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

/* Social Buttons */
.news-post .social-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.news-post .social-buttons button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.news-post .social-buttons .twitter {
    background: #573C2B;
}

.news-post .social-buttons .facebook {
    background: #573C2B;
}

.news-post .social-buttons button:hover {
    opacity: 1;
}

/* Author Box */
.author-box {
    margin-top: 40px;
    padding: 20px;
    background: #f1f1f1;
    border-left: 5px solid #573C2B;
    border-radius: 5px;
}

.author-box h3 {
    font-size: 1.3rem;
    color: #573C2B;
    margin-bottom: 10px;
}

/* Related Posts */
.related-posts {
    margin-top: 40px;
}

.related-posts h2 {
    font-size: 1.5rem;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.related-posts .post {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s;
}

.related-posts .post:hover {
    background: #e9ecef;
    transform: translateY(-3px);
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in {
    animation: fadeIn 1s ease-out;
}

/* Single page start */
.single-page-main {
    /* padding-top: 150px; */
    padding-top: 115px;
}
.single-container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.single-section {
    padding: 100px 15px;
}
.single-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 20px;
}

.single-col {
    width: calc(50% - 20px);
}
.single-page-image {
    padding-right: 24px;
}
.section-img-right .single-page-image {
    text-align: right;
    padding-right: 24px;
}
.single-page-img {
    width: 100%;
    max-width: 573px;
    height: 403px;
    margin-bottom: 24px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 24px 24px 0px 0px #FDE5B6;
}
.f-64 {
    font-family: "Teko", Sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 92px;
    letter-spacing: 0.16px;
    margin: 0;
}
.f-18 {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.8px;
    margin: 0;
}
.section_white .f-18 {
    color: #138FA3;
}
.section_brown {
    color: #FDE5B6;
    background-color: #573C2B;
}
.section_brown .f-18 {
    color: #FFA63B;
}
.heading-section {
    text-align: center;
    margin-bottom: 50px;
}
.post-section .elementor-post__card .elementor-post__thumbnail__link {
    height: 250px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.post-section .elementor-post__card .elementor-post__thumbnail,
.post-section .elementor-post__card .elementor-post__thumbnail__link img {
    height: 100%;
}
/* Single page end */

@media (max-width: 1024px) {
    /* Single page start */
    .f-64 {
        font-size: 55px;
        line-height: 1.4em;
    }
    .f-18 {
        font-size: 16px;
    }
    .single-col {
        width: 100%;
    }
    .section-img-right .single-row {
        flex-direction: column-reverse;
    }
    .single-page-image {
        text-align: center !important;
    }
    .single-section {
        padding: 80px 15px;
    }
    /* Single page end */
}

@media (max-width: 767px) {
    .single-page-main {
        /* padding-top: 120px; */
        padding-top: 45px;
    }
    /* Single page start */
    .f-64 {
        font-size: 45px;
    }
    .f-18 {
        font-size: 14px;
    }
    .single-section {
        font-size: 16px;
        line-height: 1.5em;
    }
    .single-section {
        padding: 60px 15px;
    }
    .single-page-img {
        height: 320px;
    }
    .single-page-img {
        margin-bottom: 12px;
        border-radius: 8px;
        box-shadow: 12px 12px 0px 0px #FDE5B6;
    }
    .single-page-image {
        padding-right: 12px;
    }
    /* Single page end */
}