@charset "UTF-8";

/*
Theme Name: Custom Theme
Theme URI: https://icon-infotech.net
Author: Mohammad Jewel
Author URI: https://facebook.com/jewelmm9
Description: Drug is a multiparpuse theme.
Tested up to: 6.4
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mugdho
Tags: one-column, accessibility-ready, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 */

/* elementor */
.gap-x-2 {
	gap: 10px;
}
.wpcf7-response-output {
    color: #fff;
}
.hover-img:hover h2 {
    color: #fff !important;
    text-shadow: 0 1px 0 black;
}
.eael-contact-form-7 textarea, .eael-contact-form-7 input[type=text], .eael-contact-form-7 input[type=email],.eael-contact-form-7 input[type=tel] {
    width: 100% !important;
}
.mobile_nav .menu-item {
	position: relative;
}
.mobile_nav ul.sub-menu {
    height: 0;
    width: 100%;
	display: none;
	visibility: hidden;
	transition: all 0.4s ease;
}

