/*
Name: Precision Oral Surgery Landing Page Styles
Version: 1.0.0
*/

#landing-page-body h1 {
  color: var(--black);
  font-size: 3.75rem;
  font-family: "Satoshi-Black", Arial, sans-serif;
  line-height: 1.2;
}

#landing-page-body h2 {
  color: var(--dark-blue);
  font-size: 2.5rem;
  font-family: "Satoshi-Black", Arial, sans-serif;
  padding-bottom: 3%;
}

#landing-page-body p {
  color: var(--black);
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

#landing-page-body button, #paradigm-form input#submit {
  background-color: var(--dark-blue);
  color:  var(--white);
  font-family: "Satoshi-Black", Arial, sans-serif;
  font-size: 1.25rem;
  transition-duration: 0.3s;
  border: 2px solid var(--dark-blue);
  padding: 12px 28px;
  cursor: pointer;
  border-radius: 28px;
}

#landing-page-body button:hover, #paradigm-form input#submit:hover {
  background-color: var(--white);
  color:  var(--dark-blue);
}

#landing-page-body ul li {
  list-style-type: none;
  font-size: 1.25rem;
  color: var(--black);
  display: flex;
  align-items: baseline;
  margin-bottom: -2.5%;
  font-family: "Satoshi-Regular", Arial, sans-serif;
}

#landing-page-body ul li::before {
  content: "•";
  font-size: 3rem;
  color: var(--light-blue);
  transform: translateY(10px);
  margin-right: 1.7%;
}

/* 14px */
.text-xsmall {
  font-size: 0.875rem!important; 
}

/* 16px */
.text-small {
  font-size: 1rem;
}

.text-medium {
  font-size: 1.25rem;
}

/* 28px */
.text-large {
  font-size: 1.75rem;
}

.gap-three {
  gap: 3%;
}

.align-items-flex-end {
  align-items: flex-end;
}

.padding-right {
  padding-right: 2%;
}

#landing-page-body .bold {
  font-family: "Satoshi-Black", Arial, sans-serif;
}

.padding-top-5 {
  padding-top: 5%;
}

.section-padding {
  padding: 5%;
}

/* Fonts */

@font-face {
  font-family: "Satoshi-Black";
  src: local("Satoshi-Black"), url("../fonts/Satoshi-Black.woff") format("truetype");
}

@font-face {
  font-family: "Satoshi-Regular";
  src: local("Satoshi-Regular"), url("../fonts/Satoshi-Regular.woff") format("truetype");
}

/* Custom Colors */

:root {
  --white: #ffffff;
  --black: #141414;
  --gray: #EEECEA;
  --dark-blue: #257DA3;
  --blue: #05ACDA;
  --light-blue: #41BFE1;
  --navy-blue: #2A3348;
  --extra-light-blue:#E2F6F9;
}

.color-gray {
  color: var(--gray);
}

.color-white {
  color: var(--white);
}

.color-dark-blue {
  color: var(--dark-blue)!important;
}

/* Templated components */

/* Accordion */

.accordion-toggle {
  display: none;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.accordion-container {
  background-color: var(--extra-light-blue);
  padding: 1% 2.5%;
  margin: 2% 0;  
}

/* Adding height so the entire answer is readable when dropped */
.accordion-toggle:checked + .accordion-label + .accordion-content {
  max-height: 80vh;
}

.accordion-label .accordion-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Satoshi-Regular", Arial, sans-serif!important;
  font-weight: bold;
}

.accordion-label .accordion-question::after {
  content: "+";
  color: var(--white);
  padding: 0px 13px;
  background-color: var(--dark-blue);
  border-radius: 50%;
  font-size: 1.9rem;
}

.accordion-toggle:checked + .accordion-label .accordion-question::after {
  content: "–";
  font-size: 1.5rem;
  padding: 4px 11px;
}

/* Landing page header */

#landing-page-header {
  padding: .5% 2.5%;
  border-top: 20px solid transparent; 
  border-color: var(--blue);
  background-color: var(--white);
}

#landing-page-header .two-thirds-column {
  padding-right: .5%;
}

/* First section */

#first-section {
  background-image: url(/wp-content/uploads/2024/01/hero-oosnj.webp);
  background-position: center;
  background-size: cover;
  min-height: 70vh;
  position: relative;
  z-index: 10;
}

