/* Franchies page styles ONLY */

@font-face {
  font-family: "Bitter";
  src: url("build/fonts/Bitter-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url("build/fonts/Bitter-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url("build/fonts/Bitter-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bitter";
  src: url("build/fonts/Bitter-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next";
  src: url("build/fonts/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next";
  src: url("build/fonts/Avenir.ttc") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next";
  src: url("build/fonts/AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#menu-item-3102 {
  border: 1px solid white;
}

.menu-location-navigation-menu-container .menu {
  background-color: transparent;
}
.menu-location-navigation-menu-container .menu ul {
  background-color: transparent;
}

body.page-template-page-franchise .menu-location-navigation-menu-container {
  background-color: #434343;
}

body.page-template-page-franchise .footer--franchise .container {
  max-width: 1500px;
  width: 100%;
}

body.page-template-page-franchise .header-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.logo-menu--franchise {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.logo-menu--franchise .franchise-logo-col,
.logo-menu--franchise .franchise-menu-col {
  display: flex;
  align-items: center;
}
.logo-menu--franchise .franchise-logo-col {
  flex: 0 0 auto;
}
.logo-menu--franchise .franchise-menu-col {
  flex: 1 1 auto;
  justify-content: flex-end;
}
.logo-menu--franchise .main-logo {
  max-width: 280px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 988px) {
  .logo-menu--franchise .menu-location-navigation-menu-container {
    position: static;
    width: auto;
    transform: none;
    left: auto;
    top: auto;
    display: block;
  }
  .logo-menu--franchise .menu-location-navigation-menu-container ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: auto;
  }
}

@media screen and (max-width: 1300px) {
  .logo-menu--franchise {
    flex-wrap: wrap;
    gap: 0;
  }
  .logo-menu--franchise .franchise-logo-col,
  .logo-menu--franchise .franchise-menu-col {
    width: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  .logo-menu--franchise .franchise-logo-col {
    flex: 0 0 50%;
    justify-content: flex-start;
  }
  .logo-menu--franchise .franchise-menu-col {
    flex: 0 0 50%;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .logo-menu--franchise .main-logo {
    max-width: 200px;
    margin: 0 auto;
  }
  .logo-menu--franchise .trigger-wrap {
    position: relative;
    top: auto;
    transform: none;
    margin-left: auto;
    margin-right: 0;
    padding: 8px 12px;
    border-radius: 4px;
    z-index: 99;
  }
  .logo-menu--franchise .menu-location-navigation-menu-container {
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
    background-color: #032637;
    padding: 20px 15px;
    z-index: 99;
    display: none;
  }
  .logo-menu--franchise .menu-location-navigation-menu-container.open {
    display: block;
  }
  .gf-container {
    top: 0px !important;
  }
  .trigger-wrap {
    display: block !important;
  }
}

.hero-section {
  color: white;
}
.hero {
  position: relative;
  overflow: hidden;
  background-color: rgba(1, 107, 164, 0.5);
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 107, 164, 0.75);
  pointer-events: none;
  z-index: 1;
}
.hero_image {
  display: block;
  width: 100%;
  height: auto;
}
.hero_image img {
  width: 100% !important;
}
.hero_text_position {
  bottom: 60%;
  width: 600px;
  text-align: center;
  position: absolute;
  color: white;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
}
.alpha .franchise-header .hero_text {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.hero_text_position .home_lead {
  font-family: "Avenir", serif;
  font-size: 18px !important;
  line-height: 28px;
  text-align: center;
  padding-top: 25px !important;
}

.video-container--secondary {
  margin-top: 120px;
  top: 0;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .hero_text_position {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    left: auto;
    bottom: auto;
    transform: none;
    padding: 40px 0;
  }
  .alpha .hero_text {
    font-size: 36px;
    color: white;
  }
  .home_lead {
    font-size: 16px;
  }
}

.gf-container {
  position: relative;
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  top: -180px;
  background-color: #f1f1f1;
  padding: 38px 42px;
  z-index: 99;
}
/* Make the field take full width */
#field_11_6 {
  width: 100%;
}
.address_section{

}
/* Make radio options stretch across the row */
.gfield_radio {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  padding-bottom: 25px;
}

/* Each option behaves nicely in a row */
.gchoice {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  padding-left: 12px;
}
#input_11_7.gform-grid-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding-bottom: 20px;
}

#input_11_7 .gform-grid-col {
  flex: 1; /* makes all fields evenly sized */
  min-width: 0; /* prevents overflow issues */
}
/* Normalize email + phone inputs */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"] {
  height: 44px;
  background-color: #ffffff;
  border: 1px solid black;
}
/* Desktop: single row */
@media (min-width: 768px) {
  #field_11_6 .gfield_radio {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #input_11_7.gform-grid-row {
    flex-wrap: wrap;
  }

  #field_11_6 .gchoice {
    white-space: nowrap;
  }
  .gf-container {
    position: relative;
    top: -140px;
  }
}

/* Mobile: allow wrapping */
@media (max-width: 767px) {
  #field_11_6 .gfield_radio {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 890px) {
  .gf-container {
    width: 100%;
    max-width: 90%;
    margin-bottom: 40px;
  }
}
.gform-heading {
  font-family: "Bitter", serif;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 43px;
  margin-bottom: 20px;
}
.gform-subheading {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
  font-family: "Avenir", serif;
}
.gform-field-label {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000000;
}
#gform_submit_button_11 {
  background-color: #063950;
  color: white;
  text-align: center;
  width: 400px;
  font-size: 16px;
  font-weight: 500;
  margin: auto;
  font-family: "Avenir", serif;
}
@media screen and (max-width: 640px) {
  .video-container {
    padding: 25px;
  }
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.video-heading {
  font-family: "Bitter", serif;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  font-style: bold;
  color: #016ba4;
  line-height: 39.14px;
}
.video-subheading {
  font-size: 18px;
  margin: 20px auto 30px auto;
  line-height: 30px;
  max-width: 620px;
}

.global-container {
  background-color: #f5f5f5;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.global-section {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1340px) {
  .global-section {
    width: 1400px;
  }
  .global-image_img {
    height: 400px;
  }
}

.global-image {
  text-align: center;
  overflow: hidden;
}
.global-image_img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
  display: block;
}

