/*
Theme Name:Triggo child
Template: heaven
Author: Heaven WP
Description: Heaven Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.40.1693277791
Updated: 2023-08-29 02:56:31

*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.themeloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(./assets/image/themloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    background-color: var(--global-palette9);
}

/*------------ common css ------------*/
.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
    margin: 0;
}

* {
    box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border-radius: 0px;
}

/* archive page search css */
.primary-sidebar .wp-block-search .wp-block-search__input,
.primary-sidebar .wp-block-search .wp-block-search__input:focus {
    box-shadow: none;
    border: 1px solid var(--global-palette6);
    border-color: var(--global-palette6);
    color: var(--global-palette1);
    border-radius: 0;
    background-color: var(--global-palette8);
}

.wp-block-search .wp-element-button.wp-block-search__button {
    background: var(--global-palette1);
    box-shadow: none;
    border-radius: 0;
    color: var(--global-palette9);
}

.wp-block-search .wp-element-button.wp-block-search__button:hover {
    background: var(--global-palette2);
    color: var(--global-palette1);
}

/* archive page read more */
body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: 500;
    color: var(--global-palette1);
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .heaven-svg-iconset {
    display: none;
}

/* archive conetnt left sidebar */
body .wp-block-latest-posts__list li,
body.search-results.content-style-unboxed .site .post-thumbnail,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child,
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
    list-style: none;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    color: var(--global-palette2);
}

#secondary .woocommerce.widget_product_categories>ul li,
.widget .tagcloud a,
.widget li,
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.wp-block-tag-cloud .tag-cloud-link {
    padding-block: 6px;

}

/* single blog page comment form */
body .comment-form p.comment-form-float-label label {
    margin-left: 10px;
    border-radius: 0;
}

.comment-form p.comment-form-float-label:focus {
    box-shadow: none;
}

.comment-form p.comment-form-float-label #comment {
    color: var(--global-palette1);
    border-radius: 0;
    box-shadow: none;
}

textarea,
input[type="email"],
input[type="text"],
input[type="url"] {
    background-color: var(--global-palette8);
    border: 1px solid var(--global-palette6);
    color: var(--global-palette1);
}

.comments-area .comment-form p.comment-form-float-label label.float-label,
.comment-input-wrap .comment-form-author label.float-label,
.comment-input-wrap .comment-form-email label.float-label,
.comment-input-wrap .comment-form-url label.float-label {
    color: var(--global-palette1);
}

/* footer */
.site-middle-footer-wrap.site-footer-row-container.site-footer-focus-item {
    margin: auto;
}

.site-footer-section .widget-area ul {
    list-style: none;
}

.footer-widget-area-inner .wp-block-list {
    padding: 0;
    margin: 0;
}

/*------------ end common css ------------*/

/* -------------------- ----> elementor design css <---- -------------------- */
/* blog dotted title */

.loop-entry .entry-header .entry-title,
.blog-section .uc_post_title,
.blog-section .uc_post_list_title,
.blog-section .uc_post_list_title a {
    display: block;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-section .uc_post_list_content {
    min-width: 0;
}

footer .site-footer-section .widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-section #uc_post_carousel_elementor_29f0b99-wrapper .ue-meta-data {
	position: absolute;
	top: 22px;
	left: 0px;
	background-color: var(--global-palette2);
	padding: 10px 20px;
	border-radius: 0 5px 5px 0px;
}

/* newslatter section */
.newsletter-form {
    position: relative;
    width: 100%;
    display: inline-block;
}