#first-section button, #first-section-mobile-body button {
  margin: 5% 0% 3% 0;
}

#first-section i, #first-section-mobile-body i {
  font-size: 1.5rem;
}

#first-section .template-reviews-stars, #first-section-mobile-body .template-reviews-stars {
  display: flex;
  align-items: center;
  gap: 2%;
  padding-bottom: 5%;
}

#first-section ul li, #first-section-mobile-body ul li {
  font-weight: bold;
}

#first-section ul li::before {
  transform: translateY(10px);
}

#first-section-mobile-body ul li::before {
  transform: translateY(6px);
}

#first-section-mobile-body .section-one-small-text {
  font-weight: bold;
  padding-top: 2%;
}

#first-section .section-one-mobile-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#first-section .section-one-number-of-reviews {
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
}

#first-section .section-one-small-text {
  font-weight: bold;
  font-size: .75rem; 
  padding-top: 2%; 
}

/* Second section */

#paradigm-forms-sidebar-container, #paradigm-forms-landing-container {
  position: fixed;
  top: 15%;
  background-color: var(--light-blue);
  width: 25vw;
  border-radius: 16px;
}

#paradigm-form > div.text-xsmall.text-align-center > p {
  margin: 0;
  font-size: .75rem;
  color: #4E4E4E;
}

/* override of POS website stylesheet */
#landing-page-body #paradigm-forms-landing-container #paradigm-form textarea  {
  padding: 2% 0 2% 0;
  width: 100%;
  height: 10vh;
  background: #fff;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.8;
  color: var(--black);
  text-indent: 10px;
  border-radius: 8px;
}

/* override of POS website stylesheet */
#landing-page-body #paradigm-forms-landing-container #paradigm-form input[type="text"], 
#landing-page-body #paradigm-forms-landing-container #paradigm-form input[type="email"], 
#landing-page-body #paradigm-forms-landing-container #paradigm-form input[type="tel"] {
  border-radius: 8px;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.8;
  color: var(--black);
  text-indent: 10px;
}

#second-section ul li::before {
  transform: translateY(6px);
}

#second-section .section-two-small-text {
  font-style: italic;
  font-size: 1.25rem;
  padding-bottom: 10%;
}

#second-section ul {
  padding-bottom: 7%;
}

#second-section ul li {
  font-weight: bold;
}

#second-section p {
  padding-bottom: 3%;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}

.lightbox video {
  max-width: 80%;
  max-height: 80%;
}

#close-lightbox {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.lightbox-trigger-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
}

.lightbox-trigger { 
  border-radius: 16px;
  cursor: pointer;
  width: 45%;
  padding-bottom: 5%;
}

/* Third section */

#third-section {
  background-color: var(--light-blue);
}

#third-section h2, #third-section p {
  color: var(--white)
}

#third-section .bold {
  padding: 2% 0;
}

#third-section .panels {
  padding-top: 5%;
  padding-right: 5%;
  padding-bottom: 10%;
}

/* Fourth section */

#fourth-section {
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

#fourth-section p {
  padding-bottom: 3%;
}

#fourth-section ul li {
  font-size: 1.125rem;
  margin-bottom: -5%;
}

#fourth-section ul li::before {
  transform: translateY(6px);
}

/* Fifth section */

#fifth-section {
  background-color: var(--extra-light-blue);
}

.fifth-section-header p, #fifth-section-table p {
  color: var(--dark-blue)!important;
}

.fifth-section-header .bold, #fifth-section-table .bold {
  font-size: 1.25rem!important;
}

#fifth-section .fifth-section-header {
  padding-bottom: 5%;
  border-bottom: 2px solid var(--dark-blue);
}

#fifth-section .fifth-section-header img {
  padding-top: 10%;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-item {
  width: 25%;
  box-sizing: border-box;
  padding: 10px;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  color: var(--dark-blue);
}

.progress-bar {
  width: 100%;
  border-radius: 16px;
}

.progress-bar div {
  height: 20px;
  width: 50%;
  background-color: #67BC3F;
  border-radius: 50px;
}

.p-size {
  font-size: 1.125rem;
  font-family: "Satoshi-Regular", Arial, sans-serif;
}

.color-light-blue {
  color: var(--light-blue)!important;
}

.tiny-text-tiny-height {
  font-size: 0.75rem;
  line-height: 1rem;
}

.negative-2-bottom-margin {
  margin-bottom: 2%;
}

