/*!
Theme Name: edoovi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: edoovi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

edoovi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 .sub-menu {
    display: none; /* Initially hidden */
}

.menu-item:hover > .sub-menu {
    display: block; /* Show on hover */
    position: fixed;
    top:55px;
    left:65%;
   
}
.sub-menu li {
    padding: 12px 20px;
}
.sub-menu li:hover {
    background-color: #a78bfa;
    color:#fff;
}
.submit-btn {
    background: linear-gradient(to bottom, #c6a4e2, #7e4cba);
    padding: 0.5rem 1rem; /* py-2 px-4 */
    border-radius: 9999px; /* rounded-full */
    box-shadow: 0 10px 15px rgba(238, 199, 186, 0.95); /* shadow-xl shadow-violet-200/95 */
    font-weight: 500; /* font-medium */
    font-size: 1rem; /* text-base */
    color: white; /* text-white */
    transition: all 0.3s; /* duration-300 */
}

.submit-btn:hover {
    box-shadow: 0 0 10px 0 #e39943; /* hover:[box-shadow:0px_0px_10px_0px_#e39943] */
    background: linear-gradient(to right, #fdad50, #ffa944, #ff971d); /* hover:bg-gradient-to-r hover:from-[#fdad50] hover:via-[#ffa944] hover:to-[#ff971d] */
}
.our-solutions-menu {
    position: relative;
}

.our-solutions-menu:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -2px;
    right: -26px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M12 15.0006L7.75732 10.758L9.17154 9.34375L12 12.1722L14.8284 9.34375L16.2426 10.758L12 15.0006Z'></path></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out;
}

.our-solutions-menu:hover:before {
    transform: rotate(180deg); /* Rotate on hover */
}
a.flex.items-center.rounded-full.gap-3.sm\:px-4.px-2.border-2.border-white.py-2 {
    padding-left: 0px;
    padding-right: 0px;
}
.sub-menu .background{
    background-color: #a78bfa;
    color: #fff;
    border:none;
}
 .posts-container .post {
    display: none; /* Initially hide all posts */
}
.home-blog a.inline-flex.font-medium.text-base {
    padding-left: 10px;
}
.button-active
{
    background:green;
}

@media  (max-width: 425px) {
	.home-border a.border-theme1 {
		border-color: #e67529;
		color:#e67529;
	}
  }
  @media  (max-width: 768px) {
	.home-border a.border-theme1 {
		border-color: #e67529;
		color:#e67529;
	}
  }