.global-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
.first-col-text {
  padding-left: 20px;
}
.global-brand-row > [class*="col-"] {
  flex: 1 1 280px;
}
@media screen and (max-width: 1357px) {
  .global-section {
    width: 100%;
  }
  .global-image {
    width: 100%;
  }
  .global-brand-row > [class*="col-"] {
    flex: 1 1 100%;
  }
  .first-col-text {
    padding-left: 0px;
  }
}
.global-brand-first,
.global-brand-second {
  font-family: "Avenir", sans-serif;
  position: relative;
  background-color: #016ba4;
  color: #ffffff;
  padding: 35px;
  height: 250px;
}
.global-brand-first::before,
.global-brand-second::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: -20px;
  left: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.global-brand-first {
  background-color: #016ba4;
}
.global-brand-first::before {
  background-image: url("assets/icons/icon(5).png");
}
.global-brand-second::before {
  background-image: url("assets/icons/icon(4).png");
}
.global_brand {
  font-size: 22px;
  font-weight: 800;
}
.brand_text {
  font-size: 16px;
}
.global_section_heading {
  font-family: "Bitter", serif;
  font-size: 42px;
  font-weight: 600;
  color: #016ba4;
}
.footer--franchise {
  background-color: #3f3f3f;
  color: #ffffff;
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .footer--franchise {
    padding: 40px 50px;
  }
}
.footer--franchise a {
  color: #ffffff;
}
.footer--franchise__top {
  align-items: center;
  margin-bottom: 30px;
}
.footer--franchise__logo svg,
.footer--franchise__logo img {
  max-width: 220px;
  height: auto;
  margin-bottom: 20px;
  display: block;
}
.footer--franchise__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .footer--franchise__menu {
    justify-content: flex-end;
  }
}
.footer--franchise__menu li a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-size: 12px;
  font-family: "Avenir", serif;
  padding-left: 30px;
}
.footer--franchise__middle {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
.footer--franchise__copyright {
  font-size: 14px;
  line-height: 24px;
  font-family: "Avenir", serif;
}
.footer--franchise__social {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .footer--franchise__social {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.footer--franchise__disclaimer {
  padding-top: 15px;
  margin-top: 15px;
}
.footer--franchise__disclaimer-text {
  font-family: "Avenir", serif;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.35);
}
.revenue_section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .revenue_section {
    padding: 0 16px;
  }
}
.franchise-cards {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}
.franchise-cards-edge {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 10px auto;
}
.franchise-cards-edge .franchise-card {
  border: 1px solid #006394;
}

.franchise-cards_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 32px;
}
.franchise-cards_header-edge {
  display: flex;
  padding: 40px;
  align-items: center;
  text-align: center;
  gap: 12px;
  justify-content: space-between;
}

