@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  --e-global-color-primary: #4099a6;
  --e-global-color-white: #fff;
  --e-global-color-accent: #5085a4;
  --e-global-color-bg: #f5f4f0;
  --e-global-color-text: #7a7a7a;
}

@font-face {
  font-family: "Gotham Medium";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("./fonts/Gotham-Medium.woff2") format("woff2");
}
header {
  border-style: solid;
  border-width: 10px 0px 0px 0px;
  border-color: var(--e-global-color-primary);
}
header .logo {
  height: 50px;
}

.navbar.bg-light.navbar-light {
  background-color: var(--e-global-color-bg) !important;
  padding: 30px 100px;
}

.primary-btn,
.secondary-btn {
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  transition: all 0.3s;
}
.primary-btn:hover,
.secondary-btn:hover {
  transform: scale(1.1);
}

.primary-btn {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-primary);
}
.primary-btn:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
}

.secondary-btn {
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-primary);
}
.secondary-btn:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
}

.hero-section {
  background-image: url(./img/hero-banner-image.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.hero-section .hero-overlay {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--e-global-color-primary);
  mix-blend-mode: multiply;
  z-index: 0;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 200px 0;
  position: relative;
  z-index: 1;
}
.hero-content h1 {
  color: var(--e-global-color-white);
  text-align: center;
  font-size: 40px;
  font-family: "Gotham Medium";
  margin-bottom: 30px;
  line-height: 45.6px;
}

.hero-bottom-section {
  background: #ddedef;
  padding: 70px;
}

.hero-bottom-content {
  max-width: 630px;
  margin: 0 auto;
}
.hero-bottom-content p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23.04px;
  text-align: center;
  color: #1e1e1e;
}

.about-section {
  background-color: var(--e-global-color-bg) !important;
  padding: 90px 0;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  justify-content: center;
  height: 100%;
  max-width: 500px;
}
.about-content .about-sub-heading {
  font-family: "Gotham Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 24.8px;
  text-align: left;
  color: #a8ab98;
}
.about-content h2 {
  font-family: "Gotham Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 36.48px;
  text-align: left;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
}
.about-content p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23.04px;
  color: #1e1e1e;
  text-align: left;
}

.how-it-works-section {
  background-color: #ddedef;
  padding: 100px 0;
  text-align: center;
}
.how-it-works-section h2 {
  font-family: "Gotham Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 36.48px;
  text-align: center;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
  margin-bottom: 60px;
}

