.elementor-8509 .elementor-element.elementor-element-41baf16{--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-8509 .elementor-element.elementor-element-857a33d{--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-8509 .elementor-element.elementor-element-d9c1417{--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-8509 .elementor-element.elementor-element-81d5050 > .elementor-widget-container{padding:30px 30px 30px 30px;}/* Start custom CSS for text-editor, class: .elementor-element-71d03f2 *//* === GTB PRICING PAGE STYLES === */

/* Global Wrapper */
.gtb-wrapper {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Calculator Container */
.gtb-calc-box {
  margin: 40px auto;
  border: 3px solid #274e37; /* Primary Green */
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Decorative Header Strip */
.gtb-header-strip {
  height: 8px;
  background: linear-gradient(90deg, #274e37, #e67e22); /* Green to Orange */
}

.gtb-inner {
  padding: 30px;
}

/* Typography */
h1.gtb-main-title {
  color: #274e37;
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
}

.gtb-calc-box h2 {
  text-align: center;
  color: #274e37;
  margin-bottom: 10px;
  font-weight: 800;
}

.gtb-calc-box h3 {
  color: #274e37;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

/* Grid Layout */
.gtb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media(max-width:600px) {
  .gtb-grid {
    grid-template-columns: 1fr;
  }
}

/* Input Fields */
.gtb-field {
  margin-bottom: 15px;
}

.gtb-field label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  color: #444;
}

.gtb-field input, .gtb-field select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #fff;
}

.gtb-field input:focus, .gtb-field select:focus {
  border-color: #274e37;
  outline: none;
  box-shadow: 0 0 5px rgba(39, 78, 55, 0.2);
}

/* Calculate Button */
.gtb-btn {
  width: 100%;
  background: #274e37;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 30px;
  transition: background 0.3s ease;
}

.gtb-btn:hover {
  background: #e67e22; /* Orange Hover */
}

/* "Frank Note" Box */
.gtb-frank-note {
  background: #f0f7eb;
  border-left: 5px solid #274e37;
  padding: 25px;
  margin: 30px 0;
  border-radius: 0 8px 8px 0;
  color: #333;
}

/* Results Section */
.gtb-result-box {
  display: none;
  background: #f9fbf9;
  border: 2px solid #274e37;
  border-radius: 8px;
  padding: 25px;
  margin-top: 30px;
}

.gtb-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed #ddd;
  color: #555;
  font-size: 15px;
}

.gtb-total {
  border-top: 3px solid #274e37;
  margin-top: 20px;
  padding-top: 15px;
  font-weight: 800;
  font-size: 24px;
  color: #274e37;
  display: flex;
  justify-content: space-between;
}

/* CTA Button */
.gtb-cta {
  display: block;
  text-align: center;
  background: #e67e22;
  color: #fff !important;
  padding: 15px;
  border-radius: 50px;
  margin-top: 25px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.gtb-cta:hover {
  background: #d35400;
}

/* Comparison Table */
.gtb-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  margin-top: 20px;
}

.gtb-table th {
  background-color: #274e37;
  color: white;
  padding: 15px;
  text-align: left;
}

.gtb-table td {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.gtb-highlight {
  background-color: #f9fbf9;
  font-weight: bold;
}/* End custom CSS */