.elementor-1069161 .elementor-element.elementor-element-83d083c{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1069161 .elementor-element.elementor-element-ddb5656{text-align:center;}.elementor-1069161 .elementor-element.elementor-element-ddb5656 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;text-shadow:-15px 15px 9px rgba(0,0,0,0.3);color:#093FA0;}.elementor-1069161 .elementor-element.elementor-element-96a3b1b{text-align:center;}.elementor-1069161 .elementor-element.elementor-element-96a3b1b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:500;text-transform:none;font-style:italic;text-shadow:-10px 10px 6px rgba(0,0,0,0.3);color:#093FA0;}.elementor-1069161 .elementor-element.elementor-element-f8fbc60{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1069161 .elementor-element.elementor-element-616bb3c > .elementor-widget-container{margin:040px 0px 0px 0px;}/* Start custom CSS *//* Basic styling for the tabs */
.tyler-custom-tab-container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.tyler-custom-tab-buttons {
  display: flex;
  cursor: pointer;
  background-color: #f1f1f1;
}

.tyler-custom-tab-buttons div {
  padding: 10px;
  flex: 1;
  text-align: center;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 38px;
}

/* Basic styling for the tabs */
.tyler-custom-tab-container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.tyler-custom-tab-buttons {
  display: flex;
  cursor: pointer;
  background-color: #f1f1f1;
}

.tyler-custom-tab-buttons div {
  padding: 10px;
  flex: 1;
  text-align: center;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 38px;
}

.tyler-custom-tab-buttons div.tyler-custom-active {
  background-color: white;
  font-weight: bold;
  color: #093FA0;
  border-top: 2px solid #093FA0;
}

.tyler-custom-tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
}

.tyler-custom-tab-content>div {
  display: none;
}

.tyler-custom-tab-content .tyler-custom-active {
  display: block;
}

/* Styling for nested tabs */
.tyler-custom-nested-tab-container {
  border-top: 1px solid #ddd;
}

.tyler-custom-nested-tab-buttons {
  display: flex;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  font-size: 28px;
}

.tyler-custom-nested-tab-buttons div {
  padding: 10px;
  flex: 1;
  text-align: center;
  background-color: #e9e9e9;
  border: 1px solid #ccc;
  border-bottom: none;
}

.tyler-custom-nested-tab-buttons div.tyler-custom-nested-active {
  background-color: white;
  font-weight: bold;
  color: #093FA0;
  border-top: 2px solid #093FA0;
}

.tyler-custom-nested-tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
}

.tyler-custom-nested-tab-content>div {
  display: none;
}

.tyler-custom-nested-tab-content .tyler-custom-nested-active {
  display: block;
}

.tyler-custom-sub-nested-tab-container {
  border-top: 1px solid #ddd;
}

.tyler-custom-sub-nested-tab-buttons {
  display: flex;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.tyler-custom-sub-nested-tab-buttons div {
  padding: 10px;
  flex: 1;
  text-align: center;
  background-color: #e9e9e9;
  border: 1px solid #ccc;
  border-bottom: none;
  font-size: 18px;
}

.tyler-custom-sub-nested-tab-buttons div.tyler-custom-sub-nested-active {
  background-color: white;
  font-weight: bold;
  color: #093FA0;
  border-top: 2px solid #093FA0;
}

.tyler-custom-sub-nested-tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
}

.tyler-custom-sub-nested-tab-content>div {
  display: none;
}

.tyler-custom-sub-nested-tab-content .tyler-custom-sub-nested-active {
  display: block;
}

.price {
  color: #093FA0;
  font-weight: 500;
  font-size: 40px;
}

.signUpButton {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #093FA0;
  /* Default button color */
  border: 2px solid #093FA0;
  /* Border color matches button color */
  border-radius: 5px;
  /* Rounded corners */
  text-decoration: none;
  /* Remove underline */
  text-align: center;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.signUpButton:hover {
  background-color: #0750C7;
  /* Darker shade on hover */
  border-color: #0750C7;
  /* Border color changes on hover */
  color: #fff;
  /* Text color remains white on hover */
}

.signUpButton:active {
  background-color: #072C7D;
  /* Even darker shade when clicked */
  border-color: #072C7D;
  /* Border color changes on click */
  color: #fff;
}/* End custom CSS */