.newsletter-form .sub-email {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

.newsletter-form input[type="email"],
.newsletter-form input[type="text"],
.newsletter-form input[type="email"]:focus,
.newsletter-form input[type="text"]:focus {
    border-radius:0;
    background:transparent;
    border: none;
    border-bottom: 1px solid var(--global-palette9);
    padding:10px 0;
    color: var(--global-palette9);
    box-shadow: none;
    width: 100%;
    display: block;
    /* margin: 0 57px; */
}

.newsletter-form input[type="email"]::placeholder{
    color: var(--global-palette9);
}

.mc4wp-form .newsletter-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    background-color: transparent;
    background-image: url(./assets/image/send.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 55px;
    padding: 0;
    border: none;
}

@media (max-width: 576px) {
    .newsletter-form {
        width: 100%;
    }
}

/* ============================= */
/* contact us page */
/* ============================= */
.code-form {
    max-width: 900px;
}

.code-form .form-row {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}

.code-form .form-row.two-col .field {
    width: 50%;
}

.code-form .form-row.full {
    display: block;
    width: 100%;
}

.code-form .field span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.code-form input[type="text"],
.code-form input[type="email"],
.code-form input[type="tel"],
.code-form textarea {
    width: 100%;
    padding: 18px 20px;
    border: none;
    border-radius: 0;
    background-color:#f5f5f5;
    font-size: 15px;
    color:var(--global-palette1);
    outline: none;
    box-shadow: none;
}

.code-form input::placeholder,
.code-form textarea::placeholder {
    color: var(--global-palette1);
    opacity: 1;
}

.code-form textarea {
    height: 200px;
    resize: none;
}

.code-form input[type="submit"] {
    padding: 17px 59px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: var(--global-palette1);
}

.code-form .submit-row {
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .code-form .submit-row {
        display: block;
        width: 100%;
    }

    .code-form input[type="submit"] {
        width: 100%;
        text-align: center;
    }
}

/* Mobile Layout */
@media (max-width: 768px) {
    .code-form .form-row {
        flex-direction: column;
        gap: 15px;
    }

    .code-form .form-row.two-col .field {
        width: 100%;
    }
}

/* hedaer */
.transparent-header #wrapper #masthead {
	margin: 50px 0;
}
@media (max-width: 1201px){
    .transparent-header #wrapper #masthead {
	margin: 30px 0;
}
}

/* icon box css */
.service-card {
position: relative;
overflow: hidden;
background: var(--global-palette9);
transition: background 0.6s ease-in-out;
border-radius: 10px;
}

.service-card::before {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 100%;
background: var(--global-palette2);
z-index: 0;
transition: top 0.3s ease-in-out;
border-radius: 0px;
}

.service-card:hover::before {
top: 0;
}


.service-card:hover .elementor-icon-box-title,
.service-card:hover .elementor-icon-box-description{
color: var(--global-palette1);
border-color: var(--global-palette1);
fill: var(--global-palette1);
stroke: var(--global-palette1);
position: relative;
z-index: 1;
transition: color 0.3s ease-in-out, border-color 0.4s ease-in-out, fill 0.4s ease-in-out, stroke 0.4s ease-in-out;
}

.service-card .elementor-icon svg {
color: var(--global-palette1);
border-color: var(--global-palette1);
fill: var(--global-palette1);
stroke: var(--global-palette1);
position: relative;
z-index: 1;
transition: color 0.3s ease-in-out, border-color 0.4s ease-in-out, fill 0.4s ease-in-out, stroke 0.4s ease-in-out;
}

.service-card:hover .elementor-icon-box-title,
.service-card:hover .elementor-icon-box-description, 
.service-card:hover .elementor-icon svg {
color: var(--global-palette1);
border-color: var(--global-palette1);
fill: var(--global-palette1);
stroke: var(--global-palette1);
}

.service-card:hover{
background: var(--global-palette2)
}

/* side by side effect */
.side-effect img {
    position: relative; 
    animation: run 3s linear infinite;
}

@keyframes run {
    0% {
        left: 0;
    }

    50% {
        left: 2%;
    }

    100% {
        left: 0;
    }
}

/* up down css */
.swing-animation .attachment-full {
    animation: mover 1s ease-in-out infinite alternate;
    -webkit-animation: mover 1s ease-in-out infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
    }
}





















