/* 
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
*/

/*
    Add your custom styles here
*/


/* GENERAL CSS */
body {
    background-color: #050d10 !important;
}


/* HEADER CSS */



/* HOMEPAGE CSS */
.gallery-icon.portrait img {
    width: 100%;
}
.faq-main .elementor-accordion {
    column-count: 2;
}
.faq-main .elementor-accordion .elementor-accordion-item {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.faq-main .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    border-radius: 10px;
}
.faq-main .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    border-radius: 10px 10px 0 0;
}
.faq-main .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border-radius: 0 0 10px 10px;
}
.industry-sec .col2 .elementor-widget-wrap {
    gap: 10px;
}
.industry-sec .col2 .elementor-widget-wrap .elementor-widget-image-box {
    height: fit-content;
    margin-bottom: 5px;
}


/* INNER PAGE CSS */
.blog-list .post-items {
    justify-content: center;
}
.blog-list .entry-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-list .elementskit-post-body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; 
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
.contact-sec input.wpcf7-text, .contact-sec input.wpcf7-email, .contact-sec textarea {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px;
    outline: none;
    box-shadow: none;
    color: #000;
}
.contact-sec textarea {
    height: 160px;
    margin-top: 10px;
}
.contact-sec .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: -10px;
}
.contact-sec .wpcf7-submit {
    background-color: #050d10 !important;
    color: #fff;
    width: 100%;
    border: 1px solid #050d10 !important;
    border-radius: 6px !important;
    transition: .4s;
}
.contact-sec .wpcf7-submit:hover {
    color: #050d10 !important;
    background-color: #fff !important;
}


/* FOOTER CSS */



/* MEDIA QUERY CSS */
@media only screen and (max-width: 1366px) {
	
}
@media only screen and (max-width: 1036px) {
	
}
@media only screen and (max-width: 767px) {
    .faq-main .elementor-accordion {
        column-count: 1;
    }
}
@media only screen and (max-width: 570px) {
	.industry-sec .col2 .elementor-widget-wrap .elementor-widget-image-box {
        width: 47% !important;
        max-width: 47% !important;
    }
}


