/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.9
	Stable tag: 3.4.9
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

.iconafterbefore .elementor-heading-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.iconafterbefore .elementor-heading-title::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("https://airmavericks.com/wp-content/uploads/2026/07/Vector-19.png") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.iconafterbefore .elementor-heading-title::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url("https://airmavericks.com/wp-content/uploads/2026/07/Vector-20.png") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}
/* Default Blue Cards (1st & 3rd) */
.card_section .cardd{
    position: relative;
    padding: 70px 30px 35px;
    margin-top: -7%;
    text-align: center;
    overflow: visible;

    background: linear-gradient(138.49deg, #46DCF8 -15.17%, #075B87 94.55%) !important;
    border: 1px solid #2b7da5 !important;
    box-shadow: 0 4px 0 #0a4d72;
}

/* Red Cards (2nd & 4th) */
.card_section .cardd:nth-child(even){
    background: linear-gradient(140.95deg, #FB3640 -3.13%, #730C04 108.47%) !important;
    border: 1px solid #8c1b17 !important;
    box-shadow: 0 4px 0 #5b0905;
}

/* Icon Circle */
.card_section .cardd .elementor-icon-box-icon{
    position: absolute;
    top: -115px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0,0,0,.25);
    z-index: 10;

    background: linear-gradient(180deg, #13b9ec 0%, #0b8dc3 100%);
}

/* Red Card Icon Circle */
.card_section .cardd:nth-child(even) .elementor-icon-box-icon{
    background: #FFFFFF;
}

/* Title */
.card_section .cardd .elementor-icon-box-title,
.card_section .cardd .elementor-icon-box-title span{
    color:#fff;
    font-weight:700;
}

/* Description */
.card_section .cardd .elementor-icon-box-description{
    color:#fff;
}
.testi .elementor-icon-box-icon {
    margin-top: 4px;
}
.whiteheading .elementor-heading-title {
    display: flex;
    align-items: center;
   
    gap: 5px;
    text-align: center;
}

.whiteheading .elementor-heading-title::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("https://airmavericks.com/wp-content/uploads/2026/07/Vector-21.png") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.whiteheading .elementor-heading-title::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url("https://airmavericks.com/wp-content/uploads/2026/07/Vector-22.png") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}