.elementor-1749 .elementor-element.elementor-element-49af3f6:not(.elementor-motion-effects-element-type-background), .elementor-1749 .elementor-element.elementor-element-49af3f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1749 .elementor-element.elementor-element-49af3f6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:92px 0px 0px 0px;}.elementor-1749 .elementor-element.elementor-element-49af3f6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1749 .elementor-element.elementor-element-a1a3770 .elementor-heading-title{font-family:"IRANSans", Sans-serif;font-weight:900;color:#FFFFFF;}.elementor-1749 .elementor-element.elementor-element-824d6f7{text-align:justify;font-family:"IRANSans", Sans-serif;font-weight:100;color:#000000;}.elementor-1749 .elementor-element.elementor-element-bb293a2{color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-bb293a2 *//* 🔘 Input Text */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #1C211E !important;
  border-radius: 20px !important;
  padding: 10px 15px !important;
  font-size: 13px !important;
  outline: none !important;
}

/* 🔽 Select Dropdown */
select {

  background-color: transparent !important;
 
  border: 2px solid #1C211E !important;
  border-radius: 20px !important;
  padding: 10px 15px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat !important;
  background-position: right 100px center !important;
  background-size: 16px !important;
  font-size: 14px;
}




/* 🔘 Radio Button */
input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #1C211E;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  color: #ffffff !important;
}

input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #1C211E;
  border-radius: 50%;
}

input[type="date"] {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #1C211E !important;
  border-radius: 20px !important;
  padding: 10px 15px !important;
 
  outline: none !important;

  /* فلش و آیکن تقویم */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #ffffff !important;
  position: relative;
}





body{
    font-family: "iransans";
    color: #e9e9e9;
    font-size: 15px;
    
}

.a2{
    color: #3B5043;
    font-family: "iransans";
    font-size: 17px;
    font-weight: 900;
}

.btn-primary{
    color: fff;
    font-size: 20px;
    background-color: #1C211E;
    border: 1px solid #3C4D43;
    border-radius: 13px;
}

.btn-primary:hover{
    
    color: fff;
    font-size: 20px;
    background-color: #3C4D43;
    border: 2px solid #1C211E;
    border-radius: 13px;
    box-shadow: 20px 20px 10px #fff;
}/* End custom CSS */