.elementor-1254 .elementor-element.elementor-element-35b8e88{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:130px;--padding-bottom:130px;--padding-left:0px;--padding-right:0px;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1254 .elementor-element.elementor-element-768459d{--display:flex;}.elementor-1254 .elementor-element.elementor-element-3664059{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1254 .elementor-element.elementor-element-0d9a3de{--display:flex;}.elementor-1254 .elementor-element.elementor-element-d2cfea0{--display:flex;}.elementor-1254 .elementor-element.elementor-element-402f609{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;--n-tabs-title-justify-content:center;--n-tabs-title-align-items:center;--n-tabs-title-text-align:center;}.elementor-1254 .elementor-element.elementor-element-402f609.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#DD2939;}.elementor-1254 .elementor-element.elementor-element-402f609.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-1254 .elementor-element.elementor-element-402f609.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#DD2939;border-style:none;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-1254 .elementor-element.elementor-element-35b8e88{--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-5a454bb */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */
/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-8459638 */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Fix select field scroll */
.wpcf7 select {
  max-height: 250px;   /* limit height */
  overflow-y: auto;    /* enable vertical scroll */
  display: block;
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */
/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-c350a95 */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Fix select field scroll */
.wpcf7 select {
  max-height: 250px;   /* limit height */
  overflow-y: auto;    /* enable vertical scroll */
  display: block;
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */
/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-5a454bb */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */
/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-8459638 */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Fix select field scroll */
.wpcf7 select {
  max-height: 250px;   /* limit height */
  overflow-y: auto;    /* enable vertical scroll */
  display: block;
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */
/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-c350a95 */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Fix select field scroll */
.wpcf7 select {
  max-height: 250px;   /* limit height */
  overflow-y: auto;    /* enable vertical scroll */
  display: block;
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */
/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-5a454bb */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */
/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-8459638 */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Fix select field scroll */
.wpcf7 select {
  max-height: 250px;   /* limit height */
  overflow-y: auto;    /* enable vertical scroll */
  display: block;
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */
/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-c350a95 */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Fix select field scroll */
.wpcf7 select {
  max-height: 250px;   /* limit height */
  overflow-y: auto;    /* enable vertical scroll */
  display: block;
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */
/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-5a454bb */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */
/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-8459638 */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Fix select field scroll */
.wpcf7 select {
  max-height: 250px;   /* limit height */
  overflow-y: auto;    /* enable vertical scroll */
  display: block;
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */
/* Start custom CSS for geroz-contact-form-widget, class: .elementor-element-c350a95 */.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #4f46e5; /* Indigo style */
  background: #fff;
  outline: none;
}

.wpcf7-form input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 input text color fix */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  color: #222; /* dark text */
  background-color: #fff; /* white background */
}

/* Placeholder color (lighter grey) */
.wpcf7 ::placeholder {
  color: #888;
  opacity: 1; /* ensures consistent visibility */
}

/* Checkbox text color */
.wpcf7 input[type="checkbox"] + span {
  color: #222;
}

/* Submit button styling */
.wpcf7 input[type="submit"] {
  background: #4f46e5;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #3730a3;
}
/* Contact Form 7 label styling */
.wpcf7-form label {
  display: block;           /* ensures labels sit above fields */
  margin-bottom: 6px;       /* space between label and input */
  font-weight: 600;         /* makes it bold */
  font-size: 15px;          /* slightly bigger text */
  color: #222 !important;   /* dark grey/black */
}
/* Fix select field scroll */
.wpcf7 select {
  max-height: 250px;   /* limit height */
  overflow-y: auto;    /* enable vertical scroll */
  display: block;
}
/* Reduce Contact Us H2 font size and adjust spacing */
.contact-us-1.style-2 .content .section-title h2 {
    font-size: 60px !important;
    line-height: 1.2em; /* keeps lines balanced */
    letter-spacing: 0.1px !important; /* adjust spacing between letters */
}/* End custom CSS */