/* VARS */

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-yellow: #FBF599;
  --color-red: #EE2D48;
}

/* RESET */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.gs-page {
  color: var(--color-black);
  font-family: "proxima-nova", sans-serif !important;
  font-weight: 400;
}

.gs-page a {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

.gs-page a:hover {
  text-decoration: underline;
}

.contnr {
  max-width: 1260px;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  height: auto;
}

.h1 {
  font-size: clamp(28px, 5vw, 54px);
}

.h2 {
  font-size: clamp(36px, 5vw, 70px);
}

.h3 {
  font-size: clamp(32px, 5vw, 50px);
}

.h4 {
  font-size: clamp(28px, 5vw, 41px);
}

ul {
  padding: 0 clamp(15px, 8vw, 30px);

}

li {
  color: #414143;
  font-size: clamp(18px, 5vw, 20px);
}

.body-text {
  font-size: clamp(20px, 5vw, 28px);
  letter-spacing: 1px;
  line-height: 130%;
}

.fw-900 {
  font-family: "proxima-nova",sans-serif;
  font-weight: 700 !important;
}

.fw-700 {
  font-family: "proxima-nova",sans-serif;
  font-weight: 500 !important;
}

strong {
  font-family: "proxima-nova",sans-serif;
  font-weight: 700 !important;
}

.highlight-yellow {
  color: var(--color-yellow);
}

.center-txt {
  text-align: center;
  padding: 40px 0 65px 0;
}

.pb-20 {padding-bottom:20px;
}

.pf-70 {
  padding-left:55px;
}



/* STYLES */

.gs-page {
  background-color: var(--color-white);
  background-repeat: repeat;
  padding: 5em 0;
}


/* HERO SECTION*/

.gs-hero {
    display: flex;
    flex-direction: column;
    position: relative;
}

.hero-images {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    row-gap: 5em;
    left: 0;
    right: 0;
    top: -6em;
    bottom: 0;
    padding: 0 clamp(20px, 8vw, 150px);
    background-image: url(../images/hero-image.jpg);
}

.hero-img-wrapper {
  display: flex;
  flex-basis: 50%;
}

.hero-img-wrapper:nth-child(even) {
  justify-content: flex-end;
}

.hero-img-wrapper.mobile img {
  margin-left: 5em;
}

.gs-hero-heading-wrapper {
  display: flex;
  flex-direction: column;
  z-index: 9;
}

.gs-hero-heading-wrapper .h1-title {
    display: flex;
    flex-direction: column;
    padding: 60px 0 145px 200px;
}

.hero-title {
  color: var(--color-white);
  line-height: 60px;
}
.gs-hero-heading-wrapper .h1-title > .hero-subtitle.h4:first-of-type {
  margin-left: 70px;
}

.gs-hero-heading-wrapper .h1-title > span:last-of-type {
  margin-left: 80px;
}

.hero-subtitle {
  color: var(--color-white);
  font-weight: 400;
  line-height: 50px;
}



/* inline form*/

section.inline-form {
  padding: 0px clamp(20px, 5vw, 75px);
}

.inline-form-row {
    background-color: #004383;
    border-radius: 0 0 46px 46px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px;
    gap: 20px;
}

.inline-form-row .grid-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1060px;
}

.inline-form-row .grid-form input,
.inline-form-row .grid-form select,
.inline-form-row .grid-form button {
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  border: 1px solid #004383;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}

 .inline-form-row  ::placeholder {
    color:var(--color-black);
  }

.inline-form-row .grid-form button {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    max-width: 152px;
    border: 1px solid;
    border-radius: 20px;
    justify-self: end;
    transition: background-color 0.3s;
}

.inline-form-row .grid-form button:hover {
  background-color: #005f8d;
}

.inline-form-row  p#inline-form-message {
  padding-top: 30px;
}

.inline-form-row .preform-text {
  color:var(--color-white);
  font-size: clamp(16px, 5vw, 20px);
  margin-bottom: 10px;
}