@media screen and (max-width: 860px) {
  .franchise-cards_header-edge {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
}

.franchise-cards_header h2 {
  font-family: "Bitter", serif;
  font-size: clamp(28px, 5vw, 42px);
  color: #016ba4;
  margin: 0;
  font-weight: 700;
}
.franchise-cards_header-edge h2 {
  font-family: "Bitter", serif;
  font-size: clamp(28px, 5vw, 42px);
  color: #016ba4;
  margin: 0;
  font-weight: 700;
  text-align: left;
}

.franchise-cards_subtitle,
.franchise-cards_subtitle-edge {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  color: #434343;
  margin: 0;
  max-width: 580px;
  text-align: left;
}

.franchise-cards_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 980px) {
  .franchise-cards_grid {
    padding: 30px;
  }
}

.franchise-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.franchise-card_media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.franchise-card h3 {
  font-family: "Bitter", serif;
  font-size: 24px;
  color: #016ba4;
  margin: 0;
}

.franchise-card p {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  margin: 0;
}
.process-container-main {
  background-color: #016ba4;
  padding: 0px;
}
.process-section {
  position: relative;
  margin: 0;
  width: 100%;
  height: auto;
}
/* @media (max-width: 767px) {
  .process-section_cards--overlay {
    top: 0;
    margin-bottom: 0;
  }
} */

.process-section-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: auto;
  margin: 0;
  overflow: visible;
  /* box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08); */
}

.process-section_image,
.process-section_content {
  padding: 0;
  min-height: 620px;
  height: auto;
}

.process-section_image {
  position: relative;
}

.process-section_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.process-section_content {
  background-color: #016ba4;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
}

.process-section_content-inner {
  padding: 40px;
  max-width: 680px;
}

.process-section_heading {
  font-family: "Bitter", serif;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
}

.process-section_text {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}

.process-section_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.process-section_cards--overlay {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  z-index: 5;
}

.process-card {
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.process-card h3 {
  font-family: "Bitter", serif;
  font-size: 22px;
  color: #016ba4;
  margin-top: 0;
  margin-bottom: 10px;
}

.process-card p {
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #3f3f3f;
}
@media (max-width: 767px) {
  .process-section {
    height: auto;
  }

  .process-section-row {
    position: relative;
    height: auto;
  }

  .process-section_cards--overlay {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 20px;
  }
}
.strategic-section-container {
  padding: 0;
  background-color: white;
}

.strategic-section {
  position: relative;
  width: 100%;
}

.strategic-section-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  /* box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08); */
  overflow: hidden;
}

.strategic-section_content,
.strategic-section_image {
  padding: 0;
  min-height: 420px;
}

.strategic-section_content {
  background-color: white;
  display: flex;
  align-items: center;
}

.strategic-section_content-inner {
  width: 100%;
  padding: 30px;
  max-width: 540px;
  margin: auto;
}

.strategic-section_heading {
  margin-bottom: 20px;
  color: #016ba4;
  font-family: "Bitter", serif;
  font-size: 42px;
  font-weight: 700;
}

.strategic-section_text {
  margin: 0;
  color: black;
  font-family: "Avenir", sans-serif;
}

.strategic-section_image {
  position: relative;
}

