/*
Theme Name: Hello Elementor Child theme of hello-elementor
Theme URI: 
Description: Child theme of hello-elementor theme for the Hello Elementor theme
Author: <a href="https://elementor.com/?utm_source=wp-themes&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash">Elementor Team</a>
Author URI: 
Template: hello-elementor
Version: 3.4.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 09 May 2025 16:48:38 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.maxcontainer{
    max-width: 1240px;
    margin: 0 auto;
}
.accordianpro .e-n-accordion-item[open] {
    box-shadow: 0px 4px 12px #0000001F;
	border-radius: 20px;
}
.accordianpro .e-n-accordion-item[open] summary.e-n-accordion-item-title{
	border-color: #fff !important;
}

.accordianpro .e-n-accordion-item-title-text span {
    background: #1C2F42;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	    margin-right: 15px;
}
.accordianpro .e-n-accordion-item-title-text
{
    display: flex;
}
.homeform .elementor-field-group.elementor-column.elementor-field-type-submit
 {
    margin-top: 30px;
}


.saleform .elementor-field-type-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
      padding: 15px;
  border: 2px dashed #ccc;
  border-radius: 12px;
  background: #f7f7f7;
  font-size: 14px;
  color: #333;
  width: 100%;
  cursor: pointer;
}
.saleform .elementor-field-type-upload input[type="file"]{
	  max-width: 254px !important;
    margin: 0 auto !important;
    display: block;
	    z-index: 99;
    cursor: pointer;
}
.saleform .elementor-field-type-upload input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

.saleform .elementor-field-type-upload input[type="file"]::before {
      content: "Upload Resume";
    display: block;
    background: #999;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

.saleform .elementor-field-type-upload input[type="file"]::after {
  content: "Upload Resume here (.pdf, .png)";
  display: block;
  font-size: 12px;
  color: #777;
  text-align: center;
  margin-top: 5px;
}


@media(max-width: 767px){
	.accordianpro .e-n-accordion-item-title-text span {

    font-size: 14px;
    width: 25px;
    height: 25px;
}
}
