.elementor-23484 .elementor-element.elementor-element-9edaa6e{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-23484 .elementor-element.elementor-element-8ff98e8 img{width:100%;max-width:100%;height:700px;}.elementor-23484 .elementor-element.elementor-element-86c9393{--display:flex;}.elementor-23484 .elementor-element.elementor-element-7ee763b{--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-23484 .elementor-element.elementor-element-183ca4f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-1cd8fa4 *//* Base Typography */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

/* Headings */
h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 24px 0 20px;
}
h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 28px 0 16px;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 22px 0 12px;
}

/* Paragraphs */
p {
  margin-bottom: 18px;
  font-size: 16px;
  color: #444;
}

/* Lists */
ul {
  padding-left: 22px;
  list-style: disc;
  margin-bottom: 18px;
}
ul li {
  margin-bottom: 8px;
}

/* Links */
a {
  color: #b22222; /* SEO-friendly contrasting red */
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

/* Tables (Comparison Section) */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
}
table th, table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}
table th {
  background-color: #f7f7f7;
  font-weight: 600;
}

/* Blockquotes */
blockquote {
  font-style: italic;
  padding: 12px 20px;
  margin: 20px 0;
  border-left: 4px solid #b22222;
  background: #fafafa;
  color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  body { font-size: 15px; }
  article { padding: 16px; }
  table th, table td { font-size: 14px; }
}

/* SEO-Friendly Accessibility */
:focus {
  outline: 2px solid #b22222;
  outline-offset: 2px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-183ca4f *//* Contact Form Wrapper */
.wpcf7 {
  background: #E9E9E9;
  padding: 40px;
  border-radius: 12px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  color: #fff;
}

/* Form Labels */
.wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #fff;
}

/* Input Fields & Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 16px;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}

.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

/* Focus States */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #EB0D0D;
  box-shadow: 0 0 0 3px rgba(235, 13, 13, 0.2);
}

/* Submit Button */
.wpcf7 input[type="submit"] {
  background-color: #EB0D0D;
  color: #fff;
  padding: 5px 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #c00b0b;
  transform: translateY(-2px);
}

.wpcf7 input[type="submit"]:active {
  transform: translateY(0);
}

/* Response Messages */
.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 15px;
  border-radius: 6px;
  font-size: 15px;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
}

.wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
}

/* Error Indicators */
.wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: -15px;
  margin-bottom: 15px;
  display: block;
}

/* Accessibility Improvements */
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .wpcf7 {
    padding: 30px 20px;
  }
  
  .wpcf7 input[type="submit"] {
    padding: 14px 24px;
  }
}/* End custom CSS */