.strategic-section_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 991px) {
  .strategic-section {
    padding: 0 20px 80px;
  }
  .strategic-section_content-inner {
    padding: 40px 30px;
  }
  .strategic-section_content,
  .strategic-section_image {
    min-height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .strategic-section {
    padding: 0 15px 60px;
  }
  .strategic-section-row {
    box-shadow: none;
  }
  .strategic-section_content-inner {
    padding: 30px 20px 40px;
  }
}

.franchise-faq-container {
  width: 100%;
  padding: 120px 20px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.franchise-faq-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.franchise-faq {
  width: 100%;
  max-width: 640px;
  margin: 24px auto 0;
}

.franchise-faq_header {
  text-align: center;
  margin-bottom: 40px;
}

.franchise-faq_title {
  font-family: "Bitter", serif;
  font-size: 42px;
  font-weight: 700;
  color: #016ba4;
  margin-bottom: 20px;
}

.franchise-faq_subtitle {
  font-family: "Avenir", sans-serif;
  font-size: 22px;
  color: #016ba4;
  margin: 0 auto;
  font-weight: 800;
  max-width: 640px;
  line-height: 1.6;
}

.franchise-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.franchise-accordion_item {
  border-radius: 6px;
  overflow: hidden;
}

.franchise-accordion_trigger {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #434343;
  cursor: pointer;
  padding: 22px 28px;
}

.franchise-accordion_trigger::-webkit-details-marker {
  display: none;
}

.franchise-accordion_title {
  margin-right: 20px;
}

.franchise-accordion_icon {
  width: 18px;
  height: 18px;
  position: relative;
  flex: 0 0 18px;
}

.franchise-accordion_icon::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid #016ba4;
  border-bottom: 2px solid #016ba4;
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 0.2s ease;
  margin: auto;
}

.franchise-accordion_item[open] .franchise-accordion_icon::before {
  transform: rotate(-135deg);
}

.franchise-accordion_panel {
  padding: 0 28px 24px;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3f3f3f;
}

.franchise-accordion_panel p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .franchise-faq-container {
    padding: 80px 15px;
  }
  .franchise-faq-column {
    align-items: stretch;
  }
  .franchise-faq_header {
    text-align: left;
  }
  .franchise-faq_title {
    font-size: 32px;
  }
  .franchise-faq {
    max-width: 100%;
    margin-top: 20px;
  }
  .franchise-accordion_trigger {
    font-size: 18px;
    padding: 18px 20px;
  }
  .franchise-accordion_panel {
    padding: 0 20px 18px;
  }
}

.partner-container {
  background-color: #f5f5f5;
  padding: 20px;
}

.franchise-bottom-section {
  background-color: #016ba4;
  color: #ffffff;

  padding: 120px 0;
}

.franchise-bottom-section_row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  background-color: #00a7df;
  gap: 30px;
}
@media screen and (max-width: 890) {
  .franchise-bottom-section_row {
    flex-wrap: wrap;
  }
}
.franchise-bottom-section_content,
.franchise-bottom-section_right {
  padding: 0;
  flex: 1 1 50%;
  min-width: 320px;
}

.franchise-bottom-section_content {
  display: flex;
  align-items: center;
}

.franchise-bottom-section_content-inner {
  padding: 50px;
  max-width: 480px;
  margin: auto;
}

.franchise-bottom-section_heading {
  font-family: "Bitter", serif;
  font-size: 42px;
  margin-bottom: 18px;
}

.franchise-bottom-section_text {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.franchise-bottom-section_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "avenir", sans-serif;
  padding: 14px 28px;
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  margin-top: 30px;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.franchise-bottom-section_button:hover,
.franchise-bottom-section_button:focus {
  background-color: transparent;
  color: #000000;
}

.franchise-bottom-section_right {
  padding: 50px;
}

.franchise-expenses_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.franchise-expenses_item {
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.franchise-expenses_label {
  font-family: "Avenir", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 800;
}
.franchise-expenses_cost {
  font-family: "Avenir", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  text-align: right;
}

.franchise-expenses_item:first-child .franchise-expenses_cost {
  font-weight: 800;
}

.franchise-bottom-section_note {
  margin-top: 30px;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 991px) {
  .franchise-bottom-section {
    padding: 80px 30px;
  }
  .franchise-bottom-section_content-inner,
  .franchise-bottom-section_right {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .franchise-bottom-section_row {
    gap: 0;
    flex-wrap: wrap;
  }
  .franchise-bottom-section_content-inner,
  .franchise-bottom-section_right {
    padding: 30px 20px;
  }
  .franchise-bottom-section_button {
    width: 100%;
  }
}
.gform_confirmation_message_11 {
  text-align:center;
}
