/*
Theme Name: Hello Elementor Child
Theme URI: https://sharpinfos.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://sharpinfos.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
*/
/* body {
    padding: 70px 100px;
} */
.elementor-button {
    background: linear-gradient(53deg, #9e1f63 22.38%, #d91c5c 45.85%, #ed4663 80.16%) !important;
}
.elementor-post-author {
    text-transform: capitalize;
}
.elementor-post-info__item {
    text-transform: capitalize;
}
.mix-color p{
    background: linear-gradient(60.93deg, #9E1F63 17.87%, #ED4663 81.44%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent !important;
}
/* Grid layout for the main menu */
.footer-menu .elementor-nav-menu {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr); /* 2 items per row on desktop */
  justify-items: center;
  padding: 0 !important;
  list-style: none;
}

/* Menu items */
.footer-menu .elementor-nav-menu > li {
  width: 100%;
/*   text-align: center; */
}
.e-n-accordion-item {
    background: #fff;
    border-radius: 16px;
    padding: 0 24px;
}
.faq-section {
    background: linear-gradient(180deg, #E9EDFE -175%, rgba(0, 113, 188, 0.1) 103.98%);
}
.elementor-swiper-button {
	background: linear-gradient(53deg, #9e1f63 22.38%, #d91c5c 45.85%, #ed4663 80.16%) !important;
}
.short-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.short-title a:hover {
    color: #0071BC !important;
}
article.elementor-post:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (min-width: 480px) {
  .content-div{
  height: 100%;
}
}

@media (max-width: 767px) {
.elementor-loop-container {
    height: auto !important;
    display: block !important;
}
}

/* @media (max-width: 1024px) {
	.elementor-button {
        height: 45px !important;
    }
} */
