/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1780029730
Updated: 2026-05-29 04:42:10

*/
.vlt-form {
  background: #ffffff;
  padding: 28px;
  border-radius: 20px;
}
.vlt-form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 140px;
}
.vlt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.vlt-group {
  display: flex;
  flex-direction: column;
}

.vlt-group.vlt-full {
  grid-column: 1 / -1;
}

.vlt-group input[type="text"],
.vlt-group input[type="email"],
.vlt-group input[type="tel"],
.vlt-group textarea,select {
  width: 100%;
  background: #eef4ff;
  border: 1.5px solid #dce8fb;
  border-radius: 50px;
  padding: 16px 22px;
  font-size: 15px;
  color: #1a1a2e;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}

.vlt-group textarea {
  border-radius: 20px;
  resize: vertical;
  min-height: 150px;
}

.vlt-group input:focus,
.vlt-group textarea:focus {
  border-color: #294e98;
  background: #e8effc;
}

.vlt-group input::placeholder,
.vlt-group textarea::placeholder {
  color: #8ea5c8;
  font-size: 14px;
}

.wpcf7-submit {
  width: 100% !important;
  background: #294e98 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 17px !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
}

.wpcf7-submit:hover {
  background: #1e3a7a !important;
}

.wpcf7-not-valid-tip {
  color: #e53e3e;
  font-size: 12px;
  margin-top: 6px;
  padding-left: 12px;
  display: block;
}
.voltaris-spec-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);

}

/* Table */
.voltaris-spec-table {
    width: 100%;
    /*border-collapse: separate;*/
    border-spacing: 0;
    font-family: inherit;
    overflow: hidden;
    border-radius: 20px;
    padding: 10px;
    margin: 0;
    border: 1px solid #dce8fb;
}

/* Header */
.voltaris-spec-table thead tr {
    background: linear-gradient(
        90deg,
        #2b4f99 0%,
        #4c8fd1 60%,
        #7bbbe7 100%
    );
}

.voltaris-spec-table th {
    color: #fff;
    text-align: left;
    padding: 22px 24px;
    font-size: 17px;
    font-weight: 600;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.voltaris-spec-table th:last-child {
    border-right: none;
}

/* Body */
.voltaris-spec-table td {
    padding: 12px;
    font-size: 15px;
    color: #4b5d75;
    border-bottom: 1px solid #dce8fb;
    border-right: 1px solid #dce8fb;
    background: #eef4ff;
}

/* Alternate row */
.voltaris-spec-table tbody tr:nth-child(even) td {
    background: #e8effc;
}

/* Hover effect */
.voltaris-spec-table tbody tr:hover td {
    background: #dce8fb;
    transition: 0.3s ease;
}

/* First column text */
.voltaris-spec-table tbody td {
    font-weight: 600;
    color: #294e98;
}

/* Rounded corners */
.voltaris-spec-table thead tr th:first-child {
    border-top-left-radius: 18px;
}

.voltaris-spec-table thead tr th:last-child {
    border-top-right-radius: 18px;
}

.voltaris-spec-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 18px;
}

.voltaris-spec-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 18px;
    border-right: none;
}

/* Odd row background */
.voltaris-spec-table tbody > tr:nth-child(odd) > td,
.voltaris-spec-table tbody > tr:nth-child(odd) > th {
    background-color: #eef4ff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .voltaris-spec-table th,
    .voltaris-spec-table td {
        padding: 16px;
        font-size: 14px;
    }
}
@media (max-width: 560px) {
  .vlt-grid {
    grid-template-columns: 1fr;
  }
}
