.elementor-12606 .elementor-element.elementor-element-1ed1482 .single_accourdion{margin-bottom:15px;}/* Start custom CSS for html, class: .elementor-element-8f2174b *//* ===== CTA Section Wrapper ===== */
.giec-cta-section {
  background-color: #fff5f5;
  border: 1px solid #f3c9c9;
  border-left: 4px solid #c60f0f;
  border-radius: 8px;
  padding: 24px 28px;
  margin: 32px 0;
  text-align: center;
  font-family: inherit;
}

.giec-cta-text {
  font-size: 17px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 18px;
}

.giec-cta-text strong {
  color: #c60f0f;
}

/* ===== CTA Button ===== */
.giec-cta-button {
  display: inline-block;
  background-color: #c60f0f;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 6px;
  border: 2px solid #c60f0f;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.giec-cta-button:hover {
  background-color: #ffffff;
  color: #c60f0f !important;
  border-color: #c60f0f;
  box-shadow: 0 4px 12px rgba(198, 15, 15, 0.25);
  transform: translateY(-2px);
}

.giec-cta-button:focus {
  outline: 3px solid rgba(198, 15, 15, 0.35);
  outline-offset: 2px;
}

.giec-cta-button:active {
  transform: translateY(0);
  box-shadow: none;
}

/* ===== Responsive ===== */
@media (max-width: 480px) {
  .giec-cta-section {
    padding: 18px 16px;
  }
  .giec-cta-button {
    display: block;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-805e3c9 */.giec-table-wrapper {
  margin: 30px 0;
  font-family: inherit;
}

.giec-req-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5d3d3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(198, 15, 15, 0.06);
}

.giec-req-table caption {
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  background-color: #c60f0f;
  padding: 16px 20px;
  caption-side: top;
}

.giec-req-table thead th {
  background-color: #fdecec;
  color: #c60f0f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: left;
  padding: 14px 20px;
  border-bottom: 2px solid #c60f0f;
}

.giec-req-table tbody td {
  padding: 14px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #2b2b2b;
  border-bottom: 1px solid #eeeeee;
}

.giec-req-table tbody tr:last-child td {
  border-bottom: none;
}

.giec-req-table tbody tr:nth-child(even) {
  background-color: #fdf6f6;
}

.giec-req-table tbody tr:hover {
  background-color: #fbe9e9;
}

.giec-req-table tbody td:first-child {
  font-weight: 600;
  color: #7a0b0b;
}

.giec-req-note {
  font-size: 13px;
  color: #777777;
  font-style: italic;
  margin-top: 10px;
  padding: 0 4px;
}

@media (max-width: 600px) {
  .giec-req-table thead {
    display: none;
  }
  .giec-req-table, .giec-req-table tbody, .giec-req-table tr, .giec-req-table td {
    display: block;
    width: 100%;
  }
  .giec-req-table tbody tr {
    margin-bottom: 12px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    overflow: hidden;
  }
  .giec-req-table tbody td {
    border-bottom: none;
    padding: 10px 16px;
  }
  .giec-req-table tbody td:first-child {
    background-color: #fdecec;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3ea6b4 */.giec-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background-color: #c60f0f;
  border-radius: 8px;
  padding: 28px 32px;
  margin: 30px 0;
  font-family: inherit;
}

.giec-cta-text {
  flex: 1;
  min-width: 220px;
}

.giec-cta-heading {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.5;
}

.giec-cta-subtext {
  color: #fbdada;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.giec-cta-button {
  flex-shrink: 0;
  display: inline-block !important;
  background-color: #ffffff !important;
  color: #c60f0f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 12px 26px !important;
  border-radius: 6px !important;
  border: 2px solid #ffffff !important;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.giec-cta-button:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}

.giec-cta-button:visited {
  color: #c60f0f !important;
}

@media (max-width: 600px) {
  .giec-cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .giec-cta-button {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec05884 */.giec-highlight-box-2 {
  background-color: #fdecec;
  border-left: 5px solid #c60f0f;
  border-radius: 6px;
  padding: 24px 28px;
  margin: 30px 0;
  font-family: inherit;
}

.giec-highlight-box-2 .giec-highlight-title-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c60f0f;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.giec-highlight-box-2 .giec-highlight-title-2::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  background-color: #c60f0f;
  color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
}

.giec-highlight-box-2 p {
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  margin: 0 0 10px 0;
}

.giec-highlight-box-2 p:last-child {
  margin-bottom: 0;
}

.giec-highlight-box-2 strong {
  color: #c60f0f;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e024d32 */.giec-table-wrapper-2 {
  margin: 30px 0;
  font-family: inherit;
}

.giec-dependant-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5d3d3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(198, 15, 15, 0.06);
}

.giec-dependant-table caption {
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  background-color: #c60f0f;
  padding: 16px 20px;
  caption-side: top;
}

.giec-dependant-table thead th {
  background-color: #fdecec;
  color: #c60f0f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: left;
  padding: 14px 20px;
  border-bottom: 2px solid #c60f0f;
}

.giec-dependant-table tbody td {
  padding: 14px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #2b2b2b;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
}

.giec-dependant-table tbody tr:last-child td {
  border-bottom: none;
}

.giec-dependant-table tbody tr:nth-child(even) {
  background-color: #fdf6f6;
}

.giec-dependant-table tbody tr:hover {
  background-color: #fbe9e9;
}

.giec-dependant-table tbody td:first-child {
  font-weight: 600;
  color: #2b2b2b;
}

.giec-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

.giec-tag-no {
  background-color: #fdecec;
  color: #c60f0f;
  border: 1px solid #f3b8b8;
}

.giec-tag-yes {
  background-color: #eaf3de;
  color: #3b6d11;
  border: 1px solid #c0dd97;
}

.giec-tag-neutral {
  background-color: #f1efe8;
  color: #5f5e5a;
  border: 1px solid #d3d1c7;
  white-space: normal;
}

@media (max-width: 600px) {
  .giec-dependant-table thead {
    display: none;
  }
  .giec-dependant-table, .giec-dependant-table tbody, .giec-dependant-table tr, .giec-dependant-table td {
    display: block;
    width: 100%;
  }
  .giec-dependant-table tbody tr {
    margin-bottom: 12px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    overflow: hidden;
  }
  .giec-dependant-table tbody td {
    border-bottom: none;
    padding: 10px 16px;
  }
  .giec-dependant-table tbody td:first-child {
    background-color: #fdecec;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-888e05d */.giec-cta-box-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background-color: #c60f0f;
  border-radius: 8px;
  padding: 28px 32px;
  margin: 30px 0;
  font-family: inherit;
}

.giec-cta-text-2 {
  flex: 1;
  min-width: 220px;
}

.giec-cta-heading-2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.5;
}

.giec-cta-subtext-2 {
  color: #fbdada;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.giec-cta-button-2 {
  flex-shrink: 0;
  display: inline-block !important;
  background-color: #ffffff !important;
  color: #c60f0f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 12px 26px !important;
  border-radius: 6px !important;
  border: 2px solid #ffffff !important;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.giec-cta-button-2:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}

.giec-cta-button-2:visited {
  color: #c60f0f !important;
}

@media (max-width: 600px) {
  .giec-cta-box-2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .giec-cta-button-2 {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */