/*
Theme Name: Custom Theme
Theme URI: http://example.com
Author: Your Name
Author URI: http://example.com
Description: A custom WordPress theme integrated with Elementor
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme
*/

/* Basic styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.site-header, .site-footer {
    background: #333;
    color: #fff;
    padding: 1em 0;
}

.site-header h1, .site-footer p {
    margin: 0;
}

.main-navigation ul {
    list-style: none;
    padding: 0;
}

.main-navigation li {
    display: inline;
    margin-right: 1em;
}

.main-navigation a {
    color: #fff;
    text-decoration: none;
}

.site-sidebar {
    margin-top: 2em;
}

.widget {
    margin-bottom: 2em;
}

.widget-title {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

/***** Custom Css *****/

.adnan_contact .elementor-icon-list-items .elementor-icon-list-item {
    margin-bottom: 12px;
    padding: 7px 10px;
    border-radius: 10px;
    background-color: #c3f781;
	overflow: hidden;
}

.adnan_contact .elementor-icon-list-items .elementor-icon-list-item strong {
    background-color: #000000;
    position: absolute;
    z-index: 9;
    top: 0px;
    padding: 5px 15px;
    width: 75%;
    border-radius: 10px;
    border: 1px solid #ffffff;
    color: #c3f781;
    right: 0;
    font-weight: 400;
}
