/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/
/* Form Styles */
/* --- Input Field Styling (Includes text, email, tel, textarea, and select) --- */

body{
	padding-top: 0 !important;
}


.ui-author-box{
	display:none !important;
	
}

.form-control {
    /* Existing styles from previous response: */
    width: 100%;
    padding: 12px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    transition: border-color 0.3s;
    background-color: #ffffff; /* Ensure background is white */
}

.form-control:focus {
    /* Existing styles from previous response: */
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* --- Specific Styling for the Select Dropdown --- */
/* Target the select element itself, which is also using .form-control */
.contact-form-wrapper .form-group select.form-control {
    /* 1. Remove the default browser arrow */
    -webkit-appearance: none; /* WebKit browsers (Chrome, Safari) */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* Standard property */
    
    /* 2. Add padding on the right to make space for our custom arrow */
    padding-right: 30px;
}

/* 3. Hide the default arrow in IE/Edge */
.contact-form-wrapper .form-group select.form-control::-ms-expand {
    display: none;
}

/* 4. Create the custom dropdown arrow using a wrapper and pseudo-elements */
.form-group {
    /* Needed for positioning the custom arrow relative to the input */
    position: relative; 
}

/* The custom arrow (using a simple triangle shape) */
.form-group:has(select.form-control)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px; /* Position from the right edge of the input */
    margin-top: -3px; /* Center vertically */
    /* Create a small downward-pointing triangle */
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333333; /* Color of the arrow */
    /* Ensure the arrow is not clickable/does not interfere with the select */
    pointer-events: none;
    z-index: 2; /* Make sure it's above the select box if needed */
}

/* scroll box fix */

.elementor-section.bdt-sticky.elementor-element-5d2a1c1f{
    inset-inline-start : 0px !important;
	top: 49px !important;
} 

.bdt-ep-advanced-icon-box{
	cursor : pointer !important;
}

div#service-box .bdt-ep-advanced-icon-box-content{
	border: 1px solid #aaa !important;
}

.service-ul{
	padding:0 !important;
}


.service-ul li {
    background-image: url('https://agilitik.com/wp-content/uploads/2025/10/check.svg');
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 20px 20px;
    padding-left: 35px !important;
    color: #333;
    line-height: 1.5;
    margin-bottom: 8px;
}

.news-block-summary{
	display:none !important;
}


#frameworks-list li.elementor-icon-list-item.elementor-inline-item a {
    border: 1px solid #aaa;
    border-radius: 20px;
    padding: 2px 10px;
    margin: 2px 0;
    font-size: 14px;
}

#frameworks-list li.elementor-icon-list-item.elementor-inline-item a:hover{
	background-color :  #F9EA65;
	color : #222;
}


#software-cards .bdt-ep-advanced-icon-box-content .bdt-ep-advanced-icon-box-icon-heading{
	
	border-bottom : 1px solid #f55050;
	
}


.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    color: #fff !important;
    border-radius: 20px !important;
    border: 2px solid #00a0d2;
    padding: 15px 20px !important;
	text-align : center !important;
}




.contact-form-wrapper .wpcf7-response-output{
	   color: #fff !important;
	background-color : #aaa !important;
	
}