/* Seventh section */

#seventh-section #payment-options {
  padding-top: 5%;
}

#seventh-section ul li {
  margin-bottom: -7%;
}

#seventh-section ul li::before {
  transform: translateY(6px);
}

#seventh-section .logo-section {
  margin-top: 10%;
  display: flex;
  gap: 4%;
  align-items: center;
}

/* FAQ Section */

#faq-section {
  position: relative;
  z-index: 10;
  background-color: var(--white);
}

#faq-section > div > section > div.accordion-container > label > p > span {
  position: absolute;
  right: 3%;
}

#faq-section .bold {
  font-family: "Satoshi-Black", Arial, sans-serif !important;
}

#faq-section > div > section > div.accordion-container > label > p > span {
  display: none;
}

/* Reviews section */

#reviews-section {
  position: relative;
  z-index: 10;
  background-color: var(--white);
}

#template-reviews {
  padding-top: 0;
}

.template-reviews-stars {
  padding-bottom: 5%;
}

.template-testimonial-1,
.template-testimonial-2 {
   padding-right: 2%
}

/* Contact us section */

#contact-us-section {
  z-index: 10;
  position: relative;
  background-color: var(--gray);
  align-items: center;
  justify-content: space-evenly;
  padding: 5%;
}

#contact-us-section .contact-us-text {
  display: flex;
  justify-items: center;
  flex-direction: column;
  row-gap: 33px;
  padding-right: 5%;
}

#contact-us-section .contact-us-text p {
  font-weight: bold;
}

#contact-us-section .contact-us-text i {
  padding-right: 12px;
}

/* footer section */

#footer-section {
  position: relative;
  z-index: 10;
}

.footer-copy {
  background-color: #2A3348;
  padding: 1% 5%; /* 5% won't have to revisit for responsive */
}

.footer-copy span {
  color: var(--white);
  font-family: "Satoshi-Regular", Arial, sans-serif;
}

/* Responsive media queries */

/* Laptop media queries */
@media only screen and (max-width: 1439px) {

  #second-section .lightbox-trigger-container {
    height: fit-content;
  }

  #second-section .lightbox-trigger {
    width: 80%;
    object-fit: cover;
  }

  .contact-image-doctors {
    height: 100%;
  }

}

/* Tablet media queries */
@media only screen and (max-width: 1023px) {

  /* struture */
  #landing-page-body h1 {
      font-size: 4rem;
  }

  #landing-page-body h2 {
      font-size: 2.5rem;
  }

  #landing-page-body .sticky {
      position: inherit;
  }

  .two-thirds-column {
    width: 100%;
  }

  /* header */

  #landing-page-body .mobile-hidden {
      display: initial;
  }

  /* first section */

  #first-section {
    display: none;
  }

  #first-section-mobile {
    display: block;
    background-color: #D6E0E9;
  }
  
  #paradigm-forms-landing-container {
    display: none;
  }

  #mobile-center-container button span:nth-child(1){
    display: block;
  }

  #mobile-center-container button span:nth-child(2){
    font-size: 0.875rem;
    font-family: "Satoshi-Regular", Arial, sans-serif;
  }

  /* second section */

  #second-section {
    flex-direction: column;
  }

  #second-section .two-thirds-column {
    width: 100%;
  }

  #second-section .two-thirds-column h2, #second-section > div.two-thirds-column.padding-right > div {
    text-align: center;
  }

  #second-section img {
    width: 100%;
  }

  #second-section .lightbox-trigger-container {
    justify-content: center;
 }

  #second-section .lightbox-trigger{
    width: 45%;
  }

  /* form */

  #paradigm-forms-landing-container {
    position: inherit;
    display: block;
    width: 75%;
  }

  /* fourth section */

  #fourth-section > div > h2 {
    text-align: center;
    padding-right: 0;
  }

  /* reviews */

  .template-testimonial-1,
  .template-testimonial-2 {
    padding-right: 4%
  }

  /* contact section */
  #contact-us-section {
    flex-direction: column;
    gap: 3rem;
    padding: 10% 0;
  }

  #contact-us-section .contact-us-text {
    padding-left: 5%;
  }

  #contact-us-section iframe {
    width: 100%;
  }

}