/* franchisee section */

  .franchisee-info {
    display: flex;
    flex-wrap: wrap; 
  }

 .franchisee-info img {
    max-width: 112px;
}

  .franchisee-info > div {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 20px 0 80px 0;
  }

  .blue-column {
    background-color: #004383; 
    color: white;
  }

  .blue-column img {
    padding-bottom: 45px;
  }

  .blue-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    gap: 45px;
  }

  .blue-item {
    height: 373px;
    background: white;
    border-radius: 16px;
    width: 349px;
    color: #004383;
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
  }

 
  .grey-column {
    background-color: #F4F4F4;
    color: #000;    
  }

  .grey-item-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap:20px;
  }

  .grey-item {
    background: #004383;
    color: white;
    width: 282px;
    height: 250px;
    border-radius: 16px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  p.hidden-text {
    color: black;
    font-size: 18px;
    font-weight: 400;
    padding: 40px 10px 0 10px;
  }
  
  .blue-item .hidden-data {
    display: none;
  }
  

  @media (max-width: 768px) {
    .franchisee-info > div {
      flex: 1 1 100%; 
    }
  }

  


.form-intro-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.form-intro-title {
  color: var(--color-black);
}

.form-intro-sub-text {
  padding: 60px 0;
}

section.blue-form-section {
    background-color: #004383;
    padding: 100px 20px;
}

.blue-form-intro-title {
  color: var(--color-white);
  text-align: center;
  padding-bottom: 2em;
}

.blue-form form {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px 100px;
  }

  .blue-form input, .blue-form select, .blue-form  button {
    padding: 10px;
    font-size: 1rem;
     border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    box-sizing: border-box;
    outline: none;
    color: white;

  }

   .blue-form  ::placeholder {
    color: rgba(255, 255, 255, 0.8);
  }

   .blue-form  select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    color: #ffffffb0;
    background: #004383 url(../images/arrow-form.png) no-repeat right 10px center;
  }

  .blue-form option {
    color: white; 
  }

  .blue-form button {
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    height: 42px;
    border-radius: 20px;
    max-width: 152px;
    justify-self: end;
    transition: all 0.3s ease;
  }

  .blue-form button:hover {
    background-color: #000;
    color: #fff;
  }


  @media (max-width: 600px) {
    .blue-form form {
      grid-template-columns: 1fr;
    }
  }

  .blue-form p#blue-form-message {
    text-align: center;
    padding: 50px;
    font-size: 20px;
}

.categories-section {
    padding: 100px 0;
}

.categories-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.categories-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 27px;
  row-gap: 33px;
  justify-content: center;
  padding: 90px 0 200px;
}

.categories-pre-text {
  width: 75%;
  text-align: center;
}


.faq-intro-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 50px 0;
}

.faq-intro-title {
  color: var(--color-black);
}

.faq-subtitle {
  color: var(--black-black);
}

.faq-item {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 40px 0;
  border-bottom: 1px solid var(--color-black);
}

.faq-title {
  display: flex;
  justify-content: space-between;
  color: var(--color-black);
  cursor: pointer;
}

.faq-title::after {
  content: "+";
  display: inline-block;
  height: 16px;
  width: 16px;
}

.faq-title.open::after {
  content: "-";
  display: inline-block;
  height: 16px;
  width: 16px;
}

.faq-text {
  color: #414143;
  font-size: clamp(18px, 5vw, 20px);
  display: none;
  transition: all 0.3s ease;
}


/* ATG CHANGES */

.form-section.contnr {
    margin: 4em auto;
    padding-bottom: 0;
}


/* MEDIA QUERIES */

@media (max-width: 1600px) {

  .hero-images {
    padding: 0 clamp(20px, 6vw, 150px);
  }

  .hero-img-wrapper img {
    width: 180px;
  }
 
}

@media (max-width: 1400px) {

  .hero-img-wrapper.mobile img {
    margin-left: 0;
  }
 
}

@media (max-width: 1200px) {

  .contnr {
    padding: 40px 20px;
  }
 
}

@media (max-width: 992px) {


  .categories-pre-text {
    width: auto;
    text-align: center;
  }

  .hero-images {
    padding: 0 clamp(20px, 3vw, 150px);
  }

  .hero-img-wrapper img {
    width: 150px;
  }

  .loader-wrapper img {
    max-width: 75%;
  }

}

@media (max-width: 768px) {

 .gs-page {
    padding: 1em 0; 
    }

  .hero-images {
    left: -250px;
    right: 0;
    top: -10em;
    bottom: 0;
    padding: 0 clamp(20px, 8vw, 150px);
  }

  .hero-title {
    text-align: center;
  }

  .hero-subtitle {
    text-align: center;
  }

  span.hero-subtitle.h4.pf-70 {
    padding-left: 0px;
  }

  .gs-hero-heading-wrapper .h1-title {
    padding: 0px;
  }

  .gs-hero-heading-wrapper .h1-title > span:last-of-type {
    margin-left: 0px;
}
  
  
  .hero-img-wrapper img {
    width: 125px;
  }

  .faq-intro-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 100px 0 60px;
  }

  
  .categories-wrapper {
    padding: 60px 0;
  }

  .form-section.contnr {
    margin: 3em auto;
}

}

@media (max-width: 576px) { 

  .hero-images {
    top: -15em;
    bottom: 0;
  }

  .gs-hero-heading-wrapper {
     padding: 25px;
  }

  .hero-title, .hero-subtitle {
    line-height: 40px;
  }

  .inline-form-row {
    flex-direction: column;
    }

  section.inline-form  {
    padding: 0px;
    }


}