.how-it-works-count-box span {
  height: 70px;
  width: 70px;
  background: var(--e-global-color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gotham Medium";
  font-size: 40px;
  font-weight: 500;
  line-height: 45.6px;
  text-align: center;
  border-radius: 50%;
}

.why-choose-nuvista{background-color: #f5f4f0;padding: 100px 0px 30px;}
.why-choose-nuvista h2{margin-bottom: 60px;font-weight: 500;line-height: 36.48px;}

.how-it-works-box {
  display: flex;
  gap: 20px;
  text-align: left;
  justify-content: center;
  margin-bottom: 60px;
}
.how-it-works-box h3 {
  font-family: "Gotham Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 20.52px;
  text-align: left;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.how-it-works-box p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23.04px;
  text-align: left;
  color: #1e1e1e;
}

.how-it-works-content {
  padding-right: 108px;
}

.our-services-toronto-section h2{
  color: var(--e-global-color-primary);
}

.overlay {
  position: absolute;
  top: 116px;
  left: 20px;
  color: white;
  padding: 10px 0px 0px 10px;;
  width: calc(100% - 40px);
  box-sizing: border-box;
  font-size: 16px;
}

.overlay h4{
  font-family: "Gotham Medium";
  font-size: 23px;
}

.overlay p{
  font-family: "Lato", sans-serif;
  font-size: 15px;
}

.img-container {
  position: relative;
  padding-right: 0;
}

.get-started-section{
  background-color: var(--e-global-color-primary);
}

.get-started-section h2{
  font-family: "Gotham Medium";
  color: #fff;
  margin-bottom:30px;
}
section.faq_section h2 {
    padding-bottom: 30px;
}
.get-started-section h3{
  font-family: "Gotham Medium";
}


.get-started-section {
  padding: 40px 0;
}

.get-started-section h3 {
  margin-bottom: 30px;
  font-size: 32px;
}

.custom-container{
  padding: 0 12rem;
}

.form-container {
  width: 80%;
  background-color: #3A9FBF;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: white;
}

form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-group {
  width: 30%;
  margin-bottom: 15px;
}

.form-group label{
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.form-group.full-width {
  width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input, select, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  background: transparent;
  color: #fff;
}

input:focus,
textarea:focus {
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: #ffff;
}


input[type="radio"] {
  width: auto;
  margin-right: 10px;
}

.radio-group {
  display: flex;
  align-items: center;
}

.radio-group label {
  margin-right: 15px;
  font-weight: normal;
}

.form-btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.submit-btn {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: white;
  color: #3A9FBF;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
}

.submit-btn:hover {
  background-color: #f1f1f1;
}

.google_section{
  background: url('./img/google_bg.webp');
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
}

.google_sec_inner{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google_sec_inner img{
  width: 500px;
}

.faq_section h2{
  font-family: "Gotham Medium";
  color: var(--e-global-color-primary);
}

.accordion-flush .accordion-item .accordion-button {
  background: #DDEDEF;
}

.accordion-item{
  background-color: #DDEDEF;
}

.map-txt{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8rem;
}

.map-txt h2{
  color: var(--e-global-color-primary);
}

.map-iframe{
  width: 50%;
}

.map-iframe iframe{
  width: 100%;
  height: 400px;
}

.footer-sec{
  background-color: #555555;
  padding: 50px;
  justify-content: center;
}

.footer-social a{
  color: #555555;
  background-color: #ffff;
  padding: 10px;
}

.footer-logo-sec{
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-txt {
    padding-left: 4rem;
    padding-top: 3rem;
}

.footer-txt p{
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  margin-top: unset !important;
}

.footer-bottom{
  background-color: var(--e-global-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom p{
  margin-top: 1rem !important;
  color: #fff;
}
.footer-txt p a {
    color: #fff;
    text-decoration: none;
}
.footer-txt p a:hover{
    text-decoration:underline;
}
.footer-logo-p p{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}
select#therapytype option {
    color: #000;
}
select#preference option {
    color: #000;
}
.thankyou {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 160px 0;
}
.g-recaptcha {
    display: flex;
    justify-content: center;
}
h2.accordion-header {
    padding-bottom: 0 !important;
}
section.faq_section h2 {
    padding-bottom: 30px;
}
section#map-section {
    background: #ddedef !important;
    margin-top:20px;
}
.submit-btn{
    padding:10px 40px !important;
}
input[type="radio"]{
     appearance: none;
    /* Safari support */
    -webkit-appearance: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 50%;
}
.radio-group label{
    display: flex;
    align-items: end;
}
input[type="radio"]:checked{
outline-color: #fff;
    background-color: #fff;
}
    
input[type="radio"]:focus-visible {
    outline-offset: 0;
}
/* media queries */

@media (max-width: 1030px){
  .how-it-works-content{
    padding-right: 0;
  }

  .how-it-works-box h3 {
    margin-bottom: 15px;
  }

  .overlay {
    top: 60px;
  }

  .overlay h4 {
    font-size: 16px;
  }

  .overlay p {
    font-size: 14px;
  }

  .custom-container {
    padding: 0 6rem;
  }

  .custom-container {
    padding: 0 6rem;
  }

  .map-txt {
    padding-left: 5rem;
  }

  .footer-sec {
    padding: 30px;
  }

  .footer-txt p {
    font-size: 13px;
  }
  
  .footer-logo-p p {
    font-size: 13px;
}
}

@media (max-width: 992px){
  .overlay h4 {
    font-size: 36px;
  }

  .overlay p {
    font-size: 22px;
  }

  .overlay {
    top: 236px;
  }

  .form-group {
    width: 100%;
  }

  .radio-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .radio-group label {
    margin-bottom: 10px;
  }

  .footer-sec {
    flex-direction: column;
    align-items: center;
  }
  
  .footer-logo-sec {
    width: 62%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .footer-txt {
    padding-left: 0rem;
    padding-top: 3rem;
    text-align: center;
  }
}

@media (max-width: 500px){
   header .logo {
    width: 300px;
  }        
    
  .hero-bottom-section {
    background: #ddedef;
    padding: 35px;
  }

  .overlay {
    top: 84px;
  }

  .overlay h4 {
    font-size: 20px;
  }

  .overlay p {
    font-size: 18px;
  }
  .img-container {
    margin-top: 1rem;
  }

  .custom-container {
    padding: 0 2rem;
  }

  .google_sec_inner img {
    width: 400px;
  }

  .accordion-button{
    font-size: 14px;
  }

  .map-sec{
    flex-direction: column;
  }

  .map-txt{
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .map-iframe{
    width: 100%;
  }

  .footer-sec {
    flex-direction: column;
  }

  .footer-logo-sec {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-txt{
    text-align: center;
  }

  .navbar {
    padding: 0 !important;
  }

  .logo-container{
    padding: 30px;
  }

  .logo-container {
    padding: 30px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px;
  }

  .img-container-parent{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .img-container{
    width: 400px;
  }
}

@media (max-width: 400px){
  .overlay h4 {
    font-size: 19px;
  }

  .overlay p {
    font-size: 16px;
  }
}