/* Mobile media queries */
@media only screen and (max-width: 767px) {

  /* structure */

  #landing-page-body h1 {
      font-size: 2.25rem;
  }

  #landing-page-body h2 {
      font-size: 1.875rem;
  }

  #landing-page-body .one-half-column, #landing-page-body .one-third-column, #landing-page-body .two-thirds-column, #landing-page-body .one-quarter-column, #landing-page-body .three-quarters-column {
      width: 100%;
  }

  #landing-page-body button {
    font-size: .85rem;
  }

  /* header */

  #landing-page-header {
    flex-direction: column;
    text-align: center;
  }

  #landing-page-header button {
    display: none;
  }

  #landing-page-header img {
    width: 190px;
  }

  /* first section */
  #mobile-center-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  #first-section-mobile-body button {
    margin: 10% 0% 6% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #first-section-mobile-body .template-reviews-stars > img {
    width: 7%;
  }

  #mobile-center-container > div.display-flex.align-items-center.gap-three {
    justify-content: center;
  }

  #mobile-center-container button span:nth-child(2) {
    font-size: 0.75rem;
  }

  #first-section i, #first-section-mobile-body i {
    font-size: 1.1rem;
}

  /* second section */

  #second-section {
    padding-top: 10%;
  }

  #second-section .lightbox-trigger-container {
    justify-content: center;
  }

  #second-section .lightbox-trigger {
    width: 100%;
  }

  #second-section .section-two-small-text {
    padding-bottom: 15%;
  }

  #second-section ul {
    padding-bottom: 15%;
  }

  #second-section ul li {
    font-size: 1rem;
    margin-bottom: -6%;
  }

  /* third section */

  #third-section {
    padding: 15% 5%;
  }

  #third-section h2 {
    text-align: center;
  }

  #third-section > div > div {
    flex-direction: column;
  }

  /* form */

  #third-section #paradigm-forms-landing-container {
    width: 90%;
    border: none;
    box-shadow: none;
    padding-top: 20%;
  }

  #third-section #paradigm-forms-container .one-half-column, #third-section #paradigm-forms-container .form-field, #third-section #paradigm-forms-landing-container .form-field {
    padding-top: 3%;
  }

  #paradigm-forms-landing-container > h3 {
    text-align: center;
    color: var(--white);
  }

  /* fourth section */

  #fourth-section {
    padding-top: 20%;
  }

  #fourth-section .two-thirds-column .display-flex {
    flex-direction: column;
  }

  #fourth-section .one-half-column.section-padding {
    padding: 0;
    padding-bottom: 10%;
  }

  #fourth-section > div > div > div.one-half-column.display-flex.align-items-flex-end {
    order: 2;
  }

  /* fifth section */

  #fifth-section {
    padding-top: 15%;
  }

  #fifth-section > div > div.display-flex.fifth-section-header {
    flex-direction: column;
  }

  #fifth-section .one-third-column {
    text-align: center;
    padding-bottom: 8%;
  }

  #fifth-section .one-third-column img {
    padding-top: 3%;
  }

  #fifth-section > div > div:nth-child(2) {
    border-bottom: none;
  }

  #fifth-section .text-medium, #fifth-section .flex-item p {
    font-size: 1rem;
  }

  .progress-bar div {
    width: 100%;
  }

  /* seventh section */

  #seventh-section {
    padding-top: 15%;
  }

  #seventh-section > div > h2 {
    text-align: center;
  }

  #seventh-section #payment-options {
    padding-top: 15%;
    flex-direction: column;
    gap: 3rem;
  }

  /* faq */

  #faq-section {
    padding-top: 15%;
  }

  #faq-section .accordion-container {
    padding: 5% 3%;
    margin: 5% 0;
  }

  #faq-section .accordion-question {
    padding-right: 1%;
  }

  #seventh-section > div > div > div:nth-child(2) > ul > li {
    flex-wrap: wrap;
  }

  #seventh-section > div > div > div:nth-child(2) > ul > li > a:nth-child(2) > img {
    width: 60%;
  }

  /* reviews */

  #reviews-section {
    padding: 15% 0;
  }

  #template-reviews .template-reviews-content {
    flex-direction: column;
  }

  #template-reviews .template-reviews-content div {
    padding-top: 8%;
  }

  /* contact */

  #contact-us-section {
    padding-top: 15%;
  }

  /* footer */
  
  .footer-copy {
    padding: 5% 10%;
  }

  .footer-copy span {
    font-size: 0.75rem;
  }

}


  