.elementor-112 .elementor-element.elementor-element-c3dd768{padding:60px 60px 60px 60px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-112 .elementor-element.elementor-element-b2899fe .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:32px;font-weight:600;color:#FF0000;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-112 .elementor-element.elementor-element-24db382{width:var( --container-widget-width, 106.082% );max-width:106.082%;--container-widget-width:106.082%;--container-widget-flex-grow:0;--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(15px/2);}.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(15px/2);}.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(15px/2);margin-left:calc(15px/2);}.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-15px/2);margin-left:calc(-15px/2);}body.rtl .elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-15px/2);}body:not(.rtl) .elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-15px/2);}.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-item > a{font-family:"Roboto Mono", Sans-serif;font-size:18px;font-weight:400;}.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-text{transition:color 0.3s;}.elementor-112 .elementor-element.elementor-element-766fcf2 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-112 .elementor-element.elementor-element-8620346{width:var( --container-widget-width, 97.619% );max-width:97.619%;--container-widget-width:97.619%;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-112 .elementor-element.elementor-element-2f042de{width:30%;}.elementor-112 .elementor-element.elementor-element-766fcf2{width:70%;}}/* Start custom CSS for icon-list, class: .elementor-element-24db382 *//* Default icon style */
.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-icon i {
  font-size: 28px !important;
  color: red !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

/* Add space between icon and text */
.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-icon {
  margin-right: 10px !important;
}

/* Hover and focus styles */
.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-item:hover .elementor-icon-list-icon i,
.elementor-112 .elementor-element.elementor-element-24db382 .elementor-icon-list-item:focus-within .elementor-icon-list-icon i {
  color: white !important;
  background-color: red !important;
  border-radius: 50%;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8620346 *//* Flex layout for name and email */
.form-row {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.form-row .wpcf7-form-control {
  flex: 1;
}

/* Universal style for inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 18px;
  border: 2px solid #ccc;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-size: 16px;
  box-sizing: border-box;
}

/* Focus effect */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #e60000;
  border-radius: 30px;
  box-shadow: 0 0 8px rgba(230, 0, 0, 0.5);
  transform: scale(1.03);
}

/* Submit button style */
.wpcf7 input[type="submit"] {
  width: 100%;
  border-radius: 50px;
  background-color: #e60000;
  color: white;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #b30000;
  transform: scale(1.05);
}/* End custom CSS */