/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.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
*/
.header-menu-section .elementor-nav-menu--dropdown.elementor-nav-menu__container {
	position: absolute;
	right: 0;
	top: 30px;
	width: 300px;
	z-index: 999;
}

.header-menu-section .elementor-nav-menu a:before {
    width: 1%;
    content: " ";
    border-bottom: #212121 solid 2px;
    position: absolute;
    left: 0;
    // top: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    bottom:0;
}

.header-menu-section .elementor-nav-menu a:hover:before {
    width: 100%;
    opacity: 1;
}

.header-menu-section .elementor-nav-menu .sub-menu a:before {
  display: none;
}
.tax-aware-section{  
	background-image: linear-gradient(90deg,rgba(239,198,82,0.2) 74%,#fff 74%) !important;
}
.blog-sidebar-select select {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  background-color: #e6e6ed;
  color: #111;
  border: 1px solid #ccc;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23111' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  transition: border-color 0.3s ease;
}

.blog-sidebar-select select:focus {
  outline: none;
  border-color: #ffc107; /* gold/yellow highlight */
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.2);
}

.blog-sidebar-select {
  margin-bottom: 24px;
}
.blog-sidebar-latest-post .elementor-post__title {
  position: relative;
  padding-left: 20px;
  transition: all 0.3s ease;
}

.blog-sidebar-latest-post .elementor-post__title::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease;
}

.blog-sidebar-latest-post .elementor-post__title:hover {
  padding-left: 28px;
  color: #efc652; /* Optional: change color on hover */
}

.blog-sidebar-latest-post .elementor-post__title a:hover {
  color: #efc652 !important; /* Optional: change color on hover */
}
.blog-sidebar-latest-post .elementor-post__title:hover::before {
  left: 8px;
  color: #efc652; /* Optional: change bullet color */
}
.archive-post-list-sec h3 a:hover{color:#efc652 !important;}
.contact-form-sec select,
.contact-form-sec .form-field .wpcf7-form-control {
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(3, 5, 36);
  min-height: 40px;
  padding: 7px 20px;
  vertical-align: middle;
  flex-grow: 1;
  transition: 0.3s;
  border: 1px solid rgb(105, 114, 125);
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.form-field-row .required {
	color: #ff0000;
}
.contact-form-sec select.wpcf7-form-control.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(3, 5, 36);
  min-height: 46px;
  padding: 7px 50px 7px 20px;
  border: 1px solid #000;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23696E7D" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form-sec .wpcf7-form-control.wpcf7-acceptance {
	padding: 0;
	background: transparent;
	border: none;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin: 0px;
}
.form-field-row label {
	font-weight: 500;margin-bottom: 5px;
}

.contact-form-sec .wpcf7-acceptance label .wpcf7-list-item-label {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
.contact-form-sec .wpcf7-not-valid-tip {
  font-size: 14px;
}
.contact-form-sec input.wpcf7-submit {
	background-color: #000;
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	padding: 15px 60px;
	min-height: 40px;
	width: auto;
	transition: 0.3s;
	cursor: pointer;
	border: 1px solid #efc652;
	text-transform: uppercase;
	border-radius: 0;
}
.contact-form-sec input.wpcf7-submit:hover {
	opacity: 0.9;
	background-color: #fff;
	color: #000;
	border-color: #000;
}
.form-field-row .wpcf7-form-control.wpcf7-textarea {
	height: 100px;border-radius: 0px;
}
.form-field-row {
	margin-bottom: 10px;
}
.form-field-row p {
	margin: 0px;
}

.skill-category {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}



.skill-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4a574, #f4d03f);
}
.cus-bg-color{
    background-image: linear-gradient(90deg, rgba(239, 198, 82, 0.2) 26%, #fff 26%) !important;
}
.cus-border-co {
   background-image: linear-gradient(90deg, rgba(239, 198, 82, 0.5) 22%, #fff 22%);
    
}
.cu-hea{
    height: 100%;
}

@media (max-width: 768px) {
	.cus-bg-color {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 26%, #fff 26%) !important;
}

    .elementor-33 .elementor-element.elementor-element-30ee3e2 .elementor-nav-menu--dropdown .elementor-sub-item{
		padding: 10px 10px;
	}
	
	
	
	
}